Trace number 3348802

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.03 1300.02

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark493.835
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
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.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   95961   226361 |   28788       0        0     nan |  0.000 % |
0.00/0.57	c |         0 |   59330   176425 |      --       0       --      -- |     --   | -36291/-48960
0.00/0.57	c ==============================================================================
0.00/0.57	c Result  :   #vars: 14275   #clauses: 59330   #literals: 176425
0.00/0.57	c CPU time:   0.556915 s
0.00/0.57	c ==============================================================================
1300.01/1300.01	./esg_static.sh: line 49: 23345 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-3348802-1304969401/watcher-3348802-1304969401 -o /tmp/evaluation-result-3348802-1304969401/solver-3348802-1304969401 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3348802-1304969401.cnf 

running on 2 cores: 5,7

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: 3.86 3.97 3.03 5/299 23341
/proc/meminfo: memFree=20061776/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 608538306 8908800 249 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23341/statm: 2175 249 209 178 0 68 0

[startup+0.179589 s]
/proc/loadavg: 3.86 3.97 3.03 5/299 23341
/proc/meminfo: memFree=20061776/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 608538306 8908800 249 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23341/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.200582 s]
/proc/loadavg: 3.86 3.97 3.03 5/299 23341
/proc/meminfo: memFree=20061776/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 608538306 8908800 249 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23341/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300567 s]
/proc/loadavg: 3.86 3.97 3.03 5/299 23341
/proc/meminfo: memFree=20061776/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 327 0 0 0 0 0 0 0 21 0 1 0 608538306 8908800 249 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/23341/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700528 s]
/proc/loadavg: 3.86 3.97 3.03 5/299 23341
/proc/meminfo: memFree=20061776/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 8700

[startup+1.50039 s]
/proc/loadavg: 3.86 3.97 3.03 5/301 23345
/proc/meminfo: memFree=20053804/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=22904 CPUtime=0.88 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 2112 0 0 0 88 0 0 0 19 0 1 0 608538367 23453696 1838 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 5726 1838 250 16 0 2368 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 31604

[startup+3.1011 s]
/proc/loadavg: 3.86 3.97 3.03 5/301 23345
/proc/meminfo: memFree=20054176/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=22904 CPUtime=2.48 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 2182 0 0 0 248 0 0 0 22 0 1 0 608538367 23453696 1904 33554432000 4194304 4256717 140736923527792 18446744073709551615 4219112 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 5726 1904 251 16 0 2368 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 31604

[startup+6.30053 s]
/proc/loadavg: 3.87 3.97 3.03 5/301 23345
/proc/meminfo: memFree=20052576/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=21360 CPUtime=5.68 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 2887 0 0 0 568 0 0 0 25 0 1 0 608538367 21872640 1920 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213948 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 5340 1920 251 16 0 1982 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 30060

[startup+12.7004 s]
/proc/loadavg: 3.88 3.97 3.04 5/301 23345
/proc/meminfo: memFree=20047160/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=21544 CPUtime=12.08 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 3743 0 0 0 1208 0 0 0 25 0 1 0 608538367 22061056 2004 33554432000 4194304 4256717 140736923527792 18446744073709551615 4219130 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 5386 2004 251 16 0 2028 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30244

[startup+25.5011 s]
/proc/loadavg: 3.91 3.97 3.05 5/301 23346
/proc/meminfo: memFree=20037944/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=27020 CPUtime=24.88 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 5433 0 0 0 2488 0 0 0 25 0 1 0 608538367 27668480 3313 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213791 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 6755 3313 251 16 0 3397 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 35720

[startup+51.1006 s]
/proc/loadavg: 3.94 3.97 3.07 5/301 23408
/proc/meminfo: memFree=19991252/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=31376 CPUtime=50.48 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 7001 0 0 0 5047 1 0 0 25 0 1 0 608538367 32129024 4566 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213340 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 7844 4566 251 16 0 4486 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 40076

[startup+102.3 s]
/proc/loadavg: 4.02 3.99 3.13 5/301 23442
/proc/meminfo: memFree=19852232/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=31376 CPUtime=101.69 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 7001 0 0 0 10168 1 0 0 25 0 1 0 608538367 32129024 4566 33554432000 4194304 4256717 140736923527792 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 7844 4566 251 16 0 4486 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 40076

[startup+162.301 s]
/proc/loadavg: 4.01 3.99 3.18 5/301 23443
/proc/meminfo: memFree=19762288/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=33092 CPUtime=161.68 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 7460 0 0 0 16167 1 0 0 25 0 1 0 608538367 33886208 4995 33554432000 4194304 4256717 140736923527792 18446744073709551615 4219127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 8273 4995 251 16 0 4915 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 41792

[startup+222.311 s]
/proc/loadavg: 4.20 4.03 3.24 5/301 23445
/proc/meminfo: memFree=19745524/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=33092 CPUtime=221.7 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 7526 0 0 0 22169 1 0 0 25 0 1 0 608538367 33886208 5061 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213692 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 8273 5061 251 16 0 4915 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 41792

[startup+282.3 s]
/proc/loadavg: 4.15 4.04 3.29 5/301 23447
/proc/meminfo: memFree=19754784/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=42908 CPUtime=281.69 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 10925 0 0 0 28167 2 0 0 25 0 1 0 608538367 43937792 6713 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213439 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 10727 6713 251 16 0 7369 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 51608

[startup+342.301 s]
/proc/loadavg: 4.05 4.03 3.33 5/301 23448
/proc/meminfo: memFree=19745944/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=47328 CPUtime=341.69 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 17564 0 0 0 34166 3 0 0 25 0 1 0 608538367 48463872 7786 33554432000 4194304 4256717 140736923527792 18446744073709551615 4218556 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 11832 7786 251 16 0 8474 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 56028

[startup+402.301 s]
/proc/loadavg: 4.02 4.02 3.37 5/301 23450
/proc/meminfo: memFree=19705112/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7

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

[pid=23345] ppid=23341 vsize=53036 CPUtime=581.7 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 20214 0 0 0 58166 4 0 0 25 0 1 0 608538367 54308864 10049 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213652 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 13259 10049 251 16 0 9901 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 61736

[startup+642.3 s]
/proc/loadavg: 4.03 4.03 3.52 5/301 23456
/proc/meminfo: memFree=19718000/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=53036 CPUtime=641.7 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 20214 0 0 0 64166 4 0 0 25 0 1 0 608538367 54308864 10049 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 13259 10049 251 16 0 9901 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 61736

[startup+702.301 s]
/proc/loadavg: 4.01 4.02 3.55 5/301 23458
/proc/meminfo: memFree=19689184/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=53036 CPUtime=701.7 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 20216 0 0 0 70166 4 0 0 25 0 1 0 608538367 54308864 10051 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 13259 10051 251 16 0 9901 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 61736

[startup+762.301 s]
/proc/loadavg: 4.08 4.03 3.58 5/301 23459
/proc/meminfo: memFree=19695348/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=53036 CPUtime=761.71 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 20216 0 0 0 76167 4 0 0 25 0 1 0 608538367 54308864 10051 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213712 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 13259 10051 251 16 0 9901 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 61736

[startup+822.3 s]
/proc/loadavg: 4.11 4.04 3.61 5/301 23461
/proc/meminfo: memFree=19693344/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=53036 CPUtime=821.7 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 20216 0 0 0 82166 4 0 0 25 0 1 0 608538367 54308864 10051 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 13259 10051 251 16 0 9901 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 61736

[startup+882.312 s]
/proc/loadavg: 4.07 4.05 3.63 5/301 23463
/proc/meminfo: memFree=19720212/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=53036 CPUtime=881.71 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 20216 0 0 0 88167 4 0 0 25 0 1 0 608538367 54308864 10051 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 13259 10051 251 16 0 9901 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 61736

[startup+942.301 s]
/proc/loadavg: 4.03 4.04 3.65 5/301 23464
/proc/meminfo: memFree=19687440/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=53036 CPUtime=941.7 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 20216 0 0 0 94166 4 0 0 25 0 1 0 608538367 54308864 10051 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213512 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 13259 10051 251 16 0 9901 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 61736

[startup+1002.3 s]
/proc/loadavg: 4.07 4.04 3.68 5/301 23466
/proc/meminfo: memFree=19705892/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=53036 CPUtime=1001.7 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 20217 0 0 0 100166 4 0 0 25 0 1 0 608538367 54308864 10052 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213497 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 13259 10052 251 16 0 9901 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 61736

[startup+1062.3 s]
/proc/loadavg: 4.10 4.05 3.70 5/301 23467
/proc/meminfo: memFree=19676844/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=53036 CPUtime=1061.7 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 20217 0 0 0 106166 4 0 0 25 0 1 0 608538367 54308864 10052 33554432000 4194304 4256717 140736923527792 18446744073709551615 4210912 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 13259 10052 251 16 0 9901 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 61736

[startup+1122.3 s]
/proc/loadavg: 4.03 4.03 3.72 5/301 23469
/proc/meminfo: memFree=19722928/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=53036 CPUtime=1121.71 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 20217 0 0 0 112167 4 0 0 25 0 1 0 608538367 54308864 10052 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 13259 10052 251 16 0 9901 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 61736

[startup+1182.3 s]
/proc/loadavg: 4.01 4.03 3.73 5/301 23471
/proc/meminfo: memFree=19663628/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=53036 CPUtime=1181.7 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 23373 0 0 0 118166 4 0 0 25 0 1 0 608538367 54308864 10052 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 13259 10052 251 16 0 9901 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 61736

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.74 5/301 23472
/proc/meminfo: memFree=19666700/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=57884 CPUtime=1241.71 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 23374 0 0 0 124167 4 0 0 25 0 1 0 608538367 59273216 10053 33554432000 4194304 4256717 140736923527792 18446744073709551615 4213340 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 14471 10053 251 16 0 11113 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 66584



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 4.00 3.75 3/295 23477
/proc/meminfo: memFree=19808200/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=69376 CPUtime=1299.42 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 26669 0 0 0 129937 5 0 0 25 0 1 0 608538367 71041024 12928 33554432000 4194304 4256717 140736923527792 18446744073709551615 4214176 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 17344 12928 251 16 0 13986 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 78076

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

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

[startup+1300 s]
/proc/loadavg: 3.92 4.00 3.75 3/295 23477
/proc/meminfo: memFree=19808200/32951124 swapFree=66457188/67111528
[pid=23341] ppid=23339 vsize=8700 CPUtime=0.59 cores=5,7
/proc/23341/stat : 23341 (esg_static.sh) S 23339 23341 23121 0 -1 4202496 352 4325 0 0 0 0 58 1 15 0 1 0 608538306 8908800 251 33554432000 4194304 4922060 140735317069200 18446744073709551615 232335711365 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/23341/statm: 2175 251 209 178 0 68 0
[pid=23345] ppid=23341 vsize=69376 CPUtime=1299.42 cores=5,7
/proc/23345/stat : 23345 (minisat_static) R 23341 23341 23121 0 -1 4202496 26669 0 0 0 129937 5 0 0 25 0 1 0 608538367 71041024 12928 33554432000 4194304 4256717 140736923527792 18446744073709551615 4214176 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/23345/statm: 17344 12928 251 16 0 13986 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 78076

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.03
CPU user time (s): 1299.97
CPU system time (s): 0.065989
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 80412

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

runsolver used 3.40248 second user time and 8.75667 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-09 21:30:01
IDJOB=3348802
IDBENCH=70849
IDSOLVER=1811
FILE ID=node132/3348802-1304969401
RUNJOBID= node132-1304968094-23142
PBS_JOBID= 13285618
Free space on /tmp= 48124 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348802-1304969401/watcher-3348802-1304969401 -o /tmp/evaluation-result-3348802-1304969401/solver-3348802-1304969401 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3348802-1304969401.cnf

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=1781843825

node132.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.833
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:      20061932 kB
Buffers:        164892 kB
Cached:        7033892 kB
SwapCached:       6744 kB
Active:        4336816 kB
Inactive:      8145664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20061932 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:           29816 kB
Writeback:           0 kB
AnonPages:     5281092 kB
Mapped:          19444 kB
Slab:           319788 kB
PageTables:      24788 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34849792 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 48028 MiB
End job on node132 at 2011-05-09 21:51:43