Trace number 3280341

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
EBGlucose 1.0? (TO) 1299.97 1300.01

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-10-17-u.cnf
MD5SUM780d946576ec5746b4ea9832bb01dbc5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1033.89
Satisfiable
(Un)Satisfiability was proved
Number of variables229544
Number of clauses1070757
Sum of the clauses size2471122
Maximum clause length10
Minimum clause length1
Number of clauses of size 119156
Number of clauses of size 2831957
Number of clauses of size 3176604
Number of clauses of size 44780
Number of clauses of size 519120
Number of clauses of size over 519140

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.42	c ==============================================================================
0.00/0.42	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.42	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.42	c ==============================================================================
0.00/0.42	c |         0 | 1051601  2451966 |  315480       0        0     nan |  0.000 % |
3.08/3.10	c |         0 |  393294  1026178 |      --       0       --      -- |     --   | -420354/-887288
3.08/3.11	c ==============================================================================
3.08/3.11	c Result  :   #vars: 62370   #clauses: 393294   #literals: 1026178
3.08/3.11	c CPU time:   3.00354 s
3.08/3.11	c ==============================================================================
3.29/3.33	c
3.29/3.33	c Starting glucose
3.29/3.33	c
3.29/3.39	
3.29/3.39	c This is EBGlucose 1.0 -- based on Glucose version 1.0
3.29/3.39	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
3.29/3.39	
3.29/3.39	c ============================[ Problem Statistics ]=============================
3.29/3.39	c |                                                                             |
3.29/3.39	c |  Number of variables:  62370                                                |
3.29/3.39	c |  Number of clauses:    393294                                               |
3.31/3.53	c |  Parsing time:         0.13         s                                       |
1299.94/1300.01	HOME/ebglucose.sh: line 57:  2758 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3280341-1303749442/watcher-3280341-1303749442 -o /tmp/evaluation-result-3280341-1303749442/solver-3280341-1303749442 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3280341-1303749442.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.76 2.12 2.62 4/192 2751
/proc/meminfo: memFree=11566440/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=0 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 565174947 8912896 252 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 252 211 178 0 69 0

[startup+0.102249 s]
/proc/loadavg: 1.76 2.12 2.62 4/192 2751
/proc/meminfo: memFree=11566440/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=0 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 565174947 8912896 252 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.201232 s]
/proc/loadavg: 1.76 2.12 2.62 4/192 2751
/proc/meminfo: memFree=11566440/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=0 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 565174947 8912896 252 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301212 s]
/proc/loadavg: 1.76 2.12 2.62 4/192 2751
/proc/meminfo: memFree=11566440/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=0 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 565174947 8912896 252 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70114 s]
/proc/loadavg: 1.76 2.12 2.62 4/192 2751
/proc/meminfo: memFree=11566440/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=0 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 565174947 8912896 252 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50099 s]
/proc/loadavg: 1.76 2.12 2.62 5/194 2754
/proc/meminfo: memFree=11366536/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=0 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 565174947 8912896 252 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 252 211 178 0 69 0
[pid=2753] ppid=2751 vsize=128904 CPUtime=1.49 cores=1,3
/proc/2753/stat : 2753 (SatELite_releas) R 2751 2751 2377 0 -1 4202496 30899 0 0 0 141 8 0 0 25 0 1 0 565174948 131997696 28167 33554432000 134512640 135144230 4288404320 18446744073709551615 134585696 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/2753/statm: 32226 28167 78 155 0 32069 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 137608

[startup+3.10071 s]
/proc/loadavg: 1.76 2.12 2.62 5/194 2757
/proc/meminfo: memFree=11460280/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=0 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 565174947 8912896 252 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 252 211 178 0 69 0
[pid=2753] ppid=2751 vsize=131492 CPUtime=3.08 cores=1,3
/proc/2753/stat : 2753 (SatELite_releas) R 2751 2751 2377 0 -1 4202496 43535 0 0 0 299 9 0 0 25 0 1 0 565174948 134647808 28727 33554432000 134512640 135144230 4288404320 18446744073709551615 134597532 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/2753/statm: 32873 28727 78 155 0 32716 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 140196

[startup+6.30114 s]
/proc/loadavg: 1.94 2.15 2.63 5/194 2759
/proc/meminfo: memFree=11611868/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=33932 CPUtime=2.89 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 7699 0 0 0 288 1 0 0 25 0 1 0 565175281 34746368 7626 33554432000 134512640 134556542 4287282544 18446744073709551615 134536941 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 8483 7626 213 11 0 7817 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 42636

[startup+12.701 s]
/proc/loadavg: 2.10 2.18 2.63 5/194 2759
/proc/meminfo: memFree=11589100/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=40952 CPUtime=9.3 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 9474 0 0 0 928 2 0 0 25 0 1 0 565175281 41934848 9401 33554432000 134512640 134556542 4287282544 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 10238 9401 213 11 0 9572 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 49656

[startup+25.5007 s]
/proc/loadavg: 2.52 2.27 2.65 5/194 2760
/proc/meminfo: memFree=11562372/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=47636 CPUtime=22.09 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 11135 0 0 0 2207 2 0 0 25 0 1 0 565175281 48779264 11062 33554432000 134512640 134556542 4287282544 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 11909 11062 213 11 0 11243 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 56340

[startup+51.1012 s]
/proc/loadavg: 3.02 2.41 2.69 5/194 2760
/proc/meminfo: memFree=11542236/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=49076 CPUtime=47.7 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 11463 0 0 0 4768 2 0 0 25 0 1 0 565175281 50253824 11390 33554432000 134512640 134556542 4287282544 18446744073709551615 134530167 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 12269 11390 213 11 0 11603 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 57780

[startup+102.301 s]
/proc/loadavg: 3.64 2.67 2.76 5/194 2765
/proc/meminfo: memFree=11526704/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=50148 CPUtime=98.9 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 11707 0 0 0 9888 2 0 0 25 0 1 0 565175281 51351552 11634 33554432000 134512640 134556542 4287282544 18446744073709551615 134529922 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 12537 11634 213 11 0 11871 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 58852

[startup+162.3 s]
/proc/loadavg: 3.87 2.91 2.83 5/194 2766
/proc/meminfo: memFree=11506020/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=57940 CPUtime=158.9 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 13651 0 0 0 15887 3 0 0 25 0 1 0 565175281 59330560 13578 33554432000 134512640 134556542 4287282544 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 14485 13578 213 11 0 13819 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 66644

[startup+222.307 s]
/proc/loadavg: 3.95 3.10 2.91 5/194 2769
/proc/meminfo: memFree=11496552/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=61888 CPUtime=218.9 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 14584 0 0 0 21887 3 0 0 25 0 1 0 565175281 63373312 14511 33554432000 134512640 134556542 4287282544 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 15472 14511 213 11 0 14806 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 70592

[startup+282.301 s]
/proc/loadavg: 3.98 3.26 2.97 5/194 2770
/proc/meminfo: memFree=11487556/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=62464 CPUtime=278.89 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 14712 0 0 0 27886 3 0 0 25 0 1 0 565175281 63963136 14639 33554432000 134512640 134556542 4287282544 18446744073709551615 134529932 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 15616 14639 213 11 0 14950 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 71168

[startup+342.301 s]
/proc/loadavg: 3.99 3.39 3.03 5/194 2772
/proc/meminfo: memFree=11480060/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=62624 CPUtime=338.9 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 14771 0 0 0 33887 3 0 0 25 0 1 0 565175281 64126976 14698 33554432000 134512640 134556542 4287282544 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 15656 14698 213 11 0 14990 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 71328

[startup+402.301 s]
/proc/loadavg: 3.99 3.50 3.09 5/194 2774
/proc/meminfo: memFree=11470236/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3

################
# More data... #
################

[pid=2758] ppid=2751 vsize=65680 CPUtime=578.91 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 15479 0 0 0 57887 4 0 0 25 0 1 0 565175281 67256320 15406 33554432000 134512640 134556542 4287282544 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 16420 15406 213 11 0 15754 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 74384

[startup+642.301 s]
/proc/loadavg: 4.01 3.79 3.30 5/194 2780
/proc/meminfo: memFree=11438040/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=66340 CPUtime=638.91 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 15647 0 0 0 63887 4 0 0 25 0 1 0 565175281 67932160 15574 33554432000 134512640 134556542 4287282544 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 16585 15574 213 11 0 15919 0
Current children cumulated CPU time (s) 642.22
Current children cumulated vsize (KiB) 75044

[startup+702.301 s]
/proc/loadavg: 4.00 3.83 3.34 5/194 2783
/proc/meminfo: memFree=11432908/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=66672 CPUtime=698.91 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 15723 0 0 0 69887 4 0 0 25 0 1 0 565175281 68272128 15650 33554432000 134512640 134556542 4287282544 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 16668 15650 213 11 0 16002 0
Current children cumulated CPU time (s) 702.22
Current children cumulated vsize (KiB) 75376

[startup+762.3 s]
/proc/loadavg: 4.00 3.85 3.38 5/194 2785
/proc/meminfo: memFree=11430028/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=67428 CPUtime=758.92 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 15877 0 0 0 75888 4 0 0 25 0 1 0 565175281 69046272 15804 33554432000 134512640 134556542 4287282544 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 16857 15804 213 11 0 16191 0
Current children cumulated CPU time (s) 762.23
Current children cumulated vsize (KiB) 76132

[startup+822.301 s]
/proc/loadavg: 4.00 3.88 3.41 5/194 2787
/proc/meminfo: memFree=11424636/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=67960 CPUtime=818.91 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 16002 0 0 0 81887 4 0 0 25 0 1 0 565175281 69591040 15929 33554432000 134512640 134556542 4287282544 18446744073709551615 134530968 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 16990 15929 213 11 0 16324 0
Current children cumulated CPU time (s) 822.22
Current children cumulated vsize (KiB) 76664

[startup+882.307 s]
/proc/loadavg: 4.00 3.90 3.45 5/194 2789
/proc/meminfo: memFree=11409200/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=68456 CPUtime=878.92 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 16113 0 0 0 87888 4 0 0 25 0 1 0 565175281 70098944 16040 33554432000 134512640 134556542 4287282544 18446744073709551615 134537731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 17114 16040 213 11 0 16448 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 77160

[startup+942.3 s]
/proc/loadavg: 4.00 3.91 3.48 5/194 2790
/proc/meminfo: memFree=11408040/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=69060 CPUtime=938.92 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 16261 0 0 0 93888 4 0 0 25 0 1 0 565175281 70717440 16188 33554432000 134512640 134556542 4287282544 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 17265 16188 213 11 0 16599 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 77764

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.51 5/194 2792
/proc/meminfo: memFree=11406632/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=70356 CPUtime=998.92 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 16508 0 0 0 99888 4 0 0 25 0 1 0 565175281 72044544 16435 33554432000 134512640 134556542 4287282544 18446744073709551615 134537107 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 17589 16435 213 11 0 16923 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 79060

[startup+1062.3 s]
/proc/loadavg: 4.06 3.95 3.54 5/194 2793
/proc/meminfo: memFree=11405360/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=71076 CPUtime=1058.92 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 16668 0 0 0 105888 4 0 0 25 0 1 0 565175281 72781824 16595 33554432000 134512640 134556542 4287282544 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 17769 16595 213 11 0 17103 0
Current children cumulated CPU time (s) 1062.23
Current children cumulated vsize (KiB) 79780

[startup+1122.3 s]
/proc/loadavg: 4.05 3.97 3.57 5/194 2795
/proc/meminfo: memFree=11399712/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=71672 CPUtime=1118.92 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 16792 0 0 0 111888 4 0 0 25 0 1 0 565175281 73392128 16719 33554432000 134512640 134556542 4287282544 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 17918 16719 213 11 0 17252 0
Current children cumulated CPU time (s) 1122.23
Current children cumulated vsize (KiB) 80376

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 3.59 5/194 2796
/proc/meminfo: memFree=11389864/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=71888 CPUtime=1178.92 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 16848 0 0 0 117888 4 0 0 25 0 1 0 565175281 73613312 16775 33554432000 134512640 134556542 4287282544 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 17972 16775 213 11 0 17306 0
Current children cumulated CPU time (s) 1182.23
Current children cumulated vsize (KiB) 80592

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.62 5/194 2799
/proc/meminfo: memFree=11387840/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=72240 CPUtime=1238.93 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 16938 0 0 0 123889 4 0 0 25 0 1 0 565175281 73973760 16865 33554432000 134512640 134556542 4287282544 18446744073709551615 134536984 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 18060 16865 213 11 0 17394 0
Current children cumulated CPU time (s) 1242.24
Current children cumulated vsize (KiB) 80944



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.95 3.63 2/185 2804
/proc/meminfo: memFree=11666248/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=72532 CPUtime=1296.63 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 17007 0 0 0 129659 4 0 0 25 0 1 0 565175281 74272768 16934 33554432000 134512640 134556542 4287282544 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 18133 16934 213 11 0 17467 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 81236

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 3.92 3.95 3.63 2/185 2804
/proc/meminfo: memFree=11666248/32950928 swapFree=67111528/67111528
[pid=2751] ppid=2749 vsize=8704 CPUtime=3.31 cores=1,3
/proc/2751/stat : 2751 (ebglucose.sh) S 2749 2751 2377 0 -1 4202496 380 45384 0 0 0 0 319 12 18 0 1 0 565174947 8912896 255 33554432000 4194304 4922060 140733353476000 18446744073709551615 218880384133 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/2751/statm: 2176 255 211 178 0 69 0
[pid=2758] ppid=2751 vsize=72532 CPUtime=1296.63 cores=1,3
/proc/2758/stat : 2758 (ebglucose_stati) R 2751 2751 2377 0 -1 4202496 17007 0 0 0 129659 4 0 0 25 0 1 0 565175281 74272768 16934 33554432000 134512640 134556542 4287282544 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/2758/statm: 18133 16934 213 11 0 17467 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 81236

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1299.97
CPU user time (s): 1299.8
CPU system time (s): 0.177972
CPU usage (%): 99.9971
Max. virtual memory (cumulated for all children) (KiB): 151988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.8
system time used= 0.177972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62804
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21
involuntary context switches= 1666

runsolver used 2.03169 second user time and 5.06623 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-25 18:37:23
IDJOB=3280341
IDBENCH=20384
IDSOLVER=1652
FILE ID=node112/3280341-1303749442
RUNJOBID= node112-1303749441-2702
PBS_JOBID= 13154050
Free space on /tmp= 72600 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-10-17-u.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3280341-1303749442/watcher-3280341-1303749442 -o /tmp/evaluation-result-3280341-1303749442/solver-3280341-1303749442 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3280341-1303749442.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 780d946576ec5746b4ea9832bb01dbc5
RANDOM SEED=1270158747

node112.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5261.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11568952 kB
Buffers:       1969644 kB
Cached:       18576004 kB
SwapCached:          0 kB
Active:        9820864 kB
Inactive:     11013308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11568952 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           71520 kB
Writeback:           0 kB
AnonPages:      288092 kB
Mapped:          15664 kB
Slab:           482696 kB
PageTables:       6492 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   521072 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72628 MiB
End job on node112 at 2011-04-25 18:59:05