Trace number 3483854

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.07 1200.42

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray04_32.cnf
MD5SUM2fe3650d4a602f63086e937176360ebb
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 variables8750
Number of clauses25865
Sum of the clauses size60349
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 217242
Number of clauses of size 38621
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.63	c INFO: solving HOME/instance-3483854-1307747415.cnf
0.37/0.63	c INFO: computing task features
0.47/0.70	c INFO: computed variable-clause graph statistics
0.47/0.70	c INFO: computed clause balance statistics
0.87/1.10	c INFO: computed variable balance statistics
1.16/1.42	c INFO: computed small-clause counts
1.16/1.43	c INFO: computed Horn-clause counts
1.26/1.56	c INFO: computed variable graph statistics
1.26/1.56	c INFO: collected features for HOME/instance-3483854-1307747415.cnf in 0.93 s
1.26/1.57	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
587.90/588.29	c INFO: running cryptominisat-2.9.0@0 for 613 with 613 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-3483854-1307747415/watcher-3483854-1307747415 -o /tmp/evaluation-result-3483854-1307747415/solver-3483854-1307747415 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483854-1307747415.cnf -seed 267159310 -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.05 3.05 1.46 4/199 29744
/proc/meminfo: memFree=30708900/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=15184 CPUtime=0 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 728 0 0 0 0 0 0 0 21 0 1 0 886339384 15548416 616 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 0 0 0 0
/proc/29744/statm: 3796 616 322 364 0 283 0

[startup+0.0141239 s]
/proc/loadavg: 4.05 3.05 1.46 4/199 29744
/proc/meminfo: memFree=30708900/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=15776 CPUtime=0 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 928 0 0 0 0 0 0 0 21 0 1 0 886339384 16154624 806 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/29744/statm: 3944 806 356 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.101433 s]
/proc/loadavg: 4.05 3.05 1.46 4/199 29744
/proc/meminfo: memFree=30708900/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=93964 CPUtime=0.06 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 2694 0 0 0 5 1 0 0 17 0 1 0 886339384 96219136 2407 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377297253 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/29744/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93964

[startup+0.301068 s]
/proc/loadavg: 4.05 3.05 1.46 4/199 29744
/proc/meminfo: memFree=30708900/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=135752 CPUtime=0.19 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 5974 936 1 0 15 4 0 0 18 0 1 0 886339384 139010048 4148 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377297413 0 2147483391 16781312 2 18446744071699453118 0 0 17 2 0 0 0
/proc/29744/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700967 s]
/proc/loadavg: 4.05 3.05 1.46 4/199 29744
/proc/meminfo: memFree=30708900/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=282928 CPUtime=0.47 cores=0,2
/proc/29744/stat : 29744 (python) R 29742 29744 29444 0 -1 4202496 10889 936 1 0 38 9 0 0 17 0 1 0 886339384 289718272 8103 33554432000 4194304 5683644 140737376623232 18446744073709551615 47389758240346 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29744/statm: 70732 8103 1812 364 0 6656 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 282928

[startup+1.50088 s]
/proc/loadavg: 4.04 3.07 1.48 5/200 29749
/proc/meminfo: memFree=30682072/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=282908 CPUtime=1.26 cores=0,2
/proc/29744/stat : 29744 (python) R 29742 29744 29444 0 -1 4202496 11146 936 1 0 117 9 0 0 18 0 1 0 886339384 289697792 8118 33554432000 4194304 5683644 140737376623232 18446744073709551615 47389757827200 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29744/statm: 70727 8118 1833 364 0 6651 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 282908

[startup+3.10056 s]
/proc/loadavg: 4.04 3.07 1.48 5/203 29752
/proc/meminfo: memFree=30679320/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=291188 CPUtime=1.33 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 11431 936 1 0 124 9 0 0 20 0 2 0 886339384 298176512 7691 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29744/statm: 72797 7691 1867 364 0 8715 0
[pid=29750] ppid=29744 vsize=280944 CPUtime=0 cores=0,2
/proc/29750/stat : 29750 (python) S 29744 29744 29444 0 -1 4202560 738 0 0 0 0 0 0 0 18 0 1 0 886339542 287686656 6174 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377321487 0 0 16781312 514 4032353071169273855 0 0 17 0 0 0 0
/proc/29750/statm: 70236 6174 354 364 0 6154 0
[pid=29752] ppid=29750 vsize=7400 CPUtime=1.52 cores=0,2
/proc/29752/stat : 29752 (lingeling) R 29750 29752 29752 0 -1 4202496 1840 0 0 0 152 0 0 0 25 0 1 0 886339542 7577600 1020 33554432000 4194304 4352236 140735683927760 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29752/statm: 1850 1020 129 39 0 930 0
[pid=29744/tid=29751] ppid=29742 vsize=291188 CPUtime=0 cores=0,2
/proc/29744/task/29751/stat : 29751 (python) S 29742 29744 29444 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 2 0 886339542 298176512 7691 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 579532

[startup+6.30093 s]
/proc/loadavg: 4.04 3.08 1.49 5/203 29752
/proc/meminfo: memFree=30675356/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=291188 CPUtime=1.33 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 11431 936 1 0 124 9 0 0 20 0 2 0 886339384 298176512 7691 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29744/statm: 72797 7691 1867 364 0 8715 0
[pid=29750] ppid=29744 vsize=280944 CPUtime=0 cores=0,2
/proc/29750/stat : 29750 (python) S 29744 29744 29444 0 -1 4202560 879 0 0 0 0 0 0 0 18 0 1 0 886339542 287686656 6197 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377321487 0 0 16781312 514 4032353071169273855 0 0 17 0 0 0 0
/proc/29750/statm: 70236 6197 377 364 0 6154 0
[pid=29752] ppid=29750 vsize=10092 CPUtime=4.71 cores=0,2
/proc/29752/stat : 29752 (lingeling) R 29750 29752 29752 0 -1 4202496 2769 0 0 0 471 0 0 0 25 0 1 0 886339542 10334208 1693 33554432000 4194304 4352236 140735683927760 18446744073709551615 4276521 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/29752/statm: 2523 1693 129 39 0 1603 0
[pid=29744/tid=29751] ppid=29742 vsize=291188 CPUtime=0 cores=0,2
/proc/29744/task/29751/stat : 29751 (python) S 29742 29744 29444 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 2 0 886339542 298176512 7691 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 582224

[startup+12.7008 s]
/proc/loadavg: 4.04 3.10 1.50 5/203 29752
/proc/meminfo: memFree=30678164/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=291188 CPUtime=1.33 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 11431 936 1 0 124 9 0 0 20 0 2 0 886339384 298176512 7691 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29744/statm: 72797 7691 1867 364 0 8715 0
[pid=29750] ppid=29744 vsize=280944 CPUtime=0.01 cores=0,2
/proc/29750/stat : 29750 (python) S 29744 29744 29444 0 -1 4202560 882 0 0 0 0 1 0 0 18 0 1 0 886339542 287686656 6197 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377321487 0 0 16781312 514 15286589325806895364 0 0 17 0 0 0 0
/proc/29750/statm: 70236 6197 377 364 0 6154 0
[pid=29752] ppid=29750 vsize=12916 CPUtime=11.1 cores=0,2
/proc/29752/stat : 29752 (lingeling) R 29750 29752 29752 0 -1 4202496 4339 0 0 0 1110 0 0 0 25 0 1 0 886339542 13225984 2399 33554432000 4194304 4352236 140735683927760 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29752/statm: 3229 2399 129 39 0 2309 0
[pid=29744/tid=29751] ppid=29742 vsize=291188 CPUtime=0 cores=0,2
/proc/29744/task/29751/stat : 29751 (python) S 29742 29744 29444 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 2 0 886339542 298176512 7691 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 585048

[startup+25.5004 s]
/proc/loadavg: 4.03 3.14 1.54 5/203 29752
/proc/meminfo: memFree=30673176/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=291188 CPUtime=1.33 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 11431 936 1 0 124 9 0 0 20 0 2 0 886339384 298176512 7691 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29744/statm: 72797 7691 1867 364 0 8715 0
[pid=29750] ppid=29744 vsize=280944 CPUtime=0.02 cores=0,2
/proc/29750/stat : 29750 (python) S 29744 29744 29444 0 -1 4202560 887 0 0 0 1 1 0 0 18 0 1 0 886339542 287686656 6197 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377321487 0 0 16781312 514 15286589325806895364 0 0 17 0 0 0 0
/proc/29750/statm: 70236 6197 377 364 0 6154 0
[pid=29752] ppid=29750 vsize=13952 CPUtime=23.87 cores=0,2
/proc/29752/stat : 29752 (lingeling) R 29750 29752 29752 0 -1 4202496 7094 0 0 0 2387 0 0 0 25 0 1 0 886339542 14286848 2658 33554432000 4194304 4352236 140735683927760 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29752/statm: 3488 2658 129 39 0 2568 0
[pid=29744/tid=29751] ppid=29742 vsize=291188 CPUtime=0 cores=0,2
/proc/29744/task/29751/stat : 29751 (python) S 29742 29744 29444 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 2 0 886339542 298176512 7691 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 586084

[startup+51.1007 s]
/proc/loadavg: 4.02 3.21 1.61 5/203 29753
/proc/meminfo: memFree=30675420/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=291188 CPUtime=1.33 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 11431 936 1 0 124 9 0 0 20 0 2 0 886339384 298176512 7691 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29744/statm: 72797 7691 1867 364 0 8715 0
[pid=29750] ppid=29744 vsize=280944 CPUtime=0.06 cores=0,2
/proc/29750/stat : 29750 (python) S 29744 29744 29444 0 -1 4202560 898 0 0 0 3 3 0 0 18 0 1 0 886339542 287686656 6197 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377321487 0 0 16781312 514 15286589325806895364 0 0 17 0 0 0 0
/proc/29750/statm: 70236 6197 377 364 0 6154 0
[pid=29752] ppid=29750 vsize=16772 CPUtime=49.45 cores=0,2
/proc/29752/stat : 29752 (lingeling) R 29750 29752 29752 0 -1 4202496 12311 0 0 0 4943 2 0 0 25 0 1 0 886339542 17174528 3395 33554432000 4194304 4352236 140735683927760 18446744073709551615 4328233 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29752/statm: 4193 3395 129 39 0 3273 0
[pid=29744/tid=29751] ppid=29742 vsize=291188 CPUtime=0 cores=0,2
/proc/29744/task/29751/stat : 29751 (python) S 29742 29744 29444 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 2 0 886339542 298176512 7691 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 588904

[startup+102.307 s]
/proc/loadavg: 4.07 3.35 1.73 5/203 29755
/proc/meminfo: memFree=30672268/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=291188 CPUtime=1.33 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 11431 936 1 0 124 9 0 0 20 0 2 0 886339384 298176512 7691 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29744/statm: 72797 7691 1867 364 0 8715 0
[pid=29750] ppid=29744 vsize=280944 CPUtime=0.14 cores=0,2
/proc/29750/stat : 29750 (python) S 29744 29744 29444 0 -1 4202560 921 0 0 0 8 6 0 0 18 0 1 0 886339542 287686656 6197 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377321487 0 0 16781312 514 15286589325806895364 0 0 17 0 0 0 0
/proc/29750/statm: 70236 6197 377 364 0 6154 0
[pid=29752] ppid=29750 vsize=21384 CPUtime=100.58 cores=0,2
/proc/29752/stat : 29752 (lingeling) R 29750 29752 29752 0 -1 4202496 22808 0 0 0 10055 3 0 0 25 0 1 0 886339542 21897216 4548 33554432000 4194304 4352236 140735683927760 18446744073709551615 4328184 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29752/statm: 5346 4548 129 39 0 4426 0
[pid=29744/tid=29751] ppid=29742 vsize=291188 CPUtime=0 cores=0,2
/proc/29744/task/29751/stat : 29751 (python) S 29742 29744 29444 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 2 0 886339542 298176512 7691 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 593516

[startup+162.301 s]
/proc/loadavg: 4.07 3.48 1.88 5/203 29756
/proc/meminfo: memFree=30664152/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=291188 CPUtime=1.33 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 11431 936 1 0 124 9 0 0 20 0 2 0 886339384 298176512 7691 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29744/statm: 72797 7691 1867 364 0 8715 0
[pid=29750] ppid=29744 vsize=280944 CPUtime=0.22 cores=0,2
/proc/29750/stat : 29750 (python) S 29744 29744 29444 0 -1 4202560 939 0 0 0 12 10 0 0 18 0 1 0 886339542 287686656 6197 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377321487 0 0 16781312 514 15286589325806895364 0 0 17 0 0 0 0
/proc/29750/statm: 70236 6197 377 364 0 6154 0
[pid=29752] ppid=29750 vsize=18316 CPUtime=160.48 cores=0,2
/proc/29752/stat : 29752 (lingeling) R 29750 29752 29752 0 -1 4202496 29913 0 0 0 16044 4 0 0 25 0 1 0 886339542 18755584 3781 33554432000 4194304 4352236 140735683927760 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29752/statm: 4579 3781 129 39 0 3659 0
[pid=29744/tid=29751] ppid=29742 vsize=291188 CPUtime=0 cores=0,2
/proc/29744/task/29751/stat : 29751 (python) S 29742 29744 29444 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 2 0 886339542 298176512 7691 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 590448

[startup+222.301 s]
/proc/loadavg: 4.06 3.58 2.01 5/203 29804
/proc/meminfo: memFree=31391560/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=291188 CPUtime=1.33 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 11431 936 1 0 124 9 0 0 20 0 2 0 886339384 298176512 7691 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29744/statm: 72797 7691 1867 364 0 8715 0
[pid=29750] ppid=29744 vsize=280944 CPUtime=0.31 cores=0,2
/proc/29750/stat : 29750 (python) S 29744 29744 29444 0 -1 4202560 960 0 0 0 17 14 0 0 18 0 1 0 886339542 287686656 6197 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377321487 0 0 16781312 514 15286589325806895364 0 0 17 0 0 0 0

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

[pid=29823] ppid=29744 vsize=291200 CPUtime=0.61 cores=0,2
/proc/29823/stat : 29823 (python) S 29744 29744 29444 0 -1 4202560 1018 0 0 0 38 23 0 0 15 0 1 0 886398214 298188800 6196 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377321542 0 0 16781312 514 4078361310599807236 0 0 17 0 0 0 0
/proc/29823/statm: 72800 6196 372 364 0 8715 0
[pid=29825] ppid=29823 vsize=103252 CPUtime=353.35 cores=0,2
/proc/29825/stat : 29825 (cryptominisat-2) R 29823 29825 29825 0 -1 4202496 112554 0 0 0 35308 27 0 0 25 0 1 0 886398215 105730048 18125 33554432000 4194304 4677096 140734370005712 18446744073709551615 4320054 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29825/statm: 25813 18125 392 118 0 20772 0
[pid=29744/tid=29751] ppid=29742 vsize=301444 CPUtime=0 cores=0,2
/proc/29744/task/29751/stat : 29751 (python) S 29742 29744 29444 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 3 0 886339542 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
[pid=29744/tid=29824] ppid=29742 vsize=301444 CPUtime=0 cores=0,2
/proc/29744/task/29824/stat : 29824 (python) S 29742 29744 29444 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 3 0 886398215 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 941.97
Current children cumulated vsize (KiB) 1013088

[startup+1002.3 s]
/proc/loadavg: 4.01 4.03 3.18 5/219 29841
/proc/meminfo: memFree=29067096/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=301444 CPUtime=1.33 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 12225 936 1 0 124 9 0 0 20 0 3 0 886339384 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29744/statm: 75361 7698 1870 364 0 11276 0
[pid=29750] ppid=29744 vsize=291188 CPUtime=0.82 cores=0,2
/proc/29750/stat : 29750 (python) S 29744 29744 29444 0 -1 4202560 1185 0 0 0 46 36 0 0 19 0 2 0 886339542 298176512 6240 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29750/statm: 72797 6240 415 364 0 8715 0
[pid=29752] ppid=29750 vsize=26004 CPUtime=585.86 cores=0,2
/proc/29752/stat : 29752 (lingeling) T 29750 29752 29752 0 -1 4202496 64155 0 0 0 58577 9 0 0 25 0 1 0 886339542 26628096 5703 33554432000 4194304 4352236 140735683927760 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/29752/statm: 6501 5703 129 39 0 5581 0
[pid=29750/tid=29822] ppid=29744 vsize=291188 CPUtime=0 cores=0,2
/proc/29750/task/29822/stat : 29822 (python) S 29744 29744 29444 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886398214 298176512 6240 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 514 18446604453851548608 0 0 -1 2 0 0 0
[pid=29823] ppid=29744 vsize=291200 CPUtime=0.71 cores=0,2
/proc/29823/stat : 29823 (python) S 29744 29744 29444 0 -1 4202560 1018 0 0 0 43 28 0 0 15 0 1 0 886398214 298188800 6196 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377321542 0 0 16781312 514 4078361310599807236 0 0 17 0 0 0 0
/proc/29823/statm: 72800 6196 372 364 0 8715 0
[pid=29825] ppid=29823 vsize=103436 CPUtime=413.24 cores=0,2
/proc/29825/stat : 29825 (cryptominisat-2) R 29823 29825 29825 0 -1 4202496 123737 0 0 0 41292 32 0 0 25 0 1 0 886398215 105918464 19136 33554432000 4194304 4677096 140734370005712 18446744073709551615 4320117 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29825/statm: 25859 19136 392 118 0 20818 0
[pid=29744/tid=29751] ppid=29742 vsize=301444 CPUtime=0 cores=0,2
/proc/29744/task/29751/stat : 29751 (python) S 29742 29744 29444 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 3 0 886339542 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
[pid=29744/tid=29824] ppid=29742 vsize=301444 CPUtime=0 cores=0,2
/proc/29744/task/29824/stat : 29824 (python) S 29742 29744 29444 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 3 0 886398215 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1001.96
Current children cumulated vsize (KiB) 1013272

[startup+1062.3 s]
/proc/loadavg: 4.13 4.06 3.24 5/219 29842
/proc/meminfo: memFree=28982744/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=301444 CPUtime=1.33 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 12225 936 1 0 124 9 0 0 20 0 3 0 886339384 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29744/statm: 75361 7698 1870 364 0 11276 0
[pid=29750] ppid=29744 vsize=291188 CPUtime=0.82 cores=0,2
/proc/29750/stat : 29750 (python) S 29744 29744 29444 0 -1 4202560 1185 0 0 0 46 36 0 0 19 0 2 0 886339542 298176512 6240 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29750/statm: 72797 6240 415 364 0 8715 0
[pid=29752] ppid=29750 vsize=26004 CPUtime=585.86 cores=0,2
/proc/29752/stat : 29752 (lingeling) T 29750 29752 29752 0 -1 4202496 64155 0 0 0 58577 9 0 0 25 0 1 0 886339542 26628096 5703 33554432000 4194304 4352236 140735683927760 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/29752/statm: 6501 5703 129 39 0 5581 0
[pid=29750/tid=29822] ppid=29744 vsize=291188 CPUtime=0 cores=0,2
/proc/29750/task/29822/stat : 29822 (python) S 29744 29744 29444 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886398214 298176512 6240 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 514 18446604453851548608 0 0 -1 2 0 0 0
[pid=29823] ppid=29744 vsize=291200 CPUtime=0.81 cores=0,2
/proc/29823/stat : 29823 (python) S 29744 29744 29444 0 -1 4202560 1018 0 0 0 49 32 0 0 15 0 1 0 886398214 298188800 6196 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377321542 0 0 16781312 514 4078361310599807236 0 0 17 0 0 0 0
/proc/29823/statm: 72800 6196 372 364 0 8715 0
[pid=29825] ppid=29823 vsize=103660 CPUtime=473.14 cores=0,2
/proc/29825/stat : 29825 (cryptominisat-2) R 29823 29825 29825 0 -1 4202496 134058 0 0 0 47279 35 0 0 25 0 1 0 886398215 106147840 18762 33554432000 4194304 4677096 140734370005712 18446744073709551615 4334818 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29825/statm: 25915 18762 392 118 0 20874 0
[pid=29744/tid=29751] ppid=29742 vsize=301444 CPUtime=0 cores=0,2
/proc/29744/task/29751/stat : 29751 (python) S 29742 29744 29444 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 3 0 886339542 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
[pid=29744/tid=29824] ppid=29742 vsize=301444 CPUtime=0 cores=0,2
/proc/29744/task/29824/stat : 29824 (python) S 29742 29744 29444 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 3 0 886398215 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 1013496

[startup+1122.3 s]
/proc/loadavg: 4.05 4.05 3.29 5/212 29887
/proc/meminfo: memFree=28916528/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=301444 CPUtime=1.33 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 12225 936 1 0 124 9 0 0 20 0 3 0 886339384 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29744/statm: 75361 7698 1870 364 0 11276 0
[pid=29750] ppid=29744 vsize=291188 CPUtime=0.82 cores=0,2
/proc/29750/stat : 29750 (python) S 29744 29744 29444 0 -1 4202560 1185 0 0 0 46 36 0 0 19 0 2 0 886339542 298176512 6240 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29750/statm: 72797 6240 415 364 0 8715 0
[pid=29752] ppid=29750 vsize=26004 CPUtime=585.86 cores=0,2
/proc/29752/stat : 29752 (lingeling) T 29750 29752 29752 0 -1 4202496 64155 0 0 0 58577 9 0 0 25 0 1 0 886339542 26628096 5703 33554432000 4194304 4352236 140735683927760 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/29752/statm: 6501 5703 129 39 0 5581 0
[pid=29750/tid=29822] ppid=29744 vsize=291188 CPUtime=0 cores=0,2
/proc/29750/task/29822/stat : 29822 (python) S 29744 29744 29444 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886398214 298176512 6240 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 514 18446604453851548608 0 0 -1 2 0 0 0
[pid=29823] ppid=29744 vsize=291200 CPUtime=0.92 cores=0,2
/proc/29823/stat : 29823 (python) S 29744 29744 29444 0 -1 4202560 1018 0 0 0 55 37 0 0 15 0 1 0 886398214 298188800 6196 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377321542 0 0 16781312 514 15286589325806895364 0 0 17 0 0 0 0
/proc/29823/statm: 72800 6196 372 364 0 8715 0
[pid=29825] ppid=29823 vsize=108204 CPUtime=533.03 cores=0,2
/proc/29825/stat : 29825 (cryptominisat-2) R 29823 29825 29825 0 -1 4202496 144732 0 0 0 53266 37 0 0 25 0 1 0 886398215 110800896 20537 33554432000 4194304 4677096 140734370005712 18446744073709551615 4320172 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29825/statm: 27051 20537 392 118 0 22010 0
[pid=29744/tid=29751] ppid=29742 vsize=301444 CPUtime=0 cores=0,2
/proc/29744/task/29751/stat : 29751 (python) S 29742 29744 29444 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 3 0 886339542 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
[pid=29744/tid=29824] ppid=29742 vsize=301444 CPUtime=0 cores=0,2
/proc/29744/task/29824/stat : 29824 (python) S 29742 29744 29444 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 3 0 886398215 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1121.96
Current children cumulated vsize (KiB) 1018040

[startup+1182.3 s]
/proc/loadavg: 4.07 4.05 3.33 5/205 29931
/proc/meminfo: memFree=28554164/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=301444 CPUtime=1.33 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 12225 936 1 0 124 9 0 0 20 0 3 0 886339384 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29744/statm: 75361 7698 1870 364 0 11276 0
[pid=29750] ppid=29744 vsize=291188 CPUtime=0.82 cores=0,2
/proc/29750/stat : 29750 (python) S 29744 29744 29444 0 -1 4202560 1185 0 0 0 46 36 0 0 19 0 2 0 886339542 298176512 6240 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29750/statm: 72797 6240 415 364 0 8715 0
[pid=29752] ppid=29750 vsize=26004 CPUtime=585.86 cores=0,2
/proc/29752/stat : 29752 (lingeling) T 29750 29752 29752 0 -1 4202496 64155 0 0 0 58577 9 0 0 25 0 1 0 886339542 26628096 5703 33554432000 4194304 4352236 140735683927760 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/29752/statm: 6501 5703 129 39 0 5581 0
[pid=29750/tid=29822] ppid=29744 vsize=291188 CPUtime=0 cores=0,2
/proc/29750/task/29822/stat : 29822 (python) S 29744 29744 29444 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886398214 298176512 6240 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 514 18446604453851548608 0 0 -1 2 0 0 0
[pid=29823] ppid=29744 vsize=291200 CPUtime=1.01 cores=0,2
/proc/29823/stat : 29823 (python) S 29744 29744 29444 0 -1 4202560 1018 0 0 0 60 41 0 0 15 0 1 0 886398214 298188800 6196 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377321542 0 0 16781312 514 4078361310599807236 0 0 17 0 0 0 0
/proc/29823/statm: 72800 6196 372 364 0 8715 0
[pid=29825] ppid=29823 vsize=108320 CPUtime=592.94 cores=0,2
/proc/29825/stat : 29825 (cryptominisat-2) R 29823 29825 29825 0 -1 4202496 153729 0 0 0 59254 40 0 0 25 0 1 0 886398215 110919680 20977 33554432000 4194304 4677096 140734370005712 18446744073709551615 4319536 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29825/statm: 27080 20977 392 118 0 22039 0
[pid=29744/tid=29751] ppid=29742 vsize=301444 CPUtime=0 cores=0,2
/proc/29744/task/29751/stat : 29751 (python) S 29742 29744 29444 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 3 0 886339542 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
[pid=29744/tid=29824] ppid=29742 vsize=301444 CPUtime=0 cores=0,2
/proc/29744/task/29824/stat : 29824 (python) S 29742 29744 29444 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 3 0 886398215 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1181.96
Current children cumulated vsize (KiB) 1018156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.4 s]
/proc/loadavg: 4.05 4.05 3.35 5/205 29932
/proc/meminfo: memFree=28552932/32951124 swapFree=67072804/67111528
[pid=29744] ppid=29742 vsize=301444 CPUtime=1.33 cores=0,2
/proc/29744/stat : 29744 (python) S 29742 29744 29444 0 -1 4202496 12225 936 1 0 124 9 0 0 20 0 3 0 886339384 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29744/statm: 75361 7698 1870 364 0 11276 0
[pid=29750] ppid=29744 vsize=291188 CPUtime=0.82 cores=0,2
/proc/29750/stat : 29750 (python) S 29744 29744 29444 0 -1 4202560 1185 0 0 0 46 36 0 0 19 0 2 0 886339542 298176512 6240 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29750/statm: 72797 6240 415 364 0 8715 0
[pid=29752] ppid=29750 vsize=26004 CPUtime=585.86 cores=0,2
/proc/29752/stat : 29752 (lingeling) T 29750 29752 29752 0 -1 4202496 64155 0 0 0 58577 9 0 0 25 0 1 0 886339542 26628096 5703 33554432000 4194304 4352236 140735683927760 18446744073709551615 4328095 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/29752/statm: 6501 5703 129 39 0 5581 0
[pid=29750/tid=29822] ppid=29744 vsize=291188 CPUtime=0 cores=0,2
/proc/29750/task/29822/stat : 29822 (python) S 29744 29744 29444 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886398214 298176512 6240 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 514 18446604453851548608 0 0 -1 2 0 0 0
[pid=29823] ppid=29744 vsize=291200 CPUtime=1.04 cores=0,2
/proc/29823/stat : 29823 (python) S 29744 29744 29444 0 -1 4202560 1018 0 0 0 62 42 0 0 15 0 1 0 886398214 298188800 6196 33554432000 4194304 5683644 140737376623232 18446744073709551615 255377321542 0 0 16781312 514 15286589325806895364 0 0 17 0 0 0 0
/proc/29823/statm: 72800 6196 372 364 0 8715 0
[pid=29825] ppid=29823 vsize=108372 CPUtime=611.02 cores=0,2
/proc/29825/stat : 29825 (cryptominisat-2) R 29823 29825 29825 0 -1 4202496 156372 0 0 0 61061 41 0 0 25 0 1 0 886398215 110972928 20750 33554432000 4194304 4677096 140734370005712 18446744073709551615 4320637 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29825/statm: 27093 20750 392 118 0 22052 0
[pid=29744/tid=29751] ppid=29742 vsize=301444 CPUtime=0 cores=0,2
/proc/29744/task/29751/stat : 29751 (python) S 29742 29744 29444 0 -1 4202560 31 936 0 0 0 0 0 0 20 0 3 0 886339542 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
[pid=29744/tid=29824] ppid=29742 vsize=301444 CPUtime=0 cores=0,2
/proc/29744/task/29824/stat : 29824 (python) S 29742 29744 29444 0 -1 4202560 26 936 0 0 0 0 0 0 20 0 3 0 886398215 308678656 7698 33554432000 4194304 5683644 140737376623232 18446744073709551615 255389125041 0 0 16781312 2 18446604453855269056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1018208

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

Real time (s): 1200.42
CPU time (s): 1200.07
CPU user time (s): 1198.7
CPU system time (s): 1.37
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 1066460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.25081
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13161
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= 2678
involuntary context switches= 24

runsolver used 2.25666 second user time and 4.49232 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-11 01:10:15
IDJOB=3483854
IDBENCH=70810
IDSOLVER=1976
FILE ID=node135/3483854-1307747415
RUNJOBID= node135-1307746989-29462
PBS_JOBID= 13550823
Free space on /tmp= 73972 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray04_32.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-3483854-1307747415/watcher-3483854-1307747415 -o /tmp/evaluation-result-3483854-1307747415/solver-3483854-1307747415 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483854-1307747415.cnf -seed 267159310 -budget 1200

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

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
RANDOM SEED=267159310

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30709452 kB
Buffers:        209848 kB
Cached:         811448 kB
SwapCached:       6548 kB
Active:        1542464 kB
Inactive:       510084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30709452 kB
SwapTotal:    67111528 kB
SwapFree:     67072804 kB
Dirty:           34084 kB
Writeback:           0 kB
AnonPages:     1030368 kB
Mapped:          17428 kB
Slab:           118260 kB
PageTables:      10768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1641544 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73712 MiB
End job on node135 at 2011-06-11 01:30:18