Trace number 3386431

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
SArTagnan 2011-05-15 (fixed)? (exit code) 585.26 217.685

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
MD5SUMc4319228342e10028de028a9b67c3404
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 variables133566
Number of clauses676901
Sum of the clauses size1609791
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2668220
Number of clauses of size 32100
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56370

Solver Data


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-3386431-1305579467/watcher-3386431-1305579467 -o /tmp/evaluation-result-3386431-1305579467/solver-3386431-1305579467 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386431-1305579467.cnf -threads=4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 11.06 11.13 11.16 8/394 6327
/proc/meminfo: memFree=16448352/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=29460 CPUtime=0 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 2498 0 0 0 0 0 0 0 25 0 1 0 669544587 30167040 2437 33554432000 4194304 4625164 140733400122160 18446744073709551615 4295708 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6327/statm: 7365 2449 291 106 0 2868 0

[startup+0.104674 s]
/proc/loadavg: 11.06 11.13 11.16 8/394 6327
/proc/meminfo: memFree=16448352/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=50232 CPUtime=0.09 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 5305 0 0 0 9 0 0 0 25 0 1 0 669544587 51437568 3714 33554432000 4194304 4625164 140733400122160 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6327/statm: 12558 3714 299 106 0 8061 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50232

[startup+0.200659 s]
/proc/loadavg: 11.06 11.13 11.16 8/394 6327
/proc/meminfo: memFree=16448352/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=57328 CPUtime=0.19 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 8815 0 0 0 18 1 0 0 25 0 1 0 669544587 58703872 5197 33554432000 4194304 4625164 140733400122160 18446744073709551615 271550537472 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/6327/statm: 14332 5197 299 106 0 9835 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 57328

[startup+0.300608 s]
/proc/loadavg: 11.06 11.13 11.16 8/394 6327
/proc/meminfo: memFree=16448352/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=137396 CPUtime=0.34 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 20749 0 0 0 32 2 0 0 25 0 4 0 669544587 140693504 17130 33554432000 4194304 4625164 140733400122160 18446744073709551615 47379541960626 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6327/statm: 34349 17130 322 106 0 29852 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 137396

[startup+0.700537 s]
/proc/loadavg: 11.06 11.13 11.16 8/394 6327
/proc/meminfo: memFree=16448352/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=271420 CPUtime=1.2 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 22504 0 0 0 118 2 0 0 25 0 4 0 669544587 277934080 18681 33554432000 4194304 4625164 140733400122160 18446744073709551615 4390480 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6327/statm: 67855 18681 336 106 0 63358 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 271420

[startup+1.50039 s]
/proc/loadavg: 11.06 11.13 11.16 12/398 6331
/proc/meminfo: memFree=16355328/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=271420 CPUtime=3.19 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 23573 0 0 0 316 3 0 0 25 0 4 0 669544587 277934080 19663 33554432000 4194304 4625164 140733400122160 18446744073709551615 4390671 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6327/statm: 67855 19663 336 106 0 63358 0
[pid=6327/tid=6329] ppid=6325 vsize=271420 CPUtime=1.17 cores=0,2,4,6
/proc/6327/task/6329/stat : 6329 (SArTagnan) R 6325 6327 5970 0 -1 4202560 665 0 0 0 117 0 0 0 25 0 4 0 669544612 277934080 19663 33554432000 4194304 4625164 140733400122160 18446744073709551615 4278650 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6327/tid=6330] ppid=6325 vsize=271420 CPUtime=0.51 cores=0,2,4,6
/proc/6327/task/6330/stat : 6330 (SArTagnan) R 6325 6327 5970 0 -1 4202560 954 0 0 0 51 0 0 0 25 0 4 0 669544612 277934080 19663 33554432000 4194304 4625164 140733400122160 18446744073709551615 4467199 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=271420 CPUtime=0.72 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4202560 916 0 0 0 72 0 0 0 25 0 4 0 669544612 277934080 19663 33554432000 4194304 4625164 140733400122160 18446744073709551615 4562252 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 271420

[startup+3.10113 s]
/proc/loadavg: 11.06 11.13 11.16 12/398 6331
/proc/meminfo: memFree=16309200/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=274004 CPUtime=7.17 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 26812 0 0 0 714 3 0 0 25 0 4 0 669544587 280580096 22623 33554432000 4194304 4625164 140733400122160 18446744073709551615 4390615 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6327/statm: 68501 22623 340 106 0 64004 0
[pid=6327/tid=6329] ppid=6325 vsize=274004 CPUtime=2.77 cores=0,2,4,6
/proc/6327/task/6329/stat : 6329 (SArTagnan) R 6325 6327 5970 0 -1 4202560 1402 0 0 0 277 0 0 0 25 0 4 0 669544612 280580096 22623 33554432000 4194304 4625164 140733400122160 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6327/tid=6330] ppid=6325 vsize=274004 CPUtime=1.31 cores=0,2,4,6
/proc/6327/task/6330/stat : 6330 (SArTagnan) R 6325 6327 5970 0 -1 4202560 1539 0 0 0 131 0 0 0 25 0 4 0 669544612 280580096 22623 33554432000 4194304 4625164 140733400122160 18446744073709551615 4467406 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=274004 CPUtime=1.52 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4202560 1482 0 0 0 152 0 0 0 25 0 4 0 669544612 280580096 22623 33554432000 4194304 4625164 140733400122160 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 274004

[startup+6.30052 s]
/proc/loadavg: 11.06 11.13 11.16 12/398 6331
/proc/meminfo: memFree=16194872/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=399624 CPUtime=14.89 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 63212 0 0 0 1482 7 0 0 25 0 4 0 669544587 409214976 38910 33554432000 4194304 4625164 140733400122160 18446744073709551615 4381976 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6327/statm: 99906 38910 339 106 0 95409 0
[pid=6327/tid=6329] ppid=6325 vsize=399624 CPUtime=4.34 cores=0,2,4,6
/proc/6327/task/6329/stat : 6329 (SArTagnan) R 6325 6327 5970 0 -1 4202560 3952 0 0 0 434 0 0 0 18 0 4 0 669544612 409214976 38910 33554432000 4194304 4625164 140733400122160 18446744073709551615 4351702 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6327/tid=6330] ppid=6325 vsize=399624 CPUtime=3.88 cores=0,2,4,6
/proc/6327/task/6330/stat : 6330 (SArTagnan) R 6325 6327 5970 0 -1 4202560 3718 0 0 0 387 1 0 0 25 0 4 0 669544612 409214976 38910 33554432000 4194304 4625164 140733400122160 18446744073709551615 4467282 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=399624 CPUtime=3.6 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4202560 2763 0 0 0 360 0 0 0 25 0 4 0 669544612 409214976 38910 33554432000 4194304 4625164 140733400122160 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 14.89
Current children cumulated vsize (KiB) 399624

[startup+12.7004 s]
/proc/loadavg: 11.05 11.12 11.15 12/398 6331
/proc/meminfo: memFree=15958324/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=425368 CPUtime=27.6 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 99769 0 0 0 2748 12 0 0 25 0 4 0 669544587 435576832 62754 33554432000 4194304 4625164 140733400122160 18446744073709551615 4512017 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6327/statm: 106342 62754 486 106 0 101845 0
[pid=6327/tid=6329] ppid=6325 vsize=425368 CPUtime=7.94 cores=0,2,4,6
/proc/6327/task/6329/stat : 6329 (SArTagnan) R 6325 6327 5970 0 -1 4202560 5556 0 0 0 794 0 0 0 25 0 4 0 669544612 435576832 62754 33554432000 4194304 4625164 140733400122160 18446744073709551615 4464658 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6327/tid=6330] ppid=6325 vsize=425368 CPUtime=7 cores=0,2,4,6
/proc/6327/task/6330/stat : 6330 (SArTagnan) R 6325 6327 5970 0 -1 4202560 5643 0 0 0 699 1 0 0 25 0 4 0 669544612 435576832 62754 33554432000 4194304 4625164 140733400122160 18446744073709551615 4467219 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=425368 CPUtime=6.39 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4202560 4116 0 0 0 639 0 0 0 25 0 4 0 669544612 435576832 62754 33554432000 4194304 4625164 140733400122160 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 27.6
Current children cumulated vsize (KiB) 425368

[startup+25.501 s]
/proc/loadavg: 11.11 11.14 11.16 12/398 6331
/proc/meminfo: memFree=15619052/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=472060 CPUtime=53.05 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 129248 0 0 0 5288 17 0 0 25 0 4 0 669544587 483389440 76235 33554432000 4194304 4625164 140733400122160 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6327/statm: 118015 76235 393 106 0 113518 0
[pid=6327/tid=6329] ppid=6325 vsize=472060 CPUtime=14.35 cores=0,2,4,6
/proc/6327/task/6329/stat : 6329 (SArTagnan) R 6325 6327 5970 0 -1 4202560 11038 0 0 0 1434 1 0 0 25 0 4 0 669544612 483389440 76235 33554432000 4194304 4625164 140733400122160 18446744073709551615 4464363 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6327/tid=6330] ppid=6325 vsize=472060 CPUtime=13.33 cores=0,2,4,6
/proc/6327/task/6330/stat : 6330 (SArTagnan) R 6325 6327 5970 0 -1 4202560 10687 0 0 0 1331 2 0 0 25 0 4 0 669544612 483389440 76235 33554432000 4194304 4625164 140733400122160 18446744073709551615 4464351 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=472060 CPUtime=12.79 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4202560 5633 0 0 0 1279 0 0 0 25 0 4 0 669544612 483389440 76235 33554432000 4194304 4625164 140733400122160 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 53.05
Current children cumulated vsize (KiB) 472060

[startup+51.1004 s]
/proc/loadavg: 11.21 11.16 11.16 12/398 6332
/proc/meminfo: memFree=14635696/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=637056 CPUtime=103.91 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 178069 0 0 0 10368 23 0 0 25 0 4 0 669544587 652345344 111184 33554432000 4194304 4625164 140733400122160 18446744073709551615 4512046 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6327/statm: 159264 111184 433 106 0 154767 0
[pid=6327/tid=6329] ppid=6325 vsize=637056 CPUtime=27.17 cores=0,2,4,6
/proc/6327/task/6329/stat : 6329 (SArTagnan) R 6325 6327 5970 0 -1 4202560 22425 0 0 0 2715 2 0 0 25 0 4 0 669544612 652345344 111184 33554432000 4194304 4625164 140733400122160 18446744073709551615 4464422 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6327/tid=6330] ppid=6325 vsize=637056 CPUtime=25.87 cores=0,2,4,6
/proc/6327/task/6330/stat : 6330 (SArTagnan) R 6325 6327 5970 0 -1 4202560 21783 0 0 0 2583 4 0 0 25 0 4 0 669544612 652345344 111184 33554432000 4194304 4625164 140733400122160 18446744073709551615 4375467 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=637056 CPUtime=25.69 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4202560 20861 0 0 0 2567 2 0 0 25 0 4 0 669544612 652345344 111184 33554432000 4194304 4625164 140733400122160 18446744073709551615 4562462 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 103.91
Current children cumulated vsize (KiB) 637056

[startup+102.301 s]
/proc/loadavg: 11.34 11.20 11.18 12/398 6334
/proc/meminfo: memFree=10270848/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=3066180 CPUtime=241.17 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 1454972 0 0 0 23926 191 0 0 25 0 4 0 669544587 3139768320 617848 33554432000 4194304 4625164 140733400122160 18446744073709551615 4360205 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6327/statm: 766545 617848 435 106 0 762048 0
[pid=6327/tid=6329] ppid=6325 vsize=3066180 CPUtime=56.61 cores=0,2,4,6
/proc/6327/task/6329/stat : 6329 (SArTagnan) R 6325 6327 5970 0 -1 4202560 80335 0 0 0 5650 11 0 0 25 0 4 0 669544612 3139768320 617848 33554432000 4194304 4625164 140733400122160 18446744073709551615 4278495 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6327/tid=6330] ppid=6325 vsize=3066180 CPUtime=62.95 cores=0,2,4,6
/proc/6327/task/6330/stat : 6330 (SArTagnan) R 6325 6327 5970 0 -1 4202560 69663 0 0 0 6283 12 0 0 25 0 4 0 669544612 3139768320 617848 33554432000 4194304 4625164 140733400122160 18446744073709551615 4467206 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=3066180 CPUtime=67.37 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4202560 42275 0 0 0 6732 5 0 0 25 0 4 0 669544612 3139768320 617848 33554432000 4194304 4625164 140733400122160 18446744073709551615 4334349 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 241.17
Current children cumulated vsize (KiB) 3066180

[startup+162.301 s]
/proc/loadavg: 11.21 11.19 11.18 11/398 6335
/proc/meminfo: memFree=6006548/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=8001816 CPUtime=420.37 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 4424953 0 0 0 41465 572 0 0 25 0 4 0 669544587 8193859584 1624549 33554432000 4194304 4625164 140733400122160 18446744073709551615 4360345 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6327/statm: 2000454 1624549 352 106 0 1995957 0
[pid=6327/tid=6329] ppid=6325 vsize=8001816 CPUtime=93.2 cores=0,2,4,6
/proc/6327/task/6329/stat : 6329 (SArTagnan) R 6325 6327 5970 0 -1 4202560 86824 0 0 0 9307 13 0 0 25 0 4 0 669544612 8193859584 1624549 33554432000 4194304 4625164 140733400122160 18446744073709551615 4467219 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6327/tid=6330] ppid=6325 vsize=8001816 CPUtime=111.06 cores=0,2,4,6
/proc/6327/task/6330/stat : 6330 (SArTagnan) R 6325 6327 5970 0 -1 4202560 73712 0 0 0 11093 13 0 0 25 0 4 0 669544612 8193859584 1624549 33554432000 4194304 4625164 140733400122160 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=8001816 CPUtime=127.35 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4202560 53073 0 0 0 12729 6 0 0 25 0 4 0 669544612 8193859584 1624549 33554432000 4194304 4625164 140733400122160 18446744073709551615 4562221 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 420.37
Current children cumulated vsize (KiB) 8001816

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

[startup+179.201 s]
/proc/loadavg: 11.16 11.18 11.17 12/398 6336
/proc/meminfo: memFree=5187640/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=8432608 CPUtime=470.85 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 4712480 0 0 0 46468 617 0 0 25 0 4 0 669544587 8634990592 1832425 33554432000 4194304 4625164 140733400122160 18446744073709551615 4360194 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6327/statm: 2108152 1832425 349 106 0 2103655 0
[pid=6327/tid=6329] ppid=6325 vsize=8432608 CPUtime=103.54 cores=0,2,4,6
/proc/6327/task/6329/stat : 6329 (SArTagnan) R 6325 6327 5970 0 -1 4202560 96136 0 0 0 10340 14 0 0 25 0 4 0 669544612 8634990592 1832425 33554432000 4194304 4625164 140733400122160 18446744073709551615 4464383 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6327/tid=6330] ppid=6325 vsize=8432608 CPUtime=127.75 cores=0,2,4,6
/proc/6327/task/6330/stat : 6330 (SArTagnan) R 6325 6327 5970 0 -1 4202560 74027 0 0 0 12762 13 0 0 25 0 4 0 669544612 8634990592 1832425 33554432000 4194304 4625164 140733400122160 18446744073709551615 4464320 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=8432608 CPUtime=142.41 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4202560 53276 0 0 0 14235 6 0 0 25 0 4 0 669544612 8634990592 1832425 33554432000 4194304 4625164 140733400122160 18446744073709551615 4562619 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 470.85
Current children cumulated vsize (KiB) 8432608

[startup+204.8 s]
/proc/loadavg: 11.19 11.18 11.18 11/398 6345
/proc/meminfo: memFree=3608868/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=10314628 CPUtime=547.36 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 6479100 0 0 0 53885 851 0 0 25 0 4 0 669544587 10562179072 2286257 33554432000 4194304 4625164 140733400122160 18446744073709551615 4381976 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6327/statm: 2578657 2286257 484 106 0 2574160 0
[pid=6327/tid=6329] ppid=6325 vsize=10314628 CPUtime=121.5 cores=0,2,4,6
/proc/6327/task/6329/stat : 6329 (SArTagnan) R 6325 6327 5970 0 -1 4202560 99402 0 0 0 12135 15 0 0 25 0 4 0 669544612 10562179072 2286257 33554432000 4194304 4625164 140733400122160 18446744073709551615 4464408 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6327/tid=6330] ppid=6325 vsize=10314628 CPUtime=150.78 cores=0,2,4,6
/proc/6327/task/6330/stat : 6330 (SArTagnan) R 6325 6327 5970 0 -1 4202560 78638 0 0 0 15064 14 0 0 25 0 4 0 669544612 10562179072 2286257 33554432000 4194304 4625164 140733400122160 18446744073709551615 4464658 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=10314628 CPUtime=163.01 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4202560 56276 0 0 0 16295 6 0 0 25 0 4 0 669544612 10562179072 2286257 33554432000 4194304 4625164 140733400122160 18446744073709551615 4562168 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 547.36
Current children cumulated vsize (KiB) 10314628

[startup+211.2 s]
/proc/loadavg: 11.23 11.19 11.18 11/398 6345
/proc/meminfo: memFree=3285724/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=10451076 CPUtime=566.58 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 6588372 0 0 0 55789 869 0 0 25 0 4 0 669544587 10701901824 2364342 33554432000 4194304 4625164 140733400122160 18446744073709551615 4360200 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6327/statm: 2612769 2364342 395 106 0 2608272 0
[pid=6327/tid=6329] ppid=6325 vsize=10451076 CPUtime=125.8 cores=0,2,4,6
/proc/6327/task/6329/stat : 6329 (SArTagnan) R 6325 6327 5970 0 -1 4202560 100829 0 0 0 12564 16 0 0 25 0 4 0 669544612 10701901824 2364450 33554432000 4194304 4625164 140733400122160 18446744073709551615 4331248 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6327/tid=6330] ppid=6325 vsize=10451076 CPUtime=156.18 cores=0,2,4,6
/proc/6327/task/6330/stat : 6330 (SArTagnan) R 6325 6327 5970 0 -1 4202560 80943 0 0 0 15603 15 0 0 25 0 4 0 669544612 10701901824 2364457 33554432000 4194304 4625164 140733400122160 18446744073709551615 4467184 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=10451076 CPUtime=169.42 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4202560 56309 0 0 0 16936 6 0 0 25 0 4 0 669544612 10701901824 2364464 33554432000 4194304 4625164 140733400122160 18446744073709551615 4562204 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 566.58
Current children cumulated vsize (KiB) 10451076

[startup+214.401 s]
/proc/loadavg: 11.23 11.19 11.18 11/398 6345
/proc/meminfo: memFree=3176300/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=10520756 CPUtime=576.16 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 6640202 0 0 0 56736 880 0 0 25 0 4 0 669544587 10773254144 2402124 33554432000 4194304 4625164 140733400122160 18446744073709551615 4360194 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6327/statm: 2630189 2402125 395 106 0 2625692 0
[pid=6327/tid=6329] ppid=6325 vsize=10520756 CPUtime=128.99 cores=0,2,4,6
/proc/6327/task/6329/stat : 6329 (SArTagnan) R 6325 6327 5970 0 -1 4202560 100891 0 0 0 12883 16 0 0 25 0 4 0 669544612 10773254144 2402125 33554432000 4194304 4625164 140733400122160 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6327/tid=6330] ppid=6325 vsize=10520756 CPUtime=157.78 cores=0,2,4,6
/proc/6327/task/6330/stat : 6330 (SArTagnan) R 6325 6327 5970 0 -1 4202560 82720 0 0 0 15763 15 0 0 25 0 4 0 669544612 10773254144 2402125 33554432000 4194304 4625164 140733400122160 18446744073709551615 4467184 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=10520756 CPUtime=172.61 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4202560 56330 0 0 0 17255 6 0 0 25 0 4 0 669544612 10773254144 2402125 33554432000 4194304 4625164 140733400122160 18446744073709551615 4469385 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 576.16
Current children cumulated vsize (KiB) 10520756

[startup+216 s]
/proc/loadavg: 11.23 11.19 11.18 12/398 6346
/proc/meminfo: memFree=3059120/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=10521340 CPUtime=580.96 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 6667297 0 0 0 57211 885 0 0 25 0 4 0 669544587 10773852160 2421971 33554432000 4194304 4625164 140733400122160 18446744073709551615 4360200 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6327/statm: 2630335 2421971 395 106 0 2625838 0
[pid=6327/tid=6329] ppid=6325 vsize=10521340 CPUtime=130.59 cores=0,2,4,6
/proc/6327/task/6329/stat : 6329 (SArTagnan) R 6325 6327 5970 0 -1 4202560 100921 0 0 0 13043 16 0 0 25 0 4 0 669544612 10773852160 2421971 33554432000 4194304 4625164 140733400122160 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6327/tid=6330] ppid=6325 vsize=10521340 CPUtime=158.58 cores=0,2,4,6
/proc/6327/task/6330/stat : 6330 (SArTagnan) R 6325 6327 5970 0 -1 4202560 82983 0 0 0 15843 15 0 0 25 0 4 0 669544612 10773852160 2421971 33554432000 4194304 4625164 140733400122160 18446744073709551615 4278669 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=10521340 CPUtime=174.21 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4202560 56339 0 0 0 17415 6 0 0 25 0 4 0 669544612 10773852160 2421972 33554432000 4194304 4625164 140733400122160 18446744073709551615 4375338 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 580.96
Current children cumulated vsize (KiB) 10521340

[startup+216.815 s]
/proc/loadavg: 11.21 11.19 11.18 11/398 6346
/proc/meminfo: memFree=2948708/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=10587284 CPUtime=583.4 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 6684645 0 0 0 57453 887 0 0 25 0 4 0 669544587 10841378816 2434449 33554432000 4194304 4625164 140733400122160 18446744073709551615 4360194 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/6327/statm: 2646821 2434449 395 106 0 2642324 0
[pid=6327/tid=6329] ppid=6325 vsize=10587284 CPUtime=131.41 cores=0,2,4,6
/proc/6327/task/6329/stat : 6329 (SArTagnan) R 6325 6327 5970 0 -1 4202560 100925 0 0 0 13125 16 0 0 25 0 4 0 669544612 10841378816 2434449 33554432000 4194304 4625164 140733400122160 18446744073709551615 4330822 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6327/tid=6330] ppid=6325 vsize=10587284 CPUtime=158.98 cores=0,2,4,6
/proc/6327/task/6330/stat : 6330 (SArTagnan) R 6325 6327 5970 0 -1 4202560 83120 0 0 0 15883 15 0 0 25 0 4 0 669544612 10841378816 2434449 33554432000 4194304 4625164 140733400122160 18446744073709551615 4464351 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=10587284 CPUtime=175.02 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4202560 56340 0 0 0 17496 6 0 0 25 0 4 0 669544612 10841378816 2434449 33554432000 4194304 4625164 140733400122160 18446744073709551615 4562449 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 583.4
Current children cumulated vsize (KiB) 10587284

[startup+217.2 s]
/proc/loadavg: 11.21 11.19 11.18 11/398 6346
/proc/meminfo: memFree=2948708/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=10587564 CPUtime=584.55 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) R 6325 6327 5970 0 -1 4202496 6692373 0 0 0 57567 888 0 0 25 0 4 0 669544587 10841665536 2439971 33554432000 4194304 4625164 140733400122160 18446744073709551615 271550580919 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6327/statm: 2646891 2439971 395 106 0 2642394 0
[pid=6327/tid=6329] ppid=6325 vsize=10587564 CPUtime=131.79 cores=0,2,4,6
/proc/6327/task/6329/stat : 6329 (SArTagnan) R 6325 6327 5970 0 -1 4202560 100928 0 0 0 13163 16 0 0 25 0 4 0 669544612 10841665536 2439971 33554432000 4194304 4625164 140733400122160 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6327/tid=6330] ppid=6325 vsize=10587564 CPUtime=159.2 cores=0,2,4,6
/proc/6327/task/6330/stat : 6330 (SArTagnan) R 6325 6327 5970 0 -1 4202560 83204 0 0 0 15905 15 0 0 25 0 4 0 669544612 10841665536 2439971 33554432000 4194304 4625164 140733400122160 18446744073709551615 4278495 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=10587564 CPUtime=175.41 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4202560 56342 0 0 0 17535 6 0 0 25 0 4 0 669544612 10841665536 2439971 33554432000 4194304 4625164 140733400122160 18446744073709551615 4562698 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 584.55
Current children cumulated vsize (KiB) 10587564

[startup+217.6 s]
/proc/loadavg: 11.21 11.19 11.18 11/398 6346
/proc/meminfo: memFree=2948708/32951124 swapFree=67056796/67111528
[pid=6327] ppid=6325 vsize=0 CPUtime=585.17 cores=0,2,4,6
/proc/6327/stat : 6327 (SArTagnan) Z 6325 6327 5970 0 -1 4202524 6694258 0 0 0 57599 918 0 0 25 0 2 0 669544587 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/6327/statm: 0 0 0 0 0 0 0
[pid=6327/tid=6331] ppid=6325 vsize=0 CPUtime=175.76 cores=0,2,4,6
/proc/6327/task/6331/stat : 6331 (SArTagnan) R 6325 6327 5970 0 -1 4203588 56343 0 0 0 17541 35 0 0 25 0 2 0 669544612 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 585.17
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 217.685
CPU time (s): 585.26
CPU user time (s): 575.993
CPU system time (s): 9.26659
CPU usage (%): 268.857
Max. virtual memory (cumulated for all children) (KiB): 14725712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 575.993
system time used= 9.26659
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6694258
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= 9377
involuntary context switches= 13829

runsolver used 0.816875 second user time and 1.9507 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-16 22:57:47
IDJOB=3386431
IDBENCH=82372
IDSOLVER=1871
FILE ID=node133/3386431-1305579467
RUNJOBID= node133-1305576779-5988
PBS_JOBID= 13350209
Free space on /tmp= 73348 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_3.035-NOTKNOWN.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386431-1305579467/watcher-3386431-1305579467 -o /tmp/evaluation-result-3386431-1305579467/solver-3386431-1305579467 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386431-1305579467.cnf -threads=4

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

MD5SUM BENCH= c4319228342e10028de028a9b67c3404
RANDOM SEED=1906704422

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16448508 kB
Buffers:        326720 kB
Cached:        4568256 kB
SwapCached:       7668 kB
Active:       12908092 kB
Inactive:      3280632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16448508 kB
SwapTotal:    67111528 kB
SwapFree:     67056796 kB
Dirty:           12052 kB
Writeback:           0 kB
AnonPages:    11291664 kB
Mapped:          32212 kB
Slab:           202004 kB
PageTables:      46988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86193192 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73348 MiB
End job on node133 at 2011-05-16 23:01:25