Trace number 3348990

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
minisat hack: minisat_psm 2011-04-01? (TO) 1300.04 1300.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
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 variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Parsing...
0.00/0.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  225114   525266 |   67534       0        0     nan |  0.000 % |
0.00/0.93	c |         0 |  139451   431015 |      --       0       --      -- |     --   | -85661/-94246
0.00/0.93	c ==============================================================================
0.00/0.93	c Result  :   #vars: 27388   #clauses: 139451   #literals: 431015
0.00/0.93	c CPU time:   0.907861 s
0.00/0.93	c ==============================================================================
1300.01/1300.01	./esg_static.sh: line 49: 15873 Terminated              $RS $TMP.cnf > $TMP.result 2> /dev/null

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3348990-1304968510/watcher-3348990-1304968510 -o /tmp/evaluation-result-3348990-1304968510/solver-3348990-1304968510 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348990-1304968510.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.20 3.01 1.41 5/400 15870
/proc/meminfo: memFree=28182944/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=0 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 608449753 8908800 250 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 250 209 178 0 68 0

[startup+0.0817581 s]
/proc/loadavg: 4.20 3.01 1.41 5/400 15870
/proc/meminfo: memFree=28182944/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=0 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 608449753 8908800 250 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100756 s]
/proc/loadavg: 4.20 3.01 1.41 5/400 15870
/proc/meminfo: memFree=28182944/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=0 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 608449753 8908800 250 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300724 s]
/proc/loadavg: 4.20 3.01 1.41 5/400 15870
/proc/meminfo: memFree=28182944/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=0 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 608449753 8908800 250 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700666 s]
/proc/loadavg: 4.20 3.01 1.41 5/400 15870
/proc/meminfo: memFree=28182944/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=0 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 328 0 0 0 0 0 0 0 22 0 1 0 608449753 8908800 250 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50046 s]
/proc/loadavg: 4.20 3.01 1.41 5/402 15872
/proc/meminfo: memFree=28168544/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 8700

[startup+3.10019 s]
/proc/loadavg: 4.20 3.01 1.41 5/402 15873
/proc/meminfo: memFree=28154160/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=28180 CPUtime=2.07 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 5931 0 0 0 206 1 0 0 25 0 1 0 608449855 28856320 3674 33554432000 4194304 4256717 140734479345504 18446744073709551615 4213461 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 7045 3674 253 16 0 3687 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 36880

[startup+6.30071 s]
/proc/loadavg: 4.18 3.03 1.42 5/402 15874
/proc/meminfo: memFree=28279908/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=40148 CPUtime=5.26 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 10793 0 0 0 525 1 0 0 25 0 1 0 608449855 41111552 6287 33554432000 4194304 4256717 140734479345504 18446744073709551615 4218779 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 10037 6287 253 16 0 6679 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 48848

[startup+12.7006 s]
/proc/loadavg: 4.17 3.04 1.43 5/402 15874
/proc/meminfo: memFree=28205756/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=50644 CPUtime=11.67 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 13320 0 0 0 1165 2 0 0 25 0 1 0 608449855 51859456 6744 33554432000 4194304 4256717 140734479345504 18446744073709551615 4218819 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 12661 6744 253 16 0 9303 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 59344

[startup+25.5005 s]
/proc/loadavg: 4.20 3.10 1.48 5/402 15874
/proc/meminfo: memFree=28228644/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=55064 CPUtime=24.46 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 17149 0 0 0 2444 2 0 0 25 0 1 0 608449855 56385536 10079 33554432000 4194304 4256717 140734479345504 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 13766 10079 253 16 0 10408 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 63764

[startup+51.1012 s]
/proc/loadavg: 4.21 3.19 1.55 5/402 15875
/proc/meminfo: memFree=28161656/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=62248 CPUtime=50.07 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 29275 0 0 0 5002 5 0 0 25 0 1 0 608449855 63741952 11450 33554432000 4194304 4256717 140734479345504 18446744073709551615 4210789 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 15562 11450 253 16 0 12204 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 70948

[startup+102.314 s]
/proc/loadavg: 4.09 3.31 1.68 5/402 15908
/proc/meminfo: memFree=28245708/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=81104 CPUtime=101.28 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 35264 0 0 0 10123 5 0 0 25 0 1 0 608449855 83050496 16912 33554432000 4194304 4256717 140734479345504 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 20276 16912 253 16 0 16918 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 89804

[startup+162.3 s]
/proc/loadavg: 4.03 3.44 1.82 5/402 15910
/proc/meminfo: memFree=28144444/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=93016 CPUtime=161.26 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 67218 0 0 0 16116 10 0 0 25 0 1 0 608449855 95248384 19268 33554432000 4194304 4256717 140734479345504 18446744073709551615 4213904 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 23254 19268 253 16 0 19896 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 101716

[startup+222.3 s]
/proc/loadavg: 4.01 3.54 1.95 5/402 15911
/proc/meminfo: memFree=28069620/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=153712 CPUtime=221.27 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 91682 0 0 0 22113 14 0 0 25 0 1 0 608449855 157401088 34668 33554432000 4194304 4256717 140734479345504 18446744073709551615 4213715 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 38428 34668 253 16 0 35070 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 162412

[startup+282.3 s]
/proc/loadavg: 4.08 3.63 2.08 5/402 15913
/proc/meminfo: memFree=28078704/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=153712 CPUtime=281.27 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 92094 0 0 0 28113 14 0 0 25 0 1 0 608449855 157401088 35064 33554432000 4194304 4256717 140734479345504 18446744073709551615 4209135 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 38428 35064 253 16 0 35070 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 162412

[startup+342.301 s]
/proc/loadavg: 4.03 3.70 2.20 5/402 15914
/proc/meminfo: memFree=28048880/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=153712 CPUtime=341.27 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 92094 0 0 0 34113 14 0 0 25 0 1 0 608449855 157401088 35064 33554432000 4194304 4256717 140734479345504 18446744073709551615 4213483 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 38428 35064 253 16 0 35070 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 162412

[startup+402.301 s]
/proc/loadavg: 4.14 3.78 2.32 5/402 15916
/proc/meminfo: memFree=28091368/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=111992 CPUtime=401.28 cores=0,2

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

[pid=15873] ppid=15870 vsize=111992 CPUtime=521.27 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 221532 0 0 0 52087 40 0 0 25 0 1 0 608449855 114679808 22119 33554432000 4194304 4256717 140734479345504 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 27998 22119 253 16 0 24640 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 120692

[startup+582.301 s]
/proc/loadavg: 4.09 3.91 2.62 5/402 15921
/proc/meminfo: memFree=28075644/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=111992 CPUtime=581.28 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 260624 0 0 0 58080 48 0 0 25 0 1 0 608449855 114679808 23876 33554432000 4194304 4256717 140734479345504 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 27998 23876 253 16 0 24640 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 120692

[startup+642.301 s]
/proc/loadavg: 4.03 3.92 2.71 5/402 15922
/proc/meminfo: memFree=28058088/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=111992 CPUtime=641.29 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 313687 0 0 0 64071 58 0 0 25 0 1 0 608449855 114679808 23628 33554432000 4194304 4256717 140734479345504 18446744073709551615 4210789 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 27998 23628 253 16 0 24640 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 120692

[startup+702.301 s]
/proc/loadavg: 4.01 3.93 2.78 5/402 15924
/proc/meminfo: memFree=28070056/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=142812 CPUtime=701.28 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 345472 0 0 0 70062 66 0 0 25 0 1 0 608449855 146239488 25457 33554432000 4194304 4256717 140734479345504 18446744073709551615 4209152 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 35703 25457 253 16 0 32345 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 151512

[startup+762.314 s]
/proc/loadavg: 4.00 3.94 2.86 5/402 15926
/proc/meminfo: memFree=28027460/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=111992 CPUtime=761.29 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 388372 0 0 0 76054 75 0 0 25 0 1 0 608449855 114679808 23646 33554432000 4194304 4256717 140734479345504 18446744073709551615 4233419 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 27998 23646 253 16 0 24640 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 120692

[startup+822.3 s]
/proc/loadavg: 4.00 3.95 2.93 5/402 15927
/proc/meminfo: memFree=27999264/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=111992 CPUtime=821.28 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 433063 0 0 0 82046 82 0 0 25 0 1 0 608449855 114679808 22456 33554432000 4194304 4256717 140734479345504 18446744073709551615 4218822 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 27998 22456 253 16 0 24640 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 120692

[startup+882.3 s]
/proc/loadavg: 4.07 3.98 3.00 5/402 15929
/proc/meminfo: memFree=28021632/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=111992 CPUtime=881.28 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 477022 0 0 0 88039 89 0 0 25 0 1 0 608449855 114679808 23033 33554432000 4194304 4256717 140734479345504 18446744073709551615 4213419 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 27998 23033 253 16 0 24640 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 120692

[startup+942.301 s]
/proc/loadavg: 4.06 4.00 3.07 5/402 15990
/proc/meminfo: memFree=28142500/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=142812 CPUtime=941.28 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 513922 0 0 0 94032 96 0 0 25 0 1 0 608449855 146239488 25777 33554432000 4194304 4256717 140734479345504 18446744073709551615 4213928 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 35703 25777 253 16 0 32345 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 151512

[startup+1002.3 s]
/proc/loadavg: 4.02 4.00 3.12 4/399 16023
/proc/meminfo: memFree=28144544/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=142812 CPUtime=1001.28 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 547418 0 0 0 100026 102 0 0 25 0 1 0 608449855 146239488 27644 33554432000 4194304 4256717 140734479345504 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 35703 27644 253 16 0 32345 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 151512

[startup+1062.3 s]
/proc/loadavg: 4.15 4.04 3.19 5/402 16054
/proc/meminfo: memFree=27981808/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=142812 CPUtime=1061.28 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 583803 0 0 0 106018 110 0 0 25 0 1 0 608449855 146239488 26672 33554432000 4194304 4256717 140734479345504 18446744073709551615 4209023 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 35703 26672 253 16 0 32345 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 151512

[startup+1122.3 s]
/proc/loadavg: 4.05 4.03 3.24 5/402 16055
/proc/meminfo: memFree=27906132/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=142812 CPUtime=1121.28 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 622100 0 0 0 112013 115 0 0 25 0 1 0 608449855 146239488 29158 33554432000 4194304 4256717 140734479345504 18446744073709551615 4213648 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 35703 29158 253 16 0 32345 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 151512

[startup+1182.3 s]
/proc/loadavg: 4.02 4.02 3.28 5/402 16057
/proc/meminfo: memFree=27903660/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=142812 CPUtime=1181.28 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 661898 0 0 0 118005 123 0 0 25 0 1 0 608449855 146239488 28698 33554432000 4194304 4256717 140734479345504 18446744073709551615 4209909 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 35703 28698 253 16 0 32345 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 151512

[startup+1242.3 s]
/proc/loadavg: 4.11 4.05 3.33 5/402 16058
/proc/meminfo: memFree=27910560/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=142812 CPUtime=1241.28 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 712135 0 0 0 123996 132 0 0 25 0 1 0 608449855 146239488 25106 33554432000 4194304 4256717 140734479345504 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 35703 25106 253 16 0 32345 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 151512



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.09 4.05 3.38 5/402 16060
/proc/meminfo: memFree=27902596/32950928 swapFree=44388816/67111528
[pid=15870] ppid=15868 vsize=8700 CPUtime=1.01 cores=0,2
/proc/15870/stat : 15870 (esg_static.sh) S 15868 15870 15673 0 -1 4202496 353 10641 0 0 0 0 98 3 18 0 1 0 608449753 8908800 252 33554432000 4194304 4922060 140734546077936 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/15870/statm: 2175 252 209 178 0 68 0
[pid=15873] ppid=15870 vsize=111992 CPUtime=1299 cores=0,2
/proc/15873/stat : 15873 (minisat_static) R 15870 15870 15673 0 -1 4202496 760536 0 0 0 129759 141 0 0 25 0 1 0 608449855 114679808 24428 33554432000 4194304 4256717 140734479345504 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/15873/statm: 27998 24428 253 16 0 24640 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 120692

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): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1298.58
CPU system time (s): 1.45778
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 231652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.58
system time used= 1.45778
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 771539
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= 13
involuntary context switches= 1684

runsolver used 4.79727 second user time and 11.7762 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-09 21:15:11
IDJOB=3348990
IDBENCH=70781
IDSOLVER=1811
FILE ID=node126/3348990-1304968510
RUNJOBID= node126-1304968097-15691
PBS_JOBID= 13285624
Free space on /tmp= 50808 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348990-1304968510/watcher-3348990-1304968510 -o /tmp/evaluation-result-3348990-1304968510/solver-3348990-1304968510 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348990-1304968510.cnf

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

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=1562421620

node126.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.783
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.56
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.783
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.783
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.74
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.783
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.74
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.783
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.80
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.783
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.783
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.82
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.783
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:     32950928 kB
MemFree:      28183216 kB
Buffers:        140364 kB
Cached:        1038044 kB
SwapCached:      92124 kB
Active:         721632 kB
Inactive:      3830000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28183216 kB
SwapTotal:    67111528 kB
SwapFree:     44388816 kB
Dirty:            5172 kB
Writeback:           0 kB
AnonPages:     3293380 kB
Mapped:          15632 kB
Slab:            72564 kB
PageTables:      77068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88587320 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= 50712 MiB
End job on node126 at 2011-05-09 21:36:53