Trace number 3483864

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 1203.03

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-21-s100.cnf
MD5SUMd34c45eae853ce60c342643824196dbf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark35.7406
Satisfiable
(Un)Satisfiability was proved
Number of variables31613
Number of clauses95104
Sum of the clauses size224206
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260978
Number of clauses of size 334062
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.39/4.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/4.47	c INFO: solving HOME/instance-3483864-1307748216.cnf
0.39/4.47	c INFO: computing task features
0.66/4.74	c INFO: computed variable-clause graph statistics
0.66/4.75	c INFO: computed clause balance statistics
2.25/6.30	c INFO: computed variable balance statistics
3.35/7.42	c INFO: computed small-clause counts
3.95/8.00	c INFO: computed Horn-clause counts
4.55/8.69	c INFO: computed variable graph statistics
4.55/8.69	c INFO: collected features for HOME/instance-3483864-1307748216.cnf in 4.19 s
4.66/8.70	c INFO: running lingeling-276@0 for 582 with 1195 remaining (b = 0.58)
591.50/595.34	c INFO: running cryptominisat-2.9.0@0 for 609 with 609 remaining (b = 0.51)

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-3483864-1307748216/watcher-3483864-1307748216 -o /tmp/evaluation-result-3483864-1307748216/solver-3483864-1307748216 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483864-1307748216.cnf -seed 693387542 -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.01 3.97 2.93 3/184 3715
/proc/meminfo: memFree=31568276/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=15184 CPUtime=0 cores=4,6
/proc/3715/stat : 3715 (python) R 3713 3715 3469 0 -1 4202496 728 0 0 0 0 0 0 0 25 0 1 0 886419473 15548416 617 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550537360 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/3715/statm: 3796 617 322 364 0 283 0

[startup+0.0610231 s]
/proc/loadavg: 4.01 3.97 2.93 3/184 3715
/proc/meminfo: memFree=31568276/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=29788 CPUtime=0.03 cores=4,6
/proc/3715/stat : 3715 (python) R 3713 3715 3469 0 -1 4202496 1447 0 0 0 3 0 0 0 17 0 1 0 886419473 30502912 1288 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550535680 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/3715/statm: 7447 1288 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.101067 s]
/proc/loadavg: 4.01 3.97 2.93 3/184 3715
/proc/meminfo: memFree=31568276/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=50012 CPUtime=0.05 cores=4,6
/proc/3715/stat : 3715 (python) R 3713 3715 3469 0 -1 4202496 1949 0 0 0 4 1 0 0 17 0 1 0 886419473 51212288 1713 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550535680 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/3715/statm: 12503 1713 476 364 0 1203 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50012

[startup+0.301007 s]
/proc/loadavg: 4.01 3.97 2.93 3/184 3715
/proc/meminfo: memFree=31568276/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=135752 CPUtime=0.18 cores=4,6
/proc/3715/stat : 3715 (python) R 3713 3715 3469 0 -1 4202496 5971 937 1 0 14 4 0 0 19 0 1 0 886419473 139010048 4149 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550533637 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/3715/statm: 33938 4149 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700943 s]
/proc/loadavg: 4.01 3.97 2.93 3/184 3715
/proc/meminfo: memFree=31568276/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=135752 CPUtime=0.23 cores=4,6
/proc/3715/stat : 3715 (python) S 3713 3715 3469 0 -1 4202496 5975 937 1 0 16 7 0 0 16 0 1 0 886419473 139010048 4150 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550533637 0 2147483391 16781312 2 18446744071699469502 0 0 17 4 0 0 0
/proc/3715/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 135752

[startup+1.50079 s]
/proc/loadavg: 4.01 3.97 2.93 2/188 3766
/proc/meminfo: memFree=31545312/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=135752 CPUtime=0.23 cores=4,6
/proc/3715/stat : 3715 (python) S 3713 3715 3469 0 -1 4202496 5975 937 1 0 16 7 0 0 15 0 1 0 886419473 139010048 4150 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550533637 0 2147483391 16781312 2 18446744071699469502 0 0 17 4 0 0 0
/proc/3715/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 135752

[startup+3.10046 s]
/proc/loadavg: 4.01 3.97 2.93 1/188 3775
/proc/meminfo: memFree=31513344/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=135752 CPUtime=0.23 cores=4,6
/proc/3715/stat : 3715 (python) S 3713 3715 3469 0 -1 4202496 5975 937 1 0 16 7 0 0 15 0 1 0 886419473 139010048 4150 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550533637 0 2147483391 16781312 2 18446744071699469502 0 0 17 4 0 0 0
/proc/3715/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 135752
heavy processes:

[startup+6.30083 s]
/proc/loadavg: 3.77 3.92 2.92 5/191 3802
/proc/meminfo: memFree=31256108/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=295260 CPUtime=2.25 cores=4,6
/proc/3715/stat : 3715 (python) R 3713 3715 3469 0 -1 4202496 16690 937 1 0 212 13 0 0 18 0 1 0 886419473 302346240 11200 33554432000 4194304 5683644 140734400700208 18446744073709551615 4509181 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/3715/statm: 73815 11200 1826 364 0 9739 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 295260
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 3.79 3.92 2.93 5/197 3808
/proc/meminfo: memFree=30846732/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=296208 CPUtime=4.66 cores=4,6
/proc/3715/stat : 3715 (python) S 3713 3715 3469 0 -1 4202496 17230 937 1 0 451 15 0 0 25 0 2 0 886419473 303316992 8947 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3715/statm: 74052 8947 1867 364 0 9970 0
[pid=3803] ppid=3715 vsize=286816 CPUtime=0 cores=4,6
/proc/3803/stat : 3803 (python) S 3715 3715 3469 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 886420344 293699584 7432 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550557711 0 0 16781312 514 4469035384134664452 0 0 17 4 0 0 0
/proc/3803/statm: 71704 7432 355 364 0 7622 0
[pid=3805] ppid=3803 vsize=13380 CPUtime=3.98 cores=4,6
/proc/3805/stat : 3805 (lingeling) R 3803 3805 3805 0 -1 4202496 4407 0 0 0 398 0 0 0 25 0 1 0 886420344 13701120 2260 33554432000 4194304 4352236 140734933760720 18446744073709551615 4209746 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3805/statm: 3345 2260 129 39 0 2425 0
[pid=3715/tid=3804] ppid=3713 vsize=296208 CPUtime=0 cores=4,6
/proc/3715/task/3804/stat : 3804 (python) S 3713 3715 3469 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 2 0 886420344 303316992 8947 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 596404
heavy processes:

[startup+25.5004 s]
/proc/loadavg: 3.83 3.92 2.94 5/200 3819
/proc/meminfo: memFree=30404644/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=296208 CPUtime=4.66 cores=4,6
/proc/3715/stat : 3715 (python) S 3713 3715 3469 0 -1 4202496 17230 937 1 0 451 15 0 0 25 0 2 0 886419473 303316992 8947 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3715/statm: 74052 8947 1867 364 0 9970 0
[pid=3803] ppid=3715 vsize=286816 CPUtime=0.02 cores=4,6
/proc/3803/stat : 3803 (python) S 3715 3715 3469 0 -1 4202560 893 0 0 0 1 1 0 0 18 0 1 0 886420344 293699584 7454 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550557711 0 0 16781312 514 2959814933228781828 0 0 17 4 0 0 0
/proc/3803/statm: 71704 7454 377 364 0 7622 0
[pid=3805] ppid=3803 vsize=15428 CPUtime=16.77 cores=4,6
/proc/3805/stat : 3805 (lingeling) R 3803 3805 3805 0 -1 4202496 4919 0 0 0 1677 0 0 0 25 0 1 0 886420344 15798272 2772 33554432000 4194304 4352236 140734933760720 18446744073709551615 4328205 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3805/statm: 3857 2772 129 39 0 2937 0
[pid=3715/tid=3804] ppid=3713 vsize=296208 CPUtime=0 cores=4,6
/proc/3715/task/3804/stat : 3804 (python) S 3713 3715 3469 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 2 0 886420344 303316992 8947 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 21.45
Current children cumulated vsize (KiB) 598452

[startup+51.1007 s]
/proc/loadavg: 3.89 3.93 2.97 5/200 3823
/proc/meminfo: memFree=28185024/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=296208 CPUtime=4.66 cores=4,6
/proc/3715/stat : 3715 (python) S 3713 3715 3469 0 -1 4202496 17230 937 1 0 451 15 0 0 25 0 2 0 886419473 303316992 8947 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3715/statm: 74052 8947 1867 364 0 9970 0
[pid=3803] ppid=3715 vsize=286816 CPUtime=0.04 cores=4,6
/proc/3803/stat : 3803 (python) S 3715 3715 3469 0 -1 4202560 904 0 0 0 2 2 0 0 18 0 1 0 886420344 293699584 7454 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550557711 0 0 16781312 514 2959814933228781828 0 0 17 4 0 0 0
/proc/3803/statm: 71704 7454 377 364 0 7622 0
[pid=3805] ppid=3803 vsize=13380 CPUtime=42.35 cores=4,6
/proc/3805/stat : 3805 (lingeling) R 3803 3805 3805 0 -1 4202496 4919 0 0 0 4235 0 0 0 25 0 1 0 886420344 13701120 2260 33554432000 4194304 4352236 140734933760720 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3805/statm: 3345 2260 129 39 0 2425 0
[pid=3715/tid=3804] ppid=3713 vsize=296208 CPUtime=0 cores=4,6
/proc/3715/task/3804/stat : 3804 (python) S 3713 3715 3469 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 2 0 886420344 303316992 8947 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.05
Current children cumulated vsize (KiB) 596404

[startup+102.307 s]
/proc/loadavg: 4.02 3.96 3.03 5/203 3828
/proc/meminfo: memFree=24857580/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=296208 CPUtime=4.66 cores=4,6
/proc/3715/stat : 3715 (python) S 3713 3715 3469 0 -1 4202496 17230 937 1 0 451 15 0 0 25 0 2 0 886419473 303316992 8947 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3715/statm: 74052 8947 1867 364 0 9970 0
[pid=3803] ppid=3715 vsize=286816 CPUtime=0.1 cores=4,6
/proc/3803/stat : 3803 (python) S 3715 3715 3469 0 -1 4202560 928 0 0 0 5 5 0 0 18 0 1 0 886420344 293699584 7455 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550557711 0 0 16781312 514 2959814933228781828 0 0 17 4 0 0 0
/proc/3803/statm: 71704 7455 378 364 0 7622 0
[pid=3805] ppid=3803 vsize=15428 CPUtime=93.52 cores=4,6
/proc/3805/stat : 3805 (lingeling) R 3803 3805 3805 0 -1 4202496 6455 0 0 0 9352 0 0 0 25 0 1 0 886420344 15798272 2772 33554432000 4194304 4352236 140734933760720 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3805/statm: 3857 2772 129 39 0 2937 0
[pid=3715/tid=3804] ppid=3713 vsize=296208 CPUtime=0 cores=4,6
/proc/3715/task/3804/stat : 3804 (python) S 3713 3715 3469 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 2 0 886420344 303316992 8947 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 98.28
Current children cumulated vsize (KiB) 598452

[startup+162.3 s]
/proc/loadavg: 4.06 3.98 3.09 5/203 3829
/proc/meminfo: memFree=23515900/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=296208 CPUtime=4.66 cores=4,6
/proc/3715/stat : 3715 (python) S 3713 3715 3469 0 -1 4202496 17230 937 1 0 451 15 0 0 25 0 2 0 886419473 303316992 8947 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3715/statm: 74052 8947 1867 364 0 9970 0
[pid=3803] ppid=3715 vsize=286816 CPUtime=0.18 cores=4,6
/proc/3803/stat : 3803 (python) S 3715 3715 3469 0 -1 4202560 948 0 0 0 10 8 0 0 18 0 1 0 886420344 293699584 7455 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550557711 0 0 16781312 514 2959814933228781828 0 0 17 4 0 0 0
/proc/3803/statm: 71704 7455 378 364 0 7622 0
[pid=3805] ppid=3803 vsize=15428 CPUtime=153.46 cores=4,6
/proc/3805/stat : 3805 (lingeling) R 3803 3805 3805 0 -1 4202496 6967 0 0 0 15346 0 0 0 25 0 1 0 886420344 15798272 2772 33554432000 4194304 4352236 140734933760720 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3805/statm: 3857 2772 129 39 0 2937 0
[pid=3715/tid=3804] ppid=3713 vsize=296208 CPUtime=0 cores=4,6
/proc/3715/task/3804/stat : 3804 (python) S 3713 3715 3469 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 2 0 886420344 303316992 8947 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 158.3
Current children cumulated vsize (KiB) 598452

[startup+222.301 s]
/proc/loadavg: 4.02 3.98 3.14 5/203 3831
/proc/meminfo: memFree=23334012/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=296208 CPUtime=4.66 cores=4,6
/proc/3715/stat : 3715 (python) S 3713 3715 3469 0 -1 4202496 17230 937 1 0 451 15 0 0 25 0 2 0 886419473 303316992 8947 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/3715/statm: 74052 8947 1867 364 0 9970 0
[pid=3803] ppid=3715 vsize=286816 CPUtime=0.26 cores=4,6
/proc/3803/stat : 3803 (python) S 3715 3715 3469 0 -1 4202560 967 0 0 0 14 12 0 0 18 0 1 0 886420344 293699584 7455 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550557711 0 0 16781312 514 2959814933228781828 0 0 17 4 0 0 0
/proc/3803/statm: 71704 7455 378 364 0 7622 0
[pid=3805] ppid=3803 vsize=13380 CPUtime=213.42 cores=4,6
/proc/3805/stat : 3805 (lingeling) R 3803 3805 3805 0 -1 4202496 6967 0 0 0 21342 0 0 0 25 0 1 0 886420344 13701120 2260 33554432000 4194304 4352236 140734933760720 18446744073709551615 4208082 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/3805/statm: 3345 2260 129 39 0 2425 0
[pid=3715/tid=3804] ppid=3713 vsize=296208 CPUtime=0 cores=4,6
/proc/3715/task/3804/stat : 3804 (python) S 3713 3715 3469 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 2 0 886420344 303316992 8947 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 218.34
Current children cumulated vsize (KiB) 596404

[startup+282.301 s]
/proc/loadavg: 4.01 3.98 3.20 5/203 3879
/proc/meminfo: memFree=23127276/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=296208 CPUtime=4.66 cores=4,6

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

[pid=4024] ppid=3715 vsize=297520 CPUtime=0.47 cores=4,6
/proc/4024/stat : 4024 (python) S 3715 3715 3469 0 -1 4202560 1007 0 0 0 28 19 0 0 15 0 1 0 886479008 304660480 7490 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550557766 0 0 16781312 514 5764550352724525313 0 0 17 6 0 0 0
/proc/4024/statm: 74380 7490 372 364 0 10295 0
[pid=4026] ppid=4024 vsize=137804 CPUtime=346.95 cores=4,6
/proc/4026/stat : 4026 (cryptominisat-2) R 4024 4026 4026 0 -1 4202496 52396 0 0 0 34689 6 0 0 25 0 1 0 886479009 141111296 27050 33554432000 4194304 4677096 140735583640176 18446744073709551615 4336430 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4026/statm: 34451 27050 393 118 0 29410 0
[pid=3715/tid=3804] ppid=3713 vsize=306696 CPUtime=0 cores=4,6
/proc/3715/task/3804/stat : 3804 (python) S 3713 3715 3469 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 3 0 886420344 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 6 0 0 0
[pid=3715/tid=4025] ppid=3713 vsize=306696 CPUtime=0 cores=4,6
/proc/3715/task/4025/stat : 4025 (python) S 3713 3715 3469 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 3 0 886479008 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 938.96
Current children cumulated vsize (KiB) 1054508

[startup+1002.3 s]
/proc/loadavg: 4.02 4.03 3.64 5/204 4037
/proc/meminfo: memFree=23803548/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=306696 CPUtime=4.66 cores=4,6
/proc/3715/stat : 3715 (python) S 3713 3715 3469 0 -1 4202496 18023 937 1 0 451 15 0 0 20 0 3 0 886419473 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3715/statm: 76674 8991 1870 364 0 12589 0
[pid=3803] ppid=3715 vsize=297060 CPUtime=0.72 cores=4,6
/proc/3803/stat : 3803 (python) S 3715 3715 3469 0 -1 4202560 1202 0 0 0 39 33 0 0 19 0 2 0 886420344 304189440 7497 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3803/statm: 74265 7497 415 364 0 10183 0
[pid=3805] ppid=3803 vsize=15428 CPUtime=586.16 cores=4,6
/proc/3805/stat : 3805 (lingeling) T 3803 3805 3805 0 -1 4202496 8503 0 0 0 58612 4 0 0 25 0 1 0 886420344 15798272 2772 33554432000 4194304 4352236 140734933760720 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/3805/statm: 3857 2772 129 39 0 2937 0
[pid=3803/tid=4023] ppid=3715 vsize=297060 CPUtime=0 cores=4,6
/proc/3803/task/4023/stat : 4023 (python) S 3715 3715 3469 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886479008 304189440 7497 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 514 18446604453953221632 0 0 -1 4 0 0 0
[pid=4024] ppid=3715 vsize=297520 CPUtime=0.56 cores=4,6
/proc/4024/stat : 4024 (python) S 3715 3715 3469 0 -1 4202560 1007 0 0 0 33 23 0 0 15 0 1 0 886479008 304660480 7490 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550557766 0 0 16781312 514 2959814933228781825 0 0 17 6 0 0 0
/proc/4024/statm: 74380 7490 372 364 0 10295 0
[pid=4026] ppid=4024 vsize=141104 CPUtime=406.95 cores=4,6
/proc/4026/stat : 4026 (cryptominisat-2) R 4024 4026 4026 0 -1 4202496 56431 0 0 0 40688 7 0 0 25 0 1 0 886479009 144490496 27940 33554432000 4194304 4677096 140735583640176 18446744073709551615 4318926 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4026/statm: 35276 27940 393 118 0 30235 0
[pid=3715/tid=3804] ppid=3713 vsize=306696 CPUtime=0 cores=4,6
/proc/3715/task/3804/stat : 3804 (python) S 3713 3715 3469 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 3 0 886420344 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 6 0 0 0
[pid=3715/tid=4025] ppid=3713 vsize=306696 CPUtime=0 cores=4,6
/proc/3715/task/4025/stat : 4025 (python) S 3713 3715 3469 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 3 0 886479008 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 999.05
Current children cumulated vsize (KiB) 1057808

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.65 5/204 4038
/proc/meminfo: memFree=23804548/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=306696 CPUtime=4.66 cores=4,6
/proc/3715/stat : 3715 (python) S 3713 3715 3469 0 -1 4202496 18023 937 1 0 451 15 0 0 20 0 3 0 886419473 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3715/statm: 76674 8991 1870 364 0 12589 0
[pid=3803] ppid=3715 vsize=297060 CPUtime=0.72 cores=4,6
/proc/3803/stat : 3803 (python) S 3715 3715 3469 0 -1 4202560 1202 0 0 0 39 33 0 0 19 0 2 0 886420344 304189440 7497 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3803/statm: 74265 7497 415 364 0 10183 0
[pid=3805] ppid=3803 vsize=15428 CPUtime=586.16 cores=4,6
/proc/3805/stat : 3805 (lingeling) T 3803 3805 3805 0 -1 4202496 8503 0 0 0 58612 4 0 0 25 0 1 0 886420344 15798272 2772 33554432000 4194304 4352236 140734933760720 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/3805/statm: 3857 2772 129 39 0 2937 0
[pid=3803/tid=4023] ppid=3715 vsize=297060 CPUtime=0 cores=4,6
/proc/3803/task/4023/stat : 4023 (python) S 3715 3715 3469 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886479008 304189440 7497 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 514 18446604453953221632 0 0 -1 4 0 0 0
[pid=4024] ppid=3715 vsize=297520 CPUtime=0.64 cores=4,6
/proc/4024/stat : 4024 (python) S 3715 3715 3469 0 -1 4202560 1007 0 0 0 38 26 0 0 15 0 1 0 886479008 304660480 7490 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550557766 0 0 16781312 514 2959814933228781825 0 0 17 6 0 0 0
/proc/4024/statm: 74380 7490 372 364 0 10295 0
[pid=4026] ppid=4024 vsize=141148 CPUtime=466.95 cores=4,6
/proc/4026/stat : 4026 (cryptominisat-2) R 4024 4026 4026 0 -1 4202496 59140 0 0 0 46688 7 0 0 25 0 1 0 886479009 144535552 27583 33554432000 4194304 4677096 140735583640176 18446744073709551615 4319365 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4026/statm: 35287 27583 393 118 0 30246 0
[pid=3715/tid=3804] ppid=3713 vsize=306696 CPUtime=0 cores=4,6
/proc/3715/task/3804/stat : 3804 (python) S 3713 3715 3469 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 3 0 886420344 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 6 0 0 0
[pid=3715/tid=4025] ppid=3713 vsize=306696 CPUtime=0 cores=4,6
/proc/3715/task/4025/stat : 4025 (python) S 3713 3715 3469 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 3 0 886479008 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1059.13
Current children cumulated vsize (KiB) 1057852

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.67 5/204 4040
/proc/meminfo: memFree=23801460/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=306696 CPUtime=4.66 cores=4,6
/proc/3715/stat : 3715 (python) S 3713 3715 3469 0 -1 4202496 18023 937 1 0 451 15 0 0 20 0 3 0 886419473 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3715/statm: 76674 8991 1870 364 0 12589 0
[pid=3803] ppid=3715 vsize=297060 CPUtime=0.72 cores=4,6
/proc/3803/stat : 3803 (python) S 3715 3715 3469 0 -1 4202560 1202 0 0 0 39 33 0 0 19 0 2 0 886420344 304189440 7497 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3803/statm: 74265 7497 415 364 0 10183 0
[pid=3805] ppid=3803 vsize=15428 CPUtime=586.16 cores=4,6
/proc/3805/stat : 3805 (lingeling) T 3803 3805 3805 0 -1 4202496 8503 0 0 0 58612 4 0 0 25 0 1 0 886420344 15798272 2772 33554432000 4194304 4352236 140734933760720 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/3805/statm: 3857 2772 129 39 0 2937 0
[pid=3803/tid=4023] ppid=3715 vsize=297060 CPUtime=0 cores=4,6
/proc/3803/task/4023/stat : 4023 (python) S 3715 3715 3469 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886479008 304189440 7497 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 514 18446604453953221632 0 0 -1 4 0 0 0
[pid=4024] ppid=3715 vsize=297520 CPUtime=0.71 cores=4,6
/proc/4024/stat : 4024 (python) S 3715 3715 3469 0 -1 4202560 1007 0 0 0 42 29 0 0 15 0 1 0 886479008 304660480 7490 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550557766 0 0 16781312 514 2959814933228781825 0 0 17 6 0 0 0
/proc/4024/statm: 74380 7490 372 364 0 10295 0
[pid=4026] ppid=4024 vsize=141232 CPUtime=526.95 cores=4,6
/proc/4026/stat : 4026 (cryptominisat-2) R 4024 4026 4026 0 -1 4202496 61888 0 0 0 52688 7 0 0 25 0 1 0 886479009 144621568 29033 33554432000 4194304 4677096 140735583640176 18446744073709551615 4317683 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4026/statm: 35308 29033 393 118 0 30267 0
[pid=3715/tid=3804] ppid=3713 vsize=306696 CPUtime=0 cores=4,6
/proc/3715/task/3804/stat : 3804 (python) S 3713 3715 3469 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 3 0 886420344 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 6 0 0 0
[pid=3715/tid=4025] ppid=3713 vsize=306696 CPUtime=0 cores=4,6
/proc/3715/task/4025/stat : 4025 (python) S 3713 3715 3469 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 3 0 886479008 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1119.2
Current children cumulated vsize (KiB) 1057936

[startup+1182.3 s]
/proc/loadavg: 4.04 4.03 3.69 5/204 4042
/proc/meminfo: memFree=23781388/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=306696 CPUtime=4.66 cores=4,6
/proc/3715/stat : 3715 (python) S 3713 3715 3469 0 -1 4202496 18023 937 1 0 451 15 0 0 20 0 3 0 886419473 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3715/statm: 76674 8991 1870 364 0 12589 0
[pid=3803] ppid=3715 vsize=297060 CPUtime=0.72 cores=4,6
/proc/3803/stat : 3803 (python) S 3715 3715 3469 0 -1 4202560 1202 0 0 0 39 33 0 0 19 0 2 0 886420344 304189440 7497 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3803/statm: 74265 7497 415 364 0 10183 0
[pid=3805] ppid=3803 vsize=15428 CPUtime=586.16 cores=4,6
/proc/3805/stat : 3805 (lingeling) T 3803 3805 3805 0 -1 4202496 8503 0 0 0 58612 4 0 0 25 0 1 0 886420344 15798272 2772 33554432000 4194304 4352236 140734933760720 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/3805/statm: 3857 2772 129 39 0 2937 0
[pid=3803/tid=4023] ppid=3715 vsize=297060 CPUtime=0 cores=4,6
/proc/3803/task/4023/stat : 4023 (python) S 3715 3715 3469 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886479008 304189440 7497 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 514 18446604453953221632 0 0 -1 4 0 0 0
[pid=4024] ppid=3715 vsize=297520 CPUtime=0.8 cores=4,6
/proc/4024/stat : 4024 (python) S 3715 3715 3469 0 -1 4202560 1007 0 0 0 47 33 0 0 15 0 1 0 886479008 304660480 7490 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550557766 0 0 16781312 514 2959814933228781825 0 0 17 6 0 0 0
/proc/4024/statm: 74380 7490 372 364 0 10295 0
[pid=4026] ppid=4024 vsize=141460 CPUtime=586.96 cores=4,6
/proc/4026/stat : 4026 (cryptominisat-2) R 4024 4026 4026 0 -1 4202496 65808 0 0 0 58687 9 0 0 25 0 1 0 886479009 144855040 28345 33554432000 4194304 4677096 140735583640176 18446744073709551615 4320162 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4026/statm: 35365 28345 393 118 0 30324 0
[pid=3715/tid=3804] ppid=3713 vsize=306696 CPUtime=0 cores=4,6
/proc/3715/task/3804/stat : 3804 (python) S 3713 3715 3469 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 3 0 886420344 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 6 0 0 0
[pid=3715/tid=4025] ppid=3713 vsize=306696 CPUtime=0 cores=4,6
/proc/3715/task/4025/stat : 4025 (python) S 3713 3715 3469 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 3 0 886479008 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1179.3
Current children cumulated vsize (KiB) 1058164



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203 s]
/proc/loadavg: 4.02 4.02 3.70 5/204 4042
/proc/meminfo: memFree=23759044/32951124 swapFree=67054536/67111528
[pid=3715] ppid=3713 vsize=306696 CPUtime=4.66 cores=4,6
/proc/3715/stat : 3715 (python) S 3713 3715 3469 0 -1 4202496 18023 937 1 0 451 15 0 0 20 0 3 0 886419473 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3715/statm: 76674 8991 1870 364 0 12589 0
[pid=3803] ppid=3715 vsize=297060 CPUtime=0.72 cores=4,6
/proc/3803/stat : 3803 (python) S 3715 3715 3469 0 -1 4202560 1202 0 0 0 39 33 0 0 19 0 2 0 886420344 304189440 7497 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/3803/statm: 74265 7497 415 364 0 10183 0
[pid=3805] ppid=3803 vsize=15428 CPUtime=586.16 cores=4,6
/proc/3805/stat : 3805 (lingeling) T 3803 3805 3805 0 -1 4202496 8503 0 0 0 58612 4 0 0 25 0 1 0 886420344 15798272 2772 33554432000 4194304 4352236 140734933760720 18446744073709551615 4328126 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/3805/statm: 3857 2772 129 39 0 2937 0
[pid=3803/tid=4023] ppid=3715 vsize=297060 CPUtime=0 cores=4,6
/proc/3803/task/4023/stat : 4023 (python) S 3715 3715 3469 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886479008 304189440 7497 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 514 18446604453953221632 0 0 -1 4 0 0 0
[pid=4024] ppid=3715 vsize=297520 CPUtime=0.83 cores=4,6
/proc/4024/stat : 4024 (python) S 3715 3715 3469 0 -1 4202560 1007 0 0 0 49 34 0 0 15 0 1 0 886479008 304660480 7490 33554432000 4194304 5683644 140734400700208 18446744073709551615 271550557766 0 0 16781312 514 2959814933228781825 0 0 17 6 0 0 0
/proc/4024/statm: 74380 7490 372 364 0 10295 0
[pid=4026] ppid=4024 vsize=141524 CPUtime=607.66 cores=4,6
/proc/4026/stat : 4026 (cryptominisat-2) R 4024 4026 4026 0 -1 4202496 66986 0 0 0 60757 9 0 0 25 0 1 0 886479009 144920576 27642 33554432000 4194304 4677096 140735583640176 18446744073709551615 4319382 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/4026/statm: 35381 27642 393 118 0 30340 0
[pid=3715/tid=3804] ppid=3713 vsize=306696 CPUtime=0 cores=4,6
/proc/3715/task/3804/stat : 3804 (python) S 3713 3715 3469 0 -1 4202560 31 937 0 0 0 0 0 0 25 0 3 0 886420344 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 6 0 0 0
[pid=3715/tid=4025] ppid=3713 vsize=306696 CPUtime=0 cores=4,6
/proc/3715/task/4025/stat : 4025 (python) S 3713 3715 3469 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 3 0 886479008 314056704 8991 33554432000 4194304 5683644 140734400700208 18446744073709551615 271562361265 0 0 16781312 2 18446604453889810880 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.03
Current children cumulated vsize (KiB) 1058228

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 3715 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=516313
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=159975
# CPU time returned by wait4() is 4.67629
# 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): 1203.03
CPU time (s): 1200.03
CPU user time (s): 1199.08
CPU system time (s): 0.95
CPU usage (%): 99.751
Max. virtual memory (cumulated for all children) (KiB): 1069604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.51631
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18960
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= 4559
involuntary context switches= 545

runsolver used 2.12868 second user time and 4.45832 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-11 01:23:36
IDJOB=3483864
IDBENCH=70873
IDSOLVER=1976
FILE ID=node133/3483864-1307748216
RUNJOBID= node133-1307747008-3489
PBS_JOBID= 13550825
Free space on /tmp= 73988 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-21-s100.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-3483864-1307748216/watcher-3483864-1307748216 -o /tmp/evaluation-result-3483864-1307748216/solver-3483864-1307748216 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483864-1307748216.cnf -seed 693387542 -budget 1200

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

MD5SUM BENCH= d34c45eae853ce60c342643824196dbf
RANDOM SEED=693387542

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:      31568348 kB
Buffers:        228100 kB
Cached:         927456 kB
SwapCached:      10420 kB
Active:         645476 kB
Inactive:       534316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31568348 kB
SwapTotal:    67111528 kB
SwapFree:     67054536 kB
Dirty:           33448 kB
Writeback:           4 kB
AnonPages:       21856 kB
Mapped:          12916 kB
Slab:           136068 kB
PageTables:       5256 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   260064 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= 73152 MiB
End job on node133 at 2011-06-11 01:43:41