Trace number 3387435

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-01UNSAT 2094.41 2094.37

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom13.cnf
MD5SUMf3c2fb082f5fbc8fb1f714d6ee13929d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark93.9187
Satisfiable
(Un)Satisfiability was proved
Number of variables19995
Number of clauses66333
Sum of the clauses size168341
Maximum clause length698
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 235137
Number of clauses of size 330832
Number of clauses of size 490
Number of clauses of size 511
Number of clauses of size over 5262

Solver Data

0.00/0.00	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   62361   158899 |   18708       0        0     nan |  0.000 % |
0.00/0.21	c |         0 |   42585   155666 |      --       0       --      -- |     --   | -19776/-3233
0.00/0.21	c ==============================================================================
0.00/0.21	c Result  :   #vars: 7780   #clauses: 42585   #literals: 155666
0.00/0.21	c CPU time:   0.201969 s
0.00/0.21	c ==============================================================================
2094.32/2094.36	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3387435-1307644327/watcher-3387435-1307644327 -o /tmp/evaluation-result-3387435-1307644327/solver-3387435-1307644327 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387435-1307644327.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.03 2.35 2/178 32332
/proc/meminfo: memFree=32258172/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 856848850 8908800 250 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32332/statm: 2175 250 209 178 0 68 0

[startup+0.0690981 s]
/proc/loadavg: 2.05 2.03 2.35 2/178 32332
/proc/meminfo: memFree=32258172/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 856848850 8908800 250 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32332/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101091 s]
/proc/loadavg: 2.05 2.03 2.35 2/178 32332
/proc/meminfo: memFree=32258172/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 329 0 0 0 0 0 0 0 25 0 1 0 856848850 8908800 250 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/32332/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301059 s]
/proc/loadavg: 2.05 2.03 2.35 2/178 32332
/proc/meminfo: memFree=32258172/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 8700

[startup+0.700989 s]
/proc/loadavg: 2.05 2.03 2.35 2/178 32332
/proc/meminfo: memFree=32258172/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 8700

[startup+1.50086 s]
/proc/loadavg: 2.05 2.03 2.35 3/180 32335
/proc/meminfo: memFree=32248112/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=27536 CPUtime=1.25 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 5313 0 0 0 125 0 0 0 25 0 1 0 856848874 28196864 3302 33554432000 4194304 4256717 140734697529120 18446744073709551615 4214153 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/32335/statm: 6884 3302 250 16 0 3526 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 36236

[startup+3.10057 s]
/proc/loadavg: 2.05 2.03 2.35 3/180 32335
/proc/meminfo: memFree=32255924/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=29212 CPUtime=2.85 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 5708 0 0 0 285 0 0 0 25 0 1 0 856848874 29913088 3669 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213930 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 7303 3669 250 16 0 3945 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 37912

[startup+6.30102 s]
/proc/loadavg: 2.05 2.03 2.35 3/180 32335
/proc/meminfo: memFree=32247228/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=31932 CPUtime=6.06 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 6962 0 0 0 605 1 0 0 25 0 1 0 856848874 32698368 4787 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213743 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 7983 4787 250 16 0 4625 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 40632

[startup+12.7009 s]
/proc/loadavg: 2.04 2.03 2.35 3/180 32377
/proc/meminfo: memFree=32352708/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=27584 CPUtime=12.45 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 8535 0 0 0 1244 1 0 0 25 0 1 0 856848874 28246016 3326 33554432000 4194304 4256717 140734697529120 18446744073709551615 4233367 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 6896 3326 252 16 0 3538 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 36284

[startup+25.5006 s]
/proc/loadavg: 2.03 2.03 2.34 3/180 32377
/proc/meminfo: memFree=32326664/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=43520 CPUtime=25.25 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 18245 0 0 0 2523 2 0 0 25 0 1 0 856848874 44564480 6947 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 10880 6947 252 16 0 7522 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 52220

[startup+51.1012 s]
/proc/loadavg: 2.09 2.04 2.34 3/180 32378
/proc/meminfo: memFree=32307976/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=55044 CPUtime=50.86 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 21147 0 0 0 5083 3 0 0 25 0 1 0 856848874 56365056 9531 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 13761 9531 252 16 0 10403 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 63744

[startup+102.306 s]
/proc/loadavg: 2.04 2.03 2.32 3/180 32420
/proc/meminfo: memFree=32303056/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=62228 CPUtime=102.06 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 41942 0 0 0 10199 7 0 0 25 0 1 0 856848874 63721472 10627 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213472 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 15557 10627 252 16 0 12199 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 70928

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.30 3/180 32422
/proc/meminfo: memFree=32268764/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=69408 CPUtime=162.05 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 44177 0 0 0 16198 7 0 0 25 0 1 0 856848874 71073792 12733 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 17352 12733 252 16 0 13994 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 78108

[startup+222.301 s]
/proc/loadavg: 2.07 2.03 2.28 3/180 32423
/proc/meminfo: memFree=32246768/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=81084 CPUtime=222.06 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 48882 0 0 0 22198 8 0 0 25 0 1 0 856848874 83030016 17077 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213681 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 20271 17077 252 16 0 16913 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 89784

[startup+282.301 s]
/proc/loadavg: 2.02 2.02 2.26 3/180 32425
/proc/meminfo: memFree=32234212/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=81084 CPUtime=282.06 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 48882 0 0 0 28198 8 0 0 25 0 1 0 856848874 83030016 17077 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213652 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 20271 17077 252 16 0 16913 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 89784

[startup+342.301 s]
/proc/loadavg: 2.01 2.02 2.24 3/180 32426
/proc/meminfo: memFree=32228716/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=92944 CPUtime=342.06 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 55145 0 0 0 34197 9 0 0 25 0 1 0 856848874 95174656 18493 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213972 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 23236 18493 252 16 0 19878 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 101644

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.22 3/180 32428
/proc/meminfo: memFree=32200032/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6

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


[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/180 32462
/proc/meminfo: memFree=32118560/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=167588 CPUtime=1662.09 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 848110 0 0 0 166067 142 0 0 25 0 1 0 856848874 171610112 32198 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 41897 32198 252 16 0 38539 0
Current children cumulated CPU time (s) 1662.31
Current children cumulated vsize (KiB) 176288

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/180 32463
/proc/meminfo: memFree=32128324/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=136768 CPUtime=1722.09 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 892389 0 0 0 172059 150 0 0 25 0 1 0 856848874 140050432 30051 33554432000 4194304 4256717 140734697529120 18446744073709551615 4209379 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 34192 30051 252 16 0 30834 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 145468

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/180 32474
/proc/meminfo: memFree=32126024/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=167588 CPUtime=1782.09 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 926050 0 0 0 178054 155 0 0 25 0 1 0 856848874 171610112 32326 33554432000 4194304 4256717 140734697529120 18446744073709551615 4211831 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 41897 32326 252 16 0 38539 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 176288

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/180 32475
/proc/meminfo: memFree=32113472/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=167588 CPUtime=1842.09 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 962729 0 0 0 184047 162 0 0 25 0 1 0 856848874 171610112 34802 33554432000 4194304 4256717 140734697529120 18446744073709551615 4211816 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 41897 34802 252 16 0 38539 0
Current children cumulated CPU time (s) 1842.31
Current children cumulated vsize (KiB) 176288

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/180 32477
/proc/meminfo: memFree=32133400/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=136768 CPUtime=1902.1 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 1007482 0 0 0 190040 170 0 0 25 0 1 0 856848874 140050432 30013 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 34192 30013 252 16 0 30834 0
Current children cumulated CPU time (s) 1902.32
Current children cumulated vsize (KiB) 145468

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32479
/proc/meminfo: memFree=32121464/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=167588 CPUtime=1962.1 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 1028892 0 0 0 196037 173 0 0 25 0 1 0 856848874 171610112 33476 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213715 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 41897 33476 252 16 0 38539 0
Current children cumulated CPU time (s) 1962.32
Current children cumulated vsize (KiB) 176288

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32480
/proc/meminfo: memFree=32116096/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=167588 CPUtime=2022.1 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 1065453 0 0 0 202031 179 0 0 25 0 1 0 856848874 171610112 33096 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213416 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 41897 33096 252 16 0 38539 0
Current children cumulated CPU time (s) 2022.32
Current children cumulated vsize (KiB) 176288

[startup+2082.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32482
/proc/meminfo: memFree=32115176/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=167588 CPUtime=2082.1 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 1101688 0 0 0 208025 185 0 0 25 0 1 0 856848874 171610112 32139 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213912 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 41897 32139 252 16 0 38539 0
Current children cumulated CPU time (s) 2082.32
Current children cumulated vsize (KiB) 176288

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

[startup+2086.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32482
/proc/meminfo: memFree=32125468/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=167588 CPUtime=2086.1 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 1102316 0 0 0 208425 185 0 0 25 0 1 0 856848874 171610112 32724 33554432000 4194304 4256717 140734697529120 18446744073709551615 4219680 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 41897 32724 252 16 0 38539 0
Current children cumulated CPU time (s) 2086.32
Current children cumulated vsize (KiB) 176288

[startup+2089.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32482
/proc/meminfo: memFree=32118272/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=167588 CPUtime=2089.31 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 1102945 0 0 0 208745 186 0 0 25 0 1 0 856848874 171610112 33309 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 41897 33309 252 16 0 38539 0
Current children cumulated CPU time (s) 2089.53
Current children cumulated vsize (KiB) 176288

[startup+2092.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32482
/proc/meminfo: memFree=32112688/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=167588 CPUtime=2092.5 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 1103162 0 0 0 209064 186 0 0 25 0 1 0 856848874 171610112 33507 33554432000 4194304 4256717 140734697529120 18446744073709551615 4212152 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 41897 33507 252 16 0 38539 0
Current children cumulated CPU time (s) 2092.72
Current children cumulated vsize (KiB) 176288

[startup+2093.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32482
/proc/meminfo: memFree=32111324/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=167588 CPUtime=2093.3 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 1103232 0 0 0 209144 186 0 0 25 0 1 0 856848874 171610112 33570 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213743 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 41897 33570 252 16 0 38539 0
Current children cumulated CPU time (s) 2093.52
Current children cumulated vsize (KiB) 176288

[startup+2093.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32482
/proc/meminfo: memFree=32111324/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=88588 CPUtime=2093.7 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 1103386 0 0 0 209184 186 0 0 25 0 1 0 856848874 90714112 18793 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 22147 18793 252 16 0 18789 0
Current children cumulated CPU time (s) 2093.92
Current children cumulated vsize (KiB) 97288

[startup+2094.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 32482
/proc/meminfo: memFree=32168488/32951124 swapFree=67088052/67111528
[pid=32332] ppid=32330 vsize=8700 CPUtime=0.22 cores=0,2,4,6
/proc/32332/stat : 32332 (esg_static.sh) S 32330 32332 32198 0 -1 4202496 354 2884 0 0 0 0 22 0 23 0 1 0 856848850 8908800 252 33554432000 4194304 4922060 140735714812800 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/32332/statm: 2175 252 209 178 0 68 0
[pid=32335] ppid=32332 vsize=88588 CPUtime=2094.1 cores=0,2,4,6
/proc/32335/stat : 32335 (minisat_static) R 32332 32332 32198 0 -1 4202496 1103451 0 0 0 209224 186 0 0 25 0 1 0 856848874 90714112 18855 33554432000 4194304 4256717 140734697529120 18446744073709551615 4213733 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32335/statm: 22147 18855 252 16 0 18789 0
Current children cumulated CPU time (s) 2094.32
Current children cumulated vsize (KiB) 97288

Child status: 20
Real time (s): 2094.37
CPU time (s): 2094.41
CPU user time (s): 2092.53
CPU system time (s): 1.88371
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 256428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2092.53
system time used= 1.88371
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1106918
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= 44
involuntary context switches= 24222

runsolver used 3.78742 second user time and 7.40387 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-09 20:32:07
IDJOB=3387435
IDBENCH=83117
IDSOLVER=1874
FILE ID=node144/3387435-1307644327
RUNJOBID= node144-1307642805-32216
PBS_JOBID= 13549401
Free space on /tmp= 74128 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom13.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387435-1307644327/watcher-3387435-1307644327 -o /tmp/evaluation-result-3387435-1307644327/solver-3387435-1307644327 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387435-1307644327.cnf

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

MD5SUM BENCH= f3c2fb082f5fbc8fb1f714d6ee13929d
RANDOM SEED=204084703

node144.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.850
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.70
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.850
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	: 5226.16
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.850
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.850
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.850
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.850
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.82
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.850
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.850
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:     32951124 kB
MemFree:      32258320 kB
Buffers:         93100 kB
Cached:         261300 kB
SwapCached:       1492 kB
Active:         298944 kB
Inactive:       223048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32258320 kB
SwapTotal:    67111528 kB
SwapFree:     67088052 kB
Dirty:            2292 kB
Writeback:          12 kB
AnonPages:      165912 kB
Mapped:          14280 kB
Slab:           105544 kB
PageTables:       4916 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   357180 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= 74124 MiB
End job on node144 at 2011-06-09 21:07:02