Trace number 3387541

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 1412.6 1414.66

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
MD5SUMf16626953757fdd1326f2a14f01adca9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark911.704
Satisfiable
(Un)Satisfiability was proved
Number of variables435701
Number of clauses1379987
Sum of the clauses size3544455
Maximum clause length304
Minimum clause length1
Number of clauses of size 1142
Number of clauses of size 2654099
Number of clauses of size 3705129
Number of clauses of size 412732
Number of clauses of size 54852
Number of clauses of size over 53033

Solver Data

0.00/0.00	c Parsing...
1.18/1.25	c ==============================================================================
1.18/1.25	c |           |     ORIGINAL     |              LEARNT              |          |
1.18/1.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.18/1.25	c ==============================================================================
1.18/1.25	c |         0 | 1379117  3541891 |  413735       0        0     nan |  0.000 % |
3.09/7.68	c |         0 |  616639  2018525 |      --       0       --      -- |     --   | -735035/-1451089
3.09/7.68	c ==============================================================================
3.09/7.68	c Result  :   #vars: 113534   #clauses: 616639   #literals: 2018525
3.09/7.68	c CPU time:   7.45887 s
3.09/7.68	c ==============================================================================
1412.53/1414.65	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: 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-3387541-1305605167/watcher-3387541-1305605167 -o /tmp/evaluation-result-3387541-1305605167/solver-3387541-1305605167 -C 5000 -W 5100 -M 15500 ./esg_static.sh HOME/instance-3387541-1305605167.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: 3.09 3.05 3.01 3/500 8314
/proc/meminfo: memFree=17603176/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 672116463 8908800 249 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8314/statm: 2175 249 209 178 0 68 0

[startup+0.051994 s]
/proc/loadavg: 3.09 3.05 3.01 3/500 8314
/proc/meminfo: memFree=17603176/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 672116463 8908800 249 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8314/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10099 s]
/proc/loadavg: 3.09 3.05 3.01 3/500 8314
/proc/meminfo: memFree=17603176/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 672116463 8908800 249 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8314/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300967 s]
/proc/loadavg: 3.09 3.05 3.01 3/500 8314
/proc/meminfo: memFree=17603176/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 672116463 8908800 249 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8314/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700885 s]
/proc/loadavg: 3.09 3.05 3.01 3/500 8314
/proc/meminfo: memFree=17603176/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 672116463 8908800 249 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8314/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50075 s]
/proc/loadavg: 3.09 3.05 3.01 4/502 8317
/proc/meminfo: memFree=17440596/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 672116463 8908800 249 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8314/statm: 2175 249 209 178 0 68 0
[pid=8315] ppid=8314 vsize=197384 CPUtime=1.49 cores=0,2,4,6
/proc/8315/stat : 8315 (SatELite_releas) R 8314 8314 6320 0 -1 4202496 47922 0 0 0 139 10 0 0 25 0 1 0 672116463 202121216 43858 33554432000 134512640 135144242 4292095984 18446744073709551615 134726939 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8315/statm: 49346 43858 77 155 0 49189 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 206084

[startup+3.10048 s]
/proc/loadavg: 3.09 3.05 3.01 4/502 8317
/proc/meminfo: memFree=17401784/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 328 0 0 0 0 0 0 0 23 0 1 0 672116463 8908800 249 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/8314/statm: 2175 249 209 178 0 68 0
[pid=8315] ppid=8314 vsize=216288 CPUtime=3.09 cores=0,2,4,6
/proc/8315/stat : 8315 (SatELite_releas) R 8314 8314 6320 0 -1 4202496 52436 0 0 0 293 16 0 0 25 0 1 0 672116463 221478912 48372 33554432000 134512640 135144242 4292095984 18446744073709551615 134745630 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/8315/statm: 54072 48372 77 155 0 53915 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 224988

[startup+15.1495 s]
/proc/loadavg: 3.09 3.05 3.01 4/502 8317
/proc/meminfo: memFree=17378224/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 8700
heavy processes:

[startup+15.2194 s]
/proc/loadavg: 3.53 3.15 3.04 5/502 8318
/proc/meminfo: memFree=17507252/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=67228 CPUtime=5.03 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 14711 0 0 0 501 2 0 0 25 0 1 0 672117276 68841472 12676 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/8318/statm: 16807 12676 253 16 0 13449 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 75928

[startup+25.5007 s]
/proc/loadavg: 3.75 3.21 3.06 4/502 8318
/proc/meminfo: memFree=17492260/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=68552 CPUtime=15.28 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 15648 0 0 0 1524 4 0 0 25 0 1 0 672117276 70197248 13571 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213692 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 17138 13571 253 16 0 13780 0
Current children cumulated CPU time (s) 23.4
Current children cumulated vsize (KiB) 77252

[startup+51.1004 s]
/proc/loadavg: 3.49 3.19 3.06 4/502 8319
/proc/meminfo: memFree=17509880/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=81696 CPUtime=40.88 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 24825 0 0 0 4082 6 0 0 25 0 1 0 672117276 83656704 14533 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 20424 14533 253 16 0 17066 0
Current children cumulated CPU time (s) 49
Current children cumulated vsize (KiB) 90396

[startup+102.301 s]
/proc/loadavg: 3.20 3.16 3.06 4/502 8320
/proc/meminfo: memFree=17460280/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=113160 CPUtime=92.08 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 45278 0 0 0 9198 10 0 0 25 0 1 0 672117276 115875840 24026 33554432000 4194304 4256717 140736715922192 18446744073709551615 4219750 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 28290 24026 253 16 0 24932 0
Current children cumulated CPU time (s) 100.2
Current children cumulated vsize (KiB) 121860

[startup+162.301 s]
/proc/loadavg: 3.15 3.15 3.06 4/502 8322
/proc/meminfo: memFree=17420468/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=113160 CPUtime=152.08 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 72763 0 0 0 15194 14 0 0 25 0 1 0 672117276 115875840 24336 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 28290 24336 253 16 0 24932 0
Current children cumulated CPU time (s) 160.2
Current children cumulated vsize (KiB) 121860

[startup+222.301 s]
/proc/loadavg: 3.09 3.14 3.06 4/502 8323
/proc/meminfo: memFree=17425416/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=162480 CPUtime=212.09 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 107993 0 0 0 21188 21 0 0 25 0 1 0 672117276 166379520 34463 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 40620 34463 253 16 0 37262 0
Current children cumulated CPU time (s) 220.21
Current children cumulated vsize (KiB) 171180

[startup+282.3 s]
/proc/loadavg: 3.03 3.11 3.06 4/502 8325
/proc/meminfo: memFree=17432220/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=162480 CPUtime=272.1 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 134986 0 0 0 27187 23 0 0 25 0 1 0 672117276 166379520 34682 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 40620 34682 253 16 0 37262 0
Current children cumulated CPU time (s) 280.22
Current children cumulated vsize (KiB) 171180

[startup+342.3 s]
/proc/loadavg: 3.01 3.09 3.05 4/502 8327
/proc/meminfo: memFree=17418184/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=162480 CPUtime=332.09 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 163703 0 0 0 33181 28 0 0 25 0 1 0 672117276 166379520 35004 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 40620 35004 253 16 0 37262 0
Current children cumulated CPU time (s) 340.21
Current children cumulated vsize (KiB) 171180

[startup+402.319 s]
/proc/loadavg: 3.00 3.07 3.04 4/502 8328
/proc/meminfo: memFree=17418548/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0

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


[startup+1122.3 s]
/proc/loadavg: 3.00 3.16 3.11 4/502 8437
/proc/meminfo: memFree=16949076/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=193300 CPUtime=1112.1 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 489753 0 0 0 111119 91 0 0 25 0 1 0 672117276 197939200 38882 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 48325 38882 253 16 0 44967 0
Current children cumulated CPU time (s) 1120.22
Current children cumulated vsize (KiB) 202000

[startup+1182.3 s]
/proc/loadavg: 3.00 3.12 3.10 4/502 8439
/proc/meminfo: memFree=16912244/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=193300 CPUtime=1172.1 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 494543 0 0 0 117116 94 0 0 25 0 1 0 672117276 197939200 43581 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 48325 43581 253 16 0 44967 0
Current children cumulated CPU time (s) 1180.22
Current children cumulated vsize (KiB) 202000

[startup+1242.3 s]
/proc/loadavg: 3.00 3.10 3.09 4/502 8441
/proc/meminfo: memFree=16904548/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=193300 CPUtime=1232.09 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 517107 0 0 0 123111 98 0 0 25 0 1 0 672117276 197939200 42332 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 48325 42332 253 16 0 44967 0
Current children cumulated CPU time (s) 1240.21
Current children cumulated vsize (KiB) 202000

[startup+1302.3 s]
/proc/loadavg: 3.00 3.08 3.08 4/502 8442
/proc/meminfo: memFree=16890520/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=193300 CPUtime=1292.1 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 539513 0 0 0 129107 103 0 0 25 0 1 0 672117276 197939200 41434 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 48325 41434 253 16 0 44967 0
Current children cumulated CPU time (s) 1300.22
Current children cumulated vsize (KiB) 202000

[startup+1362.3 s]
/proc/loadavg: 3.11 3.11 3.09 4/502 8444
/proc/meminfo: memFree=16878984/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=193300 CPUtime=1352.12 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 562702 0 0 0 135105 107 0 0 25 0 1 0 672117276 197939200 40871 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 48325 40871 253 16 0 44967 0
Current children cumulated CPU time (s) 1360.24
Current children cumulated vsize (KiB) 202000

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

[startup+1379.3 s]
/proc/loadavg: 3.15 3.12 3.09 4/502 8444
/proc/meminfo: memFree=16905024/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=193300 CPUtime=1369.1 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 563828 0 0 0 136803 107 0 0 25 0 1 0 672117276 197939200 41979 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213469 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 48325 41979 253 16 0 44967 0
Current children cumulated CPU time (s) 1377.22
Current children cumulated vsize (KiB) 202000

[startup+1392.12 s]
/proc/loadavg: 3.19 3.12 3.10 4/502 8445
/proc/meminfo: memFree=16873772/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=193300 CPUtime=1381.92 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 564532 0 0 0 138085 107 0 0 25 0 1 0 672117276 197939200 42676 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 48325 42676 253 16 0 44967 0
Current children cumulated CPU time (s) 1390.04
Current children cumulated vsize (KiB) 202000

[startup+1404.9 s]
/proc/loadavg: 3.16 3.12 3.09 4/502 8445
/proc/meminfo: memFree=16912212/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=193300 CPUtime=1394.71 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 565103 0 0 0 139363 108 0 0 25 0 1 0 672117276 197939200 43236 33554432000 4194304 4256717 140736715922192 18446744073709551615 4209058 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 48325 43236 253 16 0 44967 0
Current children cumulated CPU time (s) 1402.83
Current children cumulated vsize (KiB) 202000

[startup+1411.3 s]
/proc/loadavg: 3.14 3.12 3.09 4/502 8445
/proc/meminfo: memFree=16906012/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=193300 CPUtime=1401.11 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 565343 0 0 0 140003 108 0 0 25 0 1 0 672117276 197939200 43469 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213977 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 48325 43469 253 16 0 44967 0
Current children cumulated CPU time (s) 1409.23
Current children cumulated vsize (KiB) 202000

[startup+1412.9 s]
/proc/loadavg: 3.13 3.12 3.09 4/502 8445
/proc/meminfo: memFree=16902664/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=193300 CPUtime=1402.72 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 565445 0 0 0 140164 108 0 0 25 0 1 0 672117276 197939200 43568 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 48325 43568 253 16 0 44967 0
Current children cumulated CPU time (s) 1410.84
Current children cumulated vsize (KiB) 202000

[startup+1413.7 s]
/proc/loadavg: 3.13 3.12 3.09 4/502 8445
/proc/meminfo: memFree=16902664/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=193300 CPUtime=1403.51 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 565463 0 0 0 140243 108 0 0 25 0 1 0 672117276 197939200 43585 33554432000 4194304 4256717 140736715922192 18446744073709551615 4209126 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 48325 43585 253 16 0 44967 0
Current children cumulated CPU time (s) 1411.63
Current children cumulated vsize (KiB) 202000

[startup+1414.12 s]
/proc/loadavg: 3.13 3.12 3.09 4/502 8445
/proc/meminfo: memFree=16901672/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=193300 CPUtime=1403.92 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 565484 0 0 0 140284 108 0 0 25 0 1 0 672117276 197939200 43606 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213369 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 48325 43606 253 16 0 44967 0
Current children cumulated CPU time (s) 1412.04
Current children cumulated vsize (KiB) 202000

[startup+1414.5 s]
/proc/loadavg: 3.13 3.12 3.09 4/502 8445
/proc/meminfo: memFree=16901672/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=193300 CPUtime=1404.31 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 565489 0 0 0 140323 108 0 0 25 0 1 0 672117276 197939200 43611 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213445 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 48325 43611 253 16 0 44967 0
Current children cumulated CPU time (s) 1412.43
Current children cumulated vsize (KiB) 202000

[startup+1414.6 s]
/proc/loadavg: 3.13 3.12 3.09 4/502 8445
/proc/meminfo: memFree=16901672/32951132 swapFree=64496000/67111528
[pid=8314] ppid=8312 vsize=8700 CPUtime=8.12 cores=0,2,4,6
/proc/8314/stat : 8314 (esg_static.sh) S 8312 8314 6320 0 -1 4202496 352 79347 0 0 0 0 788 24 18 0 1 0 672116463 8908800 251 33554432000 4194304 4922060 140736424309792 18446744073709551615 210646965381 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/8314/statm: 2175 251 209 178 0 68 0
[pid=8318] ppid=8314 vsize=193300 CPUtime=1404.41 cores=0,2,4,6
/proc/8318/stat : 8318 (minisat_static) R 8314 8314 6320 0 -1 4202496 565490 0 0 0 140333 108 0 0 25 0 1 0 672117276 197939200 43612 33554432000 4194304 4256717 140736715922192 18446744073709551615 4213501 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/8318/statm: 48325 43612 253 16 0 44967 0
Current children cumulated CPU time (s) 1412.53
Current children cumulated vsize (KiB) 202000

Child status: 20
Real time (s): 1414.66
CPU time (s): 1412.6
CPU user time (s): 1411.26
CPU system time (s): 1.3408
CPU usage (%): 99.8543
Max. virtual memory (cumulated for all children) (KiB): 332228

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

runsolver used 9.16661 second user time and 22.0776 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-17 06:06:08
IDJOB=3387541
IDBENCH=84246
IDSOLVER=1874
FILE ID=node129/3387541-1305605167
RUNJOBID= node129-1305600160-7956
PBS_JOBID= 13350349
Free space on /tmp= 73488 MiB

SOLVER NAME= minisat hack: minisat_psm 2011-04-01
BENCH NAME= SAT03/industrial/schuppan/l2s/bc57-sensors-1-k303-unsat.shuffled-as.sat03-406.cnf
COMMAND LINE= ./esg_static.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387541-1305605167/watcher-3387541-1305605167 -o /tmp/evaluation-result-3387541-1305605167/solver-3387541-1305605167 -C 5000 -W 5100 -M 15500  ./esg_static.sh HOME/instance-3387541-1305605167.cnf

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

MD5SUM BENCH= f16626953757fdd1326f2a14f01adca9
RANDOM SEED=1153948872

node129.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.831
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.831
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.83
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.831
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.831
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.82
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.831
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.74
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.831
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.83
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.831
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.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      17603324 kB
Buffers:        301072 kB
Cached:        6868900 kB
SwapCached:      52664 kB
Active:        6202244 kB
Inactive:      8877224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      17603324 kB
SwapTotal:    67111528 kB
SwapFree:     64496000 kB
Dirty:           30280 kB
Writeback:           0 kB
AnonPages:     7865400 kB
Mapped:          30032 kB
Slab:           139460 kB
PageTables:      59868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147992944 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73336 MiB
End job on node129 at 2011-05-17 06:29:43