Trace number 3484659

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.01 1200.32

General information on the benchmark

NameSAT04/industrial/vangelder/cnf-color/
myciel6-tr.used-as.sat04-320.cnf
MD5SUM5ba57e5cfd40b4a93356dbea5162016d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark384.789
Satisfiable
(Un)Satisfiability was proved
Number of variables570
Number of clauses4625
Sum of the clauses size9615
Maximum clause length6
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24531
Number of clauses of size 31
Number of clauses of size 41
Number of clauses of size 51
Number of clauses of size over 590

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.67	c INFO: solving HOME/instance-3484659-1307752346.cnf
0.35/0.67	c INFO: computing task features
0.35/0.68	c INFO: computed variable-clause graph statistics
0.35/0.69	c INFO: computed clause balance statistics
0.42/0.75	c INFO: computed variable balance statistics
0.52/0.80	c INFO: computed small-clause counts
0.52/0.80	c INFO: computed Horn-clause counts
0.52/0.80	c INFO: computed variable graph statistics
0.52/0.80	c INFO: collected features for HOME/instance-3484659-1307752346.cnf in 0.13 s
0.52/0.81	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
587.11/587.49	c INFO: running cryptominisat-2.9.0@0 for 614 with 614 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-3484659-1307752346/watcher-3484659-1307752346 -o /tmp/evaluation-result-3484659-1307752346/solver-3484659-1307752346 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484659-1307752346.cnf -seed 240950263 -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.02 4.01 3.76 5/198 1458
/proc/meminfo: memFree=31145248/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=1960 CPUtime=0 cores=0,2
/proc/1458/stat : 1458 (python) R 1456 1458 31379 0 -1 4194304 57 0 0 0 0 0 0 0 25 0 1 0 886834319 2007040 11 33554432000 4194304 5683644 140734457629008 18446744073709551615 208075310560 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/1458/statm: 491 25 19 364 0 37 0

[startup+0.0628261 s]
/proc/loadavg: 4.02 4.01 3.76 5/198 1458
/proc/meminfo: memFree=31145248/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=29796 CPUtime=0.03 cores=0,2
/proc/1458/stat : 1458 (python) R 1456 1458 31379 0 -1 4202496 1453 0 0 0 3 0 0 0 25 0 1 0 886834319 30511104 1294 33554432000 4194304 5683644 140734457629008 18446744073709551615 4516206 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1458/statm: 7449 1294 443 364 0 819 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29796

[startup+0.100858 s]
/proc/loadavg: 4.02 4.01 3.76 5/198 1458
/proc/meminfo: memFree=31145248/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=85624 CPUtime=0.05 cores=0,2
/proc/1458/stat : 1458 (python) R 1456 1458 31379 0 -1 4202496 2630 0 0 0 4 1 0 0 18 0 1 0 886834319 87678976 2348 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080228197 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1458/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85624

[startup+0.30084 s]
/proc/loadavg: 4.02 4.01 3.76 5/198 1458
/proc/meminfo: memFree=31145248/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=135752 CPUtime=0.18 cores=0,2
/proc/1458/stat : 1458 (python) S 1456 1458 31379 0 -1 4202496 5973 934 1 0 14 4 0 0 18 0 1 0 886834319 139010048 4148 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080228357 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/1458/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700717 s]
/proc/loadavg: 4.02 4.01 3.76 5/198 1458
/proc/meminfo: memFree=31145248/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=278604 CPUtime=0.42 cores=0,2
/proc/1458/stat : 1458 (python) R 1456 1458 31379 0 -1 4202496 9407 934 1 0 32 10 0 0 16 0 1 0 886834319 285290496 7062 33554432000 4194304 5683644 140734457629008 18446744073709551615 47023989565585 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1458/statm: 69651 7062 1826 364 0 5575 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 278604

[startup+1.50057 s]
/proc/loadavg: 3.94 3.99 3.75 5/202 1466
/proc/meminfo: memFree=31120432/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=354408 CPUtime=0.53 cores=0,2
/proc/1458/stat : 1458 (python) S 1456 1458 31379 0 -1 4202496 9784 934 1 0 43 10 0 0 17 0 2 0 886834319 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1458/statm: 88602 7109 1867 364 0 24520 0
[pid=1464] ppid=1458 vsize=278628 CPUtime=0 cores=0,2
/proc/1464/stat : 1464 (python) S 1458 1458 31379 0 -1 4202560 711 0 0 0 0 0 0 0 18 0 1 0 886834400 285315072 5583 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080252431 0 0 16781312 514 4227414405396037631 0 0 17 0 0 0 0
/proc/1464/statm: 69657 5583 347 364 0 5575 0
[pid=1466] ppid=1464 vsize=6140 CPUtime=0.68 cores=0,2
/proc/1466/stat : 1466 (lingeling) R 1464 1466 1466 0 -1 4202496 995 0 0 0 68 0 0 0 20 0 1 0 886834401 6287360 721 33554432000 4194304 4352236 140735712672080 18446744073709551615 4328191 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1466/statm: 1535 721 129 39 0 615 0
[pid=1458/tid=1465] ppid=1456 vsize=354408 CPUtime=0 cores=0,2
/proc/1458/task/1465/stat : 1465 (python) S 1456 1458 31379 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 2 0 886834401 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 639176

[startup+3.1012 s]
/proc/loadavg: 3.94 3.99 3.75 5/202 1466
/proc/meminfo: memFree=31116588/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=354408 CPUtime=0.53 cores=0,2
/proc/1458/stat : 1458 (python) S 1456 1458 31379 0 -1 4202496 9784 934 1 0 43 10 0 0 17 0 2 0 886834319 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1458/statm: 88602 7109 1867 364 0 24520 0
[pid=1464] ppid=1458 vsize=278628 CPUtime=0 cores=0,2
/proc/1464/stat : 1464 (python) S 1458 1458 31379 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 886834400 285315072 5590 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080252431 0 0 16781312 514 4227414405396005124 0 0 17 0 0 0 0
/proc/1464/statm: 69657 5590 354 364 0 5575 0
[pid=1466] ppid=1464 vsize=6724 CPUtime=2.28 cores=0,2
/proc/1466/stat : 1466 (lingeling) R 1464 1466 1466 0 -1 4202496 1413 0 0 0 228 0 0 0 25 0 1 0 886834401 6885376 883 33554432000 4194304 4352236 140735712672080 18446744073709551615 4328385 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1466/statm: 1681 883 129 39 0 761 0
[pid=1458/tid=1465] ppid=1456 vsize=354408 CPUtime=0 cores=0,2
/proc/1458/task/1465/stat : 1465 (python) S 1456 1458 31379 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 2 0 886834401 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 639760

[startup+6.30059 s]
/proc/loadavg: 3.94 3.99 3.75 5/202 1466
/proc/meminfo: memFree=31114856/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=354408 CPUtime=0.53 cores=0,2
/proc/1458/stat : 1458 (python) S 1456 1458 31379 0 -1 4202496 9784 934 1 0 43 10 0 0 17 0 2 0 886834319 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1458/statm: 88602 7109 1867 364 0 24520 0
[pid=1464] ppid=1458 vsize=278628 CPUtime=0 cores=0,2
/proc/1464/stat : 1464 (python) S 1458 1458 31379 0 -1 4202560 881 0 0 0 0 0 0 0 18 0 1 0 886834400 285315072 5613 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080252431 0 0 16781312 514 4227414405396005124 0 0 17 0 0 0 0
/proc/1464/statm: 69657 5613 377 364 0 5575 0
[pid=1466] ppid=1464 vsize=7876 CPUtime=5.47 cores=0,2
/proc/1466/stat : 1466 (lingeling) R 1464 1466 1466 0 -1 4202496 2149 0 0 0 547 0 0 0 25 0 1 0 886834401 8065024 1171 33554432000 4194304 4352236 140735712672080 18446744073709551615 4328146 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1466/statm: 1969 1171 129 39 0 1049 0
[pid=1458/tid=1465] ppid=1456 vsize=354408 CPUtime=0 cores=0,2
/proc/1458/task/1465/stat : 1465 (python) S 1456 1458 31379 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 2 0 886834401 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 640912

[startup+12.7005 s]
/proc/loadavg: 3.95 3.99 3.75 5/202 1466
/proc/meminfo: memFree=31111140/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=354408 CPUtime=0.53 cores=0,2
/proc/1458/stat : 1458 (python) S 1456 1458 31379 0 -1 4202496 9784 934 1 0 43 10 0 0 17 0 2 0 886834319 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1458/statm: 88602 7109 1867 364 0 24520 0
[pid=1464] ppid=1458 vsize=278628 CPUtime=0.01 cores=0,2
/proc/1464/stat : 1464 (python) S 1458 1458 31379 0 -1 4202560 884 0 0 0 1 0 0 0 18 0 1 0 886834400 285315072 5613 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080252431 0 0 16781312 514 12295970474814308612 0 0 17 0 0 0 0
/proc/1464/statm: 69657 5613 377 364 0 5575 0
[pid=1466] ppid=1464 vsize=8764 CPUtime=11.85 cores=0,2
/proc/1466/stat : 1466 (lingeling) R 1464 1466 1466 0 -1 4202496 3015 0 0 0 1185 0 0 0 25 0 1 0 886834401 8974336 1393 33554432000 4194304 4352236 140735712672080 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1466/statm: 2191 1393 129 39 0 1271 0
[pid=1458/tid=1465] ppid=1456 vsize=354408 CPUtime=0 cores=0,2
/proc/1458/task/1465/stat : 1465 (python) S 1456 1458 31379 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 2 0 886834401 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 641800

[startup+25.5009 s]
/proc/loadavg: 3.95 3.99 3.76 5/202 1467
/proc/meminfo: memFree=31112456/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=354408 CPUtime=0.53 cores=0,2
/proc/1458/stat : 1458 (python) S 1456 1458 31379 0 -1 4202496 9784 934 1 0 43 10 0 0 17 0 2 0 886834319 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1458/statm: 88602 7109 1867 364 0 24520 0
[pid=1464] ppid=1458 vsize=278628 CPUtime=0.03 cores=0,2
/proc/1464/stat : 1464 (python) S 1458 1458 31379 0 -1 4202560 890 0 0 0 2 1 0 0 18 0 1 0 886834400 285315072 5613 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080252431 0 0 16781312 514 12295970474814308612 0 0 17 0 0 0 0
/proc/1464/statm: 69657 5613 377 364 0 5575 0
[pid=1466] ppid=1464 vsize=11196 CPUtime=24.64 cores=0,2
/proc/1466/stat : 1466 (lingeling) R 1464 1466 1466 0 -1 4202496 5511 0 0 0 2464 0 0 0 25 0 1 0 886834401 11464704 2001 33554432000 4194304 4352236 140735712672080 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1466/statm: 2799 2001 129 39 0 1879 0
[pid=1458/tid=1465] ppid=1456 vsize=354408 CPUtime=0 cores=0,2
/proc/1458/task/1465/stat : 1465 (python) S 1456 1458 31379 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 2 0 886834401 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 644232

[startup+51.1011 s]
/proc/loadavg: 3.97 3.99 3.76 5/202 1467
/proc/meminfo: memFree=31109980/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=354408 CPUtime=0.53 cores=0,2
/proc/1458/stat : 1458 (python) S 1456 1458 31379 0 -1 4202496 9784 934 1 0 43 10 0 0 17 0 2 0 886834319 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1458/statm: 88602 7109 1867 364 0 24520 0
[pid=1464] ppid=1458 vsize=278628 CPUtime=0.06 cores=0,2
/proc/1464/stat : 1464 (python) S 1458 1458 31379 0 -1 4202560 901 0 0 0 3 3 0 0 18 0 1 0 886834400 285315072 5613 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080252431 0 0 16781312 514 12295970474814308612 0 0 17 0 0 0 0
/proc/1464/statm: 69657 5613 377 364 0 5575 0
[pid=1466] ppid=1464 vsize=10052 CPUtime=50.22 cores=0,2
/proc/1466/stat : 1466 (lingeling) R 1464 1466 1466 0 -1 4202496 8425 0 0 0 5021 1 0 0 25 0 1 0 886834401 10293248 1715 33554432000 4194304 4352236 140735712672080 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1466/statm: 2513 1715 129 39 0 1593 0
[pid=1458/tid=1465] ppid=1456 vsize=354408 CPUtime=0 cores=0,2
/proc/1458/task/1465/stat : 1465 (python) S 1456 1458 31379 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 2 0 886834401 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 643088

[startup+102.307 s]
/proc/loadavg: 3.99 3.99 3.77 5/202 1469
/proc/meminfo: memFree=31094532/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=354408 CPUtime=0.53 cores=0,2
/proc/1458/stat : 1458 (python) S 1456 1458 31379 0 -1 4202496 9784 934 1 0 43 10 0 0 17 0 2 0 886834319 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1458/statm: 88602 7109 1867 364 0 24520 0
[pid=1464] ppid=1458 vsize=278628 CPUtime=0.13 cores=0,2
/proc/1464/stat : 1464 (python) S 1458 1458 31379 0 -1 4202560 924 0 0 0 7 6 0 0 18 0 1 0 886834400 285315072 5613 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080252431 0 0 16781312 514 12295970474814308612 0 0 17 0 0 0 0
/proc/1464/statm: 69657 5613 377 364 0 5575 0
[pid=1466] ppid=1464 vsize=21740 CPUtime=101.36 cores=0,2
/proc/1466/stat : 1466 (lingeling) R 1464 1466 1466 0 -1 4202496 19595 0 0 0 10134 2 0 0 25 0 1 0 886834401 22261760 4637 33554432000 4194304 4352236 140735712672080 18446744073709551615 4329043 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1466/statm: 5435 4637 129 39 0 4515 0
[pid=1458/tid=1465] ppid=1456 vsize=354408 CPUtime=0 cores=0,2
/proc/1458/task/1465/stat : 1465 (python) S 1456 1458 31379 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 2 0 886834401 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 654776

[startup+162.301 s]
/proc/loadavg: 3.99 3.99 3.78 5/202 1470
/proc/meminfo: memFree=31091392/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=354408 CPUtime=0.53 cores=0,2
/proc/1458/stat : 1458 (python) S 1456 1458 31379 0 -1 4202496 9784 934 1 0 43 10 0 0 17 0 2 0 886834319 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1458/statm: 88602 7109 1867 364 0 24520 0
[pid=1464] ppid=1458 vsize=278628 CPUtime=0.21 cores=0,2
/proc/1464/stat : 1464 (python) S 1458 1458 31379 0 -1 4202560 941 0 0 0 11 10 0 0 18 0 1 0 886834400 285315072 5613 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080252431 0 0 16781312 514 12295970474814308612 0 0 17 0 0 0 0
/proc/1464/statm: 69657 5613 377 364 0 5575 0
[pid=1466] ppid=1464 vsize=25652 CPUtime=161.27 cores=0,2
/proc/1466/stat : 1466 (lingeling) R 1464 1466 1466 0 -1 4202496 27244 0 0 0 16124 3 0 0 25 0 1 0 886834401 26267648 5615 33554432000 4194304 4352236 140735712672080 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/1466/statm: 6413 5615 129 39 0 5493 0
[pid=1458/tid=1465] ppid=1456 vsize=354408 CPUtime=0 cores=0,2
/proc/1458/task/1465/stat : 1465 (python) S 1456 1458 31379 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 2 0 886834401 362913792 7109 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 162.01
Current children cumulated vsize (KiB) 658688


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

[pid=1492] ppid=1458 vsize=354420 CPUtime=0.63 cores=0,2
/proc/1492/stat : 1492 (python) S 1458 1458 31379 0 -1 4202560 807 0 0 0 38 25 0 0 15 0 1 0 886893069 362926080 5729 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080252486 0 0 16781312 514 310915504350920964 0 0 17 0 0 0 0
/proc/1492/statm: 88605 5729 372 364 0 24520 0
[pid=1494] ppid=1492 vsize=96916 CPUtime=414.17 cores=0,2
/proc/1494/stat : 1494 (cryptominisat-2) R 1492 1494 1494 0 -1 4202496 100000 0 0 0 41390 27 0 0 25 0 1 0 886893069 99241984 17294 33554432000 4194304 4677096 140733725191808 18446744073709551615 4320307 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1494/statm: 24229 17294 388 118 0 19188 0
[pid=1458/tid=1465] ppid=1456 vsize=364664 CPUtime=0 cores=0,2
/proc/1458/task/1465/stat : 1465 (python) S 1456 1458 31379 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 3 0 886834401 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 2 0 0 0
[pid=1458/tid=1493] ppid=1456 vsize=364664 CPUtime=0 cores=0,2
/proc/1458/task/1493/stat : 1493 (python) S 1456 1458 31379 0 -1 4202560 54 934 0 0 0 0 0 0 19 0 3 0 886893069 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1001.99
Current children cumulated vsize (KiB) 1138464

[startup+1062.3 s]
/proc/loadavg: 3.05 3.54 3.73 4/200 1692
/proc/meminfo: memFree=31176060/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=364664 CPUtime=0.53 cores=0,2
/proc/1458/stat : 1458 (python) S 1456 1458 31379 0 -1 4202496 10494 934 1 0 43 10 0 0 18 0 3 0 886834319 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1458/statm: 91166 7231 1870 364 0 27081 0
[pid=1464] ppid=1458 vsize=288872 CPUtime=0.77 cores=0,2
/proc/1464/stat : 1464 (python) S 1458 1458 31379 0 -1 4202560 1190 0 0 0 42 35 0 0 19 0 2 0 886834400 295804928 5656 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1464/statm: 72218 5656 415 364 0 8136 0
[pid=1466] ppid=1464 vsize=33592 CPUtime=585.89 cores=0,2
/proc/1466/stat : 1466 (lingeling) T 1464 1466 1466 0 -1 4202496 81005 0 0 0 58577 12 0 0 25 0 1 0 886834401 34398208 7600 33554432000 4194304 4352236 140735712672080 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/1466/statm: 8398 7600 129 39 0 7478 0
[pid=1464/tid=1491] ppid=1458 vsize=288872 CPUtime=0 cores=0,2
/proc/1464/task/1491/stat : 1491 (python) S 1458 1458 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886893068 295804928 5656 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 514 18446604453896964864 0 0 -1 2 0 0 0
[pid=1492] ppid=1458 vsize=354420 CPUtime=0.72 cores=0,2
/proc/1492/stat : 1492 (python) S 1458 1458 31379 0 -1 4202560 810 0 0 0 43 29 0 0 15 0 1 0 886893069 362926080 5729 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080252486 0 0 16781312 514 12295970474814308612 0 0 17 0 0 0 0
/proc/1492/statm: 88605 5729 372 364 0 24520 0
[pid=1494] ppid=1492 vsize=100392 CPUtime=474.08 cores=0,2
/proc/1494/stat : 1494 (cryptominisat-2) R 1492 1494 1494 0 -1 4202496 109374 0 0 0 47377 31 0 0 25 0 1 0 886893069 102801408 18744 33554432000 4194304 4677096 140733725191808 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1494/statm: 25098 18744 388 118 0 20057 0
[pid=1458/tid=1465] ppid=1456 vsize=364664 CPUtime=0 cores=0,2
/proc/1458/task/1465/stat : 1465 (python) S 1456 1458 31379 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 3 0 886834401 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 2 0 0 0
[pid=1458/tid=1493] ppid=1456 vsize=364664 CPUtime=0 cores=0,2
/proc/1458/task/1493/stat : 1493 (python) S 1456 1458 31379 0 -1 4202560 54 934 0 0 0 0 0 0 19 0 3 0 886893069 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1061.99
Current children cumulated vsize (KiB) 1141940

[startup+1122.3 s]
/proc/loadavg: 3.07 3.45 3.69 4/200 1694
/proc/meminfo: memFree=31178864/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=364664 CPUtime=0.53 cores=0,2
/proc/1458/stat : 1458 (python) S 1456 1458 31379 0 -1 4202496 10494 934 1 0 43 10 0 0 18 0 3 0 886834319 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1458/statm: 91166 7231 1870 364 0 27081 0
[pid=1464] ppid=1458 vsize=288872 CPUtime=0.77 cores=0,2
/proc/1464/stat : 1464 (python) S 1458 1458 31379 0 -1 4202560 1190 0 0 0 42 35 0 0 19 0 2 0 886834400 295804928 5656 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1464/statm: 72218 5656 415 364 0 8136 0
[pid=1466] ppid=1464 vsize=33592 CPUtime=585.89 cores=0,2
/proc/1466/stat : 1466 (lingeling) T 1464 1466 1466 0 -1 4202496 81005 0 0 0 58577 12 0 0 25 0 1 0 886834401 34398208 7600 33554432000 4194304 4352236 140735712672080 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/1466/statm: 8398 7600 129 39 0 7478 0
[pid=1464/tid=1491] ppid=1458 vsize=288872 CPUtime=0 cores=0,2
/proc/1464/task/1491/stat : 1491 (python) S 1458 1458 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886893068 295804928 5656 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 514 18446604453896964864 0 0 -1 2 0 0 0
[pid=1492] ppid=1458 vsize=354420 CPUtime=0.8 cores=0,2
/proc/1492/stat : 1492 (python) S 1458 1458 31379 0 -1 4202560 812 0 0 0 48 32 0 0 15 0 1 0 886893069 362926080 5729 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080252486 0 0 16781312 514 310915504350920964 0 0 17 0 0 0 0
/proc/1492/statm: 88605 5729 372 364 0 24520 0
[pid=1494] ppid=1492 vsize=100596 CPUtime=534.01 cores=0,2
/proc/1494/stat : 1494 (cryptominisat-2) R 1492 1494 1494 0 -1 4202496 119028 0 0 0 53367 34 0 0 25 0 1 0 886893069 103010304 17655 33554432000 4194304 4677096 140733725191808 18446744073709551615 4320307 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1494/statm: 25149 17655 388 118 0 20108 0
[pid=1458/tid=1465] ppid=1456 vsize=364664 CPUtime=0 cores=0,2
/proc/1458/task/1465/stat : 1465 (python) S 1456 1458 31379 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 3 0 886834401 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 2 0 0 0
[pid=1458/tid=1493] ppid=1456 vsize=364664 CPUtime=0 cores=0,2
/proc/1458/task/1493/stat : 1493 (python) S 1456 1458 31379 0 -1 4202560 54 934 0 0 0 0 0 0 19 0 3 0 886893069 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1122
Current children cumulated vsize (KiB) 1142144

[startup+1182.3 s]
/proc/loadavg: 3.06 3.38 3.64 4/200 1695
/proc/meminfo: memFree=31161464/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=364664 CPUtime=0.53 cores=0,2
/proc/1458/stat : 1458 (python) S 1456 1458 31379 0 -1 4202496 10494 934 1 0 43 10 0 0 18 0 3 0 886834319 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1458/statm: 91166 7231 1870 364 0 27081 0
[pid=1464] ppid=1458 vsize=288872 CPUtime=0.77 cores=0,2
/proc/1464/stat : 1464 (python) S 1458 1458 31379 0 -1 4202560 1190 0 0 0 42 35 0 0 19 0 2 0 886834400 295804928 5656 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1464/statm: 72218 5656 415 364 0 8136 0
[pid=1466] ppid=1464 vsize=33592 CPUtime=585.89 cores=0,2
/proc/1466/stat : 1466 (lingeling) T 1464 1466 1466 0 -1 4202496 81005 0 0 0 58577 12 0 0 25 0 1 0 886834401 34398208 7600 33554432000 4194304 4352236 140735712672080 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/1466/statm: 8398 7600 129 39 0 7478 0
[pid=1464/tid=1491] ppid=1458 vsize=288872 CPUtime=0 cores=0,2
/proc/1464/task/1491/stat : 1491 (python) S 1458 1458 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886893068 295804928 5656 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 514 18446604453896964864 0 0 -1 2 0 0 0
[pid=1492] ppid=1458 vsize=354420 CPUtime=0.9 cores=0,2
/proc/1492/stat : 1492 (python) S 1458 1458 31379 0 -1 4202560 814 0 0 0 54 36 0 0 15 0 1 0 886893069 362926080 5729 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080252486 0 0 16781312 514 12295970474814308612 0 0 17 0 0 0 0
/proc/1492/statm: 88605 5729 372 364 0 24520 0
[pid=1494] ppid=1492 vsize=109380 CPUtime=593.91 cores=0,2
/proc/1494/stat : 1494 (cryptominisat-2) R 1492 1494 1494 0 -1 4202496 127981 0 0 0 59355 36 0 0 25 0 1 0 886893069 112005120 20710 33554432000 4194304 4677096 140733725191808 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/1494/statm: 27345 20710 388 118 0 22304 0
[pid=1458/tid=1465] ppid=1456 vsize=364664 CPUtime=0 cores=0,2
/proc/1458/task/1465/stat : 1465 (python) S 1456 1458 31379 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 3 0 886834401 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 2 0 0 0
[pid=1458/tid=1493] ppid=1456 vsize=364664 CPUtime=0 cores=0,2
/proc/1458/task/1493/stat : 1493 (python) S 1456 1458 31379 0 -1 4202560 54 934 0 0 0 0 0 0 19 0 3 0 886893069 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182
Current children cumulated vsize (KiB) 1150928



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.3 s]
/proc/loadavg: 3.04 3.36 3.63 4/200 1696
/proc/meminfo: memFree=31158092/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=364664 CPUtime=0.53 cores=0,2
/proc/1458/stat : 1458 (python) S 1456 1458 31379 0 -1 4202496 10494 934 1 0 43 10 0 0 18 0 3 0 886834319 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1458/statm: 91166 7231 1870 364 0 27081 0
[pid=1464] ppid=1458 vsize=288872 CPUtime=0.77 cores=0,2
/proc/1464/stat : 1464 (python) S 1458 1458 31379 0 -1 4202560 1190 0 0 0 42 35 0 0 19 0 2 0 886834400 295804928 5656 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1464/statm: 72218 5656 415 364 0 8136 0
[pid=1466] ppid=1464 vsize=33592 CPUtime=585.89 cores=0,2
/proc/1466/stat : 1466 (lingeling) T 1464 1466 1466 0 -1 4202496 81005 0 0 0 58577 12 0 0 25 0 1 0 886834401 34398208 7600 33554432000 4194304 4352236 140735712672080 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/1466/statm: 8398 7600 129 39 0 7478 0
[pid=1464/tid=1491] ppid=1458 vsize=288872 CPUtime=0 cores=0,2
/proc/1464/task/1491/stat : 1491 (python) S 1458 1458 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886893068 295804928 5656 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 514 18446604453896964864 0 0 -1 2 0 0 0
[pid=1492] ppid=1458 vsize=354420 CPUtime=0.93 cores=0,2
/proc/1492/stat : 1492 (python) S 1458 1458 31379 0 -1 4202560 814 0 0 0 56 37 0 0 15 0 1 0 886893069 362926080 5729 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080252486 0 0 16781312 514 12295970474814308612 0 0 17 0 0 0 0
/proc/1492/statm: 88605 5729 372 364 0 24520 0
[pid=1494] ppid=1492 vsize=109400 CPUtime=611.89 cores=0,2
/proc/1494/stat : 1494 (cryptominisat-2) R 1492 1494 1494 0 -1 4202496 130620 0 0 0 61152 37 0 0 25 0 1 0 886893069 112025600 20510 33554432000 4194304 4677096 140733725191808 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1494/statm: 27350 20510 388 118 0 22309 0
[pid=1458/tid=1465] ppid=1456 vsize=364664 CPUtime=0 cores=0,2
/proc/1458/task/1465/stat : 1465 (python) S 1456 1458 31379 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 3 0 886834401 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 2 0 0 0
[pid=1458/tid=1493] ppid=1456 vsize=364664 CPUtime=0 cores=0,2
/proc/1458/task/1493/stat : 1493 (python) S 1456 1458 31379 0 -1 4202560 54 934 0 0 0 0 0 0 19 0 3 0 886893069 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1150948

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

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

[startup+1200.3 s]
/proc/loadavg: 3.04 3.36 3.63 4/200 1696
/proc/meminfo: memFree=31158092/32950928 swapFree=67055948/67111528
[pid=1458] ppid=1456 vsize=364664 CPUtime=0.53 cores=0,2
/proc/1458/stat : 1458 (python) S 1456 1458 31379 0 -1 4202496 10494 934 1 0 43 10 0 0 18 0 3 0 886834319 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1458/statm: 91166 7231 1870 364 0 27081 0
[pid=1464] ppid=1458 vsize=288872 CPUtime=0.77 cores=0,2
/proc/1464/stat : 1464 (python) S 1458 1458 31379 0 -1 4202560 1190 0 0 0 42 35 0 0 19 0 2 0 886834400 295804928 5656 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092059083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/1464/statm: 72218 5656 415 364 0 8136 0
[pid=1466] ppid=1464 vsize=33592 CPUtime=585.89 cores=0,2
/proc/1466/stat : 1466 (lingeling) T 1464 1466 1466 0 -1 4202496 81005 0 0 0 58577 12 0 0 25 0 1 0 886834401 34398208 7600 33554432000 4194304 4352236 140735712672080 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/1466/statm: 8398 7600 129 39 0 7478 0
[pid=1464/tid=1491] ppid=1458 vsize=288872 CPUtime=0 cores=0,2
/proc/1464/task/1491/stat : 1491 (python) S 1458 1458 31379 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 886893068 295804928 5656 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 514 18446604453896964864 0 0 -1 2 0 0 0
[pid=1492] ppid=1458 vsize=354420 CPUtime=0.93 cores=0,2
/proc/1492/stat : 1492 (python) S 1458 1458 31379 0 -1 4202560 814 0 0 0 56 37 0 0 15 0 1 0 886893069 362926080 5729 33554432000 4194304 5683644 140734457629008 18446744073709551615 208080252486 0 0 16781312 514 12295970474814308612 0 0 17 0 0 0 0
/proc/1492/statm: 88605 5729 372 364 0 24520 0
[pid=1494] ppid=1492 vsize=109400 CPUtime=611.89 cores=0,2
/proc/1494/stat : 1494 (cryptominisat-2) R 1492 1494 1494 0 -1 4202496 130620 0 0 0 61152 37 0 0 25 0 1 0 886893069 112025600 20510 33554432000 4194304 4677096 140733725191808 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/1494/statm: 27350 20510 388 118 0 22309 0
[pid=1458/tid=1465] ppid=1456 vsize=364664 CPUtime=0 cores=0,2
/proc/1458/task/1465/stat : 1465 (python) S 1456 1458 31379 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 3 0 886834401 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 2 0 0 0
[pid=1458/tid=1493] ppid=1456 vsize=364664 CPUtime=0 cores=0,2
/proc/1458/task/1493/stat : 1493 (python) S 1456 1458 31379 0 -1 4202560 54 934 0 0 0 0 0 0 19 0 3 0 886893069 373415936 7231 33554432000 4194304 5683644 140734457629008 18446744073709551615 208092055985 0 0 16781312 2 18446604453854267520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1150948

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1200.32
CPU time (s): 1200.01
CPU user time (s): 1198.7
CPU system time (s): 1.31
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 1150948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.437933
system time used= 0.111982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11428
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= 2855
involuntary context switches= 14

runsolver used 2.05569 second user time and 4.51531 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-11 02:32:26
IDJOB=3484659
IDBENCH=84808
IDSOLVER=1976
FILE ID=node127/3484659-1307752346
RUNJOBID= node127-1307750682-794
PBS_JOBID= 13550830
Free space on /tmp= 73988 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT04/industrial/vangelder/cnf-color/myciel6-tr.used-as.sat04-320.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-3484659-1307752346/watcher-3484659-1307752346 -o /tmp/evaluation-result-3484659-1307752346/solver-3484659-1307752346 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484659-1307752346.cnf -seed 240950263 -budget 1200

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

MD5SUM BENCH= 5ba57e5cfd40b4a93356dbea5162016d
RANDOM SEED=240950263

node127.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.823
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.823
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.83
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.823
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.74
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.823
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.86
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31145676 kB
Buffers:        285344 kB
Cached:         998304 kB
SwapCached:       9372 kB
Active:         935152 kB
Inactive:       667524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31145676 kB
SwapTotal:    67111528 kB
SwapFree:     67055948 kB
Dirty:           31764 kB
Writeback:          28 kB
AnonPages:      316228 kB
Mapped:          19632 kB
Slab:           132472 kB
PageTables:       9500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   795552 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= 73960 MiB
End job on node127 at 2011-06-11 02:52:29