Trace number 3483862

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.05 1203.43

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark493.835
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

2.15/5.71	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
2.15/5.71	c INFO: solving HOME/instance-3483862-1307748215.cnf
2.15/5.71	c INFO: computing task features
2.15/5.71	c INFO: computed variable-clause graph statistics
2.15/5.71	c INFO: computed clause balance statistics
2.15/5.76	c INFO: computed variable balance statistics
3.34/6.90	c INFO: computed small-clause counts
3.34/6.91	c INFO: computed Horn-clause counts
4.64/8.20	c INFO: computed variable graph statistics
4.64/8.20	c INFO: collected features for HOME/instance-3483862-1307748215.cnf in 4.22 s
4.64/8.21	c INFO: running lingeling-276@0 for 582 with 1195 remaining (b = 0.58)
589.94/592.84	c INFO: running cryptominisat-2.9.0@0 for 611 with 611 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-3483862-1307748215/watcher-3483862-1307748215 -o /tmp/evaluation-result-3483862-1307748215/solver-3483862-1307748215 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483862-1307748215.cnf -seed 1394102490 -budget 1200 

running on 2 cores: 0,2

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.98 4.97 3.92 6/203 12571
/proc/meminfo: memFree=31099808/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=11804 CPUtime=0 cores=0,2
/proc/12570/stat : 12570 (runsolver) R 12567 12570 12251 0 -1 4202560 47 0 0 0 0 0 0 0 25 0 1 0 886420380 12087296 55 33554432000 4194304 5436572 140735607107056 18446744073709551615 5057063 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/12570/statm: 2951 55 36 304 0 2643 0

[startup+0.103864 s]
/proc/loadavg: 4.98 4.97 3.92 6/203 12571
/proc/meminfo: memFree=31099808/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=84520 CPUtime=0.06 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 2273 0 0 0 3 3 0 0 17 0 1 0 886420380 86548480 2016 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272715548 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12570/statm: 21117 2126 707 364 0 1334 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 84520

[startup+0.204398 s]
/proc/loadavg: 4.98 4.97 3.92 6/203 12571
/proc/meminfo: memFree=31099808/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=113340 CPUtime=0.11 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 3581 0 0 0 6 5 0 0 17 0 1 0 886420380 116060160 3225 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272684901 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/12570/statm: 28335 3225 886 364 0 2357 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 113340

[startup+0.306503 s]
/proc/loadavg: 4.98 4.97 3.92 6/203 12571
/proc/meminfo: memFree=31099808/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=133516 CPUtime=0.19 cores=0,2
/proc/12570/stat : 12570 (python) D 12567 12570 12251 0 -1 4202496 5802 936 1 0 12 7 0 0 18 0 1 0 886420380 136720384 4116 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272687104 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12570/statm: 33379 4116 1029 364 0 3080 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 133516

[startup+0.700773 s]
/proc/loadavg: 4.98 4.97 3.92 6/203 12571
/proc/meminfo: memFree=31099808/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=135744 CPUtime=0.23 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 5973 936 1 0 14 9 0 0 16 0 1 0 886420380 139001856 4148 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/12570/statm: 33936 4148 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 135744

[startup+1.50058 s]
/proc/loadavg: 4.98 4.97 3.92 4/196 12582
/proc/meminfo: memFree=31594424/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=135892 CPUtime=0.25 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 6047 936 1 0 15 10 0 0 16 0 1 0 886420380 139153408 4185 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/12570/statm: 33973 4185 1032 364 0 3159 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 135892

[startup+3.10029 s]
/proc/loadavg: 4.98 4.97 3.92 4/196 12582
/proc/meminfo: memFree=31592880/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=168668 CPUtime=0.25 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 6727 936 1 0 15 10 0 0 15 0 1 0 886420380 172716032 4796 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/12570/statm: 42167 4796 1331 364 0 3452 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 168668
heavy processes:

[startup+6.30072 s]
/proc/loadavg: 5.14 5.00 3.94 9/198 12624
/proc/meminfo: memFree=31497528/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=295468 CPUtime=2.75 cores=0,2
/proc/12570/stat : 12570 (python) R 12567 12570 12251 0 -1 4202496 16946 936 1 0 261 14 0 0 18 0 1 0 886420380 302559232 11253 33554432000 4194304 5683644 140734556557536 18446744073709551615 268276097985 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12570/statm: 73867 11253 1827 364 0 9791 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 295468
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 5.13 5.00 3.94 8/204 12630
/proc/meminfo: memFree=31245976/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=296304 CPUtime=4.65 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 17611 936 1 0 451 14 0 0 24 0 2 0 886420380 303415296 8971 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12570/statm: 74076 8971 1867 364 0 9994 0
[pid=12628] ppid=12570 vsize=286908 CPUtime=0 cores=0,2
/proc/12628/stat : 12628 (python) S 12570 12570 12251 0 -1 4202560 884 0 0 0 0 0 0 0 18 0 1 0 886421202 293793792 7478 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272709135 0 0 16781312 514 4175401458088247556 0 0 17 2 0 0 0
/proc/12628/statm: 71727 7478 377 364 0 7645 0
[pid=12630] ppid=12628 vsize=13464 CPUtime=4.47 cores=0,2
/proc/12630/stat : 12630 (lingeling) R 12628 12630 12630 0 -1 4202496 4438 0 0 0 447 0 0 0 25 0 1 0 886421202 13787136 2281 33554432000 4194304 4352236 140737162275808 18446744073709551615 4231147 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/12630/statm: 3366 2281 129 39 0 2446 0
[pid=12570/tid=12629] ppid=12567 vsize=296304 CPUtime=0 cores=0,2
/proc/12570/task/12629/stat : 12629 (python) S 12567 12570 12251 0 -1 4202560 31 936 0 0 0 0 0 0 24 0 2 0 886421202 303415296 8971 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 9.12
Current children cumulated vsize (KiB) 596676
heavy processes:

[startup+25.5004 s]
/proc/loadavg: 5.10 5.00 3.96 6/201 12674
/proc/meminfo: memFree=30985848/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=296304 CPUtime=4.65 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 17611 936 1 0 451 14 0 0 24 0 2 0 886420380 303415296 8971 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12570/statm: 74076 8971 1867 364 0 9994 0
[pid=12628] ppid=12570 vsize=286908 CPUtime=0.01 cores=0,2
/proc/12628/stat : 12628 (python) S 12570 12570 12251 0 -1 4202560 892 0 0 0 0 1 0 0 18 0 1 0 886421202 293793792 7479 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272709135 0 0 16781312 514 17601070098368397572 0 0 17 2 0 0 0
/proc/12628/statm: 71727 7479 378 364 0 7645 0
[pid=12630] ppid=12628 vsize=13464 CPUtime=17.27 cores=0,2
/proc/12630/stat : 12630 (lingeling) R 12628 12630 12630 0 -1 4202496 4438 0 0 0 1727 0 0 0 25 0 1 0 886421202 13787136 2281 33554432000 4194304 4352236 140737162275808 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/12630/statm: 3366 2281 129 39 0 2446 0
[pid=12570/tid=12629] ppid=12567 vsize=296304 CPUtime=0 cores=0,2
/proc/12570/task/12629/stat : 12629 (python) S 12567 12570 12251 0 -1 4202560 31 936 0 0 0 0 0 0 24 0 2 0 886421202 303415296 8971 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.93
Current children cumulated vsize (KiB) 596676

[startup+51.1008 s]
/proc/loadavg: 5.07 5.00 3.99 6/201 12674
/proc/meminfo: memFree=30947704/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=296304 CPUtime=4.65 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 17611 936 1 0 451 14 0 0 24 0 2 0 886420380 303415296 8971 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12570/statm: 74076 8971 1867 364 0 9994 0
[pid=12628] ppid=12570 vsize=286908 CPUtime=0.04 cores=0,2
/proc/12628/stat : 12628 (python) S 12570 12570 12251 0 -1 4202560 903 0 0 0 2 2 0 0 18 0 1 0 886421202 293793792 7479 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272709135 0 0 16781312 514 17601070098368397572 0 0 17 2 0 0 0
/proc/12628/statm: 71727 7479 378 364 0 7645 0
[pid=12630] ppid=12628 vsize=13464 CPUtime=42.87 cores=0,2
/proc/12630/stat : 12630 (lingeling) R 12628 12630 12630 0 -1 4202496 4950 0 0 0 4287 0 0 0 25 0 1 0 886421202 13787136 2281 33554432000 4194304 4352236 140737162275808 18446744073709551615 4231284 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/12630/statm: 3366 2281 129 39 0 2446 0
[pid=12570/tid=12629] ppid=12567 vsize=296304 CPUtime=0 cores=0,2
/proc/12570/task/12629/stat : 12629 (python) S 12567 12570 12251 0 -1 4202560 31 936 0 0 0 0 0 0 24 0 2 0 886421202 303415296 8971 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 47.56
Current children cumulated vsize (KiB) 596676

[startup+102.301 s]
/proc/loadavg: 5.03 5.00 4.04 6/204 12679
/proc/meminfo: memFree=30755820/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=296304 CPUtime=4.65 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 17611 936 1 0 451 14 0 0 24 0 2 0 886420380 303415296 8971 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12570/statm: 74076 8971 1867 364 0 9994 0
[pid=12628] ppid=12570 vsize=286908 CPUtime=0.1 cores=0,2
/proc/12628/stat : 12628 (python) S 12570 12570 12251 0 -1 4202560 927 0 0 0 6 4 0 0 18 0 1 0 886421202 293793792 7479 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272709135 0 0 16781312 514 17601070098368397572 0 0 17 2 0 0 0
/proc/12628/statm: 71727 7479 378 364 0 7645 0
[pid=12630] ppid=12628 vsize=15512 CPUtime=94.08 cores=0,2
/proc/12630/stat : 12630 (lingeling) R 12628 12630 12630 0 -1 4202496 6486 0 0 0 9408 0 0 0 25 0 1 0 886421202 15884288 2793 33554432000 4194304 4352236 140737162275808 18446744073709551615 4327946 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/12630/statm: 3878 2793 129 39 0 2958 0
[pid=12570/tid=12629] ppid=12567 vsize=296304 CPUtime=0 cores=0,2
/proc/12570/task/12629/stat : 12629 (python) S 12567 12570 12251 0 -1 4202560 31 936 0 0 0 0 0 0 24 0 2 0 886421202 303415296 8971 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 98.83
Current children cumulated vsize (KiB) 598724

[startup+162.301 s]
/proc/loadavg: 5.05 5.01 4.10 6/207 12683
/proc/meminfo: memFree=29690680/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=296304 CPUtime=4.65 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 17611 936 1 0 451 14 0 0 24 0 2 0 886420380 303415296 8971 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12570/statm: 74076 8971 1867 364 0 9994 0
[pid=12628] ppid=12570 vsize=286908 CPUtime=0.18 cores=0,2
/proc/12628/stat : 12628 (python) S 12570 12570 12251 0 -1 4202560 946 0 0 0 10 8 0 0 18 0 1 0 886421202 293793792 7479 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272709135 0 0 16781312 514 17601070098368397572 0 0 17 2 0 0 0
/proc/12628/statm: 71727 7479 378 364 0 7645 0
[pid=12630] ppid=12628 vsize=13464 CPUtime=154.07 cores=0,2
/proc/12630/stat : 12630 (lingeling) R 12628 12630 12630 0 -1 4202496 6486 0 0 0 15407 0 0 0 25 0 1 0 886421202 13787136 2281 33554432000 4194304 4352236 140737162275808 18446744073709551615 4276518 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/12630/statm: 3366 2281 129 39 0 2446 0
[pid=12570/tid=12629] ppid=12567 vsize=296304 CPUtime=0 cores=0,2
/proc/12570/task/12629/stat : 12629 (python) S 12567 12570 12251 0 -1 4202560 31 936 0 0 0 0 0 0 24 0 2 0 886421202 303415296 8971 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 158.9
Current children cumulated vsize (KiB) 596676

[startup+222.307 s]
/proc/loadavg: 5.02 5.01 4.15 7/207 12685
/proc/meminfo: memFree=29256276/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=296304 CPUtime=4.65 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 17611 936 1 0 451 14 0 0 24 0 2 0 886420380 303415296 8971 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/12570/statm: 74076 8971 1867 364 0 9994 0
[pid=12628] ppid=12570 vsize=286908 CPUtime=0.26 cores=0,2
/proc/12628/stat : 12628 (python) S 12570 12570 12251 0 -1 4202560 965 0 0 0 14 12 0 0 18 0 1 0 886421202 293793792 7479 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272709135 0 0 16781312 514 17601070098368397572 0 0 17 2 0 0 0
/proc/12628/statm: 71727 7479 378 364 0 7645 0
[pid=12630] ppid=12628 vsize=15512 CPUtime=214.08 cores=0,2
/proc/12630/stat : 12630 (lingeling) R 12628 12630 12630 0 -1 4202496 6998 0 0 0 21408 0 0 0 25 0 1 0 886421202 15884288 2793 33554432000 4194304 4352236 140737162275808 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/12630/statm: 3878 2793 129 39 0 2958 0
[pid=12570/tid=12629] ppid=12567 vsize=296304 CPUtime=0 cores=0,2
/proc/12570/task/12629/stat : 12629 (python) S 12567 12570 12251 0 -1 4202560 31 936 0 0 0 0 0 0 24 0 2 0 886421202 303415296 8971 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 218.99
Current children cumulated vsize (KiB) 598724

[startup+282.301 s]
/proc/loadavg: 5.02 5.00 4.20 7/197 12773
/proc/meminfo: memFree=28992332/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=296304 CPUtime=4.65 cores=0,2

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

[pid=12832] ppid=12570 vsize=297588 CPUtime=0.57 cores=0,2
/proc/12832/stat : 12832 (python) S 12570 12570 12251 0 -1 4202560 990 0 0 0 32 25 0 0 15 0 1 0 886479665 304730112 7507 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272709190 0 0 16781312 514 4335928506476101892 0 0 17 0 0 0 0
/proc/12832/statm: 74397 7507 372 364 0 10312 0
[pid=12834] ppid=12832 vsize=158964 CPUtime=408.39 cores=0,2
/proc/12834/stat : 12834 (cryptominisat-2) R 12832 12834 12834 0 -1 4202496 66064 0 0 0 40830 9 0 0 25 0 1 0 886479666 162779136 33116 33554432000 4194304 4677096 140737033866000 18446744073709551615 4465744 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12834/statm: 39741 33116 393 118 0 34700 0
[pid=12570/tid=12629] ppid=12567 vsize=306760 CPUtime=0 cores=0,2
/proc/12570/task/12629/stat : 12629 (python) S 12567 12570 12251 0 -1 4202560 31 936 0 0 0 0 0 0 24 0 3 0 886421202 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 2 0 0 0
[pid=12570/tid=12833] ppid=12567 vsize=306760 CPUtime=0 cores=0,2
/proc/12570/task/12833/stat : 12833 (python) S 12567 12570 12251 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 3 0 886479665 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 998.95
Current children cumulated vsize (KiB) 1075976

[startup+1062.3 s]
/proc/loadavg: 5.05 5.03 4.65 6/212 12854
/proc/meminfo: memFree=27281856/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=306760 CPUtime=4.65 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 18409 936 1 0 451 14 0 0 20 0 3 0 886420380 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12570/statm: 76690 9008 1870 364 0 12605 0
[pid=12628] ppid=12570 vsize=297152 CPUtime=0.71 cores=0,2
/proc/12628/stat : 12628 (python) S 12570 12570 12251 0 -1 4202560 1197 0 0 0 41 30 0 0 19 0 2 0 886421202 304283648 7521 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12628/statm: 74288 7521 415 364 0 10206 0
[pid=12630] ppid=12628 vsize=15512 CPUtime=584.63 cores=0,2
/proc/12630/stat : 12630 (lingeling) T 12628 12630 12630 0 -1 4202496 7126 0 0 0 58462 1 0 0 25 0 1 0 886421202 15884288 2921 33554432000 4194304 4352236 140737162275808 18446744073709551615 4231316 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/12630/statm: 3878 2921 129 39 0 2958 0
[pid=12628/tid=12831] ppid=12570 vsize=297152 CPUtime=0 cores=0,2
/proc/12628/task/12831/stat : 12831 (python) S 12570 12570 12251 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886479665 304283648 7521 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 514 18446604453884854656 0 0 -1 0 0 0 0
[pid=12832] ppid=12570 vsize=297588 CPUtime=0.64 cores=0,2
/proc/12832/stat : 12832 (python) S 12570 12570 12251 0 -1 4202560 990 0 0 0 36 28 0 0 15 0 1 0 886479665 304730112 7507 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272709190 0 0 16781312 514 17601070098368397572 0 0 17 0 0 0 0
/proc/12832/statm: 74397 7507 372 364 0 10312 0
[pid=12834] ppid=12832 vsize=159060 CPUtime=468.32 cores=0,2
/proc/12834/stat : 12834 (cryptominisat-2) R 12832 12834 12834 0 -1 4202496 71776 0 0 0 46821 11 0 0 25 0 1 0 886479666 162877440 33191 33554432000 4194304 4677096 140737033866000 18446744073709551615 4319558 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12834/statm: 39765 33191 393 118 0 34724 0
[pid=12570/tid=12629] ppid=12567 vsize=306760 CPUtime=0 cores=0,2
/proc/12570/task/12629/stat : 12629 (python) S 12567 12570 12251 0 -1 4202560 31 936 0 0 0 0 0 0 24 0 3 0 886421202 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 2 0 0 0
[pid=12570/tid=12833] ppid=12567 vsize=306760 CPUtime=0 cores=0,2
/proc/12570/task/12833/stat : 12833 (python) S 12567 12570 12251 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 3 0 886479665 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1058.95
Current children cumulated vsize (KiB) 1076072

[startup+1122.3 s]
/proc/loadavg: 5.02 5.02 4.67 6/212 12856
/proc/meminfo: memFree=27251656/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=306760 CPUtime=4.65 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 18409 936 1 0 451 14 0 0 20 0 3 0 886420380 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12570/statm: 76690 9008 1870 364 0 12605 0
[pid=12628] ppid=12570 vsize=297152 CPUtime=0.71 cores=0,2
/proc/12628/stat : 12628 (python) S 12570 12570 12251 0 -1 4202560 1197 0 0 0 41 30 0 0 19 0 2 0 886421202 304283648 7521 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12628/statm: 74288 7521 415 364 0 10206 0
[pid=12630] ppid=12628 vsize=15512 CPUtime=584.63 cores=0,2
/proc/12630/stat : 12630 (lingeling) T 12628 12630 12630 0 -1 4202496 7126 0 0 0 58462 1 0 0 25 0 1 0 886421202 15884288 2921 33554432000 4194304 4352236 140737162275808 18446744073709551615 4231316 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/12630/statm: 3878 2921 129 39 0 2958 0
[pid=12628/tid=12831] ppid=12570 vsize=297152 CPUtime=0 cores=0,2
/proc/12628/task/12831/stat : 12831 (python) S 12570 12570 12251 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886479665 304283648 7521 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 514 18446604453884854656 0 0 -1 0 0 0 0
[pid=12832] ppid=12570 vsize=297588 CPUtime=0.72 cores=0,2
/proc/12832/stat : 12832 (python) S 12570 12570 12251 0 -1 4202560 990 0 0 0 40 32 0 0 15 0 1 0 886479665 304730112 7507 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272709190 0 0 16781312 514 17601070098368397572 0 0 17 0 0 0 0
/proc/12832/statm: 74397 7507 372 364 0 10312 0
[pid=12834] ppid=12832 vsize=159168 CPUtime=528.23 cores=0,2
/proc/12834/stat : 12834 (cryptominisat-2) R 12832 12834 12834 0 -1 4202496 76132 0 0 0 52810 13 0 0 25 0 1 0 886479666 162988032 32591 33554432000 4194304 4677096 140737033866000 18446744073709551615 4338127 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12834/statm: 39792 32591 393 118 0 34751 0
[pid=12570/tid=12629] ppid=12567 vsize=306760 CPUtime=0 cores=0,2
/proc/12570/task/12629/stat : 12629 (python) S 12567 12570 12251 0 -1 4202560 31 936 0 0 0 0 0 0 24 0 3 0 886421202 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 2 0 0 0
[pid=12570/tid=12833] ppid=12567 vsize=306760 CPUtime=0 cores=0,2
/proc/12570/task/12833/stat : 12833 (python) S 12567 12570 12251 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 3 0 886479665 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1118.94
Current children cumulated vsize (KiB) 1076180

[startup+1182.3 s]
/proc/loadavg: 5.06 5.03 4.69 6/204 12900
/proc/meminfo: memFree=27055200/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=306760 CPUtime=4.65 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 18409 936 1 0 451 14 0 0 20 0 3 0 886420380 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12570/statm: 76690 9008 1870 364 0 12605 0
[pid=12628] ppid=12570 vsize=297152 CPUtime=0.71 cores=0,2
/proc/12628/stat : 12628 (python) S 12570 12570 12251 0 -1 4202560 1197 0 0 0 41 30 0 0 19 0 2 0 886421202 304283648 7521 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12628/statm: 74288 7521 415 364 0 10206 0
[pid=12630] ppid=12628 vsize=15512 CPUtime=584.63 cores=0,2
/proc/12630/stat : 12630 (lingeling) T 12628 12630 12630 0 -1 4202496 7126 0 0 0 58462 1 0 0 25 0 1 0 886421202 15884288 2921 33554432000 4194304 4352236 140737162275808 18446744073709551615 4231316 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/12630/statm: 3878 2921 129 39 0 2958 0
[pid=12628/tid=12831] ppid=12570 vsize=297152 CPUtime=0 cores=0,2
/proc/12628/task/12831/stat : 12831 (python) S 12570 12570 12251 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886479665 304283648 7521 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 514 18446604453884854656 0 0 -1 0 0 0 0
[pid=12832] ppid=12570 vsize=297588 CPUtime=0.8 cores=0,2
/proc/12832/stat : 12832 (python) S 12570 12570 12251 0 -1 4202560 990 0 0 0 44 36 0 0 15 0 1 0 886479665 304730112 7507 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272709190 0 0 16781312 514 17601070098368397572 0 0 17 0 0 0 0
/proc/12832/statm: 74397 7507 372 364 0 10312 0
[pid=12834] ppid=12832 vsize=159332 CPUtime=588.16 cores=0,2
/proc/12834/stat : 12834 (cryptominisat-2) R 12832 12834 12834 0 -1 4202496 79979 0 0 0 58801 15 0 0 25 0 1 0 886479666 163155968 31776 33554432000 4194304 4677096 140737033866000 18446744073709551615 4337858 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/12834/statm: 39833 31776 393 118 0 34792 0
[pid=12570/tid=12629] ppid=12567 vsize=306760 CPUtime=0 cores=0,2
/proc/12570/task/12629/stat : 12629 (python) S 12567 12570 12251 0 -1 4202560 31 936 0 0 0 0 0 0 24 0 3 0 886421202 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 2 0 0 0
[pid=12570/tid=12833] ppid=12567 vsize=306760 CPUtime=0 cores=0,2
/proc/12570/task/12833/stat : 12833 (python) S 12567 12570 12251 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 3 0 886479665 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1178.95
Current children cumulated vsize (KiB) 1076344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 5.04 5.03 4.70 6/204 12900
/proc/meminfo: memFree=27328096/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=306760 CPUtime=4.65 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 18409 936 1 0 451 14 0 0 20 0 3 0 886420380 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12570/statm: 76690 9008 1870 364 0 12605 0
[pid=12628] ppid=12570 vsize=297152 CPUtime=0.71 cores=0,2
/proc/12628/stat : 12628 (python) S 12570 12570 12251 0 -1 4202560 1197 0 0 0 41 30 0 0 19 0 2 0 886421202 304283648 7521 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12628/statm: 74288 7521 415 364 0 10206 0
[pid=12630] ppid=12628 vsize=15512 CPUtime=584.63 cores=0,2
/proc/12630/stat : 12630 (lingeling) T 12628 12630 12630 0 -1 4202496 7126 0 0 0 58462 1 0 0 25 0 1 0 886421202 15884288 2921 33554432000 4194304 4352236 140737162275808 18446744073709551615 4231316 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/12630/statm: 3878 2921 129 39 0 2958 0
[pid=12628/tid=12831] ppid=12570 vsize=297152 CPUtime=0 cores=0,2
/proc/12628/task/12831/stat : 12831 (python) S 12570 12570 12251 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886479665 304283648 7521 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 514 18446604453884854656 0 0 -1 0 0 0 0
[pid=12832] ppid=12570 vsize=297588 CPUtime=0.83 cores=0,2
/proc/12832/stat : 12832 (python) S 12570 12570 12251 0 -1 4202560 991 0 0 0 46 37 0 0 15 0 1 0 886479665 304730112 7507 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272709190 0 0 16781312 514 17601070098368397572 0 0 17 0 0 0 0
/proc/12832/statm: 74397 7507 372 364 0 10312 0
[pid=12834] ppid=12832 vsize=171284 CPUtime=609.23 cores=0,2
/proc/12834/stat : 12834 (cryptominisat-2) R 12832 12834 12834 0 -1 4202496 84325 0 0 0 60907 16 0 0 25 0 1 0 886479666 175394816 36122 33554432000 4194304 4677096 140737033866000 18446744073709551615 4319309 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12834/statm: 42821 36122 393 118 0 37780 0
[pid=12570/tid=12629] ppid=12567 vsize=306760 CPUtime=0 cores=0,2
/proc/12570/task/12629/stat : 12629 (python) S 12567 12570 12251 0 -1 4202560 31 936 0 0 0 0 0 0 24 0 3 0 886421202 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 2 0 0 0
[pid=12570/tid=12833] ppid=12567 vsize=306760 CPUtime=0 cores=0,2
/proc/12570/task/12833/stat : 12833 (python) S 12567 12570 12251 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 3 0 886479665 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1088296

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

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

[startup+1203.4 s]
/proc/loadavg: 5.04 5.03 4.70 6/204 12900
/proc/meminfo: memFree=27328096/32950928 swapFree=67048868/67111528
[pid=12570] ppid=12567 vsize=306760 CPUtime=4.65 cores=0,2
/proc/12570/stat : 12570 (python) S 12567 12570 12251 0 -1 4202496 18409 936 1 0 451 14 0 0 20 0 3 0 886420380 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/12570/statm: 76690 9008 1870 364 0 12605 0
[pid=12628] ppid=12570 vsize=297152 CPUtime=0.71 cores=0,2
/proc/12628/stat : 12628 (python) S 12570 12570 12251 0 -1 4202560 1197 0 0 0 41 30 0 0 19 0 2 0 886421202 304283648 7521 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/12628/statm: 74288 7521 415 364 0 10206 0
[pid=12630] ppid=12628 vsize=15512 CPUtime=584.63 cores=0,2
/proc/12630/stat : 12630 (lingeling) T 12628 12630 12630 0 -1 4202496 7126 0 0 0 58462 1 0 0 25 0 1 0 886421202 15884288 2921 33554432000 4194304 4352236 140737162275808 18446744073709551615 4231316 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/12630/statm: 3878 2921 129 39 0 2958 0
[pid=12628/tid=12831] ppid=12570 vsize=297152 CPUtime=0 cores=0,2
/proc/12628/task/12831/stat : 12831 (python) S 12570 12570 12251 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886479665 304283648 7521 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 514 18446604453884854656 0 0 -1 0 0 0 0
[pid=12832] ppid=12570 vsize=297588 CPUtime=0.83 cores=0,2
/proc/12832/stat : 12832 (python) S 12570 12570 12251 0 -1 4202560 991 0 0 0 46 37 0 0 15 0 1 0 886479665 304730112 7507 33554432000 4194304 5683644 140734556557536 18446744073709551615 268272709190 0 0 16781312 514 17601070098368397572 0 0 17 0 0 0 0
/proc/12832/statm: 74397 7507 372 364 0 10312 0
[pid=12834] ppid=12832 vsize=171284 CPUtime=609.23 cores=0,2
/proc/12834/stat : 12834 (cryptominisat-2) R 12832 12834 12834 0 -1 4202496 84325 0 0 0 60907 16 0 0 25 0 1 0 886479666 175394816 36122 33554432000 4194304 4677096 140737033866000 18446744073709551615 4319309 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/12834/statm: 42821 36122 393 118 0 37780 0
[pid=12570/tid=12629] ppid=12567 vsize=306760 CPUtime=0 cores=0,2
/proc/12570/task/12629/stat : 12629 (python) S 12567 12570 12251 0 -1 4202560 31 936 0 0 0 0 0 0 24 0 3 0 886421202 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 2 0 0 0
[pid=12570/tid=12833] ppid=12567 vsize=306760 CPUtime=0 cores=0,2
/proc/12570/task/12833/stat : 12833 (python) S 12567 12570 12251 0 -1 4202560 25 936 0 0 0 0 0 0 20 0 3 0 886479665 314122240 9008 33554432000 4194304 5683644 140734556557536 18446744073709551615 268284512689 0 0 16781312 2 18446604453979660480 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.05
Current children cumulated vsize (KiB) 1088296

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12570 and gives
#  childrusage.ru_utime.tv_sec=4
#  childrusage.ru_utime.tv_usec=517313
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=151976
# CPU time returned by wait4() is 4.66929
# while last known CPU time is 1200.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.43
CPU time (s): 1200.05
CPU user time (s): 1199.07
CPU system time (s): 0.98
CPU usage (%): 99.7191
Max. virtual memory (cumulated for all children) (KiB): 1120548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.51731
system time used= 0.151976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19345
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= 9539
involuntary context switches= 81

runsolver used 2.03869 second user time and 4.50931 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-11 01:23:36
IDJOB=3483862
IDBENCH=70849
IDSOLVER=1976
FILE ID=node122/3483862-1307748215
RUNJOBID= node122-1307747010-12269
PBS_JOBID= 13550835
Free space on /tmp= 74032 MiB

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

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=1394102490

node122.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.820
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.64
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.820
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.820
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.75
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.820
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.83
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.820
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.75
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.820
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.820
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.75
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31100912 kB
Buffers:         95676 kB
Cached:         833460 kB
SwapCached:      14612 kB
Active:        1148428 kB
Inactive:       545140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31100912 kB
SwapTotal:    67111528 kB
SwapFree:     67048868 kB
Dirty:           66536 kB
Writeback:           0 kB
AnonPages:      761276 kB
Mapped:          16440 kB
Slab:            85892 kB
PageTables:      10644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1525668 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= 73732 MiB
End job on node122 at 2011-06-11 01:43:41