Trace number 3498840

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.01 4999.91

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/2dlx_ca_bp_f_liveness.cnf
MD5SUM99cd8de7f06ce8c087a5c7fb299dfb62
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 variables202253
Number of clauses4313014
Sum of the clauses size12562188
Maximum clause length651
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23935640
Number of clauses of size 3199653
Number of clauses of size 410363
Number of clauses of size 55846
Number of clauses of size over 5161511

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/1.62	c ==============================================================================
3.49/3.54	c |           |     ORIGINAL     |              LEARNT              |          |
3.49/3.54	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
3.49/3.54	c ==============================================================================
3.49/3.54	c |         0 | 4313013 12562187 | 1293903       0        0     nan |  0.000 % |
11.79/11.86	c |         0 | 4281700 13191840 |      --       0       --      -- |     --   | -31256/629794
11.79/11.86	c ==============================================================================
11.79/11.86	c Result  :   #vars: 188087   #clauses: 4281700   #literals: 13191840
11.79/11.86	c CPU time:   11.5862 s
11.79/11.86	c ==============================================================================
13.99/14.07	c
13.99/14.07	c Starting glucose
13.99/14.07	c
13.99/14.07	
13.99/14.07	c This is EBGlucose 1.0 -- based on Glucose version 1.0
13.99/14.07	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
13.99/14.07	
13.99/14.07	c ============================[ Problem Statistics ]=============================
13.99/14.07	c |                                                                             |
13.99/14.07	c |  Number of variables:  188087                                               |
13.99/14.07	c |  Number of clauses:    4281700                                              |
15.38/15.49	c |  Parsing time:         1.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 /tmp/evaluation-result-3498840-1307977725/watcher-3498840-1307977725 -o /tmp/evaluation-result-3498840-1307977725/solver-3498840-1307977725 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498840-1307977725.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.08 1.02 1.01 2/178 10278
/proc/meminfo: memFree=3931040/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 890189006 8912896 253 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10278/statm: 2176 253 211 178 0 69 0

[startup+0.0640199 s]
/proc/loadavg: 1.08 1.02 1.01 2/178 10278
/proc/meminfo: memFree=3931040/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 890189006 8912896 253 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10278/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.23681 s]
/proc/loadavg: 1.08 1.02 1.01 2/178 10278
/proc/meminfo: memFree=3931040/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 890189006 8912896 253 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10278/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.3008 s]
/proc/loadavg: 1.08 1.02 1.01 2/178 10278
/proc/meminfo: memFree=3931040/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 890189006 8912896 253 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10278/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.40078 s]
/proc/loadavg: 1.08 1.02 1.01 2/178 10278
/proc/meminfo: memFree=3931040/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 890189006 8912896 253 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10278/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50078 s]
/proc/loadavg: 1.08 1.02 1.01 2/178 10278
/proc/meminfo: memFree=3931040/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 890189006 8912896 253 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10278/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+3.10049 s]
/proc/loadavg: 1.08 1.02 1.01 3/180 10281
/proc/meminfo: memFree=3377264/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 890189006 8912896 253 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10278/statm: 2176 253 211 178 0 69 0
[pid=10280] ppid=10278 vsize=385056 CPUtime=3.09 cores=1,3,5,7
/proc/10280/stat : 10280 (SatELite_releas) R 10278 10278 8950 0 -1 4202496 89708 0 0 0 285 24 0 0 25 0 1 0 890189006 394297344 81031 33554432000 134512640 135144230 4290875856 18446744073709551615 134585341 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10280/statm: 96264 81031 78 155 0 96107 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 393760

[startup+6.30091 s]
/proc/loadavg: 1.31 1.07 1.02 3/180 10281
/proc/meminfo: memFree=3295928/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 890189006 8912896 253 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10278/statm: 2176 253 211 178 0 69 0
[pid=10280] ppid=10278 vsize=451232 CPUtime=6.29 cores=1,3,5,7
/proc/10280/stat : 10280 (SatELite_releas) R 10278 10278 8950 0 -1 4202496 98794 0 0 0 603 26 0 0 25 0 1 0 890189006 462061568 89541 33554432000 134512640 135144230 4290875856 18446744073709551615 134605677 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10280/statm: 112808 89541 78 155 0 112651 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 459936

[startup+12.7008 s]
/proc/loadavg: 1.37 1.08 1.03 3/180 10281
/proc/meminfo: memFree=3304128/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 355 233 0 0 0 0 0 0 24 0 1 0 890189006 8912896 253 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10278/statm: 2176 253 211 178 0 69 0
[pid=10280] ppid=10278 vsize=385560 CPUtime=12.69 cores=1,3,5,7
/proc/10280/stat : 10280 (SatELite_releas) R 10278 10278 8950 0 -1 4202496 107359 0 0 0 1237 32 0 0 25 0 1 0 890189006 394813440 81157 33554432000 134512640 135144230 4290875856 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/10280/statm: 96390 81157 81 155 0 96233 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 394264

[startup+25.5005 s]
/proc/loadavg: 1.65 1.16 1.05 3/180 10283
/proc/meminfo: memFree=3289372/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=265928 CPUtime=11.42 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 63628 0 0 0 1132 10 0 0 25 0 1 0 890190413 272310272 63569 33554432000 134512640 134556542 4291563648 18446744073709551615 134536958 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 66482 63569 213 11 0 65816 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 274632

[startup+51.1009 s]
/proc/loadavg: 1.77 1.22 1.08 3/180 10284
/proc/meminfo: memFree=3274004/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=274572 CPUtime=37.02 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 65764 0 0 0 3692 10 0 0 25 0 1 0 890190413 281161728 65705 33554432000 134512640 134556542 4291563648 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 68643 65705 213 11 0 67977 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 283276

[startup+102.307 s]
/proc/loadavg: 1.98 1.36 1.13 3/180 10285
/proc/meminfo: memFree=3254520/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=285436 CPUtime=88.23 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 68450 0 0 0 8812 11 0 0 25 0 1 0 890190413 292286464 68390 33554432000 134512640 134556542 4291563648 18446744073709551615 134531551 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 71359 68390 213 11 0 70693 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 294140

[startup+162.301 s]
/proc/loadavg: 2.06 1.49 1.18 3/180 10287
/proc/meminfo: memFree=3244728/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=292052 CPUtime=148.22 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 70144 0 0 0 14811 11 0 0 25 0 1 0 890190413 299061248 70084 33554432000 134512640 134556542 4291563648 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 73013 70084 213 11 0 72347 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 300756

[startup+222.3 s]
/proc/loadavg: 2.02 1.58 1.23 3/180 10288
/proc/meminfo: memFree=3237860/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=295052 CPUtime=208.22 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 70903 0 0 0 20811 11 0 0 25 0 1 0 890190413 302133248 70806 33554432000 134512640 134556542 4291563648 18446744073709551615 134532777 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 73763 70806 213 11 0 73097 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 303756

[startup+282.301 s]
/proc/loadavg: 2.00 1.65 1.28 3/180 10290
/proc/meminfo: memFree=3233860/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=295544 CPUtime=268.22 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 71005 0 0 0 26811 11 0 0 25 0 1 0 890190413 302637056 70908 33554432000 134512640 134556542 4291563648 18446744073709551615 134536913 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 73886 70908 213 11 0 73220 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 304248

[startup+342.301 s]
/proc/loadavg: 2.00 1.71 1.32 3/180 10292
/proc/meminfo: memFree=3232204/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=296640 CPUtime=328.22 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 71301 0 0 0 32811 11 0 0 25 0 1 0 890190413 303759360 71204 33554432000 134512640 134556542 4291563648 18446744073709551615 134536874 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 74160 71204 213 11 0 73494 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 305344

[startup+402.301 s]
/proc/loadavg: 2.00 1.76 1.36 3/180 10293
/proc/meminfo: memFree=3225224/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=299916 CPUtime=388.22 cores=1,3,5,7

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

/proc/10283/statm: 100935 97969 213 11 0 100269 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 412444

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 10411
/proc/meminfo: memFree=3032240/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=403740 CPUtime=4348.33 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 98219 0 0 0 434814 19 0 0 25 0 1 0 890190413 413429760 97971 33554432000 134512640 134556542 4291563648 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 100935 97971 213 11 0 100269 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 412444

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 10412
/proc/meminfo: memFree=3032204/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=403740 CPUtime=4408.33 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 98219 0 0 0 440814 19 0 0 25 0 1 0 890190413 413429760 97971 33554432000 134512640 134556542 4291563648 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 100935 97971 213 11 0 100269 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 412444

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 10414
/proc/meminfo: memFree=3032296/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=403740 CPUtime=4468.33 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 98221 0 0 0 446814 19 0 0 25 0 1 0 890190413 413429760 97973 33554432000 134512640 134556542 4291563648 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 100935 97973 213 11 0 100269 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 412444

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/180 10416
/proc/meminfo: memFree=3029416/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=406512 CPUtime=4528.34 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 98909 0 0 0 452815 19 0 0 25 0 1 0 890190413 416268288 98661 33554432000 134512640 134556542 4291563648 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 101628 98661 213 11 0 100962 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 415216

[startup+4602.3 s]
/proc/loadavg: 2.05 2.01 1.95 3/180 10420
/proc/meminfo: memFree=3018648/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=406512 CPUtime=4588.34 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 98911 0 0 0 458815 19 0 0 25 0 1 0 890190413 416268288 98663 33554432000 134512640 134556542 4291563648 18446744073709551615 134534184 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 101628 98663 213 11 0 100962 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 415216

[startup+4662.3 s]
/proc/loadavg: 2.07 2.03 1.95 3/180 10422
/proc/meminfo: memFree=3017464/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=406512 CPUtime=4648.34 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 98913 0 0 0 464815 19 0 0 25 0 1 0 890190413 416268288 98665 33554432000 134512640 134556542 4291563648 18446744073709551615 134537369 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 101628 98665 213 11 0 100962 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 415216

[startup+4722.31 s]
/proc/loadavg: 2.02 2.02 1.95 3/180 10423
/proc/meminfo: memFree=3017172/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=406512 CPUtime=4708.35 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 98913 0 0 0 470816 19 0 0 25 0 1 0 890190413 416268288 98665 33554432000 134512640 134556542 4291563648 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 101628 98665 213 11 0 100962 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 415216

[startup+4782.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/180 10425
/proc/meminfo: memFree=3017016/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=406512 CPUtime=4768.34 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 98914 0 0 0 476815 19 0 0 25 0 1 0 890190413 416268288 98666 33554432000 134512640 134556542 4291563648 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 101628 98666 213 11 0 100962 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 415216

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/180 10427
/proc/meminfo: memFree=3016860/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=406512 CPUtime=4828.34 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 98917 0 0 0 482815 19 0 0 25 0 1 0 890190413 416268288 98669 33554432000 134512640 134556542 4291563648 18446744073709551615 134536807 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 101628 98669 213 11 0 100962 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 415216

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10428
/proc/meminfo: memFree=3016840/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=406512 CPUtime=4888.34 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 98919 0 0 0 488815 19 0 0 25 0 1 0 890190413 416268288 98671 33554432000 134512640 134556542 4291563648 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 101628 98671 213 11 0 100962 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 415216

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/180 10430
/proc/meminfo: memFree=3016684/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=406512 CPUtime=4948.35 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 98921 0 0 0 494816 19 0 0 25 0 1 0 890190413 416268288 98673 33554432000 134512640 134556542 4291563648 18446744073709551615 134530068 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 101628 98673 213 11 0 100962 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 415216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.95 2/177 10432
/proc/meminfo: memFree=3391524/32951124 swapFree=67050916/67111528
[pid=10278] ppid=10276 vsize=8704 CPUtime=14.06 cores=1,3,5,7
/proc/10278/stat : 10278 (ebglucose.sh) S 10276 10278 8950 0 -1 4202496 379 107593 0 0 0 0 1363 43 18 0 1 0 890189006 8912896 256 33554432000 4194304 4922060 140736825103424 18446744073709551615 212039474309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10278/statm: 2176 256 211 178 0 69 0
[pid=10283] ppid=10278 vsize=406512 CPUtime=4985.95 cores=1,3,5,7
/proc/10283/stat : 10283 (ebglucose_stati) R 10278 10278 8950 0 -1 4202496 98921 0 0 0 498576 19 0 0 25 0 1 0 890190413 416268288 98673 33554432000 134512640 134556542 4291563648 18446744073709551615 134530030 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10283/statm: 101628 98673 213 11 0 100962 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 415216

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10278 and gives
#  childrusage.ru_utime.tv_sec=13
#  childrusage.ru_utime.tv_usec=632927
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=437933
# CPU time returned by wait4() is 14.0709
# while last known CPU time is 5000.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4999.91
CPU time (s): 5000.01
CPU user time (s): 4999.39
CPU system time (s): 0.62
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 460340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.6329
system time used= 0.437933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107972
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= 10
involuntary context switches= 27

runsolver used 7.96679 second user time and 19.2181 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-13 17:08:47
IDJOB=3498840
IDBENCH=88165
IDSOLVER=1992
FILE ID=node146/3498840-1307977725
RUNJOBID= node146-1307977725-10248
PBS_JOBID= 13559682
Free space on /tmp= 6384 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/2dlx_ca_bp_f_liveness.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498840-1307977725/watcher-3498840-1307977725 -o /tmp/evaluation-result-3498840-1307977725/solver-3498840-1307977725 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498840-1307977725.cnf

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

MD5SUM BENCH= 99cd8de7f06ce8c087a5c7fb299dfb62
RANDOM SEED=629842375

node146.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.830
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.66
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.830
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.75
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.830
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.830
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.86
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.830
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.830
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.830
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.830
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:       3932460 kB
Buffers:        145140 kB
Cached:       27900564 kB
SwapCached:      13448 kB
Active:       12899384 kB
Inactive:     15208556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3932460 kB
SwapTotal:    67111528 kB
SwapFree:     67050916 kB
Dirty:          176292 kB
Writeback:           0 kB
AnonPages:       60756 kB
Mapped:           9384 kB
Slab:           845596 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   251132 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= 6364 MiB
End job on node146 at 2011-06-13 18:32:09