Trace number 3483924

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.03 1199.82

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.cnf
MD5SUM732b9c9b0d44d6a9e75489b2f5004165
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 variables95456
Number of clauses477186
Sum of the clauses size1137161
Maximum clause length63
Minimum clause length1
Number of clauses of size 1211
Number of clauses of size 2470925
Number of clauses of size 31500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54550

Solver Data

0.36/0.65	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.65	c INFO: solving HOME/instance-3483924-1307748770.cnf
0.36/0.65	c INFO: computing task features
1.74/2.09	c INFO: computed variable-clause graph statistics
1.84/2.14	c INFO: computed clause balance statistics
8.44/8.77	c INFO: computed variable balance statistics
13.24/13.51	c INFO: computed small-clause counts
13.24/13.58	c INFO: computed Horn-clause counts
24.14/24.42	c INFO: computed variable graph statistics
24.14/24.42	c INFO: collected features for HOME/instance-3483924-1307748770.cnf in 23.72 s
24.14/24.43	c INFO: running lingeling-276@0 for 1176 with 1176 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-3483924-1307748770/watcher-3483924-1307748770 -o /tmp/evaluation-result-3483924-1307748770/solver-3483924-1307748770 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483924-1307748770.cnf -seed 1972007378 -budget 1200 

running on 2 cores: 5,7

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.00 3.98 3.39 4/196 4013
/proc/meminfo: memFree=23770640/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=14820 CPUtime=0 cores=5,7
/proc/4013/stat : 4013 (python) R 4011 4013 3469 0 -1 4202496 541 0 0 0 0 0 0 0 21 0 1 0 886474912 15175680 445 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550198469 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4013/statm: 3705 446 267 364 0 192 0

[startup+0.046285 s]
/proc/loadavg: 4.00 3.98 3.39 4/196 4013
/proc/meminfo: memFree=23770640/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=18884 CPUtime=0.02 cores=5,7
/proc/4013/stat : 4013 (python) R 4011 4013 3469 0 -1 4202496 1284 0 0 0 2 0 0 0 21 0 1 0 886474912 19337216 1136 33554432000 4194304 5683644 140735200336528 18446744073709551615 4884236 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4013/statm: 4721 1136 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100308 s]
/proc/loadavg: 4.00 3.98 3.39 4/196 4013
/proc/meminfo: memFree=23770640/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=85624 CPUtime=0.05 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 2630 0 0 0 4 1 0 0 17 0 1 0 886474912 87678976 2348 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 5 0 0 0
/proc/4013/statm: 21407 2349 713 364 0 1624 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.300221 s]
/proc/loadavg: 4.00 3.98 3.39 4/196 4013
/proc/meminfo: memFree=23770640/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=135752 CPUtime=0.18 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 5974 932 1 0 13 5 0 0 17 0 1 0 886474912 139010048 4148 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550533637 0 2147483391 16781312 2 18446744071699469502 0 0 17 7 0 0 0
/proc/4013/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.707194 s]
/proc/loadavg: 4.00 3.98 3.39 4/196 4013
/proc/meminfo: memFree=23770640/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=289204 CPUtime=0.45 cores=5,7
/proc/4013/stat : 4013 (python) R 4011 4013 3469 0 -1 4202496 11943 932 1 0 34 11 0 0 15 0 1 0 886474912 296144896 9610 33554432000 4194304 5683644 140735200336528 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4013/statm: 72301 9610 1761 364 0 8225 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 289204

[startup+1.50102 s]
/proc/loadavg: 4.00 3.98 3.39 5/197 4018
/proc/meminfo: memFree=23691420/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=341320 CPUtime=1.24 cores=5,7
/proc/4013/stat : 4013 (python) R 4011 4013 3469 0 -1 4202496 24772 932 1 0 111 13 0 0 16 0 1 0 886474912 349511680 22439 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550198469 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4013/statm: 85330 22439 1761 364 0 21254 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 341320

[startup+3.10073 s]
/proc/loadavg: 4.00 3.98 3.39 5/197 4018
/proc/meminfo: memFree=23580812/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=375632 CPUtime=2.84 cores=5,7
/proc/4013/stat : 4013 (python) R 4011 4013 3469 0 -1 4202496 44468 932 1 0 269 15 0 0 18 0 1 0 886474912 384647168 31292 33554432000 4194304 5683644 140735200336528 18446744073709551615 4662462 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4013/statm: 93908 31292 1826 364 0 29832 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 375632

[startup+6.30015 s]
/proc/loadavg: 4.08 3.99 3.40 5/197 4018
/proc/meminfo: memFree=23642564/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=375632 CPUtime=6.04 cores=5,7
/proc/4013/stat : 4013 (python) R 4011 4013 3469 0 -1 4202496 44468 932 1 0 589 15 0 0 25 0 1 0 886474912 384647168 31292 33554432000 4194304 5683644 140735200336528 18446744073709551615 4324449 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4013/statm: 93908 31292 1826 364 0 29832 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 375632

[startup+12.701 s]
/proc/loadavg: 4.07 3.99 3.40 5/197 4018
/proc/meminfo: memFree=23569000/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=375632 CPUtime=12.44 cores=5,7
/proc/4013/stat : 4013 (python) R 4011 4013 3469 0 -1 4202496 44469 932 1 0 1229 15 0 0 25 0 1 0 886474912 384647168 31293 33554432000 4194304 5683644 140735200336528 18446744073709551615 47556427140825 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/4013/statm: 93908 31293 1827 364 0 29832 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 375632

[startup+25.5007 s]
/proc/loadavg: 4.14 4.01 3.41 5/200 4022
/proc/meminfo: memFree=23640808/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=378476 CPUtime=24.18 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 44757 932 1 0 2402 16 0 0 19 0 2 0 886474912 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4013/statm: 94619 29481 1867 364 0 30537 0
[pid=4020] ppid=4013 vsize=368232 CPUtime=0 cores=5,7
/proc/4020/stat : 4020 (python) S 4013 4013 3469 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 886477356 377069568 27963 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550557711 0 0 16781312 514 4492992093236494335 0 0 17 5 0 0 0
/proc/4020/statm: 92058 27963 353 364 0 27976 0
[pid=4022] ppid=4020 vsize=18220 CPUtime=1.04 cores=5,7
/proc/4022/stat : 4022 (lingeling) R 4020 4022 4022 0 -1 4202496 7767 0 0 0 103 1 0 0 22 0 1 0 886477356 18657280 3710 33554432000 4194304 4352236 140733204976096 18446744073709551615 4319040 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4022/statm: 4555 3710 121 39 0 3635 0
[pid=4013/tid=4021] ppid=4011 vsize=378476 CPUtime=0 cores=5,7
/proc/4013/task/4021/stat : 4021 (python) S 4011 4013 3469 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886477356 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562361265 0 0 16781312 2 18446604462902086528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 764928

[startup+51.101 s]
/proc/loadavg: 4.09 4.01 3.43 5/204 4026
/proc/meminfo: memFree=23535948/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=378476 CPUtime=24.18 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 44757 932 1 0 2402 16 0 0 19 0 2 0 886474912 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4013/statm: 94619 29481 1867 364 0 30537 0
[pid=4020] ppid=4013 vsize=368232 CPUtime=0.02 cores=5,7
/proc/4020/stat : 4020 (python) S 4013 4013 3469 0 -1 4202560 895 0 0 0 1 1 0 0 18 0 1 0 886477356 377069568 27986 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550557711 0 0 16781312 514 10717740280397660424 0 0 17 5 0 0 0
/proc/4020/statm: 92058 27986 376 364 0 27976 0
[pid=4022] ppid=4020 vsize=38348 CPUtime=26.63 cores=5,7
/proc/4022/stat : 4022 (lingeling) R 4020 4022 4022 0 -1 4202496 12933 0 0 0 2661 2 0 0 25 0 1 0 886477356 39268352 8756 33554432000 4194304 4352236 140733204976096 18446744073709551615 4328554 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4022/statm: 9587 8756 129 39 0 8667 0
[pid=4013/tid=4021] ppid=4011 vsize=378476 CPUtime=0 cores=5,7
/proc/4013/task/4021/stat : 4021 (python) S 4011 4013 3469 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886477356 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562361265 0 0 16781312 2 18446604462902086528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 785056

[startup+102.307 s]
/proc/loadavg: 4.19 4.05 3.47 5/204 4028
/proc/meminfo: memFree=23428876/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=378476 CPUtime=24.18 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 44757 932 1 0 2402 16 0 0 19 0 2 0 886474912 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4013/statm: 94619 29481 1867 364 0 30537 0
[pid=4020] ppid=4013 vsize=368232 CPUtime=0.09 cores=5,7
/proc/4020/stat : 4020 (python) S 4013 4013 3469 0 -1 4202560 920 0 0 0 4 5 0 0 18 0 1 0 886477356 377069568 27986 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550557711 0 0 16781312 514 10717740280397660424 0 0 17 5 0 0 0
/proc/4020/statm: 92058 27986 376 364 0 27976 0
[pid=4022] ppid=4020 vsize=68016 CPUtime=77.79 cores=5,7
/proc/4022/stat : 4022 (lingeling) R 4020 4022 4022 0 -1 4202496 20358 0 0 0 7777 2 0 0 25 0 1 0 886477356 69648384 16173 33554432000 4194304 4352236 140733204976096 18446744073709551615 4278692 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4022/statm: 17004 16173 129 39 0 16084 0
[pid=4013/tid=4021] ppid=4011 vsize=378476 CPUtime=0 cores=5,7
/proc/4013/task/4021/stat : 4021 (python) S 4011 4013 3469 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886477356 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562361265 0 0 16781312 2 18446604462902086528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 814724

[startup+162.301 s]
/proc/loadavg: 4.22 4.07 3.51 5/204 4029
/proc/meminfo: memFree=23438904/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=378476 CPUtime=24.18 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 44757 932 1 0 2402 16 0 0 19 0 2 0 886474912 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4013/statm: 94619 29481 1867 364 0 30537 0
[pid=4020] ppid=4013 vsize=368232 CPUtime=0.17 cores=5,7
/proc/4020/stat : 4020 (python) S 4013 4013 3469 0 -1 4202560 939 0 0 0 8 9 0 0 18 0 1 0 886477356 377069568 27986 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550557711 0 0 16781312 514 10717740280397660424 0 0 17 5 0 0 0
/proc/4020/statm: 92058 27986 376 364 0 27976 0
[pid=4022] ppid=4020 vsize=63876 CPUtime=137.74 cores=5,7
/proc/4022/stat : 4022 (lingeling) R 4020 4022 4022 0 -1 4202496 29543 0 0 0 13771 3 0 0 25 0 1 0 886477356 65409024 15138 33554432000 4194304 4352236 140733204976096 18446744073709551615 4278800 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4022/statm: 15969 15138 129 39 0 15049 0
[pid=4013/tid=4021] ppid=4011 vsize=378476 CPUtime=0 cores=5,7
/proc/4013/task/4021/stat : 4021 (python) S 4011 4013 3469 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886477356 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562361265 0 0 16781312 2 18446604462902086528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.09
Current children cumulated vsize (KiB) 810584

[startup+222.301 s]
/proc/loadavg: 4.08 4.05 3.54 5/204 4031
/proc/meminfo: memFree=23417196/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=378476 CPUtime=24.18 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 44757 932 1 0 2402 16 0 0 19 0 2 0 886474912 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4013/statm: 94619 29481 1867 364 0 30537 0
[pid=4020] ppid=4013 vsize=368232 CPUtime=0.25 cores=5,7
/proc/4020/stat : 4020 (python) S 4013 4013 3469 0 -1 4202560 959 0 0 0 12 13 0 0 18 0 1 0 886477356 377069568 27986 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550557711 0 0 16781312 514 10717740280397660424 0 0 17 5 0 0 0
/proc/4020/statm: 92058 27986 376 364 0 27976 0
[pid=4022] ppid=4020 vsize=76348 CPUtime=197.69 cores=5,7
/proc/4022/stat : 4022 (lingeling) R 4020 4022 4022 0 -1 4202496 45472 0 0 0 19764 5 0 0 25 0 1 0 886477356 78180352 18256 33554432000 4194304 4352236 140733204976096 18446744073709551615 4278683 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4022/statm: 19087 18256 129 39 0 18167 0
[pid=4013/tid=4021] ppid=4011 vsize=378476 CPUtime=0 cores=5,7
/proc/4013/task/4021/stat : 4021 (python) S 4011 4013 3469 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886477356 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562361265 0 0 16781312 2 18446604462902086528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 823056

[startup+282.301 s]
/proc/loadavg: 4.03 4.04 3.57 5/204 4032
/proc/meminfo: memFree=23460236/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=378476 CPUtime=24.18 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 44757 932 1 0 2402 16 0 0 19 0 2 0 886474912 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4013/statm: 94619 29481 1867 364 0 30537 0
[pid=4020] ppid=4013 vsize=368232 CPUtime=0.32 cores=5,7
/proc/4020/stat : 4020 (python) S 4013 4013 3469 0 -1 4202560 971 0 0 0 16 16 0 0 18 0 1 0 886477356 377069568 27986 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550557711 0 0 16781312 514 10717740280397660424 0 0 17 5 0 0 0
/proc/4020/statm: 92058 27986 376 364 0 27976 0
[pid=4022] ppid=4020 vsize=76160 CPUtime=257.65 cores=5,7
/proc/4022/stat : 4022 (lingeling) R 4020 4022 4022 0 -1 4202496 59808 0 0 0 25758 7 0 0 25 0 1 0 886477356 77987840 18209 33554432000 4194304 4352236 140733204976096 18446744073709551615 4209247 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4022/statm: 19040 18209 129 39 0 18120 0
[pid=4013/tid=4021] ppid=4011 vsize=378476 CPUtime=0 cores=5,7
/proc/4013/task/4021/stat : 4021 (python) S 4011 4013 3469 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886477356 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562361265 0 0 16781312 2 18446604462902086528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 282.15

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

/proc/4013/statm: 94619 29481 1867 364 0 30537 0
[pid=4020] ppid=4013 vsize=368232 CPUtime=0.92 cores=5,7
/proc/4020/stat : 4020 (python) S 4013 4013 3469 0 -1 4202560 971 0 0 0 48 44 0 0 18 0 1 0 886477356 377069568 27986 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550557711 0 0 16781312 514 10717740280397660424 0 0 17 5 0 0 0
/proc/4020/statm: 92058 27986 376 364 0 27976 0
[pid=4022] ppid=4020 vsize=137572 CPUtime=737.28 cores=5,7
/proc/4022/stat : 4022 (lingeling) R 4020 4022 4022 0 -1 4202496 228771 0 0 0 73703 25 0 0 25 0 1 0 886477356 140873728 33562 33554432000 4194304 4352236 140733204976096 18446744073709551615 4280999 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4022/statm: 34393 33562 129 39 0 33473 0
[pid=4013/tid=4021] ppid=4011 vsize=378476 CPUtime=0 cores=5,7
/proc/4013/task/4021/stat : 4021 (python) S 4011 4013 3469 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886477356 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562361265 0 0 16781312 2 18446604462902086528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 762.38
Current children cumulated vsize (KiB) 884280

[startup+822.301 s]
/proc/loadavg: 4.09 4.02 3.75 5/197 4180
/proc/meminfo: memFree=29070460/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=378476 CPUtime=24.18 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 44757 932 1 0 2402 16 0 0 19 0 2 0 886474912 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4013/statm: 94619 29481 1867 364 0 30537 0
[pid=4020] ppid=4013 vsize=368232 CPUtime=0.99 cores=5,7
/proc/4020/stat : 4020 (python) S 4013 4013 3469 0 -1 4202560 971 0 0 0 52 47 0 0 18 0 1 0 886477356 377069568 27986 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550557711 0 0 16781312 514 10717740280397660424 0 0 17 5 0 0 0
/proc/4020/statm: 92058 27986 376 364 0 27976 0
[pid=4022] ppid=4020 vsize=125280 CPUtime=797.23 cores=5,7
/proc/4022/stat : 4022 (lingeling) R 4020 4022 4022 0 -1 4202496 247203 0 0 0 79696 27 0 0 25 0 1 0 886477356 128286720 30489 33554432000 4194304 4352236 140733204976096 18446744073709551615 4331532 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4022/statm: 31320 30489 129 39 0 30400 0
[pid=4013/tid=4021] ppid=4011 vsize=378476 CPUtime=0 cores=5,7
/proc/4013/task/4021/stat : 4021 (python) S 4011 4013 3469 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886477356 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562361265 0 0 16781312 2 18446604462902086528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 822.4
Current children cumulated vsize (KiB) 871988

[startup+882.301 s]
/proc/loadavg: 4.06 4.03 3.77 5/197 4227
/proc/meminfo: memFree=29441936/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=378476 CPUtime=24.18 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 44757 932 1 0 2402 16 0 0 19 0 2 0 886474912 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4013/statm: 94619 29481 1867 364 0 30537 0
[pid=4020] ppid=4013 vsize=368232 CPUtime=1.06 cores=5,7
/proc/4020/stat : 4020 (python) S 4013 4013 3469 0 -1 4202560 971 0 0 0 56 50 0 0 18 0 1 0 886477356 377069568 27986 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550557711 0 0 16781312 514 10717740280397660424 0 0 17 5 0 0 0
/proc/4020/statm: 92058 27986 376 364 0 27976 0
[pid=4022] ppid=4020 vsize=109084 CPUtime=857.18 cores=5,7
/proc/4022/stat : 4022 (lingeling) R 4020 4022 4022 0 -1 4202496 268756 0 0 0 85689 29 0 0 25 0 1 0 886477356 111702016 26440 33554432000 4194304 4352236 140733204976096 18446744073709551615 4231209 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4022/statm: 27271 26440 129 39 0 26351 0
[pid=4013/tid=4021] ppid=4011 vsize=378476 CPUtime=0 cores=5,7
/proc/4013/task/4021/stat : 4021 (python) S 4011 4013 3469 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886477356 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562361265 0 0 16781312 2 18446604462902086528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 882.42
Current children cumulated vsize (KiB) 855792

[startup+942.301 s]
/proc/loadavg: 4.02 4.02 3.78 6/197 4229
/proc/meminfo: memFree=29375828/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=378476 CPUtime=24.18 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 44757 932 1 0 2402 16 0 0 19 0 2 0 886474912 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4013/statm: 94619 29481 1867 364 0 30537 0
[pid=4020] ppid=4013 vsize=368232 CPUtime=1.13 cores=5,7
/proc/4020/stat : 4020 (python) S 4013 4013 3469 0 -1 4202560 971 0 0 0 60 53 0 0 18 0 1 0 886477356 377069568 27986 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550557711 0 0 16781312 514 10717740280397660424 0 0 17 5 0 0 0
/proc/4020/statm: 92058 27986 376 364 0 27976 0
[pid=4022] ppid=4020 vsize=170328 CPUtime=917.14 cores=5,7
/proc/4022/stat : 4022 (lingeling) R 4020 4022 4022 0 -1 4202496 296404 0 0 0 91682 32 0 0 25 0 1 0 886477356 174415872 41751 33554432000 4194304 4352236 140733204976096 18446744073709551615 4270786 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4022/statm: 42582 41751 129 39 0 41662 0
[pid=4013/tid=4021] ppid=4011 vsize=378476 CPUtime=0 cores=5,7
/proc/4013/task/4021/stat : 4021 (python) S 4011 4013 3469 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886477356 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562361265 0 0 16781312 2 18446604462902086528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 942.45
Current children cumulated vsize (KiB) 917036

[startup+1002.3 s]
/proc/loadavg: 4.10 4.05 3.80 5/197 4277
/proc/meminfo: memFree=29476108/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=378476 CPUtime=24.18 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 44757 932 1 0 2402 16 0 0 19 0 2 0 886474912 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4013/statm: 94619 29481 1867 364 0 30537 0
[pid=4020] ppid=4013 vsize=368232 CPUtime=1.2 cores=5,7
/proc/4020/stat : 4020 (python) S 4013 4013 3469 0 -1 4202560 971 0 0 0 64 56 0 0 18 0 1 0 886477356 377069568 27986 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550557711 0 0 16781312 514 10717740280397660424 0 0 17 5 0 0 0
/proc/4020/statm: 92058 27986 376 364 0 27976 0
[pid=4022] ppid=4020 vsize=115032 CPUtime=977.09 cores=5,7
/proc/4022/stat : 4022 (lingeling) R 4020 4022 4022 0 -1 4202496 305620 0 0 0 97676 33 0 0 25 0 1 0 886477356 117792768 27927 33554432000 4194304 4352236 140733204976096 18446744073709551615 4281174 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4022/statm: 28758 27927 129 39 0 27838 0
[pid=4013/tid=4021] ppid=4011 vsize=378476 CPUtime=0 cores=5,7
/proc/4013/task/4021/stat : 4021 (python) S 4011 4013 3469 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886477356 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562361265 0 0 16781312 2 18446604462902086528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1002.47
Current children cumulated vsize (KiB) 861740

[startup+1062.3 s]
/proc/loadavg: 3.98 4.02 3.81 5/200 4324
/proc/meminfo: memFree=30530624/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=378476 CPUtime=24.18 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 44757 932 1 0 2402 16 0 0 19 0 2 0 886474912 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4013/statm: 94619 29481 1867 364 0 30537 0
[pid=4020] ppid=4013 vsize=368232 CPUtime=1.27 cores=5,7
/proc/4020/stat : 4020 (python) S 4013 4013 3469 0 -1 4202560 971 0 0 0 68 59 0 0 18 0 1 0 886477356 377069568 27986 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550557711 0 0 16781312 514 10717740280397660424 0 0 17 5 0 0 0
/proc/4020/statm: 92058 27986 376 364 0 27976 0
[pid=4022] ppid=4020 vsize=170324 CPUtime=1037.05 cores=5,7
/proc/4022/stat : 4022 (lingeling) R 4020 4022 4022 0 -1 4202496 331732 0 0 0 103669 36 0 0 25 0 1 0 886477356 174411776 41750 33554432000 4194304 4352236 140733204976096 18446744073709551615 4278717 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/4022/statm: 42581 41750 129 39 0 41661 0
[pid=4013/tid=4021] ppid=4011 vsize=378476 CPUtime=0 cores=5,7
/proc/4013/task/4021/stat : 4021 (python) S 4011 4013 3469 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886477356 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562361265 0 0 16781312 2 18446604462902086528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1062.5
Current children cumulated vsize (KiB) 917032

[startup+1122.3 s]
/proc/loadavg: 3.99 4.01 3.82 5/206 4332
/proc/meminfo: memFree=30448032/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=378476 CPUtime=24.18 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 44757 932 1 0 2402 16 0 0 19 0 2 0 886474912 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4013/statm: 94619 29481 1867 364 0 30537 0
[pid=4020] ppid=4013 vsize=368232 CPUtime=1.34 cores=5,7
/proc/4020/stat : 4020 (python) S 4013 4013 3469 0 -1 4202560 971 0 0 0 72 62 0 0 18 0 1 0 886477356 377069568 27986 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550557711 0 0 16781312 514 10717740280397660424 0 0 17 5 0 0 0
/proc/4020/statm: 92058 27986 376 364 0 27976 0
[pid=4022] ppid=4020 vsize=121172 CPUtime=1096.99 cores=5,7
/proc/4022/stat : 4022 (lingeling) R 4020 4022 4022 0 -1 4202496 344020 0 0 0 109662 37 0 0 25 0 1 0 886477356 124080128 29462 33554432000 4194304 4352236 140733204976096 18446744073709551615 4328087 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4022/statm: 30293 29462 129 39 0 29373 0
[pid=4013/tid=4021] ppid=4011 vsize=378476 CPUtime=0 cores=5,7
/proc/4013/task/4021/stat : 4021 (python) S 4011 4013 3469 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886477356 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562361265 0 0 16781312 2 18446604462902086528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1122.51
Current children cumulated vsize (KiB) 867880

[startup+1182.3 s]
/proc/loadavg: 3.99 4.01 3.82 5/206 4333
/proc/meminfo: memFree=30450340/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=378476 CPUtime=24.18 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 44757 932 1 0 2402 16 0 0 19 0 2 0 886474912 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4013/statm: 94619 29481 1867 364 0 30537 0
[pid=4020] ppid=4013 vsize=368232 CPUtime=1.42 cores=5,7
/proc/4020/stat : 4020 (python) S 4013 4013 3469 0 -1 4202560 971 0 0 0 77 65 0 0 18 0 1 0 886477356 377069568 27986 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550557711 0 0 16781312 514 10717740280397660424 0 0 17 5 0 0 0
/proc/4020/statm: 92058 27986 376 364 0 27976 0
[pid=4022] ppid=4020 vsize=121172 CPUtime=1156.93 cores=5,7
/proc/4022/stat : 4022 (lingeling) R 4020 4022 4022 0 -1 4202496 365524 0 0 0 115653 40 0 0 25 0 1 0 886477356 124080128 29462 33554432000 4194304 4352236 140733204976096 18446744073709551615 4328368 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/4022/statm: 30293 29462 129 39 0 29373 0
[pid=4013/tid=4021] ppid=4011 vsize=378476 CPUtime=0 cores=5,7
/proc/4013/task/4021/stat : 4021 (python) S 4011 4013 3469 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886477356 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562361265 0 0 16781312 2 18446604462902086528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1182.53
Current children cumulated vsize (KiB) 867880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.8 s]
/proc/loadavg: 3.99 4.01 3.83 5/207 4335
/proc/meminfo: memFree=30407912/32951124 swapFree=67054536/67111528
[pid=4013] ppid=4011 vsize=378476 CPUtime=24.18 cores=5,7
/proc/4013/stat : 4013 (python) S 4011 4013 3469 0 -1 4202496 44757 932 1 0 2402 16 0 0 19 0 2 0 886474912 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/4013/statm: 94619 29481 1867 364 0 30537 0
[pid=4020] ppid=4013 vsize=368232 CPUtime=1.45 cores=5,7
/proc/4020/stat : 4020 (python) S 4013 4013 3469 0 -1 4202560 971 0 0 0 78 67 0 0 18 0 1 0 886477356 377069568 27986 33554432000 4194304 5683644 140735200336528 18446744073709551615 271550557711 0 0 16781312 514 10717740280397660424 0 0 17 5 0 0 0
/proc/4020/statm: 92058 27986 376 364 0 27976 0
[pid=4022] ppid=4020 vsize=162132 CPUtime=1174.4 cores=5,7
/proc/4022/stat : 4022 (lingeling) R 4020 4022 4022 0 -1 4202496 375764 0 0 0 117399 41 0 0 25 0 1 0 886477356 166023168 39702 33554432000 4194304 4352236 140733204976096 18446744073709551615 4328030 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4022/statm: 40533 39702 129 39 0 39613 0
[pid=4013/tid=4021] ppid=4011 vsize=378476 CPUtime=0 cores=5,7
/proc/4013/task/4021/stat : 4021 (python) S 4011 4013 3469 0 -1 4202560 31 932 0 0 0 0 0 0 19 0 2 0 886477356 387559424 29481 33554432000 4194304 5683644 140735200336528 18446744073709551615 271562361265 0 0 16781312 2 18446604462902086528 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 908840

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4013 and gives
#  childrusage.ru_utime.tv_sec=24
#  childrusage.ru_utime.tv_usec=22348
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=170974
# CPU time returned by wait4() is 24.1933
# while last known CPU time is 1200.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.82
CPU time (s): 1200.03
CPU user time (s): 1198.79
CPU system time (s): 1.24
CPU usage (%): 100.017
Max. virtual memory (cumulated for all children) (KiB): 925240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.0223
system time used= 0.170974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45689
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= 2846
involuntary context switches= 54

runsolver used 1.9727 second user time and 4.57031 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-11 01:32:50
IDJOB=3483924
IDBENCH=82390
IDSOLVER=1976
FILE ID=node133/3483924-1307748770
RUNJOBID= node133-1307747008-3491
PBS_JOBID= 13550825
Free space on /tmp= 73184 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/rintanen/SATPlanning/openstacks-sequencedstrips-nonadl-nonnegated-os-sequencedstrips-p30_1.025-NOTKNOWN.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-3483924-1307748770/watcher-3483924-1307748770 -o /tmp/evaluation-result-3483924-1307748770/solver-3483924-1307748770 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483924-1307748770.cnf -seed 1972007378 -budget 1200

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

MD5SUM BENCH= 732b9c9b0d44d6a9e75489b2f5004165
RANDOM SEED=1972007378

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:      23772804 kB
Buffers:        231920 kB
Cached:        1902612 kB
SwapCached:      10420 kB
Active:        8264224 kB
Inactive:       687868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23772804 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:          767576 kB
Writeback:           0 kB
AnonPages:     6814652 kB
Mapped:          18884 kB
Slab:           144340 kB
PageTables:      21064 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  7172400 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= 73912 MiB
End job on node133 at 2011-06-11 01:52:52