Trace number 3483941

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
borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)? (TO) 1200.06 1199.92

General information on the benchmark

Nameapplication/jarvisalo/
AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
MD5SUMac372f51471a04bbb3fb9a678284c6a4
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.57246
Satisfiable
(Un)Satisfiability was proved
Number of variables29317
Number of clauses277090
Sum of the clauses size598882
Maximum clause length179
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2264085
Number of clauses of size 38078
Number of clauses of size 41144
Number of clauses of size 5453
Number of clauses of size over 53186

Solver Data

0.29/0.49	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.29/0.49	c INFO: solving HOME/instance-3483941-1307749423.cnf
0.29/0.49	c INFO: computing task features
1.07/1.20	c INFO: computed variable-clause graph statistics
1.07/1.23	c INFO: computed clause balance statistics
4.57/4.71	c INFO: computed variable balance statistics
7.37/7.52	c INFO: computed small-clause counts
7.37/7.55	c INFO: computed Horn-clause counts
8.47/8.69	c INFO: computed variable graph statistics
8.47/8.69	c INFO: collected features for HOME/instance-3483941-1307749423.cnf in 8.16 s
8.58/8.70	c INFO: running lingeling-276@0 for 1191 with 1191 remaining (b = 0.52)

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.1 (svn: 988)

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-3483941-1307749423/watcher-3483941-1307749423 -o /tmp/evaluation-result-3483941-1307749423/solver-3483941-1307749423 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483941-1307749423.cnf -seed 1044509678 -budget 1200 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.04 4.02 3.68 5/196 16513
/proc/meminfo: memFree=29372852/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=15380 CPUtime=0 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 821 0 0 0 0 0 0 0 25 0 1 0 886541093 15749120 704 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/16513/statm: 3845 704 334 364 0 332 0

[startup+0.0494539 s]
/proc/loadavg: 4.04 4.02 3.68 5/196 16513
/proc/meminfo: memFree=29372852/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=29788 CPUtime=0.03 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 1416 0 0 0 3 0 0 0 25 0 1 0 886541093 30502912 1258 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/16513/statm: 7447 1258 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.101201 s]
/proc/loadavg: 4.04 4.02 3.68 5/196 16513
/proc/meminfo: memFree=29372852/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=104228 CPUtime=0.06 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 3068 0 0 0 5 1 0 0 18 0 1 0 886541093 106729472 2748 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/16513/statm: 26057 2748 847 364 0 1805 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104228

[startup+0.30127 s]
/proc/loadavg: 4.04 4.02 3.68 5/196 16513
/proc/meminfo: memFree=29372852/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=156688 CPUtime=0.21 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 6399 931 1 0 16 5 0 0 18 0 1 0 886541093 160448512 4507 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 6 0 0 0
/proc/16513/statm: 39172 4507 1257 364 0 3280 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 156688

[startup+0.700997 s]
/proc/loadavg: 4.04 4.02 3.68 5/196 16513
/proc/meminfo: memFree=29372852/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=296736 CPUtime=0.57 cores=4,6
/proc/16513/stat : 16513 (python) R 16511 16513 15748 0 -1 4202496 13730 931 1 0 47 10 0 0 18 0 1 0 886541093 303857664 11401 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594527429 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16513/statm: 74184 11401 1761 364 0 10108 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 296736

[startup+1.50085 s]
/proc/loadavg: 4.04 4.02 3.68 5/197 16518
/proc/meminfo: memFree=29274216/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=326676 CPUtime=1.37 cores=4,6
/proc/16513/stat : 16513 (python) R 16511 16513 15748 0 -1 4202496 29882 931 1 0 125 12 0 0 19 0 1 0 886541093 334516224 19054 33554432000 4194304 5683644 140733864019200 18446744073709551615 47167107229448 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16513/statm: 81669 19054 1826 364 0 17593 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 326676

[startup+3.10057 s]
/proc/loadavg: 4.04 4.02 3.69 5/197 16518
/proc/meminfo: memFree=29215500/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=326676 CPUtime=2.97 cores=4,6
/proc/16513/stat : 16513 (python) R 16511 16513 15748 0 -1 4202496 29882 931 1 0 285 12 0 0 25 0 1 0 886541093 334516224 19054 33554432000 4194304 5683644 140733864019200 18446744073709551615 4294353 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16513/statm: 81669 19054 1826 364 0 17593 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 326676

[startup+6.30107 s]
/proc/loadavg: 4.04 4.02 3.69 5/200 16532
/proc/meminfo: memFree=28940268/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=326676 CPUtime=6.17 cores=4,6
/proc/16513/stat : 16513 (python) R 16511 16513 15748 0 -1 4202496 29883 931 1 0 605 12 0 0 25 0 1 0 886541093 334516224 19055 33554432000 4194304 5683644 140733864019200 18446744073709551615 47167107441076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16513/statm: 81669 19055 1827 364 0 17593 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 326676

[startup+12.7009 s]
/proc/loadavg: 4.03 4.02 3.69 5/203 16535
/proc/meminfo: memFree=28457932/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=335096 CPUtime=8.58 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 30714 931 1 0 845 13 0 0 25 0 2 0 886541093 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=0 cores=4,6
/proc/16533/stat : 16533 (python) S 16513 16513 15748 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 886541964 332648448 17119 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594886671 0 0 16781312 514 4605119189525430530 0 0 17 4 0 0 0
/proc/16533/statm: 81213 17119 353 364 0 17131 0
[pid=16535] ppid=16533 vsize=17068 CPUtime=3.98 cores=4,6
/proc/16535/stat : 16535 (lingeling) R 16533 16535 16535 0 -1 4202496 6570 0 0 0 398 0 0 0 25 0 1 0 886541964 17477632 3434 33554432000 4194304 4352236 140736710118448 18446744073709551615 4207627 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16535/statm: 4267 3434 126 39 0 3347 0
[pid=16513/tid=16534] ppid=16511 vsize=335096 CPUtime=0 cores=4,6
/proc/16513/task/16534/stat : 16534 (python) S 16511 16513 15748 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886541964 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606690225 0 0 16781312 2 18446604453903976256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 677016

[startup+25.5007 s]
/proc/loadavg: 4.02 4.02 3.69 5/203 16536
/proc/meminfo: memFree=28201508/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=335096 CPUtime=8.58 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 30714 931 1 0 845 13 0 0 25 0 2 0 886541093 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=0.02 cores=4,6
/proc/16533/stat : 16533 (python) S 16513 16513 15748 0 -1 4202560 886 0 0 0 1 1 0 0 18 0 1 0 886541964 332648448 17142 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594886671 0 0 16781312 514 17267750949384847618 0 0 17 4 0 0 0
/proc/16533/statm: 81213 17142 376 364 0 17131 0
[pid=16535] ppid=16533 vsize=33104 CPUtime=16.75 cores=4,6
/proc/16535/stat : 16535 (lingeling) R 16533 16535 16535 0 -1 4202496 11306 0 0 0 1675 0 0 0 25 0 1 0 886541964 33898496 7445 33554432000 4194304 4352236 140736710118448 18446744073709551615 4208430 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16535/statm: 8276 7445 128 39 0 7356 0
[pid=16513/tid=16534] ppid=16511 vsize=335096 CPUtime=0 cores=4,6
/proc/16513/task/16534/stat : 16534 (python) S 16511 16513 15748 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886541964 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606690225 0 0 16781312 2 18446604453903976256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 693052

[startup+51.1012 s]
/proc/loadavg: 4.02 4.02 3.70 5/203 16537
/proc/meminfo: memFree=28178144/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=335096 CPUtime=8.58 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 30714 931 1 0 845 13 0 0 25 0 2 0 886541093 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=0.05 cores=4,6
/proc/16533/stat : 16533 (python) S 16513 16513 15748 0 -1 4202560 897 0 0 0 2 3 0 0 18 0 1 0 886541964 332648448 17142 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594886671 0 0 16781312 514 17267750949384847618 0 0 17 4 0 0 0
/proc/16533/statm: 81213 17142 376 364 0 17131 0
[pid=16535] ppid=16533 vsize=51636 CPUtime=42.33 cores=4,6
/proc/16535/stat : 16535 (lingeling) R 16533 16535 16535 0 -1 4202496 16547 0 0 0 4232 1 0 0 25 0 1 0 886541964 52875264 12078 33554432000 4194304 4352236 140736710118448 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16535/statm: 12909 12078 128 39 0 11989 0
[pid=16513/tid=16534] ppid=16511 vsize=335096 CPUtime=0 cores=4,6
/proc/16513/task/16534/stat : 16534 (python) S 16511 16513 15748 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886541964 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606690225 0 0 16781312 2 18446604453903976256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 711584

[startup+102.307 s]
/proc/loadavg: 4.13 4.04 3.73 5/200 16628
/proc/meminfo: memFree=27565368/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=335096 CPUtime=8.58 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 30714 931 1 0 845 13 0 0 25 0 2 0 886541093 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=0.11 cores=4,6
/proc/16533/stat : 16533 (python) S 16513 16513 15748 0 -1 4202560 920 0 0 0 5 6 0 0 18 0 1 0 886541964 332648448 17142 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594886671 0 0 16781312 514 17267750949384847618 0 0 17 4 0 0 0
/proc/16533/statm: 81213 17142 376 364 0 17131 0
[pid=16535] ppid=16533 vsize=44392 CPUtime=93.48 cores=4,6
/proc/16535/stat : 16535 (lingeling) R 16533 16535 16535 0 -1 4202496 17853 0 0 0 9346 2 0 0 25 0 1 0 886541964 45457408 10267 33554432000 4194304 4352236 140736710118448 18446744073709551615 4278708 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16535/statm: 11098 10267 128 39 0 10178 0
[pid=16513/tid=16534] ppid=16511 vsize=335096 CPUtime=0 cores=4,6
/proc/16513/task/16534/stat : 16534 (python) S 16511 16513 15748 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886541964 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606690225 0 0 16781312 2 18446604453903976256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 704340

[startup+162.301 s]
/proc/loadavg: 4.05 4.03 3.74 5/200 16629
/proc/meminfo: memFree=27550964/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=335096 CPUtime=8.58 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 30714 931 1 0 845 13 0 0 25 0 2 0 886541093 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=0.19 cores=4,6
/proc/16533/stat : 16533 (python) S 16513 16513 15748 0 -1 4202560 939 0 0 0 10 9 0 0 18 0 1 0 886541964 332648448 17142 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594886671 0 0 16781312 514 17267750949384847618 0 0 17 4 0 0 0
/proc/16533/statm: 81213 17142 376 364 0 17131 0
[pid=16535] ppid=16533 vsize=58720 CPUtime=153.4 cores=4,6
/proc/16535/stat : 16535 (lingeling) R 16533 16535 16535 0 -1 4202496 20973 0 0 0 15337 3 0 0 25 0 1 0 886541964 60129280 13338 33554432000 4194304 4352236 140736710118448 18446744073709551615 4329328 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16535/statm: 14680 13338 128 39 0 13760 0
[pid=16513/tid=16534] ppid=16511 vsize=335096 CPUtime=0 cores=4,6
/proc/16513/task/16534/stat : 16534 (python) S 16511 16513 15748 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886541964 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606690225 0 0 16781312 2 18446604453903976256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 718668

[startup+222.301 s]
/proc/loadavg: 4.02 4.02 3.75 5/200 16631
/proc/meminfo: memFree=27543776/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=335096 CPUtime=8.58 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 30714 931 1 0 845 13 0 0 25 0 2 0 886541093 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=0.26 cores=4,6
/proc/16533/stat : 16533 (python) S 16513 16513 15748 0 -1 4202560 959 0 0 0 13 13 0 0 18 0 1 0 886541964 332648448 17142 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594886671 0 0 16781312 514 17267750949384847618 0 0 17 4 0 0 0
/proc/16533/statm: 81213 17142 376 364 0 17131 0
[pid=16535] ppid=16533 vsize=63832 CPUtime=213.33 cores=4,6
/proc/16535/stat : 16535 (lingeling) R 16533 16535 16535 0 -1 4202496 22764 0 0 0 21330 3 0 0 25 0 1 0 886541964 65363968 15127 33554432000 4194304 4352236 140736710118448 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16535/statm: 15958 15127 128 39 0 15038 0
[pid=16513/tid=16534] ppid=16511 vsize=335096 CPUtime=0 cores=4,6
/proc/16513/task/16534/stat : 16534 (python) S 16511 16513 15748 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886541964 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606690225 0 0 16781312 2 18446604453903976256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 723780

[startup+282.3 s]
/proc/loadavg: 3.94 4.00 3.76 5/199 16682
/proc/meminfo: memFree=30087484/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=335096 CPUtime=8.58 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 30714 931 1 0 845 13 0 0 25 0 2 0 886541093 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=0.34 cores=4,6

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

/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=1.04 cores=4,6
/proc/16533/stat : 16533 (python) S 16513 16513 15748 0 -1 4202560 968 0 0 0 56 48 0 0 18 0 1 0 886541964 332648448 17142 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594886671 0 0 16781312 514 17267750949384847618 0 0 17 4 0 0 0
/proc/16533/statm: 81213 17142 376 364 0 17131 0
[pid=16535] ppid=16533 vsize=104812 CPUtime=812.68 cores=4,6
/proc/16535/stat : 16535 (lingeling) R 16533 16535 16535 0 -1 4202496 46971 0 0 0 81259 9 0 0 25 0 1 0 886541964 107327488 25372 33554432000 4194304 4352236 140736710118448 18446744073709551615 4276789 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16535/statm: 26203 25372 128 39 0 25283 0
[pid=16513/tid=16534] ppid=16511 vsize=335096 CPUtime=0 cores=4,6
/proc/16513/task/16534/stat : 16534 (python) S 16511 16513 15748 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886541964 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606690225 0 0 16781312 2 18446604453903976256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 764760

[startup+882.301 s]
/proc/loadavg: 3.58 3.91 3.83 4/193 16910
/proc/meminfo: memFree=31417364/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=335096 CPUtime=8.58 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 30714 931 1 0 845 13 0 0 25 0 2 0 886541093 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=1.11 cores=4,6
/proc/16533/stat : 16533 (python) S 16513 16513 15748 0 -1 4202560 968 0 0 0 60 51 0 0 18 0 1 0 886541964 332648448 17142 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594886671 0 0 16781312 514 17267750949384847618 0 0 17 4 0 0 0
/proc/16533/statm: 81213 17142 376 364 0 17131 0
[pid=16535] ppid=16533 vsize=104812 CPUtime=872.62 cores=4,6
/proc/16535/stat : 16535 (lingeling) R 16533 16535 16535 0 -1 4202496 47995 0 0 0 87252 10 0 0 25 0 1 0 886541964 107327488 25372 33554432000 4194304 4352236 140736710118448 18446744073709551615 4276514 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16535/statm: 26203 25372 128 39 0 25283 0
[pid=16513/tid=16534] ppid=16511 vsize=335096 CPUtime=0 cores=4,6
/proc/16513/task/16534/stat : 16534 (python) S 16511 16513 15748 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886541964 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606690225 0 0 16781312 2 18446604453903976256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 764760

[startup+942.301 s]
/proc/loadavg: 3.21 3.74 3.78 4/201 16919
/proc/meminfo: memFree=31080320/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=335096 CPUtime=8.58 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 30714 931 1 0 845 13 0 0 25 0 2 0 886541093 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=1.18 cores=4,6
/proc/16533/stat : 16533 (python) S 16513 16513 15748 0 -1 4202560 968 0 0 0 64 54 0 0 18 0 1 0 886541964 332648448 17142 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594886671 0 0 16781312 514 17267750949384847618 0 0 17 4 0 0 0
/proc/16533/statm: 81213 17142 376 364 0 17131 0
[pid=16535] ppid=16533 vsize=104812 CPUtime=932.54 cores=4,6
/proc/16535/stat : 16535 (lingeling) R 16533 16535 16535 0 -1 4202496 49019 0 0 0 93244 10 0 0 25 0 1 0 886541964 107327488 25372 33554432000 4194304 4352236 140736710118448 18446744073709551615 4328151 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16535/statm: 26203 25372 128 39 0 25283 0
[pid=16513/tid=16534] ppid=16511 vsize=335096 CPUtime=0 cores=4,6
/proc/16513/task/16534/stat : 16534 (python) S 16511 16513 15748 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886541964 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606690225 0 0 16781312 2 18446604453903976256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 764760

[startup+1002.3 s]
/proc/loadavg: 3.16 3.62 3.73 4/201 16921
/proc/meminfo: memFree=30970040/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=335096 CPUtime=8.58 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 30714 931 1 0 845 13 0 0 25 0 2 0 886541093 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=1.26 cores=4,6
/proc/16533/stat : 16533 (python) S 16513 16513 15748 0 -1 4202560 968 0 0 0 69 57 0 0 18 0 1 0 886541964 332648448 17142 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594886671 0 0 16781312 514 17267750949384847618 0 0 17 4 0 0 0
/proc/16533/statm: 81213 17142 376 364 0 17131 0
[pid=16535] ppid=16533 vsize=104812 CPUtime=992.49 cores=4,6
/proc/16535/stat : 16535 (lingeling) R 16533 16535 16535 0 -1 4202496 50043 0 0 0 99239 10 0 0 25 0 1 0 886541964 107327488 25372 33554432000 4194304 4352236 140736710118448 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16535/statm: 26203 25372 128 39 0 25283 0
[pid=16513/tid=16534] ppid=16511 vsize=335096 CPUtime=0 cores=4,6
/proc/16513/task/16534/stat : 16534 (python) S 16511 16513 15748 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886541964 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606690225 0 0 16781312 2 18446604453903976256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 764760

[startup+1062.3 s]
/proc/loadavg: 3.06 3.51 3.68 4/201 16931
/proc/meminfo: memFree=30945336/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=335096 CPUtime=8.58 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 30714 931 1 0 845 13 0 0 25 0 2 0 886541093 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=1.34 cores=4,6
/proc/16533/stat : 16533 (python) S 16513 16513 15748 0 -1 4202560 968 0 0 0 73 61 0 0 18 0 1 0 886541964 332648448 17142 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594886671 0 0 16781312 514 17267750949384847618 0 0 17 4 0 0 0
/proc/16533/statm: 81213 17142 376 364 0 17131 0
[pid=16535] ppid=16533 vsize=100716 CPUtime=1052.44 cores=4,6
/proc/16535/stat : 16535 (lingeling) R 16533 16535 16535 0 -1 4202496 50043 0 0 0 105234 10 0 0 25 0 1 0 886541964 103133184 24348 33554432000 4194304 4352236 140736710118448 18446744073709551615 4328544 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16535/statm: 25179 24348 128 39 0 24259 0
[pid=16513/tid=16534] ppid=16511 vsize=335096 CPUtime=0 cores=4,6
/proc/16513/task/16534/stat : 16534 (python) S 16511 16513 15748 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886541964 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606690225 0 0 16781312 2 18446604453903976256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1062.36
Current children cumulated vsize (KiB) 760664

[startup+1122.3 s]
/proc/loadavg: 3.05 3.43 3.64 4/201 16933
/proc/meminfo: memFree=30927656/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=335096 CPUtime=8.58 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 30714 931 1 0 845 13 0 0 25 0 2 0 886541093 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=1.42 cores=4,6
/proc/16533/stat : 16533 (python) S 16513 16513 15748 0 -1 4202560 968 0 0 0 78 64 0 0 18 0 1 0 886541964 332648448 17142 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594886671 0 0 16781312 514 17267750949384847618 0 0 17 4 0 0 0
/proc/16533/statm: 81213 17142 376 364 0 17131 0
[pid=16535] ppid=16533 vsize=100716 CPUtime=1112.4 cores=4,6
/proc/16535/stat : 16535 (lingeling) R 16533 16535 16535 0 -1 4202496 51067 0 0 0 111230 10 0 0 25 0 1 0 886541964 103133184 24348 33554432000 4194304 4352236 140736710118448 18446744073709551615 4328321 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16535/statm: 25179 24348 128 39 0 24259 0
[pid=16513/tid=16534] ppid=16511 vsize=335096 CPUtime=0 cores=4,6
/proc/16513/task/16534/stat : 16534 (python) S 16511 16513 15748 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886541964 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606690225 0 0 16781312 2 18446604453903976256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1122.4
Current children cumulated vsize (KiB) 760664

[startup+1182.3 s]
/proc/loadavg: 2.73 3.28 3.58 3/188 16960
/proc/meminfo: memFree=31387088/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=335096 CPUtime=8.58 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 30714 931 1 0 845 13 0 0 25 0 2 0 886541093 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=1.49 cores=4,6
/proc/16533/stat : 16533 (python) S 16513 16513 15748 0 -1 4202560 968 0 0 0 82 67 0 0 18 0 1 0 886541964 332648448 17142 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594886671 0 0 16781312 514 17267750949384847618 0 0 17 4 0 0 0
/proc/16533/statm: 81213 17142 376 364 0 17131 0
[pid=16535] ppid=16533 vsize=84344 CPUtime=1172.37 cores=4,6
/proc/16535/stat : 16535 (lingeling) R 16533 16535 16535 0 -1 4202496 54187 0 0 0 117226 11 0 0 25 0 1 0 886541964 86368256 20255 33554432000 4194304 4352236 140736710118448 18446744073709551615 4328368 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16535/statm: 21086 20255 128 39 0 20166 0
[pid=16513/tid=16534] ppid=16511 vsize=335096 CPUtime=0 cores=4,6
/proc/16513/task/16534/stat : 16534 (python) S 16511 16513 15748 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886541964 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606690225 0 0 16781312 2 18446604453903976256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.44
Current children cumulated vsize (KiB) 744292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.9 s]
/proc/loadavg: 2.57 3.22 3.55 3/188 16960
/proc/meminfo: memFree=31385708/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=335096 CPUtime=8.58 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 30714 931 1 0 845 13 0 0 25 0 2 0 886541093 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=1.52 cores=4,6
/proc/16533/stat : 16533 (python) S 16513 16513 15748 0 -1 4202560 968 0 0 0 83 69 0 0 18 0 1 0 886541964 332648448 17142 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594886671 0 0 16781312 514 17267750949384847618 0 0 17 4 0 0 0
/proc/16533/statm: 81213 17142 376 364 0 17131 0
[pid=16535] ppid=16533 vsize=88440 CPUtime=1189.96 cores=4,6
/proc/16535/stat : 16535 (lingeling) R 16533 16535 16535 0 -1 4202496 55211 0 0 0 118985 11 0 0 25 0 1 0 886541964 90562560 21279 33554432000 4194304 4352236 140736710118448 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16535/statm: 22110 21279 128 39 0 21190 0
[pid=16513/tid=16534] ppid=16511 vsize=335096 CPUtime=0 cores=4,6
/proc/16513/task/16534/stat : 16534 (python) S 16511 16513 15748 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886541964 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606690225 0 0 16781312 2 18446604453903976256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 748388

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

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

[startup+1199.9 s]
/proc/loadavg: 2.57 3.22 3.55 3/188 16960
/proc/meminfo: memFree=31385708/32950928 swapFree=67052112/67111528
[pid=16513] ppid=16511 vsize=335096 CPUtime=8.58 cores=4,6
/proc/16513/stat : 16513 (python) S 16511 16513 15748 0 -1 4202496 30714 931 1 0 845 13 0 0 25 0 2 0 886541093 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16513/statm: 83774 18637 1867 364 0 19692 0
[pid=16533] ppid=16513 vsize=324852 CPUtime=1.52 cores=4,6
/proc/16533/stat : 16533 (python) S 16513 16513 15748 0 -1 4202560 968 0 0 0 83 69 0 0 18 0 1 0 886541964 332648448 17142 33554432000 4194304 5683644 140733864019200 18446744073709551615 235594886671 0 0 16781312 514 17267750949384847618 0 0 17 4 0 0 0
/proc/16533/statm: 81213 17142 376 364 0 17131 0
[pid=16535] ppid=16533 vsize=88440 CPUtime=1189.96 cores=4,6
/proc/16535/stat : 16535 (lingeling) R 16533 16535 16535 0 -1 4202496 55211 0 0 0 118985 11 0 0 25 0 1 0 886541964 90562560 21279 33554432000 4194304 4352236 140736710118448 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/16535/statm: 22110 21279 128 39 0 21190 0
[pid=16513/tid=16534] ppid=16511 vsize=335096 CPUtime=0 cores=4,6
/proc/16513/task/16534/stat : 16534 (python) S 16511 16513 15748 0 -1 4202560 30 931 0 0 0 0 0 0 25 0 2 0 886541964 343138304 18637 33554432000 4194304 5683644 140733864019200 18446744073709551615 235606690225 0 0 16781312 2 18446604453903976256 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.06
Current children cumulated vsize (KiB) 748388

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16513 and gives
#  childrusage.ru_utime.tv_sec=8
#  childrusage.ru_utime.tv_usec=453714
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=139978
# CPU time returned by wait4() is 8.59369
# while last known CPU time is 1200.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.92
CPU time (s): 1200.06
CPU user time (s): 1199.13
CPU system time (s): 0.93
CPU usage (%): 100.012
Max. virtual memory (cumulated for all children) (KiB): 764764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.45371
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31645
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1003
involuntary context switches= 68

runsolver used 2.01769 second user time and 4.54131 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-11 01:43:43
IDJOB=3483941
IDBENCH=82424
IDSOLVER=1976
FILE ID=node120/3483941-1307749423
RUNJOBID= node120-1307747010-15767
PBS_JOBID= 13550837
Free space on /tmp= 73816 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-rovers-18-step11.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3483941-1307749423/watcher-3483941-1307749423 -o /tmp/evaluation-result-3483941-1307749423/solver-3483941-1307749423 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483941-1307749423.cnf -seed 1044509678 -budget 1200

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

MD5SUM BENCH= ac372f51471a04bbb3fb9a678284c6a4
RANDOM SEED=1044509678

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.78
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.809
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:     32950928 kB
MemFree:      29373528 kB
Buffers:        100388 kB
Cached:         808124 kB
SwapCached:      11420 kB
Active:        2899812 kB
Inactive:       508396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29373528 kB
SwapTotal:    67111528 kB
SwapFree:     67052112 kB
Dirty:           57908 kB
Writeback:           0 kB
AnonPages:     2497200 kB
Mapped:          15688 kB
Slab:            94832 kB
PageTables:      14944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3918208 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= 73860 MiB
End job on node120 at 2011-06-11 02:03:45