Trace number 3484653

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.02 1199.42

General information on the benchmark

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.31/0.45	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.45	c INFO: solving HOME/instance-3484653-1307752032.cnf
0.31/0.45	c INFO: computing task features
0.39/0.50	c INFO: computed variable-clause graph statistics
0.39/0.50	c INFO: computed clause balance statistics
0.59/0.74	c INFO: computed variable balance statistics
0.79/0.93	c INFO: computed small-clause counts
0.79/0.93	c INFO: computed Horn-clause counts
0.79/0.97	c INFO: computed variable graph statistics
0.79/0.97	c INFO: collected features for HOME/instance-3484653-1307752032.cnf in 0.51 s
0.79/0.98	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.57)
585.20/584.68	c INFO: running cryptominisat-2.9.0@0 for 615 with 615 remaining (b = 0.50)

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-3484653-1307752032/watcher-3484653-1307752032 -o /tmp/evaluation-result-3484653-1307752032/solver-3484653-1307752032 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484653-1307752032.cnf -seed 2076065526 -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.06 3.99 3.71 5/195 15968
/proc/meminfo: memFree=29757180/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=15184 CPUtime=0 cores=4,6
/proc/15968/stat : 15968 (python) R 15966 15968 13569 0 -1 4202496 728 0 0 0 0 0 0 0 25 0 1 0 886801219 15548416 617 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122712064 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/15968/statm: 3796 617 322 364 0 283 0

[startup+0.0890731 s]
/proc/loadavg: 4.06 3.99 3.71 5/195 15968
/proc/meminfo: memFree=29757180/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=99344 CPUtime=0.06 cores=4,6
/proc/15968/stat : 15968 (python) S 15966 15968 13569 0 -1 4202496 2857 0 0 0 5 1 0 0 25 0 1 0 886801219 101728256 2557 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/15968/statm: 24836 2557 818 364 0 1687 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99344

[startup+0.101251 s]
/proc/loadavg: 4.06 3.99 3.71 5/195 15968
/proc/meminfo: memFree=29757180/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=104612 CPUtime=0.07 cores=4,6
/proc/15968/stat : 15968 (python) S 15966 15968 13569 0 -1 4202496 3099 0 0 0 6 1 0 0 25 0 1 0 886801219 107122688 2778 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122712064 0 2147483391 16781312 2 18446744071699207358 0 0 17 6 0 0 0
/proc/15968/statm: 26153 2778 847 364 0 1901 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104612

[startup+0.300793 s]
/proc/loadavg: 4.06 3.99 3.71 5/195 15968
/proc/meminfo: memFree=29757180/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=196848 CPUtime=0.22 cores=4,6
/proc/15968/stat : 15968 (python) R 15966 15968 13569 0 -1 4202496 6957 933 1 0 17 5 0 0 25 0 1 0 886801219 201572352 5006 33554432000 4194304 5683644 140733286123952 18446744073709551615 228117790343 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15968/statm: 49212 5006 1446 364 0 3756 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 196848

[startup+0.700712 s]
/proc/loadavg: 4.06 3.99 3.71 5/195 15968
/proc/meminfo: memFree=29757180/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=281172 CPUtime=0.59 cores=4,6
/proc/15968/stat : 15968 (python) R 15966 15968 13569 0 -1 4202496 10193 933 1 0 52 7 0 0 25 0 1 0 886801219 287920128 7697 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122373551 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/15968/statm: 70293 7697 1826 364 0 6217 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 281172

[startup+1.50064 s]
/proc/loadavg: 4.06 3.99 3.71 5/199 15976
/proc/meminfo: memFree=29728652/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=290584 CPUtime=0.87 cores=4,6
/proc/15968/stat : 15968 (python) S 15966 15968 13569 0 -1 4202496 10487 933 1 0 80 7 0 0 25 0 2 0 886801219 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15968/statm: 72646 7541 1867 364 0 8564 0
[pid=15974] ppid=15968 vsize=280340 CPUtime=0 cores=4,6
/proc/15974/stat : 15974 (python) S 15968 15968 13569 0 -1 4202560 715 0 0 0 0 0 0 0 25 0 1 0 886801317 287068160 6017 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122734095 0 0 16781312 514 8120526968996233215 0 0 17 6 0 0 0
/proc/15974/statm: 70085 6017 347 364 0 6003 0
[pid=15976] ppid=15974 vsize=5552 CPUtime=0.51 cores=4,6
/proc/15976/stat : 15976 (lingeling) R 15974 15976 15976 0 -1 4202496 1164 0 0 0 51 0 0 0 25 0 1 0 886801317 5685248 558 33554432000 4194304 4352236 140736482346688 18446744073709551615 4328039 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15976/statm: 1388 558 129 39 0 468 0
[pid=15968/tid=15975] ppid=15966 vsize=290584 CPUtime=0 cores=4,6
/proc/15968/task/15975/stat : 15975 (python) S 15966 15968 13569 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 886801317 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 576476

[startup+3.10031 s]
/proc/loadavg: 4.06 3.99 3.71 5/199 15976
/proc/meminfo: memFree=29726048/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=290584 CPUtime=0.87 cores=4,6
/proc/15968/stat : 15968 (python) S 15966 15968 13569 0 -1 4202496 10487 933 1 0 80 7 0 0 25 0 2 0 886801219 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15968/statm: 72646 7541 1867 364 0 8564 0
[pid=15974] ppid=15968 vsize=280340 CPUtime=0 cores=4,6
/proc/15974/stat : 15974 (python) S 15968 15968 13569 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 886801317 287068160 6024 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122734095 0 0 16781312 514 8120526968996200708 0 0 17 6 0 0 0
/proc/15974/statm: 70085 6024 354 364 0 6003 0
[pid=15976] ppid=15974 vsize=6832 CPUtime=2.11 cores=4,6
/proc/15976/stat : 15976 (lingeling) R 15974 15976 15976 0 -1 4202496 1516 0 0 0 211 0 0 0 25 0 1 0 886801317 6995968 910 33554432000 4194304 4352236 140736482346688 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15976/statm: 1708 910 129 39 0 788 0
[pid=15968/tid=15975] ppid=15966 vsize=290584 CPUtime=0 cores=4,6
/proc/15968/task/15975/stat : 15975 (python) S 15966 15968 13569 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 886801317 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 577756

[startup+6.30076 s]
/proc/loadavg: 4.06 3.99 3.71 5/199 15976
/proc/meminfo: memFree=29724568/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=290584 CPUtime=0.87 cores=4,6
/proc/15968/stat : 15968 (python) S 15966 15968 13569 0 -1 4202496 10487 933 1 0 80 7 0 0 25 0 2 0 886801219 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15968/statm: 72646 7541 1867 364 0 8564 0
[pid=15974] ppid=15968 vsize=280340 CPUtime=0 cores=4,6
/proc/15974/stat : 15974 (python) S 15968 15968 13569 0 -1 4202560 879 0 0 0 0 0 0 0 18 0 1 0 886801317 287068160 6046 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122734095 0 0 16781312 514 8120526968996200708 0 0 17 6 0 0 0
/proc/15974/statm: 70085 6046 376 364 0 6003 0
[pid=15976] ppid=15974 vsize=9264 CPUtime=5.31 cores=4,6
/proc/15976/stat : 15976 (lingeling) R 15974 15976 15976 0 -1 4202496 2348 0 0 0 531 0 0 0 25 0 1 0 886801317 9486336 1486 33554432000 4194304 4352236 140736482346688 18446744073709551615 4214782 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15976/statm: 2316 1486 129 39 0 1396 0
[pid=15968/tid=15975] ppid=15966 vsize=290584 CPUtime=0 cores=4,6
/proc/15968/task/15975/stat : 15975 (python) S 15966 15968 13569 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 886801317 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 580188

[startup+12.7006 s]
/proc/loadavg: 4.05 3.99 3.72 5/199 15976
/proc/meminfo: memFree=29688220/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=290584 CPUtime=0.87 cores=4,6
/proc/15968/stat : 15968 (python) S 15966 15968 13569 0 -1 4202496 10487 933 1 0 80 7 0 0 25 0 2 0 886801219 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15968/statm: 72646 7541 1867 364 0 8564 0
[pid=15974] ppid=15968 vsize=280340 CPUtime=0.01 cores=4,6
/proc/15974/stat : 15974 (python) S 15968 15968 13569 0 -1 4202560 882 0 0 0 1 0 0 0 18 0 1 0 886801317 287068160 6046 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122734095 0 0 16781312 514 9224550713319719172 0 0 17 6 0 0 0
/proc/15974/statm: 70085 6046 376 364 0 6003 0
[pid=15976] ppid=15974 vsize=10560 CPUtime=11.71 cores=4,6
/proc/15976/stat : 15976 (lingeling) R 15974 15976 15976 0 -1 4202496 3248 0 0 0 1171 0 0 0 25 0 1 0 886801317 10813440 1810 33554432000 4194304 4352236 140736482346688 18446744073709551615 4328321 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15976/statm: 2640 1810 129 39 0 1720 0
[pid=15968/tid=15975] ppid=15966 vsize=290584 CPUtime=0 cores=4,6
/proc/15968/task/15975/stat : 15975 (python) S 15966 15968 13569 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 886801317 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 581484

[startup+25.5003 s]
/proc/loadavg: 4.04 3.99 3.72 5/199 15976
/proc/meminfo: memFree=29718960/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=290584 CPUtime=0.87 cores=4,6
/proc/15968/stat : 15968 (python) S 15966 15968 13569 0 -1 4202496 10487 933 1 0 80 7 0 0 25 0 2 0 886801219 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15968/statm: 72646 7541 1867 364 0 8564 0
[pid=15974] ppid=15968 vsize=280340 CPUtime=0.02 cores=4,6
/proc/15974/stat : 15974 (python) S 15968 15968 13569 0 -1 4202560 889 0 0 0 2 0 0 0 18 0 1 0 886801317 287068160 6047 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122734095 0 0 16781312 514 9224550713319719172 0 0 17 6 0 0 0
/proc/15974/statm: 70085 6047 377 364 0 6003 0
[pid=15976] ppid=15974 vsize=12108 CPUtime=24.5 cores=4,6
/proc/15976/stat : 15976 (lingeling) R 15974 15976 15976 0 -1 4202496 5363 0 0 0 2449 1 0 0 25 0 1 0 886801317 12398592 2229 33554432000 4194304 4352236 140736482346688 18446744073709551615 4207589 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15976/statm: 3027 2229 129 39 0 2107 0
[pid=15968/tid=15975] ppid=15966 vsize=290584 CPUtime=0 cores=4,6
/proc/15968/task/15975/stat : 15975 (python) S 15966 15968 13569 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 886801317 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 583032

[startup+51.1007 s]
/proc/loadavg: 4.02 3.99 3.73 5/202 15980
/proc/meminfo: memFree=29906724/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=290584 CPUtime=0.87 cores=4,6
/proc/15968/stat : 15968 (python) S 15966 15968 13569 0 -1 4202496 10487 933 1 0 80 7 0 0 25 0 2 0 886801219 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15968/statm: 72646 7541 1867 364 0 8564 0
[pid=15974] ppid=15968 vsize=280340 CPUtime=0.05 cores=4,6
/proc/15974/stat : 15974 (python) S 15968 15968 13569 0 -1 4202560 898 0 0 0 4 1 0 0 18 0 1 0 886801317 287068160 6047 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122734095 0 0 16781312 514 9224550713319719172 0 0 17 6 0 0 0
/proc/15974/statm: 70085 6047 377 364 0 6003 0
[pid=15976] ppid=15974 vsize=14924 CPUtime=50.1 cores=4,6
/proc/15976/stat : 15976 (lingeling) R 15974 15976 15976 0 -1 4202496 9587 0 0 0 5008 2 0 0 25 0 1 0 886801317 15282176 2933 33554432000 4194304 4352236 140736482346688 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15976/statm: 3731 2933 129 39 0 2811 0
[pid=15968/tid=15975] ppid=15966 vsize=290584 CPUtime=0 cores=4,6
/proc/15968/task/15975/stat : 15975 (python) S 15966 15968 13569 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 886801317 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 585848

[startup+102.306 s]
/proc/loadavg: 4.18 4.03 3.75 5/199 16025
/proc/meminfo: memFree=29750924/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=290584 CPUtime=0.87 cores=4,6
/proc/15968/stat : 15968 (python) S 15966 15968 13569 0 -1 4202496 10487 933 1 0 80 7 0 0 25 0 2 0 886801219 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15968/statm: 72646 7541 1867 364 0 8564 0
[pid=15974] ppid=15968 vsize=280340 CPUtime=0.12 cores=4,6
/proc/15974/stat : 15974 (python) S 15968 15968 13569 0 -1 4202560 922 0 0 0 7 5 0 0 18 0 1 0 886801317 287068160 6047 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122734095 0 0 16781312 514 9224550713319719172 0 0 17 6 0 0 0
/proc/15974/statm: 70085 6047 377 364 0 6003 0
[pid=15976] ppid=15974 vsize=17488 CPUtime=101.3 cores=4,6
/proc/15976/stat : 15976 (lingeling) R 15974 15976 15976 0 -1 4202496 17556 0 0 0 10126 4 0 0 25 0 1 0 886801317 17907712 3574 33554432000 4194304 4352236 140736482346688 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15976/statm: 4372 3574 129 39 0 3452 0
[pid=15968/tid=15975] ppid=15966 vsize=290584 CPUtime=0 cores=4,6
/proc/15968/task/15975/stat : 15975 (python) S 15966 15968 13569 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 886801317 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 588412

[startup+162.301 s]
/proc/loadavg: 4.07 4.03 3.77 5/199 16026
/proc/meminfo: memFree=29853056/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=290584 CPUtime=0.87 cores=4,6
/proc/15968/stat : 15968 (python) S 15966 15968 13569 0 -1 4202496 10487 933 1 0 80 7 0 0 25 0 2 0 886801219 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15968/statm: 72646 7541 1867 364 0 8564 0
[pid=15974] ppid=15968 vsize=280340 CPUtime=0.2 cores=4,6
/proc/15974/stat : 15974 (python) S 15968 15968 13569 0 -1 4202560 940 0 0 0 11 9 0 0 18 0 1 0 886801317 287068160 6047 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122734095 0 0 16781312 514 9224550713319719172 0 0 17 6 0 0 0
/proc/15974/statm: 70085 6047 377 364 0 6003 0
[pid=15976] ppid=15974 vsize=17240 CPUtime=161.29 cores=4,6
/proc/15976/stat : 15976 (lingeling) R 15974 15976 15976 0 -1 4202496 25462 0 0 0 16124 5 0 0 25 0 1 0 886801317 17653760 3512 33554432000 4194304 4352236 140736482346688 18446744073709551615 4231009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/15976/statm: 4310 3512 129 39 0 3390 0
[pid=15968/tid=15975] ppid=15966 vsize=290584 CPUtime=0 cores=4,6
/proc/15968/task/15975/stat : 15975 (python) S 15966 15968 13569 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 2 0 886801317 297558016 7541 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.36
Current children cumulated vsize (KiB) 588164


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

[pid=16138] ppid=15968 vsize=290596 CPUtime=0.49 cores=4,6
/proc/16138/stat : 16138 (python) S 15968 15968 13569 0 -1 4202560 1003 0 0 0 28 21 0 0 15 0 1 0 886859687 297570304 6045 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122734150 0 0 16781312 514 9224550713319719171 0 0 17 4 0 0 0
/proc/16138/statm: 72649 6045 371 364 0 8564 0
[pid=16140] ppid=16138 vsize=143256 CPUtime=357.12 cores=4,6
/proc/16140/stat : 16140 (cryptominisat-2) R 16138 16140 16140 0 -1 4202496 161532 0 0 0 35682 30 0 0 25 0 1 0 886859688 146694144 28005 33554432000 4194304 4677096 140734224019344 18446744073709551615 4320146 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16140/statm: 35814 28005 392 118 0 30773 0
[pid=15968/tid=15975] ppid=15966 vsize=300840 CPUtime=0 cores=4,6
/proc/15968/task/15975/stat : 15975 (python) S 15966 15968 13569 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 3 0 886801317 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
[pid=15968/tid=16139] ppid=15966 vsize=300840 CPUtime=0 cores=4,6
/proc/15968/task/16139/stat : 16139 (python) S 15966 15968 13569 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886859688 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 942.89
Current children cumulated vsize (KiB) 1056444

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 3.90 5/218 16160
/proc/meminfo: memFree=28165596/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=300840 CPUtime=0.87 cores=4,6
/proc/15968/stat : 15968 (python) S 15966 15968 13569 0 -1 4202496 11305 933 1 0 80 7 0 0 20 0 3 0 886801219 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15968/statm: 75210 7548 1870 364 0 11125 0
[pid=15974] ppid=15968 vsize=290584 CPUtime=0.75 cores=4,6
/proc/15974/stat : 15974 (python) S 15968 15968 13569 0 -1 4202560 1193 0 0 0 42 33 0 0 19 0 2 0 886801317 297558016 6090 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15974/statm: 72646 6090 415 364 0 8564 0
[pid=15976] ppid=15974 vsize=31168 CPUtime=583.66 cores=4,6
/proc/15976/stat : 15976 (lingeling) T 15974 15976 15976 0 -1 4202496 73431 0 0 0 58356 10 0 0 25 0 1 0 886801317 31916032 6994 33554432000 4194304 4352236 140736482346688 18446744073709551615 4295653 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15976/statm: 7792 6994 129 39 0 6872 0
[pid=15974/tid=16137] ppid=15968 vsize=290584 CPUtime=0 cores=4,6
/proc/15974/task/16137/stat : 16137 (python) S 15968 15968 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886859687 297558016 6090 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 514 18446604450508433472 0 0 -1 6 0 0 0
[pid=16138] ppid=15968 vsize=290596 CPUtime=0.57 cores=4,6
/proc/16138/stat : 16138 (python) S 15968 15968 13569 0 -1 4202560 1003 0 0 0 32 25 0 0 15 0 1 0 886859687 297570304 6045 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122734150 0 0 16781312 514 9224550713319719171 0 0 17 4 0 0 0
/proc/16138/statm: 72649 6045 371 364 0 8564 0
[pid=16140] ppid=16138 vsize=217104 CPUtime=417.05 cores=4,6
/proc/16140/stat : 16140 (cryptominisat-2) R 16138 16140 16140 0 -1 4202496 181732 0 0 0 41671 34 0 0 25 0 1 0 886859688 222314496 33800 33554432000 4194304 4677096 140734224019344 18446744073709551615 4318923 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16140/statm: 54276 33800 392 118 0 49235 0
[pid=15968/tid=15975] ppid=15966 vsize=300840 CPUtime=0 cores=4,6
/proc/15968/task/15975/stat : 15975 (python) S 15966 15968 13569 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 3 0 886801317 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
[pid=15968/tid=16139] ppid=15966 vsize=300840 CPUtime=0 cores=4,6
/proc/15968/task/16139/stat : 16139 (python) S 15966 15968 13569 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886859688 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1002.9
Current children cumulated vsize (KiB) 1130292

[startup+1062.3 s]
/proc/loadavg: 4.05 4.03 3.91 5/218 16161
/proc/meminfo: memFree=28118296/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=300840 CPUtime=0.87 cores=4,6
/proc/15968/stat : 15968 (python) S 15966 15968 13569 0 -1 4202496 11305 933 1 0 80 7 0 0 20 0 3 0 886801219 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15968/statm: 75210 7548 1870 364 0 11125 0
[pid=15974] ppid=15968 vsize=290584 CPUtime=0.75 cores=4,6
/proc/15974/stat : 15974 (python) S 15968 15968 13569 0 -1 4202560 1193 0 0 0 42 33 0 0 19 0 2 0 886801317 297558016 6090 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15974/statm: 72646 6090 415 364 0 8564 0
[pid=15976] ppid=15974 vsize=31168 CPUtime=583.66 cores=4,6
/proc/15976/stat : 15976 (lingeling) T 15974 15976 15976 0 -1 4202496 73431 0 0 0 58356 10 0 0 25 0 1 0 886801317 31916032 6994 33554432000 4194304 4352236 140736482346688 18446744073709551615 4295653 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15976/statm: 7792 6994 129 39 0 6872 0
[pid=15974/tid=16137] ppid=15968 vsize=290584 CPUtime=0 cores=4,6
/proc/15974/task/16137/stat : 16137 (python) S 15968 15968 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886859687 297558016 6090 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 514 18446604450508433472 0 0 -1 6 0 0 0
[pid=16138] ppid=15968 vsize=290596 CPUtime=0.65 cores=4,6
/proc/16138/stat : 16138 (python) S 15968 15968 13569 0 -1 4202560 1003 0 0 0 37 28 0 0 15 0 1 0 886859687 297570304 6045 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122734150 0 0 16781312 514 9224550713319719171 0 0 17 4 0 0 0
/proc/16138/statm: 72649 6045 371 364 0 8564 0
[pid=16140] ppid=16138 vsize=160780 CPUtime=476.98 cores=4,6
/proc/16140/stat : 16140 (cryptominisat-2) R 16138 16140 16140 0 -1 4202496 199807 0 0 0 47660 38 0 0 25 0 1 0 886859688 164638720 32183 33554432000 4194304 4677096 140734224019344 18446744073709551615 4318908 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16140/statm: 40195 32183 392 118 0 35154 0
[pid=15968/tid=15975] ppid=15966 vsize=300840 CPUtime=0 cores=4,6
/proc/15968/task/15975/stat : 15975 (python) S 15966 15968 13569 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 3 0 886801317 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
[pid=15968/tid=16139] ppid=15966 vsize=300840 CPUtime=0 cores=4,6
/proc/15968/task/16139/stat : 16139 (python) S 15966 15968 13569 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886859688 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1062.91
Current children cumulated vsize (KiB) 1073968

[startup+1122.3 s]
/proc/loadavg: 4.07 4.04 3.91 5/218 16163
/proc/meminfo: memFree=27915504/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=300840 CPUtime=0.87 cores=4,6
/proc/15968/stat : 15968 (python) S 15966 15968 13569 0 -1 4202496 11305 933 1 0 80 7 0 0 20 0 3 0 886801219 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15968/statm: 75210 7548 1870 364 0 11125 0
[pid=15974] ppid=15968 vsize=290584 CPUtime=0.75 cores=4,6
/proc/15974/stat : 15974 (python) S 15968 15968 13569 0 -1 4202560 1193 0 0 0 42 33 0 0 19 0 2 0 886801317 297558016 6090 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15974/statm: 72646 6090 415 364 0 8564 0
[pid=15976] ppid=15974 vsize=31168 CPUtime=583.66 cores=4,6
/proc/15976/stat : 15976 (lingeling) T 15974 15976 15976 0 -1 4202496 73431 0 0 0 58356 10 0 0 25 0 1 0 886801317 31916032 6994 33554432000 4194304 4352236 140736482346688 18446744073709551615 4295653 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15976/statm: 7792 6994 129 39 0 6872 0
[pid=15974/tid=16137] ppid=15968 vsize=290584 CPUtime=0 cores=4,6
/proc/15974/task/16137/stat : 16137 (python) S 15968 15968 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886859687 297558016 6090 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 514 18446604450508433472 0 0 -1 6 0 0 0
[pid=16138] ppid=15968 vsize=290596 CPUtime=0.75 cores=4,6
/proc/16138/stat : 16138 (python) S 15968 15968 13569 0 -1 4202560 1003 0 0 0 42 33 0 0 15 0 1 0 886859687 297570304 6045 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122734150 0 0 16781312 514 9224550713319719171 0 0 17 4 0 0 0
/proc/16138/statm: 72649 6045 371 364 0 8564 0
[pid=16140] ppid=16138 vsize=198016 CPUtime=536.89 cores=4,6
/proc/16140/stat : 16140 (cryptominisat-2) R 16138 16140 16140 0 -1 4202496 224590 0 0 0 53647 42 0 0 25 0 1 0 886859688 202768384 41076 33554432000 4194304 4677096 140734224019344 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16140/statm: 49504 41076 392 118 0 44463 0
[pid=15968/tid=15975] ppid=15966 vsize=300840 CPUtime=0 cores=4,6
/proc/15968/task/15975/stat : 15975 (python) S 15966 15968 13569 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 3 0 886801317 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
[pid=15968/tid=16139] ppid=15966 vsize=300840 CPUtime=0 cores=4,6
/proc/15968/task/16139/stat : 16139 (python) S 15966 15968 13569 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886859688 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1122.92
Current children cumulated vsize (KiB) 1111204

[startup+1182.3 s]
/proc/loadavg: 4.09 4.04 3.92 5/214 16210
/proc/meminfo: memFree=27992520/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=300840 CPUtime=0.87 cores=4,6
/proc/15968/stat : 15968 (python) S 15966 15968 13569 0 -1 4202496 11305 933 1 0 80 7 0 0 20 0 3 0 886801219 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15968/statm: 75210 7548 1870 364 0 11125 0
[pid=15974] ppid=15968 vsize=290584 CPUtime=0.75 cores=4,6
/proc/15974/stat : 15974 (python) S 15968 15968 13569 0 -1 4202560 1193 0 0 0 42 33 0 0 19 0 2 0 886801317 297558016 6090 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15974/statm: 72646 6090 415 364 0 8564 0
[pid=15976] ppid=15974 vsize=31168 CPUtime=583.66 cores=4,6
/proc/15976/stat : 15976 (lingeling) T 15974 15976 15976 0 -1 4202496 73431 0 0 0 58356 10 0 0 25 0 1 0 886801317 31916032 6994 33554432000 4194304 4352236 140736482346688 18446744073709551615 4295653 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15976/statm: 7792 6994 129 39 0 6872 0
[pid=15974/tid=16137] ppid=15968 vsize=290584 CPUtime=0 cores=4,6
/proc/15974/task/16137/stat : 16137 (python) S 15968 15968 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886859687 297558016 6090 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 514 18446604450508433472 0 0 -1 6 0 0 0
[pid=16138] ppid=15968 vsize=290596 CPUtime=0.82 cores=4,6
/proc/16138/stat : 16138 (python) S 15968 15968 13569 0 -1 4202560 1003 0 0 0 46 36 0 0 15 0 1 0 886859687 297570304 6045 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122734150 0 0 16781312 514 9224550713319719171 0 0 17 4 0 0 0
/proc/16138/statm: 72649 6045 371 364 0 8564 0
[pid=16140] ppid=16138 vsize=198336 CPUtime=596.8 cores=4,6
/proc/16140/stat : 16140 (cryptominisat-2) R 16138 16140 16140 0 -1 4202496 239893 0 0 0 59635 45 0 0 25 0 1 0 886859688 203096064 39886 33554432000 4194304 4677096 140734224019344 18446744073709551615 4318923 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16140/statm: 49584 39886 392 118 0 44543 0
[pid=15968/tid=15975] ppid=15966 vsize=300840 CPUtime=0 cores=4,6
/proc/15968/task/15975/stat : 15975 (python) S 15966 15968 13569 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 3 0 886801317 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
[pid=15968/tid=16139] ppid=15966 vsize=300840 CPUtime=0 cores=4,6
/proc/15968/task/16139/stat : 16139 (python) S 15966 15968 13569 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886859688 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1182.9
Current children cumulated vsize (KiB) 1111524



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.4 s]
/proc/loadavg: 4.06 4.04 3.92 5/214 16211
/proc/meminfo: memFree=27915968/32951124 swapFree=67051744/67111528
[pid=15968] ppid=15966 vsize=300840 CPUtime=0.87 cores=4,6
/proc/15968/stat : 15968 (python) S 15966 15968 13569 0 -1 4202496 11305 933 1 0 80 7 0 0 20 0 3 0 886801219 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/15968/statm: 75210 7548 1870 364 0 11125 0
[pid=15974] ppid=15968 vsize=290584 CPUtime=0.75 cores=4,6
/proc/15974/stat : 15974 (python) S 15968 15968 13569 0 -1 4202560 1193 0 0 0 42 33 0 0 19 0 2 0 886801317 297558016 6090 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134540747 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/15974/statm: 72646 6090 415 364 0 8564 0
[pid=15976] ppid=15974 vsize=31168 CPUtime=583.66 cores=4,6
/proc/15976/stat : 15976 (lingeling) T 15974 15976 15976 0 -1 4202496 73431 0 0 0 58356 10 0 0 25 0 1 0 886801317 31916032 6994 33554432000 4194304 4352236 140736482346688 18446744073709551615 4295653 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/15976/statm: 7792 6994 129 39 0 6872 0
[pid=15974/tid=16137] ppid=15968 vsize=290584 CPUtime=0 cores=4,6
/proc/15974/task/16137/stat : 16137 (python) S 15968 15968 13569 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 886859687 297558016 6090 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 514 18446604450508433472 0 0 -1 6 0 0 0
[pid=16138] ppid=15968 vsize=290596 CPUtime=0.85 cores=4,6
/proc/16138/stat : 16138 (python) S 15968 15968 13569 0 -1 4202560 1004 0 0 0 47 38 0 0 15 0 1 0 886859687 297570304 6045 33554432000 4194304 5683644 140733286123952 18446744073709551615 228122734150 0 0 16781312 514 9224550713319719171 0 0 17 4 0 0 0
/proc/16138/statm: 72649 6045 371 364 0 8564 0
[pid=16140] ppid=16138 vsize=259996 CPUtime=613.89 cores=4,6
/proc/16140/stat : 16140 (cryptominisat-2) R 16138 16140 16140 0 -1 4202496 243300 0 0 0 61343 46 0 0 25 0 1 0 886859688 266235904 43293 33554432000 4194304 4677096 140734224019344 18446744073709551615 4320160 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/16140/statm: 64999 43293 392 118 0 59958 0
[pid=15968/tid=15975] ppid=15966 vsize=300840 CPUtime=0 cores=4,6
/proc/15968/task/15975/stat : 15975 (python) S 15966 15968 13569 0 -1 4202560 30 933 0 0 0 0 0 0 25 0 3 0 886801317 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
[pid=15968/tid=16139] ppid=15966 vsize=300840 CPUtime=0 cores=4,6
/proc/15968/task/16139/stat : 16139 (python) S 15966 15968 13569 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 886859688 308060160 7548 33554432000 4194304 5683644 140733286123952 18446744073709551615 228134537649 0 0 16781312 2 18446604450508432576 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1200.02
Current children cumulated vsize (KiB) 1173184

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 15968 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=811876
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=79987
# CPU time returned by wait4() is 0.891863
# while last known CPU time is 1200.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1199.42
CPU time (s): 1200.02
CPU user time (s): 1198.68
CPU system time (s): 1.34
CPU usage (%): 100.05
Max. virtual memory (cumulated for all children) (KiB): 1173184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.811876
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12238
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= 979
involuntary context switches= 31

runsolver used 2.19867 second user time and 4.38533 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-11 02:27:12
IDJOB=3484653
IDBENCH=84237
IDSOLVER=1976
FILE ID=node138/3484653-1307752032
RUNJOBID= node138-1307750780-15613
PBS_JOBID= 13550821
Free space on /tmp= 73904 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.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-3484653-1307752032/watcher-3484653-1307752032 -o /tmp/evaluation-result-3484653-1307752032/solver-3484653-1307752032 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484653-1307752032.cnf -seed 2076065526 -budget 1200

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=2076065526

node138.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.854
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.70
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.854
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.854
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.80
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.854
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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:      29757732 kB
Buffers:        258776 kB
Cached:        1703604 kB
SwapCached:      13468 kB
Active:        1712640 kB
Inactive:      1279132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29757732 kB
SwapTotal:    67111528 kB
SwapFree:     67051744 kB
Dirty:          115132 kB
Writeback:           0 kB
AnonPages:     1026696 kB
Mapped:          15512 kB
Slab:           129016 kB
PageTables:      10360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1585220 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= 73904 MiB
End job on node138 at 2011-06-11 02:47:14