Trace number 3498622

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.02 5000.01

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p1.cnf
MD5SUM6ace5cfbe110f1a43049037cb7432998
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2102.85
Satisfiable
(Un)Satisfiability was proved
Number of variables259234
Number of clauses1387934
Sum of the clauses size3351923
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2981661
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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.66	c ==============================================================================
0.00/0.66	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.66	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.66	c ==============================================================================
0.00/0.66	c |         0 | 1373915  3337034 |  412174       0        0     nan |  0.000 % |
3.69/3.70	c |         0 |  959954  2694138 |      --       0       --      -- |     --   | -111844/44415
3.69/3.70	c ==============================================================================
3.69/3.70	c Result  :   #vars: 137915   #clauses: 959954   #literals: 2694138
3.69/3.70	c CPU time:   3.59045 s
3.69/3.70	c ==============================================================================
4.19/4.21	c
4.19/4.21	c Starting glucose
4.19/4.21	c
4.20/4.35	
4.20/4.35	c This is EBGlucose 1.0 -- based on Glucose version 1.0
4.20/4.35	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
4.20/4.35	
4.20/4.35	c ============================[ Problem Statistics ]=============================
4.20/4.35	c |                                                                             |
4.20/4.36	c |  Number of variables:  137915                                               |
4.20/4.36	c |  Number of clauses:    959954                                               |
4.20/4.71	c |  Parsing time:         0.33         s                                       |

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

running on 4 cores: 1,3,5,7

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.00 1.00 1.00 2/172 4394
/proc/meminfo: memFree=7198540/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 353 232 0 0 0 0 0 0 23 0 1 0 888643561 8912896 252 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4394/statm: 2176 252 211 178 0 69 0

[startup+0.0294229 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 4394
/proc/meminfo: memFree=7198540/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 353 232 0 0 0 0 0 0 23 0 1 0 888643561 8912896 252 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4394/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100419 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 4394
/proc/meminfo: memFree=7198540/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 353 232 0 0 0 0 0 0 23 0 1 0 888643561 8912896 252 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4394/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300371 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 4394
/proc/meminfo: memFree=7198540/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 353 232 0 0 0 0 0 0 23 0 1 0 888643561 8912896 252 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4394/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700294 s]
/proc/loadavg: 1.00 1.00 1.00 2/172 4394
/proc/meminfo: memFree=7198540/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 353 232 0 0 0 0 0 0 23 0 1 0 888643561 8912896 252 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4394/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50115 s]
/proc/loadavg: 1.00 1.00 1.00 3/177 4404
/proc/meminfo: memFree=6933680/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 353 232 0 0 0 0 0 0 23 0 1 0 888643561 8912896 252 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4394/statm: 2176 252 211 178 0 69 0
[pid=4396] ppid=4394 vsize=151112 CPUtime=1.49 cores=1,3,5,7
/proc/4396/stat : 4396 (SatELite_releas) R 4394 4394 3763 0 -1 4202496 39383 0 0 0 139 10 0 0 25 0 1 0 888643561 154738688 35852 33554432000 134512640 135144230 4287591504 18446744073709551615 134726923 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4396/statm: 37778 35852 78 155 0 37621 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 159816

[startup+3.10084 s]
/proc/loadavg: 1.00 1.00 1.00 3/177 4404
/proc/meminfo: memFree=6892744/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 353 232 0 0 0 0 0 0 23 0 1 0 888643561 8912896 252 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/4394/statm: 2176 252 211 178 0 69 0
[pid=4396] ppid=4394 vsize=151420 CPUtime=3.09 cores=1,3,5,7
/proc/4396/stat : 4396 (SatELite_releas) R 4394 4394 3763 0 -1 4202496 42451 0 0 0 298 11 0 0 25 0 1 0 888643561 155054080 36036 33554432000 134512640 135144230 4287591504 18446744073709551615 134604720 0 0 4096 3 0 0 0 17 3 0 0 0
/proc/4396/statm: 37855 36036 78 155 0 37698 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 160124

[startup+6.30123 s]
/proc/loadavg: 1.08 1.02 1.01 3/177 4406
/proc/meminfo: memFree=6998404/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=72748 CPUtime=1.94 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 17459 0 10 0 191 3 0 0 22 0 1 0 888643983 74493952 17397 33554432000 134512640 134556542 4294564336 18446744073709551615 3057148 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 18187 17397 207 11 0 17521 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 81452

[startup+12.701 s]
/proc/loadavg: 1.15 1.03 1.01 3/177 4406
/proc/meminfo: memFree=6995856/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=74728 CPUtime=8.34 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 17954 0 10 0 831 3 0 0 25 0 1 0 888643983 76521472 17892 33554432000 134512640 134556542 4294564336 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 18682 17892 213 11 0 18016 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 83432

[startup+25.5006 s]
/proc/loadavg: 1.34 1.08 1.02 3/177 4407
/proc/meminfo: memFree=6990608/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=78404 CPUtime=21.13 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 18866 0 10 0 2110 3 0 0 25 0 1 0 888643983 80285696 18804 33554432000 134512640 134556542 4294564336 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 19601 18804 213 11 0 18935 0
Current children cumulated CPU time (s) 25.33
Current children cumulated vsize (KiB) 87108

[startup+51.1008 s]
/proc/loadavg: 1.56 1.15 1.05 3/177 4407
/proc/meminfo: memFree=6982472/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=83452 CPUtime=46.74 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 20143 0 10 0 4670 4 0 0 25 0 1 0 888643983 85454848 20081 33554432000 134512640 134556542 4294564336 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 20863 20081 213 11 0 20197 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 92156

[startup+102.301 s]
/proc/loadavg: 1.81 1.28 1.10 3/177 4409
/proc/meminfo: memFree=6960728/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=97296 CPUtime=97.94 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 23580 0 10 0 9789 5 0 0 25 0 1 0 888643983 99631104 23515 33554432000 134512640 134556542 4294564336 18446744073709551615 134526920 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 24324 23515 213 11 0 23658 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 106000

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.15 3/177 4410
/proc/meminfo: memFree=6950548/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=99936 CPUtime=157.94 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 24259 0 10 0 15789 5 0 0 25 0 1 0 888643983 102334464 24194 33554432000 134512640 134556542 4294564336 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 24984 24194 213 11 0 24318 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 108640

[startup+222.3 s]
/proc/loadavg: 1.97 1.51 1.20 3/177 4412
/proc/meminfo: memFree=6940256/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=105216 CPUtime=217.95 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 25581 0 10 0 21789 6 0 0 25 0 1 0 888643983 107741184 25516 33554432000 134512640 134556542 4294564336 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 26304 25516 213 11 0 25638 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 113920

[startup+282.306 s]
/proc/loadavg: 1.99 1.60 1.25 3/177 4413
/proc/meminfo: memFree=6930288/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=110908 CPUtime=277.95 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 27025 0 10 0 27788 7 0 0 25 0 1 0 888643983 113569792 26960 33554432000 134512640 134556542 4294564336 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 27727 26960 213 11 0 27061 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 119612

[startup+342.301 s]
/proc/loadavg: 1.99 1.67 1.29 3/177 4415
/proc/meminfo: memFree=6925144/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=112096 CPUtime=337.95 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 27322 0 10 0 33788 7 0 0 25 0 1 0 888643983 114786304 27257 33554432000 134512640 134556542 4294564336 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 28024 27257 213 11 0 27358 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 120800

[startup+402.3 s]
/proc/loadavg: 1.99 1.73 1.33 3/177 4417
/proc/meminfo: memFree=6920508/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7

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

/proc/4405/statm: 37828 37000 213 11 0 37162 0
Current children cumulated CPU time (s) 4362.3
Current children cumulated vsize (KiB) 160016

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 4588
/proc/meminfo: memFree=5873364/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=151312 CPUtime=4418.1 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 37070 0 10 0 441797 13 0 0 25 0 1 0 888643983 154943488 37000 33554432000 134512640 134556542 4294564336 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 37828 37000 213 11 0 37162 0
Current children cumulated CPU time (s) 4422.3
Current children cumulated vsize (KiB) 160016

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 4589
/proc/meminfo: memFree=5873180/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=151312 CPUtime=4478.1 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 37072 0 10 0 447797 13 0 0 25 0 1 0 888643983 154943488 37002 33554432000 134512640 134556542 4294564336 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 37828 37002 213 11 0 37162 0
Current children cumulated CPU time (s) 4482.3
Current children cumulated vsize (KiB) 160016

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/177 4591
/proc/meminfo: memFree=5873140/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=151312 CPUtime=4538.11 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 37072 0 10 0 453798 13 0 0 25 0 1 0 888643983 154943488 37002 33554432000 134512640 134556542 4294564336 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 37828 37002 213 11 0 37162 0
Current children cumulated CPU time (s) 4542.31
Current children cumulated vsize (KiB) 160016

[startup+4602.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/177 4593
/proc/meminfo: memFree=5872712/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=151312 CPUtime=4598.11 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 37073 0 10 0 459798 13 0 0 25 0 1 0 888643983 154943488 37003 33554432000 134512640 134556542 4294564336 18446744073709551615 134530051 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 37828 37003 213 11 0 37162 0
Current children cumulated CPU time (s) 4602.31
Current children cumulated vsize (KiB) 160016

[startup+4662.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/177 4594
/proc/meminfo: memFree=5872796/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=151312 CPUtime=4658.11 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 37073 0 10 0 465798 13 0 0 25 0 1 0 888643983 154943488 37003 33554432000 134512640 134556542 4294564336 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 37828 37003 213 11 0 37162 0
Current children cumulated CPU time (s) 4662.31
Current children cumulated vsize (KiB) 160016

[startup+4722.3 s]
/proc/loadavg: 2.04 2.02 1.94 3/177 4596
/proc/meminfo: memFree=5872872/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=151312 CPUtime=4718.11 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 37073 0 10 0 471798 13 0 0 25 0 1 0 888643983 154943488 37003 33554432000 134512640 134556542 4294564336 18446744073709551615 134536950 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 37828 37003 213 11 0 37162 0
Current children cumulated CPU time (s) 4722.31
Current children cumulated vsize (KiB) 160016

[startup+4782.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/177 4597
/proc/meminfo: memFree=5872812/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=151456 CPUtime=4778.12 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 37105 0 10 0 477799 13 0 0 25 0 1 0 888643983 155090944 37035 33554432000 134512640 134556542 4294564336 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 37864 37035 213 11 0 37198 0
Current children cumulated CPU time (s) 4782.32
Current children cumulated vsize (KiB) 160160

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/177 4599
/proc/meminfo: memFree=5872752/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=151456 CPUtime=4838.12 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 37105 0 10 0 483799 13 0 0 25 0 1 0 888643983 155090944 37035 33554432000 134512640 134556542 4294564336 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 37864 37035 213 11 0 37198 0
Current children cumulated CPU time (s) 4842.32
Current children cumulated vsize (KiB) 160160

[startup+4902.31 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4601
/proc/meminfo: memFree=5872696/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=151456 CPUtime=4898.12 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 37105 0 10 0 489799 13 0 0 25 0 1 0 888643983 155090944 37035 33554432000 134512640 134556542 4294564336 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 37864 37035 213 11 0 37198 0
Current children cumulated CPU time (s) 4902.32
Current children cumulated vsize (KiB) 160160

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4602
/proc/meminfo: memFree=5870648/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=154028 CPUtime=4958.12 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 37732 0 10 0 495799 13 0 0 25 0 1 0 888643983 157724672 37662 33554432000 134512640 134556542 4294564336 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 38507 37662 213 11 0 37841 0
Current children cumulated CPU time (s) 4962.32
Current children cumulated vsize (KiB) 162732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4603
/proc/meminfo: memFree=5870600/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=154028 CPUtime=4995.82 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 37732 0 10 0 499569 13 0 0 25 0 1 0 888643983 157724672 37662 33554432000 134512640 134556542 4294564336 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 38507 37662 213 11 0 37841 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 162732

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

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

[startup+5000 s]
/proc/loadavg: 2.00 2.00 1.94 3/177 4603
/proc/meminfo: memFree=5870600/32951124 swapFree=67064576/67111528
[pid=4394] ppid=4392 vsize=8704 CPUtime=4.2 cores=1,3,5,7
/proc/4394/stat : 4394 (ebglucose.sh) S 4392 4394 3763 0 -1 4202496 381 47180 0 0 0 0 406 14 18 0 1 0 888643561 8912896 255 33554432000 4194304 4922060 140733981690944 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/4394/statm: 2176 255 211 178 0 69 0
[pid=4405] ppid=4394 vsize=154028 CPUtime=4995.82 cores=1,3,5,7
/proc/4405/stat : 4405 (ebglucose_stati) R 4394 4394 3763 0 -1 4202496 37732 0 10 0 499569 13 0 0 25 0 1 0 888643983 157724672 37662 33554432000 134512640 134556542 4294564336 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 5 0 0 13
/proc/4405/statm: 38507 37662 213 11 0 37841 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 162732

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4394 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=66381
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=148977
# CPU time returned by wait4() is 4.21536
# while last known CPU time is 5000.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5000.01
CPU time (s): 5000.02
CPU user time (s): 4999.75
CPU system time (s): 0.27
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 175260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.06638
system time used= 0.148977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47561
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= 16
involuntary context switches= 9

runsolver used 8.42072 second user time and 18.6992 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-13 12:51:19
IDJOB=3498622
IDBENCH=71055
IDSOLVER=1992
FILE ID=node141/3498622-1307962278
RUNJOBID= node141-1307962278-4372
PBS_JOBID= 13559687
Free space on /var/tmp= 2864 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p1.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498622-1307962278/watcher-3498622-1307962278 -o /var/tmp/evaluation-result-3498622-1307962278/solver-3498622-1307962278 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498622-1307962278.cnf

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

MD5SUM BENCH= 6ace5cfbe110f1a43049037cb7432998
RANDOM SEED=1947995841

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.75
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.806
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.84
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.806
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.75
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.806
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.806
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7199744 kB
Buffers:        109276 kB
Cached:       24795344 kB
SwapCached:       9036 kB
Active:        9415832 kB
Inactive:     15505480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7199744 kB
SwapTotal:    67111528 kB
SwapFree:     67064576 kB
Dirty:           53572 kB
Writeback:           0 kB
AnonPages:       15280 kB
Mapped:           9736 kB
Slab:           764684 kB
PageTables:       4364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   152152 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= 2696 MiB
End job on node141 at 2011-06-13 14:14:42