Trace number 3317882

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-industrial? (TO) 4800.1 1212.75

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
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 variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3317882-1304267372.cnf
0.36/0.67	c INFO: computing task features
1.04/1.32	c INFO: computed variable-clause graph statistics
1.04/1.35	c INFO: computed clause balance statistics
4.45/4.79	c INFO: computed variable balance statistics
7.05/7.35	c INFO: computed small-clause counts
7.05/7.38	c INFO: computed Horn-clause counts
13.75/14.04	c INFO: computed variable graph statistics
13.75/14.04	c INFO: collected features for HOME/instance-3317882-1304267372.cnf in 13.35 s
13.75/14.06	c INFO: running lingeling-276@0 for 97 with 4786 remaining (b = 0.38)
13.75/14.08	c INFO: running cryptominisat-2.9.0@0 for 485 with 4786 remaining (b = 0.34)
13.84/14.11	c INFO: running lingeling-276@0 for 1261 with 4786 remaining (b = 0.48)
13.84/14.13	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4786 remaining (b = 0.55)
413.59/114.21	c INFO: running lingeling-276@0 for 97 with 4686 remaining (b = 0.11)
793.38/209.35	c INFO: running lingeling-276@94 for 97 with 4591 remaining (b = 0.11)
1197.56/310.51	c INFO: running lingeling-276@194 for 97 with 4490 remaining (b = 0.11)
1577.30/405.66	c INFO: running precosat-570@0 for 291 with 4395 remaining (b = 0.35)
1971.78/504.49	c INFO: running lingeling-276@0 for 97 with 4296 remaining (b = 0.19)
2371.90/604.68	c INFO: running lingeling-276@289 for 1067 with 4196 remaining (b = 0.28)
2765.24/703.12	c INFO: running cryptominisat-2.9.0@0 for 1843 with 4097 remaining (b = 0.46)
4800.10/1212.73	c INFO: running lingeling-276@98 for 97 with 3587 remaining (b = 0.08)

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.0 (svn: 935)

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-3317882-1304267372/watcher-3317882-1304267372 -o /tmp/evaluation-result-3317882-1304267372/solver-3317882-1304267372 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317882-1304267372.cnf -seed 867666104 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.42 1.00 0.34 5/189 19734
/proc/meminfo: memFree=29733048/32950928 swapFree=67111464/67111528
[pid=19734] ppid=19732 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/19734/stat : 19734 (python) S 19732 19734 19634 0 -1 4202496 792 0 0 0 0 0 0 0 25 0 1 0 538336078 15749120 679 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272687104 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/19734/statm: 3845 679 322 364 0 332 0

[startup+0.0830701 s]
/proc/loadavg: 3.42 1.00 0.34 5/189 19734
/proc/meminfo: memFree=29733048/32950928 swapFree=67111464/67111528
[pid=19734] ppid=19732 vsize=50336 CPUtime=0.04 cores=1,3,5,7
/proc/19734/stat : 19734 (python) R 19732 19734 19634 0 -1 4202496 2004 0 0 0 3 1 0 0 25 0 1 0 538336078 51544064 1763 33554432000 4194304 5683644 140735196518656 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19734/statm: 12584 1763 480 364 0 1284 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50336

[startup+0.101066 s]
/proc/loadavg: 3.42 1.00 0.34 5/189 19734
/proc/meminfo: memFree=29733048/32950928 swapFree=67111464/67111528
[pid=19734] ppid=19732 vsize=89768 CPUtime=0.06 cores=1,3,5,7
/proc/19734/stat : 19734 (python) R 19732 19734 19634 0 -1 4202496 2673 0 0 0 4 2 0 0 25 0 1 0 538336078 91922432 2388 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272687104 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19734/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.301033 s]
/proc/loadavg: 3.42 1.00 0.34 5/189 19734
/proc/meminfo: memFree=29733048/32950928 swapFree=67111464/67111528
[pid=19734] ppid=19732 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/19734/stat : 19734 (python) R 19732 19734 19634 0 -1 4202496 5962 937 1 0 13 5 0 0 25 0 1 0 538336078 139005952 4150 33554432000 4194304 5683644 140735196518656 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19734/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.70096 s]
/proc/loadavg: 3.42 1.00 0.34 5/189 19734
/proc/meminfo: memFree=29733048/32950928 swapFree=67111464/67111528
[pid=19734] ppid=19732 vsize=283872 CPUtime=0.45 cores=1,3,5,7
/proc/19734/stat : 19734 (python) R 19732 19734 19634 0 -1 4202496 10612 937 1 0 33 12 0 0 25 0 1 0 538336078 290684928 8294 33554432000 4194304 5683644 140735196518656 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19734/statm: 70968 8294 1761 364 0 6892 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 283872

[startup+1.50082 s]
/proc/loadavg: 3.42 1.00 0.34 6/190 19739
/proc/meminfo: memFree=29686044/32950928 swapFree=67111464/67111528
[pid=19734] ppid=19732 vsize=320404 CPUtime=1.25 cores=1,3,5,7
/proc/19734/stat : 19734 (python) R 19732 19734 19634 0 -1 4202496 26998 937 1 0 111 14 0 0 25 0 1 0 538336078 328093696 17486 33554432000 4194304 5683644 140735196518656 18446744073709551615 4528031 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19734/statm: 80101 17486 1826 364 0 16025 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 320404

[startup+3.10053 s]
/proc/loadavg: 3.42 1.00 0.34 6/190 19739
/proc/meminfo: memFree=29668688/32950928 swapFree=67111464/67111528
[pid=19734] ppid=19732 vsize=320404 CPUtime=2.85 cores=1,3,5,7
/proc/19734/stat : 19734 (python) R 19732 19734 19634 0 -1 4202496 26998 937 1 0 271 14 0 0 25 0 1 0 538336078 328093696 17486 33554432000 4194304 5683644 140735196518656 18446744073709551615 268276097717 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19734/statm: 80101 17486 1826 364 0 16025 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 320404

[startup+6.30096 s]
/proc/loadavg: 3.54 1.07 0.37 6/190 19739
/proc/meminfo: memFree=29668540/32950928 swapFree=67111464/67111528
[pid=19734] ppid=19732 vsize=320404 CPUtime=6.05 cores=1,3,5,7
/proc/19734/stat : 19734 (python) R 19732 19734 19634 0 -1 4202496 26999 937 1 0 591 14 0 0 25 0 1 0 538336078 328093696 17487 33554432000 4194304 5683644 140735196518656 18446744073709551615 47738445479383 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19734/statm: 80101 17487 1827 364 0 16025 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 320404

[startup+12.7008 s]
/proc/loadavg: 3.66 1.13 0.39 6/190 19739
/proc/meminfo: memFree=29666752/32950928 swapFree=67111464/67111528
[pid=19734] ppid=19732 vsize=322164 CPUtime=12.45 cores=1,3,5,7
/proc/19734/stat : 19734 (python) R 19732 19734 19634 0 -1 4202496 27445 937 1 0 1231 14 0 0 25 0 1 0 538336078 329895936 17933 33554432000 4194304 5683644 140735196518656 18446744073709551615 47738445232268 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19734/statm: 80541 17933 1833 364 0 16465 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 322164

[startup+25.5015 s]
/proc/loadavg: 4.49 1.43 0.50 9/202 19752
/proc/meminfo: memFree=28671480/32950928 swapFree=67111464/67111528
[pid=19734] ppid=19732 vsize=359752 CPUtime=13.88 cores=1,3,5,7
/proc/19734/stat : 19734 (python) S 19732 19734 19634 0 -1 4202496 30126 937 1 0 1373 15 0 0 25 0 5 0 538336078 368386048 17135 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19734/statm: 89938 17135 1881 364 0 25847 0
[pid=19740] ppid=19734 vsize=318740 CPUtime=0 cores=1,3,5,7
/proc/19740/stat : 19740 (python) S 19734 19734 19634 0 -1 4202560 984 0 0 0 0 0 0 0 18 0 1 0 538337485 326389760 15619 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709135 0 0 16781312 514 17728560670632280328 0 0 17 5 0 0 0
/proc/19740/statm: 79685 15619 381 364 0 15603 0
[pid=19742] ppid=19740 vsize=23592 CPUtime=11.42 cores=1,3,5,7
/proc/19742/stat : 19742 (lingeling) R 19740 19742 19742 0 -1 4202496 9925 0 0 0 1141 1 0 0 25 0 1 0 538337485 24158208 5068 33554432000 4194304 4352236 140735150971072 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19742/statm: 5898 5068 129 39 0 4978 0
[pid=19743] ppid=19734 vsize=328996 CPUtime=0.01 cores=1,3,5,7
/proc/19743/stat : 19743 (python) S 19734 19734 19634 0 -1 4202560 929 0 0 0 0 1 0 0 15 0 1 0 538337487 336891904 15612 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709190 0 0 16781312 514 16117468276979630344 0 0 17 7 0 0 0
/proc/19743/statm: 82249 15612 370 364 0 18164 0
[pid=19745] ppid=19743 vsize=638808 CPUtime=11.38 cores=1,3,5,7
/proc/19745/stat : 19745 (cryptominisat-2) R 19743 19745 19745 0 -1 4202496 122830 0 0 0 1123 15 0 0 25 0 1 0 538337488 654139392 120435 33554432000 4194304 4677096 140733841572864 18446744073709551615 4564206 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19745/statm: 159702 120435 379 118 0 154661 0
[pid=19746] ppid=19734 vsize=339252 CPUtime=0.01 cores=1,3,5,7
/proc/19746/stat : 19746 (python) S 19734 19734 19634 0 -1 4202560 936 0 0 0 0 1 0 0 18 0 1 0 538337490 347394048 15616 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709190 0 0 16781312 514 17728560670632280328 0 0 17 3 0 0 0
/proc/19746/statm: 84813 15616 370 364 0 20725 0
[pid=19748] ppid=19746 vsize=27624 CPUtime=11.36 cores=1,3,5,7
/proc/19748/stat : 19748 (lingeling) R 19746 19748 19748 0 -1 4202496 9331 0 0 0 1135 1 0 0 25 0 1 0 538337490 28286976 6076 33554432000 4194304 4352236 140735683700944 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19748/statm: 6906 6076 129 39 0 5986 0
[pid=19749] ppid=19734 vsize=349508 CPUtime=0 cores=1,3,5,7
/proc/19749/stat : 19749 (python) S 19734 19734 19634 0 -1 4202560 948 0 0 0 0 0 0 0 15 0 1 0 538337492 357896192 15620 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709190 0 0 16781312 514 4576580815470690568 0 0 17 7 0 0 0
/proc/19749/statm: 87377 15620 370 364 0 23286 0
[pid=19751] ppid=19749 vsize=629092 CPUtime=11.24 cores=1,3,5,7
/proc/19751/stat : 19751 (cryptominisat-2) R 19749 19751 19751 0 -1 4202496 120231 0 0 0 1109 15 0 0 25 0 1 0 538337493 644190208 117836 33554432000 4194304 4677096 140735204128976 18446744073709551615 4465824 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/19751/statm: 157273 117836 378 118 0 152232 0
[pid=19734/tid=19741] ppid=19732 vsize=359752 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19741/stat : 19741 (python) S 19732 19734 19634 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 538337485 368386048 17135 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0
[pid=19734/tid=19744] ppid=19732 vsize=359752 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19744/stat : 19744 (python) S 19732 19734 19634 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 5 0 538337488 368386048 17135 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0
[pid=19734/tid=19747] ppid=19732 vsize=359752 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19747/stat : 19747 (python) S 19732 19734 19634 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 538337490 368386048 17135 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=19734/tid=19750] ppid=19732 vsize=359752 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19750/stat : 19750 (python) S 19732 19734 19634 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 5 0 538337493 368386048 17135 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 59.3
Current children cumulated vsize (KiB) 3015364

[startup+51.101 s]
/proc/loadavg: 5.69 1.96 0.70 9/202 19752
/proc/meminfo: memFree=28378788/32950928 swapFree=67111464/67111528
[pid=19734] ppid=19732 vsize=359752 CPUtime=13.88 cores=1,3,5,7
/proc/19734/stat : 19734 (python) S 19732 19734 19634 0 -1 4202496 30126 937 1 0 1373 15 0 0 25 0 5 0 538336078 368386048 17135 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19734/statm: 89938 17135 1881 364 0 25847 0
[pid=19740] ppid=19734 vsize=318740 CPUtime=0.04 cores=1,3,5,7
/proc/19740/stat : 19740 (python) S 19734 19734 19634 0 -1 4202560 996 0 0 0 2 2 0 0 18 0 1 0 538337485 326389760 15619 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709135 0 0 16781312 514 17728560670632280328 0 0 17 5 0 0 0
/proc/19740/statm: 79685 15619 381 364 0 15603 0
[pid=19742] ppid=19740 vsize=26532 CPUtime=37.02 cores=1,3,5,7
/proc/19742/stat : 19742 (lingeling) R 19740 19742 19742 0 -1 4202496 10662 0 0 0 3701 1 0 0 25 0 1 0 538337485 27168768 5803 33554432000 4194304 4352236 140735150971072 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19742/statm: 6633 5803 129 39 0 5713 0
[pid=19743] ppid=19734 vsize=328996 CPUtime=0.05 cores=1,3,5,7
/proc/19743/stat : 19743 (python) S 19734 19734 19634 0 -1 4202560 941 0 0 0 2 3 0 0 15 0 1 0 538337487 336891904 15612 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709190 0 0 16781312 514 16117468276979630344 0 0 17 5 0 0 0
/proc/19743/statm: 82249 15612 370 364 0 18164 0
[pid=19745] ppid=19743 vsize=796728 CPUtime=36.91 cores=1,3,5,7
/proc/19745/stat : 19745 (cryptominisat-2) R 19743 19745 19745 0 -1 4202496 160393 0 0 0 3670 21 0 0 25 0 1 0 538337488 815849472 153856 33554432000 4194304 4677096 140733841572864 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19745/statm: 199182 153856 392 118 0 194141 0
[pid=19746] ppid=19734 vsize=339252 CPUtime=0.04 cores=1,3,5,7
/proc/19746/stat : 19746 (python) S 19734 19734 19634 0 -1 4202560 947 0 0 0 2 2 0 0 18 0 1 0 538337490 347394048 15616 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709190 0 0 16781312 514 17728560670632280328 0 0 17 3 0 0 0
/proc/19746/statm: 84813 15616 370 364 0 20725 0
[pid=19748] ppid=19746 vsize=27612 CPUtime=36.92 cores=1,3,5,7
/proc/19748/stat : 19748 (lingeling) R 19746 19748 19748 0 -1 4202496 9331 0 0 0 3691 1 0 0 25 0 1 0 538337490 28274688 6073 33554432000 4194304 4352236 140735683700944 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19748/statm: 6903 6073 129 39 0 5983 0
[pid=19749] ppid=19734 vsize=349508 CPUtime=0.04 cores=1,3,5,7
/proc/19749/stat : 19749 (python) S 19734 19734 19634 0 -1 4202560 964 0 0 0 2 2 0 0 15 0 1 0 538337492 357896192 15620 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709190 0 0 16781312 514 4576580815470690568 0 0 17 7 0 0 0
/proc/19749/statm: 87377 15620 370 364 0 23286 0
[pid=19751] ppid=19749 vsize=793864 CPUtime=36.66 cores=1,3,5,7
/proc/19751/stat : 19751 (cryptominisat-2) R 19749 19751 19751 0 -1 4202496 159734 0 0 0 3644 22 0 0 25 0 1 0 538337493 812916736 153217 33554432000 4194304 4677096 140735204128976 18446744073709551615 4346658 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/19751/statm: 198466 153217 392 118 0 193425 0
[pid=19734/tid=19741] ppid=19732 vsize=359752 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19741/stat : 19741 (python) S 19732 19734 19634 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 538337485 368386048 17135 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0
[pid=19734/tid=19744] ppid=19732 vsize=359752 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19744/stat : 19744 (python) S 19732 19734 19634 0 -1 4202560 22 937 0 0 0 0 0 0 25 0 5 0 538337488 368386048 17135 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0
[pid=19734/tid=19747] ppid=19732 vsize=359752 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19747/stat : 19747 (python) S 19732 19734 19634 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 538337490 368386048 17135 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=19734/tid=19750] ppid=19732 vsize=359752 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19750/stat : 19750 (python) S 19732 19734 19634 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 5 0 538337493 368386048 17135 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 161.56
Current children cumulated vsize (KiB) 3340984

[startup+102.308 s]
/proc/loadavg: 7.10 2.92 1.09 9/218 19770
/proc/meminfo: memFree=27852836/32950928 swapFree=67111464/67111528
[pid=19734] ppid=19732 vsize=359752 CPUtime=13.88 cores=1,3,5,7
/proc/19734/stat : 19734 (python) S 19732 19734 19634 0 -1 4202496 30126 937 1 0 1373 15 0 0 25 0 5 0 538336078 368386048 17135 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19734/statm: 89938 17135 1881 364 0 25847 0
[pid=19740] ppid=19734 vsize=318740 CPUtime=0.11 cores=1,3,5,7
/proc/19740/stat : 19740 (python) S 19734 19734 19634 0 -1 4202560 1017 0 0 0 5 6 0 0 18 0 1 0 538337485 326389760 15619 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709135 0 0 16781312 514 17728560670632280328 0 0 17 5 0 0 0
/proc/19740/statm: 79685 15619 381 364 0 15603 0
[pid=19742] ppid=19740 vsize=34076 CPUtime=88.22 cores=1,3,5,7
/proc/19742/stat : 19742 (lingeling) R 19740 19742 19742 0 -1 4202496 12548 0 0 0 8821 1 0 0 25 0 1 0 538337485 34893824 7689 33554432000 4194304 4352236 140735150971072 18446744073709551615 4329333 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/19742/statm: 8519 7689 129 39 0 7599 0
[pid=19743] ppid=19734 vsize=328996 CPUtime=0.14 cores=1,3,5,7
/proc/19743/stat : 19743 (python) S 19734 19734 19634 0 -1 4202560 960 0 0 0 7 7 0 0 15 0 1 0 538337487 336891904 15612 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709190 0 0 16781312 514 17728560670632280328 0 0 17 5 0 0 0
/proc/19743/statm: 82249 15612 370 364 0 18164 0
[pid=19745] ppid=19743 vsize=822304 CPUtime=87.96 cores=1,3,5,7
/proc/19745/stat : 19745 (cryptominisat-2) R 19743 19745 19745 0 -1 4202496 178497 0 0 0 8770 26 0 0 25 0 1 0 538337488 842039296 159983 33554432000 4194304 4677096 140733841572864 18446744073709551615 4319968 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19745/statm: 205576 159983 392 118 0 200535 0

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

/proc/19852/statm: 8754 7924 129 39 0 7834 0
[pid=19850/tid=19910] ppid=19734 vsize=370020 CPUtime=0 cores=1,3,5,7
/proc/19850/task/19910/stat : 19910 (python) S 19734 19734 19634 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538396544 378900480 15658 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 514 18446604471130098688 0 0 -1 7 0 0 0
[pid=19734/tid=19741] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19741/stat : 19741 (python) S 19732 19734 19634 0 -1 4202560 34 937 0 0 0 0 0 0 18 0 7 0 538337485 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0
[pid=19734/tid=19744] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19744/stat : 19744 (python) S 19732 19734 19634 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 7 0 538337488 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
[pid=19734/tid=19747] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19747/stat : 19747 (python) S 19732 19734 19634 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 7 0 538337490 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=19734/tid=19750] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19750/stat : 19750 (python) S 19732 19734 19634 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 7 0 538337493 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
[pid=19734/tid=19829] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19829/stat : 19829 (python) S 19732 19734 19634 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 7 0 538376646 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
[pid=19734/tid=19851] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19851/stat : 19851 (python) S 19732 19734 19634 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 7 0 538386529 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4678.67
Current children cumulated vsize (KiB) 4527548



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1212.7 s]
/proc/loadavg: 6.61 7.59 5.83 6/222 19964
/proc/meminfo: memFree=23256000/32950928 swapFree=67111464/67111528
[pid=19734] ppid=19732 vsize=380264 CPUtime=14.04 cores=1,3,5,7
/proc/19734/stat : 19734 (python) S 19732 19734 19634 0 -1 4202496 32360 937 1 0 1388 16 0 0 18 0 7 0 538336078 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19734/statm: 95066 17148 1886 364 0 30969 0
[pid=19740] ppid=19734 vsize=328984 CPUtime=1.48 cores=1,3,5,7
/proc/19740/stat : 19740 (python) S 19734 19734 19634 0 -1 4202560 1214 0 0 0 75 73 0 0 18 0 2 0 538337485 336879616 15658 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19740/statm: 82246 15658 415 364 0 18164 0
[pid=19742] ppid=19740 vsize=47408 CPUtime=993.9 cores=1,3,5,7
/proc/19742/stat : 19742 (lingeling) R 19740 19742 19742 0 -1 4202496 51247 0 0 0 99383 7 0 0 25 0 1 0 538337485 48545792 11022 33554432000 4194304 4352236 140735150971072 18446744073709551615 4207755 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/19742/statm: 11852 11022 129 39 0 10932 0
[pid=19740/tid=19771] ppid=19734 vsize=328984 CPUtime=0 cores=1,3,5,7
/proc/19740/task/19771/stat : 19771 (python) S 19734 19734 19634 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538347498 336879616 15658 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 514 18446604471137969152 0 0 -1 1 0 0 0
[pid=19743] ppid=19734 vsize=328996 CPUtime=1.64 cores=1,3,5,7
/proc/19743/stat : 19743 (python) S 19734 19734 19634 0 -1 4202560 1179 0 0 0 82 82 0 0 15 0 2 0 538337487 336891904 15643 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19743/statm: 82249 15643 400 364 0 18164 0
[pid=19745] ppid=19743 vsize=921872 CPUtime=996.52 cores=1,3,5,7
/proc/19745/stat : 19745 (cryptominisat-2) R 19743 19745 19745 0 -1 4202496 354591 0 0 0 99558 94 0 0 25 0 1 0 538337488 943996928 186744 33554432000 4194304 4677096 140733841572864 18446744073709551615 268272385803 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19745/statm: 230468 186744 392 118 0 225427 0
[pid=19743/tid=19849] ppid=19734 vsize=328996 CPUtime=0 cores=1,3,5,7
/proc/19743/task/19849/stat : 19849 (python) S 19734 19734 19634 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 538386526 336891904 15643 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 514 18446604467820383040 0 0 -1 5 0 0 0
[pid=19746] ppid=19734 vsize=339252 CPUtime=1.78 cores=1,3,5,7
/proc/19746/stat : 19746 (python) S 19734 19734 19634 0 -1 4202560 1004 0 0 0 87 91 0 0 18 0 1 0 538337490 347394048 15616 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709190 0 0 16781312 514 17728560670632280328 0 0 17 3 0 0 0
/proc/19746/statm: 84813 15616 370 364 0 20725 0
[pid=19748] ppid=19746 vsize=62168 CPUtime=1196.82 cores=1,3,5,7
/proc/19748/stat : 19748 (lingeling) R 19746 19748 19748 0 -1 4202496 55666 0 0 0 119674 8 0 0 25 0 1 0 538337490 63660032 14712 33554432000 4194304 4352236 140735683700944 18446744073709551615 4207838 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19748/statm: 15542 14712 129 39 0 14622 0
[pid=19749] ppid=19734 vsize=349508 CPUtime=1.93 cores=1,3,5,7
/proc/19749/stat : 19749 (python) S 19734 19734 19634 0 -1 4202560 1030 0 0 0 97 96 0 0 15 0 1 0 538337492 357896192 15620 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709190 0 0 16781312 514 17728560670632280328 0 0 17 1 0 0 0
/proc/19749/statm: 87377 15620 370 364 0 23286 0
[pid=19751] ppid=19749 vsize=924228 CPUtime=1196.93 cores=1,3,5,7
/proc/19751/stat : 19751 (cryptominisat-2) R 19749 19751 19751 0 -1 4202496 391504 0 0 0 119585 108 0 0 25 0 1 0 538337493 946409472 184761 33554432000 4194304 4677096 140735204128976 18446744073709551615 268272385803 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19751/statm: 231057 184761 392 118 0 226016 0
[pid=19828] ppid=19734 vsize=359764 CPUtime=0.47 cores=1,3,5,7
/proc/19828/stat : 19828 (python) S 19734 19734 19634 0 -1 4202560 1174 0 0 0 24 23 0 0 19 0 2 0 538376645 368398336 15654 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19828/statm: 89941 15654 399 364 0 25847 0
[pid=19830] ppid=19828 vsize=82544 CPUtime=295.47 cores=1,3,5,7
/proc/19830/stat : 19830 (precosat) T 19828 19830 19830 0 -1 4202496 21079 0 0 0 29543 4 0 0 25 0 1 0 538376646 84525056 19635 33554432000 4194304 4890832 140735704951424 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/19830/statm: 20636 19635 86 171 0 20463 0
[pid=19828/tid=19918] ppid=19734 vsize=359764 CPUtime=0 cores=1,3,5,7
/proc/19828/task/19918/stat : 19918 (python) S 19734 19734 19634 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538406389 368398336 15654 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 514 18446604454223266752 0 0 -1 7 0 0 0
[pid=19850] ppid=19734 vsize=370020 CPUtime=0.16 cores=1,3,5,7
/proc/19850/stat : 19850 (python) S 19734 19734 19634 0 -1 4202560 1139 0 0 0 9 7 0 0 19 0 2 0 538386528 378900480 15658 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19850/statm: 92505 15658 399 364 0 28408 0
[pid=19852] ppid=19850 vsize=35016 CPUtime=98.96 cores=1,3,5,7
/proc/19852/stat : 19852 (lingeling) T 19850 19852 19852 0 -1 4202496 13839 0 0 0 9894 2 0 0 25 0 1 0 538386529 35856384 7924 33554432000 4194304 4352236 140733837720912 18446744073709551615 4328151 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/19852/statm: 8754 7924 129 39 0 7834 0
[pid=19850/tid=19910] ppid=19734 vsize=370020 CPUtime=0 cores=1,3,5,7
/proc/19850/task/19910/stat : 19910 (python) S 19734 19734 19634 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538396544 378900480 15658 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 514 18446604471130098688 0 0 -1 7 0 0 0
[pid=19734/tid=19741] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19741/stat : 19741 (python) S 19732 19734 19634 0 -1 4202560 34 937 0 0 0 0 0 0 18 0 7 0 538337485 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0
[pid=19734/tid=19744] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19744/stat : 19744 (python) S 19732 19734 19634 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 7 0 538337488 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
[pid=19734/tid=19747] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19747/stat : 19747 (python) S 19732 19734 19634 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 7 0 538337490 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=19734/tid=19750] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19750/stat : 19750 (python) S 19732 19734 19634 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 7 0 538337493 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
[pid=19734/tid=19829] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19829/stat : 19829 (python) S 19732 19734 19634 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 7 0 538376646 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
[pid=19734/tid=19851] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19851/stat : 19851 (python) S 19732 19734 19634 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 7 0 538386529 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 4530024

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

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

[startup+1212.7 s]
/proc/loadavg: 6.61 7.59 5.83 6/222 19964
/proc/meminfo: memFree=23256000/32950928 swapFree=67111464/67111528
[pid=19734] ppid=19732 vsize=380264 CPUtime=14.04 cores=1,3,5,7
/proc/19734/stat : 19734 (python) S 19732 19734 19634 0 -1 4202496 32360 937 1 0 1388 16 0 0 18 0 7 0 538336078 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284515787 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19734/statm: 95066 17148 1886 364 0 30969 0
[pid=19740] ppid=19734 vsize=328984 CPUtime=1.48 cores=1,3,5,7
/proc/19740/stat : 19740 (python) S 19734 19734 19634 0 -1 4202560 1214 0 0 0 75 73 0 0 18 0 2 0 538337485 336879616 15658 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19740/statm: 82246 15658 415 364 0 18164 0
[pid=19742] ppid=19740 vsize=47408 CPUtime=993.9 cores=1,3,5,7
/proc/19742/stat : 19742 (lingeling) R 19740 19742 19742 0 -1 4202496 51247 0 0 0 99383 7 0 0 25 0 1 0 538337485 48545792 11022 33554432000 4194304 4352236 140735150971072 18446744073709551615 4207755 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/19742/statm: 11852 11022 129 39 0 10932 0
[pid=19740/tid=19771] ppid=19734 vsize=328984 CPUtime=0 cores=1,3,5,7
/proc/19740/task/19771/stat : 19771 (python) S 19734 19734 19634 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538347498 336879616 15658 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 514 18446604471137969152 0 0 -1 1 0 0 0
[pid=19743] ppid=19734 vsize=328996 CPUtime=1.64 cores=1,3,5,7
/proc/19743/stat : 19743 (python) S 19734 19734 19634 0 -1 4202560 1179 0 0 0 82 82 0 0 15 0 2 0 538337487 336891904 15643 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709190 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/19743/statm: 82249 15643 400 364 0 18164 0
[pid=19745] ppid=19743 vsize=921872 CPUtime=996.52 cores=1,3,5,7
/proc/19745/stat : 19745 (cryptominisat-2) R 19743 19745 19745 0 -1 4202496 354591 0 0 0 99558 94 0 0 25 0 1 0 538337488 943996928 186744 33554432000 4194304 4677096 140733841572864 18446744073709551615 268272385803 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/19745/statm: 230468 186744 392 118 0 225427 0
[pid=19743/tid=19849] ppid=19734 vsize=328996 CPUtime=0 cores=1,3,5,7
/proc/19743/task/19849/stat : 19849 (python) S 19734 19734 19634 0 -1 4202560 46 0 0 0 0 0 0 0 17 0 2 0 538386526 336891904 15643 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 514 18446604467820383040 0 0 -1 5 0 0 0
[pid=19746] ppid=19734 vsize=339252 CPUtime=1.78 cores=1,3,5,7
/proc/19746/stat : 19746 (python) S 19734 19734 19634 0 -1 4202560 1004 0 0 0 87 91 0 0 18 0 1 0 538337490 347394048 15616 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709190 0 0 16781312 514 17728560670632280328 0 0 17 3 0 0 0
/proc/19746/statm: 84813 15616 370 364 0 20725 0
[pid=19748] ppid=19746 vsize=62168 CPUtime=1196.82 cores=1,3,5,7
/proc/19748/stat : 19748 (lingeling) R 19746 19748 19748 0 -1 4202496 55666 0 0 0 119674 8 0 0 25 0 1 0 538337490 63660032 14712 33554432000 4194304 4352236 140735683700944 18446744073709551615 4207838 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/19748/statm: 15542 14712 129 39 0 14622 0
[pid=19749] ppid=19734 vsize=349508 CPUtime=1.93 cores=1,3,5,7
/proc/19749/stat : 19749 (python) S 19734 19734 19634 0 -1 4202560 1030 0 0 0 97 96 0 0 15 0 1 0 538337492 357896192 15620 33554432000 4194304 5683644 140735196518656 18446744073709551615 268272709190 0 0 16781312 514 17728560670632280328 0 0 17 1 0 0 0
/proc/19749/statm: 87377 15620 370 364 0 23286 0
[pid=19751] ppid=19749 vsize=924228 CPUtime=1196.93 cores=1,3,5,7
/proc/19751/stat : 19751 (cryptominisat-2) R 19749 19751 19751 0 -1 4202496 391504 0 0 0 119585 108 0 0 25 0 1 0 538337493 946409472 184761 33554432000 4194304 4677096 140735204128976 18446744073709551615 268272385803 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/19751/statm: 231057 184761 392 118 0 226016 0
[pid=19828] ppid=19734 vsize=359764 CPUtime=0.47 cores=1,3,5,7
/proc/19828/stat : 19828 (python) S 19734 19734 19634 0 -1 4202560 1174 0 0 0 24 23 0 0 19 0 2 0 538376645 368398336 15654 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19828/statm: 89941 15654 399 364 0 25847 0
[pid=19830] ppid=19828 vsize=82544 CPUtime=295.47 cores=1,3,5,7
/proc/19830/stat : 19830 (precosat) T 19828 19830 19830 0 -1 4202496 21079 0 0 0 29543 4 0 0 25 0 1 0 538376646 84525056 19635 33554432000 4194304 4890832 140735704951424 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/19830/statm: 20636 19635 86 171 0 20463 0
[pid=19828/tid=19918] ppid=19734 vsize=359764 CPUtime=0 cores=1,3,5,7
/proc/19828/task/19918/stat : 19918 (python) S 19734 19734 19634 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538406389 368398336 15654 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 514 18446604454223266752 0 0 -1 7 0 0 0
[pid=19850] ppid=19734 vsize=370020 CPUtime=0.16 cores=1,3,5,7
/proc/19850/stat : 19850 (python) S 19734 19734 19634 0 -1 4202560 1139 0 0 0 9 7 0 0 19 0 2 0 538386528 378900480 15658 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284515787 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/19850/statm: 92505 15658 399 364 0 28408 0
[pid=19852] ppid=19850 vsize=35016 CPUtime=98.96 cores=1,3,5,7
/proc/19852/stat : 19852 (lingeling) T 19850 19852 19852 0 -1 4202496 13839 0 0 0 9894 2 0 0 25 0 1 0 538386529 35856384 7924 33554432000 4194304 4352236 140733837720912 18446744073709551615 4328151 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/19852/statm: 8754 7924 129 39 0 7834 0
[pid=19850/tid=19910] ppid=19734 vsize=370020 CPUtime=0 cores=1,3,5,7
/proc/19850/task/19910/stat : 19910 (python) S 19734 19734 19634 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538396544 378900480 15658 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 514 18446604471130098688 0 0 -1 7 0 0 0
[pid=19734/tid=19741] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19741/stat : 19741 (python) S 19732 19734 19634 0 -1 4202560 34 937 0 0 0 0 0 0 18 0 7 0 538337485 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 5 0 0 0
[pid=19734/tid=19744] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19744/stat : 19744 (python) S 19732 19734 19634 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 7 0 538337488 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
[pid=19734/tid=19747] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19747/stat : 19747 (python) S 19732 19734 19634 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 7 0 538337490 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 3 0 0 0
[pid=19734/tid=19750] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19750/stat : 19750 (python) S 19732 19734 19634 0 -1 4202560 29 937 0 0 0 0 0 0 25 0 7 0 538337493 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
[pid=19734/tid=19829] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19829/stat : 19829 (python) S 19732 19734 19634 0 -1 4202560 29 937 0 0 0 0 0 0 20 0 7 0 538376646 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
[pid=19734/tid=19851] ppid=19732 vsize=380264 CPUtime=0 cores=1,3,5,7
/proc/19734/task/19851/stat : 19851 (python) S 19732 19734 19634 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 7 0 538386529 389390336 17148 33554432000 4194304 5683644 140735196518656 18446744073709551615 268284512689 0 0 16781312 2 18446604454223472448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 4530024

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1212.75
CPU time (s): 4800.1
CPU user time (s): 4793.99
CPU system time (s): 6.11
CPU usage (%): 395.803
Max. virtual memory (cumulated for all children) (KiB): 4735956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.9059
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33314
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= 2962
involuntary context switches= 49

runsolver used 2.32365 second user time and 5.9251 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-01 18:29:33
IDJOB=3317882
IDBENCH=70781
IDSOLVER=1706
FILE ID=node122/3317882-1304267372
RUNJOBID= node122-1304267283-19653
PBS_JOBID= 13173957
Free space on /tmp= 73364 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317882-1304267372/watcher-3317882-1304267372 -o /tmp/evaluation-result-3317882-1304267372/solver-3317882-1304267372 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317882-1304267372.cnf -seed 867666104 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=867666104

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29733204 kB
Buffers:        357796 kB
Cached:        1894212 kB
SwapCached:         64 kB
Active:        1067296 kB
Inactive:      1795928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29733204 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           35356 kB
Writeback:           0 kB
AnonPages:      610940 kB
Mapped:          20872 kB
Slab:           285676 kB
PageTables:       9144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1241412 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= 73028 MiB
End job on node122 at 2011-05-01 18:49:48