Trace number 3378083

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)? (TO) 1301.4 1300.07

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E00N23.cnf
MD5SUM1a1f0dddf727883e0973677dd00e9269
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 variables15364
Number of clauses2210893
Sum of the clauses size20370578
Maximum clause length105
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 241189
Number of clauses of size 336730
Number of clauses of size 432798
Number of clauses of size 5188784
Number of clauses of size over 51911364

Solver Data

0.36/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.64	c INFO: solving HOME/instance-3378083-1305457073.cnf
0.36/0.64	c INFO: computing task features
21.04/21.36	c INFO: computed variable-clause graph statistics
21.55/21.85	c INFO: computed clause balance statistics
136.34/136.65	c INFO: computed variable balance statistics
168.73/169.02	c INFO: computed small-clause counts
168.84/169.19	c INFO: computed Horn-clause counts
174.23/174.59	c INFO: computed variable graph statistics
174.34/174.62	c INFO: collected features for HOME/instance-3378083-1305457073.cnf in 173.26 s
174.34/174.63	c INFO: running lingeling-276@0 for 97 with 2226 remaining (b = 0.25)
274.67/274.91	c INFO: running lingeling-276@99 for 485 with 2126 remaining (b = 0.21)
761.04/761.04	c INFO: running cryptominisat-2.9.0@0 for 485 with 1641 remaining (b = 0.33)
1251.65/1250.31	c INFO: running lingeling-276@0 for 97 with 1152 remaining (b = 0.19)

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

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.06 3.52 3.42 5/349 20637
/proc/meminfo: memFree=20473380/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=15780 CPUtime=0 cores=1,3
/proc/20637/stat : 20637 (python) S 20635 20637 20340 0 -1 4202496 894 0 0 0 0 0 0 0 21 0 1 0 657310043 16158720 777 33554432000 4194304 5683644 140734377014704 18446744073709551615 212436015104 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/20637/statm: 3945 777 343 364 0 432 0

[startup+0.0417651 s]
/proc/loadavg: 4.06 3.52 3.42 5/349 20637
/proc/meminfo: memFree=20473380/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=18888 CPUtime=0.01 cores=1,3
/proc/20637/stat : 20637 (python) R 20635 20637 20340 0 -1 4202496 1282 0 0 0 1 0 0 0 17 0 1 0 657310043 19341312 1136 33554432000 4194304 5683644 140734377014704 18446744073709551615 4522560 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20637/statm: 4722 1136 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18888

[startup+0.100743 s]
/proc/loadavg: 4.06 3.52 3.42 5/349 20637
/proc/meminfo: memFree=20473380/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=89772 CPUtime=0.05 cores=1,3
/proc/20637/stat : 20637 (python) S 20635 20637 20340 0 -1 4202496 2671 0 0 0 4 1 0 0 17 0 1 0 657310043 91926528 2388 33554432000 4194304 5683644 140734377014704 18446744073709551615 212431093383 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/20637/statm: 22443 2388 750 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89772

[startup+0.301261 s]
/proc/loadavg: 4.06 3.52 3.42 5/349 20637
/proc/meminfo: memFree=20473380/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=135752 CPUtime=0.18 cores=1,3
/proc/20637/stat : 20637 (python) S 20635 20637 20340 0 -1 4202496 5968 932 1 0 13 5 0 0 17 0 1 0 657310043 139010048 4148 33554432000 4194304 5683644 140734377014704 18446744073709551615 212436013061 0 2147483391 16781312 2 18446744071699207358 0 0 17 3 0 0 0
/proc/20637/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.710658 s]
/proc/loadavg: 4.06 3.52 3.42 5/349 20637
/proc/meminfo: memFree=20473380/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=392596 CPUtime=0.45 cores=1,3
/proc/20637/stat : 20637 (python) R 20635 20637 20340 0 -1 4202496 37826 932 1 0 30 15 0 0 15 0 1 0 657310043 402018304 35498 33554432000 4194304 5683644 140734377014704 18446744073709551615 4302613 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20637/statm: 98149 35498 1761 364 0 34073 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 392596

[startup+1.70344 s]
/proc/loadavg: 4.06 3.52 3.42 5/349 20637
/proc/meminfo: memFree=20473380/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=418636 CPUtime=1.44 cores=1,3
/proc/20637/stat : 20637 (python) R 20635 20637 20340 0 -1 4202496 44016 932 1 0 128 16 0 0 17 0 1 0 657310043 428683264 41688 33554432000 4194304 5683644 140734377014704 18446744073709551615 212435701666 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20637/statm: 104659 41688 1761 364 0 40583 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 418636

[startup+3.11217 s]
/proc/loadavg: 4.06 3.53 3.42 5/350 20642
/proc/meminfo: memFree=20270136/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=472400 CPUtime=2.86 cores=1,3
/proc/20637/stat : 20637 (python) R 20635 20637 20340 0 -1 4202496 57512 932 1 0 268 18 0 0 18 0 1 0 657310043 483737600 55184 33554432000 4194304 5683644 140734377014704 18446744073709551615 212435677893 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20637/statm: 118100 55184 1761 364 0 54024 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 472400

[startup+6.30057 s]
/proc/loadavg: 4.06 3.53 3.42 6/350 20642
/proc/meminfo: memFree=20068292/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=668084 CPUtime=6.05 cores=1,3
/proc/20637/stat : 20637 (python) R 20635 20637 20340 0 -1 4202496 105817 932 1 0 581 24 0 0 25 0 1 0 657310043 684118016 103489 33554432000 4194304 5683644 140734377014704 18446744073709551615 212435677893 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20637/statm: 167021 103489 1761 364 0 102945 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 668084

[startup+12.7004 s]
/proc/loadavg: 4.05 3.54 3.42 5/350 20642
/proc/meminfo: memFree=19742548/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=1069100 CPUtime=12.45 cores=1,3
/proc/20637/stat : 20637 (python) R 20635 20637 20340 0 -1 4202496 200146 932 1 0 1205 40 0 0 25 0 1 0 657310043 1094758400 197818 33554432000 4194304 5683644 140734377014704 18446744073709551615 212435677893 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20637/statm: 267275 197818 1761 364 0 203199 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 1069100

[startup+25.5009 s]
/proc/loadavg: 4.04 3.56 3.43 5/350 20642
/proc/meminfo: memFree=19355028/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=1378080 CPUtime=25.25 cores=1,3
/proc/20637/stat : 20637 (python) R 20635 20637 20340 0 -1 4202496 484592 932 1 0 2449 76 0 0 25 0 1 0 657310043 1411153920 281936 33554432000 4194304 5683644 140734377014704 18446744073709551615 4539721 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20637/statm: 344520 281936 1826 364 0 280444 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 1378080

[startup+51.1011 s]
/proc/loadavg: 4.03 3.59 3.45 5/350 20643
/proc/meminfo: memFree=19346544/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=1378080 CPUtime=50.83 cores=1,3
/proc/20637/stat : 20637 (python) R 20635 20637 20340 0 -1 4202496 484592 932 1 0 5007 76 0 0 25 0 1 0 657310043 1411153920 281936 33554432000 4194304 5683644 140734377014704 18446744073709551615 212435708302 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20637/statm: 344520 281936 1826 364 0 280444 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 1378080

[startup+102.3 s]
/proc/loadavg: 4.01 3.65 3.47 5/350 20644
/proc/meminfo: memFree=19351784/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=1378080 CPUtime=102.03 cores=1,3
/proc/20637/stat : 20637 (python) R 20635 20637 20340 0 -1 4202496 484592 932 1 0 10127 76 0 0 25 0 1 0 657310043 1411153920 281936 33554432000 4194304 5683644 140734377014704 18446744073709551615 47290121661808 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20637/statm: 344520 281936 1826 364 0 280444 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 1378080

[startup+162.301 s]
/proc/loadavg: 4.09 3.74 3.51 5/350 20646
/proc/meminfo: memFree=19347148/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=1378080 CPUtime=162.03 cores=1,3
/proc/20637/stat : 20637 (python) R 20635 20637 20340 0 -1 4202496 484593 932 1 0 16127 76 0 0 25 0 1 0 657310043 1411153920 281937 33554432000 4194304 5683644 140734377014704 18446744073709551615 4539162 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20637/statm: 344520 281937 1827 364 0 280444 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 1378080

[startup+222.301 s]
/proc/loadavg: 4.06 3.80 3.55 6/353 20660
/proc/meminfo: memFree=19658400/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=828704 CPUtime=174.37 cores=1,3
/proc/20637/stat : 20637 (python) S 20635 20637 20340 0 -1 4202496 502122 932 1 0 17356 81 0 0 20 0 2 0 657310043 848592896 142070 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20637/statm: 207176 142070 1867 364 0 143094 0
[pid=20647] ppid=20637 vsize=818460 CPUtime=0.12 cores=1,3
/proc/20647/stat : 20647 (python) S 20637 20637 20340 0 -1 4202560 919 0 0 0 6 6 0 0 18 0 1 0 657327507 838103040 140575 33554432000 4194304 5683644 140734377014704 18446744073709551615 212436037135 0 0 16781312 514 10514620900328833284 0 0 17 1 0 0 0
/proc/20647/statm: 204615 140575 376 364 0 140533 0
[pid=20649] ppid=20647 vsize=237584 CPUtime=47.56 cores=1,3
/proc/20649/stat : 20649 (lingeling) R 20647 20649 20649 0 -1 4202496 138432 0 0 0 4737 19 0 0 25 0 1 0 657327508 243286016 58560 33554432000 4194304 4352236 140736313182992 18446744073709551615 4235644 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20649/statm: 59396 58560 129 39 0 58476 0
[pid=20637/tid=20648] ppid=20635 vsize=828704 CPUtime=0 cores=1,3
/proc/20637/task/20648/stat : 20648 (python) S 20635 20637 20340 0 -1 4202560 32 932 0 0 0 0 0 0 20 0 2 0 657327508 848592896 142070 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 2 18446604471116665856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222.05
Current children cumulated vsize (KiB) 1884748

[startup+282.3 s]
/proc/loadavg: 4.02 3.83 3.57 6/354 20662
/proc/meminfo: memFree=19522760/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=828704 CPUtime=174.38 cores=1,3
/proc/20637/stat : 20637 (python) S 20635 20637 20340 0 -1 4202496 502666 932 1 0 17357 81 0 0 18 0 2 0 657310043 848592896 142071 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20637/statm: 207176 142071 1868 364 0 143094 0
[pid=20647] ppid=20637 vsize=828704 CPUtime=0.27 cores=1,3
/proc/20647/stat : 20647 (python) S 20637 20637 20340 0 -1 4202560 1175 0 0 0 14 13 0 0 18 0 2 0 657327507 848592896 140619 33554432000 4194304 5683644 140734377014704 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 207176 140619 415 364 0 143094 0
[pid=20649] ppid=20647 vsize=370540 CPUtime=107.42 cores=1,3
/proc/20649/stat : 20649 (lingeling) R 20647 20649 20649 0 -1 4202496 171672 0 0 0 10720 22 0 0 25 0 1 0 657327508 379432960 91799 33554432000 4194304 4352236 140736313182992 18446744073709551615 4245490 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20649/statm: 92635 91799 129 39 0 91715 0
[pid=20647/tid=20662] ppid=20637 vsize=828704 CPUtime=0 cores=1,3
/proc/20647/task/20662/stat : 20662 (python) S 20637 20637 20340 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 657337533 848592896 140619 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 514 18446604471162065984 0 0 -1 3 0 0 0
[pid=20637/tid=20648] ppid=20635 vsize=828704 CPUtime=0 cores=1,3
/proc/20637/task/20648/stat : 20648 (python) S 20635 20637 20340 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 2 0 657327508 848592896 142071 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 2 18446604471116665856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 2027948

[startup+342.301 s]
/proc/loadavg: 4.01 3.86 3.59 6/354 20666
/proc/meminfo: memFree=19655088/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=828704 CPUtime=174.38 cores=1,3
/proc/20637/stat : 20637 (python) S 20635 20637 20340 0 -1 4202496 502666 932 1 0 17357 81 0 0 18 0 2 0 657310043 848592896 142071 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20637/statm: 207176 142071 1868 364 0 143094 0
[pid=20647] ppid=20637 vsize=828704 CPUtime=0.42 cores=1,3
/proc/20647/stat : 20647 (python) S 20637 20637 20340 0 -1 4202560 1191 0 0 0 22 20 0 0 18 0 2 0 657327507 848592896 140619 33554432000 4194304 5683644 140734377014704 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 207176 140619 415 364 0 143094 0
[pid=20649] ppid=20647 vsize=242144 CPUtime=167.33 cores=1,3
/proc/20649/stat : 20649 (lingeling) R 20647 20649 20649 0 -1 4202496 172609 0 0 0 16710 23 0 0 25 0 1 0 657327508 247955456 59700 33554432000 4194304 4352236 140736313182992 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20649/statm: 60536 59700 129 39 0 59616 0
[pid=20647/tid=20662] ppid=20637 vsize=828704 CPUtime=0 cores=1,3
/proc/20647/task/20662/stat : 20662 (python) S 20637 20637 20340 0 -1 4202560 119 0 0 0 0 0 0 0 19 0 2 0 657337533 848592896 140619 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 514 18446604471162065984 0 0 -1 3 0 0 0
[pid=20637/tid=20648] ppid=20635 vsize=828704 CPUtime=0 cores=1,3
/proc/20637/task/20648/stat : 20648 (python) S 20635 20637 20340 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 2 0 657327508 848592896 142071 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 2 18446604471116665856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 1899552

[startup+402.301 s]
/proc/loadavg: 4.13 3.92 3.63 6/356 20670
/proc/meminfo: memFree=19651592/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=828704 CPUtime=174.38 cores=1,3
/proc/20637/stat : 20637 (python) S 20635 20637 20340 0 -1 4202496 502666 932 1 0 17357 81 0 0 18 0 2 0 657310043 848592896 142071 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20637/statm: 207176 142071 1868 364 0 143094 0
[pid=20647] ppid=20637 vsize=828704 CPUtime=0.57 cores=1,3
/proc/20647/stat : 20647 (python) S 20637 20637 20340 0 -1 4202560 1209 0 0 0 32 25 0 0 18 0 2 0 657327507 848592896 140619 33554432000 4194304 5683644 140734377014704 18446744073709551615 212436037190 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 207176 140619 415 364 0 143094 0

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

/proc/20647/stat : 20647 (python) S 20637 20637 20340 0 -1 4202560 1209 0 0 0 81 66 0 0 18 0 2 0 657327507 848592896 140619 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 207176 140619 415 364 0 143094 0
[pid=20649] ppid=20647 vsize=256900 CPUtime=585.23 cores=1,3
/proc/20649/stat : 20649 (lingeling) T 20647 20649 20649 0 -1 4202496 209702 0 0 0 58497 26 0 0 25 0 1 0 657327508 263065600 63389 33554432000 4194304 4352236 140736313182992 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/20649/statm: 64225 63389 129 39 0 63305 0
[pid=20647/tid=20662] ppid=20637 vsize=828704 CPUtime=0 cores=1,3
/proc/20647/task/20662/stat : 20662 (python) S 20637 20637 20340 0 -1 4202560 119 0 0 0 0 0 0 0 18 0 2 0 657337533 848592896 140619 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 514 18446604471162065984 0 0 -1 3 0 0 0
[pid=20695] ppid=20637 vsize=828716 CPUtime=0.97 cores=1,3
/proc/20695/stat : 20695 (python) S 20637 20637 20340 0 -1 4202560 992 0 0 0 48 49 0 0 15 0 1 0 657386147 848605184 140573 33554432000 4194304 5683644 140734377014704 18446744073709551615 212436037190 0 0 16781312 514 15161214218209820935 0 0 17 3 0 0 0
/proc/20695/statm: 207179 140573 370 364 0 143094 0
[pid=20697] ppid=20695 vsize=853420 CPUtime=361.24 cores=1,3
/proc/20697/stat : 20697 (cryptominisat-2) R 20695 20697 20697 0 -1 4202496 201063 0 0 0 36098 26 0 0 25 0 1 0 657386148 873902080 178141 33554432000 4194304 4677096 140736969477664 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20697/statm: 213355 178141 385 118 0 208314 0
[pid=20637/tid=20648] ppid=20635 vsize=838960 CPUtime=0 cores=1,3
/proc/20637/task/20648/stat : 20648 (python) S 20635 20637 20340 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 3 0 657327508 859095040 142077 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 2 18446604471116665856 0 0 -1 1 0 0 0
[pid=20637/tid=20696] ppid=20635 vsize=838960 CPUtime=0 cores=1,3
/proc/20637/task/20696/stat : 20696 (python) S 20635 20637 20340 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 657386148 859095040 142077 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 2 18446604471116665856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1123.31
Current children cumulated vsize (KiB) 3606700

[startup+1182.31 s]
/proc/loadavg: 2.49 3.51 3.66 4/351 20753
/proc/meminfo: memFree=18702884/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=838960 CPUtime=174.4 cores=1,3
/proc/20637/stat : 20637 (python) S 20635 20637 20340 0 -1 4202496 502975 932 1 0 17358 82 0 0 20 0 3 0 657310043 859095040 142077 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20637/statm: 209740 142077 1870 364 0 145655 0
[pid=20647] ppid=20637 vsize=828704 CPUtime=1.47 cores=1,3
/proc/20647/stat : 20647 (python) S 20637 20637 20340 0 -1 4202560 1209 0 0 0 81 66 0 0 18 0 2 0 657327507 848592896 140619 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 207176 140619 415 364 0 143094 0
[pid=20649] ppid=20647 vsize=256900 CPUtime=585.23 cores=1,3
/proc/20649/stat : 20649 (lingeling) T 20647 20649 20649 0 -1 4202496 209702 0 0 0 58497 26 0 0 25 0 1 0 657327508 263065600 63389 33554432000 4194304 4352236 140736313182992 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/20649/statm: 64225 63389 129 39 0 63305 0
[pid=20647/tid=20662] ppid=20637 vsize=828704 CPUtime=0 cores=1,3
/proc/20647/task/20662/stat : 20662 (python) S 20637 20637 20340 0 -1 4202560 119 0 0 0 0 0 0 0 18 0 2 0 657337533 848592896 140619 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 514 18446604471162065984 0 0 -1 3 0 0 0
[pid=20695] ppid=20637 vsize=828716 CPUtime=1.12 cores=1,3
/proc/20695/stat : 20695 (python) S 20637 20637 20340 0 -1 4202560 993 0 0 0 56 56 0 0 15 0 1 0 657386147 848605184 140573 33554432000 4194304 5683644 140734377014704 18446744073709551615 212436037190 0 0 16781312 514 10514620900328833287 0 0 17 3 0 0 0
/proc/20695/statm: 207179 140573 370 364 0 143094 0
[pid=20697] ppid=20695 vsize=909704 CPUtime=421.25 cores=1,3
/proc/20697/stat : 20697 (cryptominisat-2) R 20695 20697 20697 0 -1 4202496 212689 0 0 0 42098 27 0 0 25 0 1 0 657386148 931536896 189767 33554432000 4194304 4677096 140736969477664 18446744073709551615 4502821 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20697/statm: 227426 189767 388 118 0 222385 0
[pid=20637/tid=20648] ppid=20635 vsize=838960 CPUtime=0 cores=1,3
/proc/20637/task/20648/stat : 20648 (python) S 20635 20637 20340 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 3 0 657327508 859095040 142077 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 2 18446604471116665856 0 0 -1 1 0 0 0
[pid=20637/tid=20696] ppid=20635 vsize=838960 CPUtime=0 cores=1,3
/proc/20637/task/20696/stat : 20696 (python) S 20635 20637 20340 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 657386148 859095040 142077 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 2 18446604471116665856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.47
Current children cumulated vsize (KiB) 3662984

[startup+1242.3 s]
/proc/loadavg: 1.73 3.12 3.52 2/336 20773
/proc/meminfo: memFree=19056484/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=838960 CPUtime=174.4 cores=1,3
/proc/20637/stat : 20637 (python) S 20635 20637 20340 0 -1 4202496 502975 932 1 0 17358 82 0 0 20 0 3 0 657310043 859095040 142077 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20637/statm: 209740 142077 1870 364 0 145655 0
[pid=20647] ppid=20637 vsize=828704 CPUtime=1.47 cores=1,3
/proc/20647/stat : 20647 (python) S 20637 20637 20340 0 -1 4202560 1209 0 0 0 81 66 0 0 18 0 2 0 657327507 848592896 140619 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 207176 140619 415 364 0 143094 0
[pid=20649] ppid=20647 vsize=256900 CPUtime=585.23 cores=1,3
/proc/20649/stat : 20649 (lingeling) T 20647 20649 20649 0 -1 4202496 209702 0 0 0 58497 26 0 0 25 0 1 0 657327508 263065600 63389 33554432000 4194304 4352236 140736313182992 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/20649/statm: 64225 63389 129 39 0 63305 0
[pid=20647/tid=20662] ppid=20637 vsize=828704 CPUtime=0 cores=1,3
/proc/20647/task/20662/stat : 20662 (python) S 20637 20637 20340 0 -1 4202560 119 0 0 0 0 0 0 0 18 0 2 0 657337533 848592896 140619 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 514 18446604471162065984 0 0 -1 3 0 0 0
[pid=20695] ppid=20637 vsize=828716 CPUtime=1.27 cores=1,3
/proc/20695/stat : 20695 (python) S 20637 20637 20340 0 -1 4202560 993 0 0 0 63 64 0 0 15 0 1 0 657386147 848605184 140573 33554432000 4194304 5683644 140734377014704 18446744073709551615 212436037190 0 0 16781312 514 10514620900328833287 0 0 17 3 0 0 0
/proc/20695/statm: 207179 140573 370 364 0 143094 0
[pid=20697] ppid=20695 vsize=909704 CPUtime=481.24 cores=1,3
/proc/20697/stat : 20697 (cryptominisat-2) R 20695 20697 20697 0 -1 4202496 212689 0 0 0 48097 27 0 0 25 0 1 0 657386148 931536896 189767 33554432000 4194304 4677096 140736969477664 18446744073709551615 4502821 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20697/statm: 227426 189767 388 118 0 222385 0
[pid=20637/tid=20648] ppid=20635 vsize=838960 CPUtime=0 cores=1,3
/proc/20637/task/20648/stat : 20648 (python) S 20635 20637 20340 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 3 0 657327508 859095040 142077 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 2 18446604471116665856 0 0 -1 1 0 0 0
[pid=20637/tid=20696] ppid=20635 vsize=838960 CPUtime=0 cores=1,3
/proc/20637/task/20696/stat : 20696 (python) S 20635 20637 20340 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 657386148 859095040 142077 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 2 18446604471116665856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1243.61
Current children cumulated vsize (KiB) 3662984



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 1.27 2.73 3.36 2/340 20778
/proc/meminfo: memFree=18816460/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=849216 CPUtime=174.41 cores=1,3
/proc/20637/stat : 20637 (python) S 20635 20637 20340 0 -1 4202496 503756 932 1 0 17358 83 0 0 19 0 4 0 657310043 869597184 142083 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20637/statm: 212304 142083 1872 364 0 148216 0
[pid=20647] ppid=20637 vsize=828704 CPUtime=1.47 cores=1,3
/proc/20647/stat : 20647 (python) S 20637 20637 20340 0 -1 4202560 1209 0 0 0 81 66 0 0 18 0 2 0 657327507 848592896 140619 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 207176 140619 415 364 0 143094 0
[pid=20649] ppid=20647 vsize=256900 CPUtime=585.23 cores=1,3
/proc/20649/stat : 20649 (lingeling) T 20647 20649 20649 0 -1 4202496 209702 0 0 0 58497 26 0 0 25 0 1 0 657327508 263065600 63389 33554432000 4194304 4352236 140736313182992 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/20649/statm: 64225 63389 129 39 0 63305 0
[pid=20647/tid=20662] ppid=20637 vsize=828704 CPUtime=0 cores=1,3
/proc/20647/task/20662/stat : 20662 (python) S 20637 20637 20340 0 -1 4202560 119 0 0 0 0 0 0 0 18 0 2 0 657337533 848592896 140619 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 514 18446604471162065984 0 0 -1 3 0 0 0
[pid=20695] ppid=20637 vsize=828716 CPUtime=1.3 cores=1,3
/proc/20695/stat : 20695 (python) S 20637 20637 20340 0 -1 4202560 1143 0 0 0 64 66 0 0 16 0 2 0 657386147 848605184 140603 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20695/statm: 207179 140603 399 364 0 143094 0
[pid=20697] ppid=20695 vsize=909704 CPUtime=489.25 cores=1,3
/proc/20697/stat : 20697 (cryptominisat-2) T 20695 20697 20697 0 -1 4202496 212689 0 0 0 48898 27 0 0 25 0 1 0 657386148 931536896 189767 33554432000 4194304 4677096 140736969477664 18446744073709551615 4502808 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/20697/statm: 227426 189767 388 118 0 222385 0
[pid=20695/tid=20774] ppid=20637 vsize=828716 CPUtime=0 cores=1,3
/proc/20695/task/20774/stat : 20774 (python) S 20637 20637 20340 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 657435074 848605184 140603 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 514 18446604454880582592 0 0 -1 3 0 0 0
[pid=20775] ppid=20637 vsize=838972 CPUtime=0.11 cores=1,3
/proc/20775/stat : 20775 (python) S 20637 20637 20340 0 -1 4202560 914 0 0 0 6 5 0 0 18 0 1 0 657435074 859107328 140577 33554432000 4194304 5683644 140734377014704 18446744073709551615 212436037190 0 0 16781312 514 10514620900328833286 0 0 17 1 0 0 0
/proc/20775/statm: 209743 140577 370 364 0 145655 0
[pid=20777] ppid=20775 vsize=236756 CPUtime=49.63 cores=1,3
/proc/20777/stat : 20777 (lingeling) R 20775 20777 20777 0 -1 4202496 138230 0 0 0 4943 20 0 0 25 0 1 0 657435076 242438144 58352 33554432000 4194304 4352236 140734904532880 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20777/statm: 59189 58352 129 39 0 58269 0
[pid=20637/tid=20648] ppid=20635 vsize=849216 CPUtime=0 cores=1,3
/proc/20637/task/20648/stat : 20648 (python) S 20635 20637 20340 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 4 0 657327508 869597184 142083 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 2 18446604471116665856 0 0 -1 1 0 0 0
[pid=20637/tid=20696] ppid=20635 vsize=849216 CPUtime=0 cores=1,3
/proc/20637/task/20696/stat : 20696 (python) S 20635 20637 20340 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 657386148 869597184 142083 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 2 18446604471116665856 0 0 -1 1 0 0 0
[pid=20637/tid=20776] ppid=20635 vsize=849216 CPUtime=0 cores=1,3
/proc/20637/task/20776/stat : 20776 (python) S 20635 20637 20340 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 4 0 657435075 869597184 142083 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 2 18446604471116665856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.4
Current children cumulated vsize (KiB) 4748968

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

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

[startup+1300.01 s]
/proc/loadavg: 1.27 2.73 3.36 2/340 20778
/proc/meminfo: memFree=18816460/32951124 swapFree=57331800/67111528
[pid=20637] ppid=20635 vsize=849216 CPUtime=174.41 cores=1,3
/proc/20637/stat : 20637 (python) S 20635 20637 20340 0 -1 4202496 503756 932 1 0 17358 83 0 0 19 0 4 0 657310043 869597184 142083 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447843787 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20637/statm: 212304 142083 1872 364 0 148216 0
[pid=20647] ppid=20637 vsize=828704 CPUtime=1.47 cores=1,3
/proc/20647/stat : 20647 (python) S 20637 20637 20340 0 -1 4202560 1209 0 0 0 81 66 0 0 18 0 2 0 657327507 848592896 140619 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20647/statm: 207176 140619 415 364 0 143094 0
[pid=20649] ppid=20647 vsize=256900 CPUtime=585.23 cores=1,3
/proc/20649/stat : 20649 (lingeling) T 20647 20649 20649 0 -1 4202496 209702 0 0 0 58497 26 0 0 25 0 1 0 657327508 263065600 63389 33554432000 4194304 4352236 140736313182992 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/20649/statm: 64225 63389 129 39 0 63305 0
[pid=20647/tid=20662] ppid=20637 vsize=828704 CPUtime=0 cores=1,3
/proc/20647/task/20662/stat : 20662 (python) S 20637 20637 20340 0 -1 4202560 119 0 0 0 0 0 0 0 18 0 2 0 657337533 848592896 140619 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 514 18446604471162065984 0 0 -1 3 0 0 0
[pid=20695] ppid=20637 vsize=828716 CPUtime=1.3 cores=1,3
/proc/20695/stat : 20695 (python) S 20637 20637 20340 0 -1 4202560 1143 0 0 0 64 66 0 0 16 0 2 0 657386147 848605184 140603 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447843787 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20695/statm: 207179 140603 399 364 0 143094 0
[pid=20697] ppid=20695 vsize=909704 CPUtime=489.25 cores=1,3
/proc/20697/stat : 20697 (cryptominisat-2) T 20695 20697 20697 0 -1 4202496 212689 0 0 0 48898 27 0 0 25 0 1 0 657386148 931536896 189767 33554432000 4194304 4677096 140736969477664 18446744073709551615 4502808 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/20697/statm: 227426 189767 388 118 0 222385 0
[pid=20695/tid=20774] ppid=20637 vsize=828716 CPUtime=0 cores=1,3
/proc/20695/task/20774/stat : 20774 (python) S 20637 20637 20340 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 2 0 657435074 848605184 140603 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 514 18446604454880582592 0 0 -1 3 0 0 0
[pid=20775] ppid=20637 vsize=838972 CPUtime=0.11 cores=1,3
/proc/20775/stat : 20775 (python) S 20637 20637 20340 0 -1 4202560 914 0 0 0 6 5 0 0 18 0 1 0 657435074 859107328 140577 33554432000 4194304 5683644 140734377014704 18446744073709551615 212436037190 0 0 16781312 514 10514620900328833286 0 0 17 1 0 0 0
/proc/20775/statm: 209743 140577 370 364 0 145655 0
[pid=20777] ppid=20775 vsize=236756 CPUtime=49.63 cores=1,3
/proc/20777/stat : 20777 (lingeling) R 20775 20777 20777 0 -1 4202496 138230 0 0 0 4943 20 0 0 25 0 1 0 657435076 242438144 58352 33554432000 4194304 4352236 140734904532880 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20777/statm: 59189 58352 129 39 0 58269 0
[pid=20637/tid=20648] ppid=20635 vsize=849216 CPUtime=0 cores=1,3
/proc/20637/task/20648/stat : 20648 (python) S 20635 20637 20340 0 -1 4202560 33 932 0 0 0 0 0 0 18 0 4 0 657327508 869597184 142083 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 2 18446604471116665856 0 0 -1 1 0 0 0
[pid=20637/tid=20696] ppid=20635 vsize=849216 CPUtime=0 cores=1,3
/proc/20637/task/20696/stat : 20696 (python) S 20635 20637 20340 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 4 0 657386148 869597184 142083 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 2 18446604471116665856 0 0 -1 1 0 0 0
[pid=20637/tid=20776] ppid=20635 vsize=849216 CPUtime=0 cores=1,3
/proc/20637/task/20776/stat : 20776 (python) S 20635 20637 20340 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 4 0 657435075 869597184 142083 33554432000 4194304 5683644 140734377014704 18446744073709551615 212447840689 0 0 16781312 2 18446604471116665856 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1301.4
Current children cumulated vsize (KiB) 4748968

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20637 and gives
#  childrusage.ru_utime.tv_sec=173
#  childrusage.ru_utime.tv_usec=588610
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=856869
# CPU time returned by wait4() is 174.445
# while last known CPU time is 1301.4
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.07
CPU time (s): 1301.4
CPU user time (s): 1298.47
CPU system time (s): 2.93
CPU usage (%): 100.102
Max. virtual memory (cumulated for all children) (KiB): 4879016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.589
system time used= 0.856869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 504689
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= 2859
involuntary context switches= 470

runsolver used 4.07538 second user time and 10.2114 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 12:57:57
IDJOB=3378083
IDBENCH=83466
IDSOLVER=1858
FILE ID=node102/3378083-1305457073
RUNJOBID= node102-1305456861-20360
PBS_JOBID= 13324892
Free space on /tmp= 73444 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E00N23.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-3378083-1305457073/watcher-3378083-1305457073 -o /tmp/evaluation-result-3378083-1305457073/solver-3378083-1305457073 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378083-1305457073.cnf -seed 1054325067 -budget 2400

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

MD5SUM BENCH= 1a1f0dddf727883e0973677dd00e9269
RANDOM SEED=1054325067

node102.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.828
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.65
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.828
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.15
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.828
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.828
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.828
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.82
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.828
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.828
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.828
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:      20473660 kB
Buffers:         26772 kB
Cached:         612292 kB
SwapCached:      89884 kB
Active:        3292572 kB
Inactive:      8987992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20473660 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:          145880 kB
Writeback:           0 kB
AnonPages:    11562164 kB
Mapped:          20336 kB
Slab:            67168 kB
PageTables:      63912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 62568800 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= 73512 MiB
End job on node102 at 2011-05-15 13:19:39