Trace number 3349006

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom18.cnf
MD5SUM9ece8f569c93ceee834817ef3350ed8e
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 variables36410
Number of clauses121578
Sum of the clauses size309786
Maximum clause length1188
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262692
Number of clauses of size 358247
Number of clauses of size 4170
Number of clauses of size 516
Number of clauses of size over 5452

Solver Data

0.00/0.00	c Parsing...
0.00/0.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  114186   292484 |   34255       0        0     nan |  0.000 % |
0.00/0.39	c |         0 |   78857   291048 |      --       0       --      -- |     --   | -35329/-1436
0.00/0.39	c ==============================================================================
0.00/0.39	c Result  :   #vars: 14260   #clauses: 78857   #literals: 291048
0.00/0.39	c CPU time:   0.385941 s
0.00/0.39	c ==============================================================================
1300.02/1300.01	./esg_static.sh: line 49:  1697 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-3349006-1304971734/watcher-3349006-1304971734 -o /tmp/evaluation-result-3349006-1304971734/solver-3349006-1304971734 -C 2400 -W 1300 -M 7680 ./esg_static.sh HOME/instance-3349006-1304971734.cnf 

running on 2 cores: 1,3

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.12 3.84 3.49 4/332 1694
/proc/meminfo: memFree=29990952/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 608772217 8908800 249 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 249 209 178 0 68 0

[startup+0.0843819 s]
/proc/loadavg: 4.12 3.84 3.49 4/332 1694
/proc/meminfo: memFree=29990952/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 608772217 8908800 249 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10038 s]
/proc/loadavg: 4.12 3.84 3.49 4/332 1694
/proc/meminfo: memFree=29990952/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 608772217 8908800 249 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300343 s]
/proc/loadavg: 4.12 3.84 3.49 4/332 1694
/proc/meminfo: memFree=29990952/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 327 0 0 0 0 0 0 0 25 0 1 0 608772217 8908800 249 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700275 s]
/proc/loadavg: 4.12 3.84 3.49 4/332 1694
/proc/meminfo: memFree=29990952/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 8700

[startup+1.50113 s]
/proc/loadavg: 4.12 3.84 3.49 5/334 1697
/proc/meminfo: memFree=29975460/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=24140 CPUtime=1.04 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 4094 0 0 0 103 1 0 0 25 0 1 0 608772262 24719360 2631 33554432000 4194304 4256717 140733222422624 18446744073709551615 4211274 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 6035 2631 253 16 0 2677 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32840

[startup+3.10085 s]
/proc/loadavg: 4.11 3.84 3.49 5/334 1697
/proc/meminfo: memFree=29973228/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=35900 CPUtime=2.63 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 9570 0 0 0 262 1 0 0 25 0 1 0 608772262 36761600 5078 33554432000 4194304 4256717 140733222422624 18446744073709551615 4219137 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 8975 5078 253 16 0 5617 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 44600

[startup+6.30028 s]
/proc/loadavg: 4.11 3.84 3.49 5/334 1697
/proc/meminfo: memFree=29973244/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=38620 CPUtime=5.84 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 10748 0 0 0 582 2 0 0 25 0 1 0 608772262 39546880 6206 33554432000 4194304 4256717 140733222422624 18446744073709551615 4210781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 9655 6206 253 16 0 6297 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 47320

[startup+12.7011 s]
/proc/loadavg: 4.10 3.84 3.50 5/334 1697
/proc/meminfo: memFree=30010816/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=38620 CPUtime=12.24 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 10772 0 0 0 1222 2 0 0 25 0 1 0 608772262 39546880 6228 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213939 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 9655 6228 253 16 0 6297 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 47320

[startup+25.5009 s]
/proc/loadavg: 4.08 3.85 3.50 5/334 1698
/proc/meminfo: memFree=30004332/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=43040 CPUtime=25.04 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 12309 0 0 0 2501 3 0 0 25 0 1 0 608772262 44072960 7581 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213702 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 10760 7581 253 16 0 7402 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 51740

[startup+51.1004 s]
/proc/loadavg: 4.05 3.86 3.52 5/334 1698
/proc/meminfo: memFree=29980244/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=66600 CPUtime=50.64 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 34866 0 0 0 5057 7 0 0 25 0 1 0 608772262 68198400 11959 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 16650 11959 253 16 0 13292 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 75300

[startup+102.312 s]
/proc/loadavg: 4.02 3.88 3.54 5/334 1700
/proc/meminfo: memFree=29967920/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=73460 CPUtime=101.86 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 36158 0 0 0 10179 7 0 0 25 0 1 0 608772262 75223040 13203 33554432000 4194304 4256717 140733222422624 18446744073709551615 4218795 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 18365 13203 253 16 0 15007 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 82160

[startup+162.3 s]
/proc/loadavg: 4.00 3.90 3.57 5/334 1701
/proc/meminfo: memFree=29948528/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=103808 CPUtime=161.84 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 52726 0 0 0 16175 9 0 0 25 0 1 0 608772262 106299392 14802 33554432000 4194304 4256717 140733222422624 18446744073709551615 4218625 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 25952 14802 253 16 0 22594 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 112508

[startup+222.301 s]
/proc/loadavg: 4.00 3.91 3.59 5/334 1703
/proc/meminfo: memFree=29931232/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=103808 CPUtime=221.85 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 56838 0 0 0 22175 10 0 0 25 0 1 0 608772262 106299392 18562 33554432000 4194304 4256717 140733222422624 18446744073709551615 4230098 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 25952 18562 253 16 0 22594 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 112508

[startup+282.301 s]
/proc/loadavg: 4.13 3.96 3.62 5/334 1704
/proc/meminfo: memFree=29938492/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=103808 CPUtime=281.85 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 57329 0 0 0 28175 10 0 0 25 0 1 0 608772262 106299392 19049 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213456 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 25952 19049 253 16 0 22594 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 112508

[startup+342.3 s]
/proc/loadavg: 4.11 3.98 3.65 5/334 1706
/proc/meminfo: memFree=29906204/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=103808 CPUtime=341.85 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 58016 0 0 0 34175 10 0 0 25 0 1 0 608772262 106299392 19717 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213648 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 25952 19717 253 16 0 22594 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 112508

[startup+402.301 s]
/proc/loadavg: 4.04 3.98 3.67 5/334 1708
/proc/meminfo: memFree=29942104/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3

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

[pid=1697] ppid=1694 vsize=127288 CPUtime=521.85 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 66387 0 0 0 52174 11 0 0 25 0 1 0 608772262 130342912 27423 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 31822 27423 253 16 0 28464 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 135988

[startup+582.301 s]
/proc/loadavg: 4.05 4.01 3.73 5/334 1712
/proc/meminfo: memFree=29876628/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=127288 CPUtime=581.86 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 66390 0 0 0 58175 11 0 0 25 0 1 0 608772262 130342912 27426 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213430 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 31822 27426 253 16 0 28464 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 135988

[startup+642.301 s]
/proc/loadavg: 4.02 4.00 3.74 5/334 1714
/proc/meminfo: memFree=29877712/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=127288 CPUtime=641.86 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 67368 0 0 0 64175 11 0 0 25 0 1 0 608772262 130342912 28369 33554432000 4194304 4256717 140733222422624 18446744073709551615 4211831 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 31822 28369 253 16 0 28464 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 135988

[startup+702.3 s]
/proc/loadavg: 3.96 3.98 3.75 5/334 1746
/proc/meminfo: memFree=29940444/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=127332 CPUtime=701.86 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 82891 0 0 0 70171 15 0 0 25 0 1 0 608772262 130387968 28090 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213419 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 31833 28090 253 16 0 28475 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 136032

[startup+762.312 s]
/proc/loadavg: 3.98 3.98 3.76 5/334 1747
/proc/meminfo: memFree=29827260/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=146300 CPUtime=761.87 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 88679 0 0 0 76171 16 0 0 25 0 1 0 608772262 149811200 33387 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 36575 33387 253 16 0 33217 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 155000

[startup+822.301 s]
/proc/loadavg: 3.99 3.98 3.77 5/334 1781
/proc/meminfo: memFree=29882248/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=146300 CPUtime=821.86 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 88679 0 0 0 82170 16 0 0 25 0 1 0 608772262 149811200 33387 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213652 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 36575 33387 253 16 0 33217 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 155000

[startup+882.301 s]
/proc/loadavg: 3.99 3.98 3.78 5/334 1812
/proc/meminfo: memFree=29947040/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=146300 CPUtime=881.86 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 88679 0 0 0 88170 16 0 0 25 0 1 0 608772262 149811200 33387 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213461 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 36575 33387 253 16 0 33217 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 155000

[startup+942.3 s]
/proc/loadavg: 3.96 3.98 3.80 5/334 1844
/proc/meminfo: memFree=30040160/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=146300 CPUtime=941.86 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 88679 0 0 0 94170 16 0 0 25 0 1 0 608772262 149811200 33387 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 36575 33387 253 16 0 33217 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 155000

[startup+1002.3 s]
/proc/loadavg: 3.54 3.87 3.77 4/327 1864
/proc/meminfo: memFree=30101020/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=146300 CPUtime=1001.87 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 88679 0 0 0 100171 16 0 0 25 0 1 0 608772262 149811200 33387 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 36575 33387 253 16 0 33217 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 155000

[startup+1062.3 s]
/proc/loadavg: 3.23 3.73 3.72 4/327 1865
/proc/meminfo: memFree=30045516/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=146300 CPUtime=1061.87 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 88679 0 0 0 106171 16 0 0 25 0 1 0 608772262 149811200 33387 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 36575 33387 253 16 0 33217 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 155000

[startup+1122.3 s]
/proc/loadavg: 3.08 3.59 3.68 4/327 1867
/proc/meminfo: memFree=30070608/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=146300 CPUtime=1121.87 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 88679 0 0 0 112171 16 0 0 25 0 1 0 608772262 149811200 33387 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 36575 33387 253 16 0 33217 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 155000

[startup+1182.3 s]
/proc/loadavg: 3.03 3.49 3.63 4/327 1868
/proc/meminfo: memFree=30029496/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=146300 CPUtime=1181.87 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 88679 0 0 0 118171 16 0 0 25 0 1 0 608772262 149811200 33387 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 36575 33387 253 16 0 33217 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 155000

[startup+1242.3 s]
/proc/loadavg: 3.01 3.39 3.59 4/327 1870
/proc/meminfo: memFree=30054368/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=96984 CPUtime=1241.87 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 137372 0 0 0 124163 24 0 0 25 0 1 0 608772262 99311616 19112 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213994 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 24246 19112 253 16 0 20888 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 105684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.32 3.55 4/327 1872
/proc/meminfo: memFree=30064712/32950928 swapFree=60198988/67111528
[pid=1694] ppid=1692 vsize=8700 CPUtime=0.44 cores=1,3
/proc/1694/stat : 1694 (esg_static.sh) S 1692 1694 615 0 -1 4202496 352 5228 0 0 0 0 43 1 21 0 1 0 608772217 8908800 251 33554432000 4194304 4922060 140734215224288 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1694/statm: 2175 251 209 178 0 68 0
[pid=1697] ppid=1694 vsize=96984 CPUtime=1299.58 cores=1,3
/proc/1697/stat : 1697 (minisat_static) R 1694 1694 615 0 -1 4202496 196078 0 0 0 129927 31 0 0 25 0 1 0 608772262 99311616 21058 33554432000 4194304 4256717 140733222422624 18446744073709551615 4213908 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1697/statm: 24246 21058 253 16 0 20888 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 105684

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.05
CPU user time (s): 1299.71
CPU system time (s): 0.334949
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 185352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.71
system time used= 0.334949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201669
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= 24
involuntary context switches= 2976

runsolver used 3.87541 second user time and 9.34758 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-09 22:08:54
IDJOB=3349006
IDBENCH=83127
IDSOLVER=1811
FILE ID=node122/3349006-1304971734
RUNJOBID= node122-1304971089-1259
PBS_JOBID= 13285628
Free space on /tmp= 44104 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom18.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349006-1304971734/watcher-3349006-1304971734 -o /tmp/evaluation-result-3349006-1304971734/solver-3349006-1304971734 -C 2400 -W 1300 -M 7680  ./esg_static.sh HOME/instance-3349006-1304971734.cnf

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

MD5SUM BENCH= 9ece8f569c93ceee834817ef3350ed8e
RANDOM SEED=1972091945

node122.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.820
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.64
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.820
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.820
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.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29991224 kB
Buffers:        144756 kB
Cached:        1171568 kB
SwapCached:      49768 kB
Active:         675156 kB
Inactive:      2117708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29991224 kB
SwapTotal:    67111528 kB
SwapFree:     60198988 kB
Dirty:            3128 kB
Writeback:           0 kB
AnonPages:     1437392 kB
Mapped:          14156 kB
Slab:            69736 kB
PageTables:      33580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52989692 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= 44108 MiB
End job on node122 at 2011-05-09 22:30:36