Trace number 3498590

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) 5000.12 5000.01

General information on the benchmark

NameAPPLICATIONS/bitverif/
mulhs/mulhs016.cnf
MD5SUMe4ef55733955e0a45519e9f7dec923e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4656
Number of clauses13871
Sum of the clauses size32363
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 29246
Number of clauses of size 34623
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   13869    32361 |    4160       0        0     nan |  0.000 % |
0.00/0.03	c |         0 |   10390    29200 |      --       0       --      -- |     --   | -3477/-3156
0.00/0.03	c ==============================================================================
0.00/0.03	c Result  :   #vars: 2564   #clauses: 10390   #literals: 29200
0.00/0.03	c CPU time:   0.033994 s
0.00/0.03	c ==============================================================================
0.00/0.04	c
0.00/0.04	c Starting glucose
0.00/0.04	c
0.00/0.04	
0.00/0.04	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.04	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.04	
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Number of variables:  2564                                                 |
0.00/0.04	c |  Number of clauses:    10390                                                |
0.00/0.04	c |  Parsing time:         0.00         s                                       |
5000.10/5000.01	HOME/ebglucose.sh: line 57: 31051 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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498590-1307960050/watcher-3498590-1307960050 -o /var/tmp/evaluation-result-3498590-1307960050/solver-3498590-1307960050 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498590-1307960050.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.99 1.67 1.50 2/178 31047
/proc/meminfo: memFree=13233408/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 354 234 0 0 0 0 0 0 25 0 1 0 888421106 8912896 252 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31047/statm: 2176 252 211 178 0 69 0

[startup+0.0303701 s]
/proc/loadavg: 1.99 1.67 1.50 2/178 31047
/proc/meminfo: memFree=13233408/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 354 234 0 0 0 0 0 0 25 0 1 0 888421106 8912896 252 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/31047/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100387 s]
/proc/loadavg: 1.99 1.67 1.50 2/178 31047
/proc/meminfo: memFree=13233408/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.300344 s]
/proc/loadavg: 1.99 1.67 1.50 2/178 31047
/proc/meminfo: memFree=13233408/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+0.700275 s]
/proc/loadavg: 1.99 1.67 1.50 2/178 31047
/proc/meminfo: memFree=13233408/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 8704

[startup+1.50113 s]
/proc/loadavg: 1.99 1.67 1.50 3/180 31051
/proc/meminfo: memFree=13229344/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=6716 CPUtime=1.45 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 1048 0 0 0 145 0 0 0 25 0 1 0 888421111 6877184 989 33554432000 134512640 134556542 4294623728 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31051/statm: 1679 989 211 11 0 1013 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15420

[startup+3.10085 s]
/proc/loadavg: 1.99 1.67 1.50 3/180 31051
/proc/meminfo: memFree=13228476/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=7508 CPUtime=3.05 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 1269 0 0 0 305 0 0 0 25 0 1 0 888421111 7688192 1210 33554432000 134512640 134556542 4294623728 18446744073709551615 134529935 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31051/statm: 1877 1210 211 11 0 1211 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16212

[startup+6.30028 s]
/proc/loadavg: 2.07 1.69 1.51 3/180 31051
/proc/meminfo: memFree=13226868/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=8172 CPUtime=6.25 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 1439 0 0 0 625 0 0 0 25 0 1 0 888421111 8368128 1380 33554432000 134512640 134556542 4294623728 18446744073709551615 134537263 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31051/statm: 2043 1380 211 11 0 1377 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16876

[startup+12.7011 s]
/proc/loadavg: 2.07 1.70 1.51 3/180 31052
/proc/meminfo: memFree=13225620/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=9732 CPUtime=12.65 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 1812 0 0 0 1265 0 0 0 25 0 1 0 888421111 9965568 1753 33554432000 134512640 134556542 4294623728 18446744073709551615 134532116 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31051/statm: 2433 1753 211 11 0 1767 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18436

[startup+25.5009 s]
/proc/loadavg: 2.05 1.71 1.52 3/180 31052
/proc/meminfo: memFree=13223004/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=11756 CPUtime=25.45 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 2325 0 0 0 2545 0 0 0 25 0 1 0 888421111 12038144 2266 33554432000 134512640 134556542 4294623728 18446744073709551615 134536816 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/31051/statm: 2939 2266 211 11 0 2273 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20460

[startup+51.1004 s]
/proc/loadavg: 2.03 1.73 1.53 3/180 31053
/proc/meminfo: memFree=13218844/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=15224 CPUtime=51.05 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 3154 0 0 0 5105 0 0 0 25 0 1 0 888421111 15589376 3095 33554432000 134512640 134556542 4294623728 18446744073709551615 134529965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 3806 3095 212 11 0 3140 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23928

[startup+102.306 s]
/proc/loadavg: 2.01 1.77 1.55 3/180 31054
/proc/meminfo: memFree=13213868/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=18328 CPUtime=102.26 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 3873 0 0 0 10226 0 0 0 25 0 1 0 888421111 18767872 3814 33554432000 134512640 134556542 4294623728 18446744073709551615 134531174 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 4582 3814 212 11 0 3916 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 27032

[startup+162.301 s]
/proc/loadavg: 2.00 1.81 1.58 3/180 31056
/proc/meminfo: memFree=13208648/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=21584 CPUtime=162.25 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 4692 0 0 0 16225 0 0 0 25 0 1 0 888421111 22102016 4633 33554432000 134512640 134556542 4294623728 18446744073709551615 134537448 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 5396 4633 212 11 0 4730 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 30288

[startup+222.3 s]
/proc/loadavg: 2.03 1.86 1.60 3/180 31057
/proc/meminfo: memFree=13206032/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=22940 CPUtime=222.25 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 5061 0 0 0 22225 0 0 0 25 0 1 0 888421111 23490560 5002 33554432000 134512640 134556542 4294623728 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 5735 5002 212 11 0 5069 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 31644

[startup+282.301 s]
/proc/loadavg: 2.01 1.88 1.63 3/180 31059
/proc/meminfo: memFree=13202048/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=24932 CPUtime=282.25 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 5493 0 0 0 28225 0 0 0 25 0 1 0 888421111 25530368 5434 33554432000 134512640 134556542 4294623728 18446744073709551615 134538014 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 6233 5434 212 11 0 5567 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 33636

[startup+342.3 s]
/proc/loadavg: 2.00 1.90 1.65 3/180 31061
/proc/meminfo: memFree=13198804/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=26816 CPUtime=342.25 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 5945 0 0 0 34225 0 0 0 25 0 1 0 888421111 27459584 5886 33554432000 134512640 134556542 4294623728 18446744073709551615 134537121 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 6704 5886 212 11 0 6038 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 35520

[startup+402.301 s]
/proc/loadavg: 2.00 1.91 1.67 3/180 31062
/proc/meminfo: memFree=13197052/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6

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

[pid=31051] ppid=31047 vsize=70952 CPUtime=4242.35 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 16446 0 0 0 424226 9 0 0 25 0 1 0 888421111 72654848 16387 33554432000 134512640 134556542 4294623728 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 17738 16387 212 11 0 17072 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 79656

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 31181
/proc/meminfo: memFree=13101028/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=71564 CPUtime=4302.34 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 16557 0 0 0 430225 9 0 0 25 0 1 0 888421111 73281536 16498 33554432000 134512640 134556542 4294623728 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 17891 16498 212 11 0 17225 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 80268

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 31183
/proc/meminfo: memFree=13101020/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=72092 CPUtime=4362.34 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 16683 0 0 0 436225 9 0 0 25 0 1 0 888421111 73822208 16624 33554432000 134512640 134556542 4294623728 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 18023 16624 212 11 0 17357 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 80796

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 31184
/proc/meminfo: memFree=13096404/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=74748 CPUtime=4422.34 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 17342 0 0 0 442225 9 0 0 25 0 1 0 888421111 76541952 17283 33554432000 134512640 134556542 4294623728 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 18687 17283 212 11 0 18021 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 83452

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 31186
/proc/meminfo: memFree=13096500/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=74748 CPUtime=4482.34 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 17346 0 0 0 448225 9 0 0 25 0 1 0 888421111 76541952 17287 33554432000 134512640 134556542 4294623728 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 18687 17287 212 11 0 18021 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 83452

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 31188
/proc/meminfo: memFree=13096232/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=75216 CPUtime=4542.34 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 17475 0 0 0 454225 9 0 0 25 0 1 0 888421111 77021184 17416 33554432000 134512640 134556542 4294623728 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 18804 17416 212 11 0 18138 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 83920

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 31189
/proc/meminfo: memFree=13094968/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=75216 CPUtime=4602.35 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 17475 0 0 0 460226 9 0 0 25 0 1 0 888421111 77021184 17416 33554432000 134512640 134556542 4294623728 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 18804 17416 212 11 0 18138 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 83920

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 31191
/proc/meminfo: memFree=13090348/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=80100 CPUtime=4662.35 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 18687 0 0 0 466225 10 0 0 25 0 1 0 888421111 82022400 18628 33554432000 134512640 134556542 4294623728 18446744073709551615 134537180 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 20025 18628 212 11 0 19359 0
Current children cumulated CPU time (s) 4662.38
Current children cumulated vsize (KiB) 88804

[startup+4722.31 s]
/proc/loadavg: 2.06 2.02 1.95 3/180 31234
/proc/meminfo: memFree=12982236/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=80100 CPUtime=4722.36 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 18690 0 0 0 472225 11 0 0 25 0 1 0 888421111 82022400 18631 33554432000 134512640 134556542 4294623728 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 20025 18631 212 11 0 19359 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 88804

[startup+4782.3 s]
/proc/loadavg: 2.02 2.01 1.95 3/180 31236
/proc/meminfo: memFree=12898384/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=80100 CPUtime=4782.36 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 18692 0 0 0 478225 11 0 0 25 0 1 0 888421111 82022400 18633 33554432000 134512640 134556542 4294623728 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 20025 18633 212 11 0 19359 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 88804

[startup+4842.3 s]
/proc/loadavg: 2.01 2.00 1.95 3/180 31238
/proc/meminfo: memFree=12896312/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=80244 CPUtime=4842.36 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 18718 0 0 0 484225 11 0 0 25 0 1 0 888421111 82169856 18659 33554432000 134512640 134556542 4294623728 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 20061 18659 212 11 0 19395 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 88948

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 31239
/proc/meminfo: memFree=12846796/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=80244 CPUtime=4902.36 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 18720 0 0 0 490225 11 0 0 25 0 1 0 888421111 82169856 18661 33554432000 134512640 134556542 4294623728 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 20061 18661 212 11 0 19395 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 88948

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 31283
/proc/meminfo: memFree=12900496/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=80316 CPUtime=4962.36 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 18736 0 0 0 496225 11 0 0 25 0 1 0 888421111 82243584 18677 33554432000 134512640 134556542 4294623728 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 20079 18677 212 11 0 19413 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 89020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 1.95 3/176 31293
/proc/meminfo: memFree=13122460/32951124 swapFree=67055536/67111528
[pid=31047] ppid=31045 vsize=8704 CPUtime=0.03 cores=0,2,4,6
/proc/31047/stat : 31047 (ebglucose.sh) S 31045 31047 30305 0 -1 4202496 381 996 0 0 0 0 3 0 25 0 1 0 888421106 8912896 255 33554432000 4194304 4922060 140733733927952 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/31047/statm: 2176 255 211 178 0 69 0
[pid=31051] ppid=31047 vsize=80424 CPUtime=5000.07 cores=0,2,4,6
/proc/31051/stat : 31051 (ebglucose_stati) R 31047 31047 30305 0 -1 4202496 18746 0 0 0 499996 11 0 0 25 0 1 0 888421111 82354176 18687 33554432000 134512640 134556542 4294623728 18446744073709551615 134537466 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/31051/statm: 20106 18687 212 11 0 19440 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 89128

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.01
CPU time (s): 5000.12
CPU user time (s): 5000
CPU system time (s): 0.120981
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 89128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000
system time used= 0.120981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20154
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= 61147

runsolver used 8.92864 second user time and 18.0453 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-13 12:14:10
IDJOB=3498590
IDBENCH=70785
IDSOLVER=1992
FILE ID=node144/3498590-1307960050
RUNJOBID= node144-1307959724-30966
PBS_JOBID= 13559684
Free space on /var/tmp= 2900 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/mulhs/mulhs016.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498590-1307960050/watcher-3498590-1307960050 -o /var/tmp/evaluation-result-3498590-1307960050/solver-3498590-1307960050 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498590-1307960050.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= e4ef55733955e0a45519e9f7dec923e5
RANDOM SEED=294779342

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.75
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.850
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.83
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.850
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	: 5332.75
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.850
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13233828 kB
Buffers:         98080 kB
Cached:       18897692 kB
SwapCached:       9088 kB
Active:        3607884 kB
Inactive:     15444808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13233828 kB
SwapTotal:    67111528 kB
SwapFree:     67055536 kB
Dirty:            1204 kB
Writeback:          20 kB
AnonPages:       54872 kB
Mapped:          14208 kB
Slab:           600312 kB
PageTables:       4848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   244136 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 /var/tmp at the end= 2904 MiB
End job on node144 at 2011-06-13 13:37:32