Trace number 3317694

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.11 1205.75

General information on the benchmark

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

Solver Data

0.39/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/0.64	c INFO: solving HOME/instance-3317694-1304267842.cnf
0.39/0.64	c INFO: computing task features
0.68/0.91	c INFO: computed variable-clause graph statistics
0.68/0.92	c INFO: computed clause balance statistics
2.08/2.38	c INFO: computed variable balance statistics
3.18/3.49	c INFO: computed small-clause counts
3.28/3.50	c INFO: computed Horn-clause counts
4.48/4.78	c INFO: computed variable graph statistics
4.48/4.78	c INFO: collected features for HOME/instance-3317694-1304267842.cnf in 4.13 s
4.59/4.80	c INFO: running lingeling-276@0 for 97 with 4795 remaining (b = 0.32)
4.59/4.83	c INFO: running cryptominisat-2.9.0@0 for 485 with 4795 remaining (b = 0.33)
4.59/4.85	c INFO: running lingeling-276@0 for 1261 with 4795 remaining (b = 0.49)
4.59/4.87	c INFO: running lingeling-276@0 for 1261 with 4795 remaining (b = 0.42)
404.10/104.97	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4695 remaining (b = 0.50)
1953.78/493.06	c INFO: running lingeling-276@0 for 97 with 4307 remaining (b = 0.08)
2341.99/590.22	c INFO: running lingeling-276@96 for 97 with 4210 remaining (b = 0.08)
2745.74/691.37	c INFO: running precosat-570@0 for 388 with 4109 remaining (b = 0.21)
4321.65/1085.93	c INFO: running lingeling-276@197 for 388 with 3714 remaining (b = 0.17)
4800.11/1205.73	c INFO: running lingeling-276@0 for 97 with 3594 remaining (b = 0.18)

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-3317694-1304267842/watcher-3317694-1304267842 -o /tmp/evaluation-result-3317694-1304267842/solver-3317694-1304267842 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317694-1304267842.cnf -seed 824782661 -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: 7.77 5.13 2.36 5/217 20833
/proc/meminfo: memFree=21272984/32950928 swapFree=67111404/67111528
[pid=20833] ppid=20831 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/20833/stat : 20833 (python) R 20831 20833 20569 0 -1 4202496 795 0 0 0 0 0 0 0 17 0 1 0 538383013 15749120 681 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594862437 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20833/statm: 3845 681 322 364 0 332 0

[startup+0.0436779 s]
/proc/loadavg: 7.77 5.13 2.36 5/217 20833
/proc/meminfo: memFree=21272984/32950928 swapFree=67111404/67111528
[pid=20833] ppid=20831 vsize=18880 CPUtime=0.02 cores=1,3,5,7
/proc/20833/stat : 20833 (python) R 20831 20833 20569 0 -1 4202496 1287 0 0 0 2 0 0 0 17 0 1 0 538383013 19333120 1139 33554432000 4194304 5683644 140737359923664 18446744073709551615 4868000 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20833/statm: 4720 1139 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100673 s]
/proc/loadavg: 7.77 5.13 2.36 5/217 20833
/proc/meminfo: memFree=21272984/32950928 swapFree=67111404/67111528
[pid=20833] ppid=20831 vsize=93960 CPUtime=0.06 cores=1,3,5,7
/proc/20833/stat : 20833 (python) R 20831 20833 20569 0 -1 4202496 2693 0 0 0 5 1 0 0 17 0 1 0 538383013 96215040 2407 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594864640 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/20833/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.300635 s]
/proc/loadavg: 7.77 5.13 2.36 5/217 20833
/proc/meminfo: memFree=21272984/32950928 swapFree=67111404/67111528
[pid=20833] ppid=20831 vsize=135748 CPUtime=0.2 cores=1,3,5,7
/proc/20833/stat : 20833 (python) R 20831 20833 20569 0 -1 4202496 5966 935 1 0 14 6 0 0 18 0 1 0 538383013 139005952 4150 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594862597 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20833/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700625 s]
/proc/loadavg: 7.77 5.13 2.36 5/217 20833
/proc/meminfo: memFree=21272984/32950928 swapFree=67111404/67111528
[pid=20833] ppid=20831 vsize=283356 CPUtime=0.48 cores=1,3,5,7
/proc/20833/stat : 20833 (python) R 20831 20833 20569 0 -1 4202496 10572 935 1 0 35 13 0 0 16 0 1 0 538383013 290156544 8146 33554432000 4194304 5683644 140737359923664 18446744073709551615 47787380196691 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20833/statm: 70839 8146 1761 364 0 6763 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 283356

[startup+1.50042 s]
/proc/loadavg: 7.55 5.13 2.38 6/218 20838
/proc/meminfo: memFree=21234104/32950928 swapFree=67111404/67111528
[pid=20833] ppid=20831 vsize=295464 CPUtime=1.28 cores=1,3,5,7
/proc/20833/stat : 20833 (python) R 20831 20833 20569 0 -1 4202496 16939 935 1 0 114 14 0 0 17 0 1 0 538383013 302555136 11251 33554432000 4194304 5683644 140737359923664 18446744073709551615 47787216826581 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20833/statm: 73866 11251 1826 364 0 9790 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 295464

[startup+3.10014 s]
/proc/loadavg: 7.55 5.13 2.38 6/218 20838
/proc/meminfo: memFree=21233608/32950928 swapFree=67111404/67111528
[pid=20833] ppid=20831 vsize=295464 CPUtime=2.88 cores=1,3,5,7
/proc/20833/stat : 20833 (python) R 20831 20833 20569 0 -1 4202496 16940 935 1 0 274 14 0 0 20 0 1 0 538383013 302555136 11252 33554432000 4194304 5683644 140737359923664 18446744073709551615 4539104 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20833/statm: 73866 11252 1827 364 0 9790 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 295464

[startup+6.30058 s]
/proc/loadavg: 7.55 5.13 2.38 9/230 20851
/proc/meminfo: memFree=21164972/32950928 swapFree=67111404/67111528
[pid=20833] ppid=20831 vsize=327684 CPUtime=4.65 cores=1,3,5,7
/proc/20833/stat : 20833 (python) S 20831 20833 20569 0 -1 4202496 19991 935 1 0 450 15 0 0 25 0 5 0 538383013 335548416 9118 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20833/statm: 81921 9118 1881 364 0 17830 0
[pid=20840] ppid=20833 vsize=286908 CPUtime=0 cores=1,3,5,7
/proc/20840/stat : 20840 (python) S 20833 20833 20569 0 -1 4202560 812 0 0 0 0 0 0 0 18 0 1 0 538383494 293793792 7461 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886671 0 0 16781312 514 14864930744018403327 0 0 17 5 0 0 0
/proc/20840/statm: 71727 7461 360 364 0 7645 0
[pid=20842] ppid=20840 vsize=13460 CPUtime=1.47 cores=1,3,5,7
/proc/20842/stat : 20842 (lingeling) R 20840 20842 20842 0 -1 4202496 4176 0 0 0 147 0 0 0 25 0 1 0 538383494 13783040 2532 33554432000 4194304 4352236 140735375096800 18446744073709551615 4229934 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/20842/statm: 3365 2532 126 39 0 2445 0
[pid=20843] ppid=20833 vsize=297592 CPUtime=0 cores=1,3,5,7
/proc/20843/stat : 20843 (python) S 20833 20833 20569 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 538383496 304734208 7485 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 5601787760974201096 0 0 17 5 0 0 0
/proc/20843/statm: 74398 7485 349 364 0 10313 0
[pid=20845] ppid=20843 vsize=85164 CPUtime=1.45 cores=1,3,5,7
/proc/20845/stat : 20845 (cryptominisat-2) R 20843 20845 20845 0 -1 4202496 15339 0 0 0 143 2 0 0 25 0 1 0 538383496 87207936 14554 33554432000 4194304 4677096 140733369936672 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20845/statm: 21291 14554 391 118 0 16250 0
[pid=20846] ppid=20833 vsize=307556 CPUtime=0 cores=1,3,5,7
/proc/20846/stat : 20846 (python) S 20833 20833 20569 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 538383498 314937344 7579 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 4437588526946582527 0 0 17 1 0 0 0
/proc/20846/statm: 76889 7579 349 364 0 12801 0
[pid=20848] ppid=20846 vsize=13496 CPUtime=1.43 cores=1,3,5,7
/proc/20848/stat : 20848 (lingeling) R 20846 20848 20848 0 -1 4202496 4187 0 0 0 143 0 0 0 25 0 1 0 538383499 13819904 2541 33554432000 4194304 4352236 140733615830128 18446744073709551615 4230400 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20848/statm: 3374 2541 126 39 0 2454 0
[pid=20849] ppid=20833 vsize=317856 CPUtime=0 cores=1,3,5,7
/proc/20849/stat : 20849 (python) S 20833 20833 20569 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 538383501 325484544 7583 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 4332081040412639231 0 0 17 3 0 0 0
/proc/20849/statm: 79464 7583 349 364 0 15373 0
[pid=20851] ppid=20849 vsize=13448 CPUtime=1.41 cores=1,3,5,7
/proc/20851/stat : 20851 (lingeling) R 20849 20851 20851 0 -1 4202496 4174 0 0 0 141 0 0 0 25 0 1 0 538383501 13770752 2529 33554432000 4194304 4352236 140737377141296 18446744073709551615 4213002 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20851/statm: 3362 2529 126 39 0 2442 0
[pid=20833/tid=20841] ppid=20831 vsize=327684 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20841/stat : 20841 (python) S 20831 20833 20569 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538383494 335548416 9118 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 7 0 0 0
[pid=20833/tid=20844] ppid=20831 vsize=327684 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20844/stat : 20844 (python) S 20831 20833 20569 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 538383496 335548416 9118 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 5 0 0 0
[pid=20833/tid=20847] ppid=20831 vsize=327684 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20847/stat : 20847 (python) S 20831 20833 20569 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538383498 335548416 9118 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 1 0 0 0
[pid=20833/tid=20850] ppid=20831 vsize=327684 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20850/stat : 20850 (python) S 20831 20833 20569 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538383501 335548416 9118 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.41
Current children cumulated vsize (KiB) 1663164

[startup+12.7015 s]
/proc/loadavg: 7.62 5.22 2.44 9/230 20851
/proc/meminfo: memFree=21141612/32950928 swapFree=67111404/67111528
[pid=20833] ppid=20831 vsize=327684 CPUtime=4.65 cores=1,3,5,7
/proc/20833/stat : 20833 (python) S 20831 20833 20569 0 -1 4202496 19991 935 1 0 450 15 0 0 25 0 5 0 538383013 335548416 9118 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20833/statm: 81921 9118 1881 364 0 17830 0
[pid=20840] ppid=20833 vsize=286908 CPUtime=0 cores=1,3,5,7
/proc/20840/stat : 20840 (python) S 20833 20833 20569 0 -1 4202560 980 0 0 0 0 0 0 0 18 0 1 0 538383494 293793792 7484 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886671 0 0 16781312 514 14864930744018370822 0 0 17 5 0 0 0
/proc/20840/statm: 71727 7484 383 364 0 7645 0
[pid=20842] ppid=20840 vsize=13460 CPUtime=7.83 cores=1,3,5,7
/proc/20842/stat : 20842 (lingeling) R 20840 20842 20842 0 -1 4202496 4436 0 0 0 783 0 0 0 25 0 1 0 538383494 13783040 2280 33554432000 4194304 4352236 140735375096800 18446744073709551615 4328839 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/20842/statm: 3365 2280 129 39 0 2445 0
[pid=20843] ppid=20833 vsize=297592 CPUtime=0 cores=1,3,5,7
/proc/20843/stat : 20843 (python) S 20833 20833 20569 0 -1 4202560 902 0 0 0 0 0 0 0 15 0 1 0 538383496 304734208 7507 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 5354999863564009736 0 0 17 5 0 0 0
/proc/20843/statm: 74398 7507 371 364 0 10313 0
[pid=20845] ppid=20843 vsize=85164 CPUtime=7.84 cores=1,3,5,7
/proc/20845/stat : 20845 (cryptominisat-2) R 20843 20845 20845 0 -1 4202496 15665 0 0 0 782 2 0 0 25 0 1 0 538383496 87207936 14880 33554432000 4194304 4677096 140733369936672 18446744073709551615 4358587 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20845/statm: 21291 14880 392 118 0 16250 0
[pid=20846] ppid=20833 vsize=307556 CPUtime=0 cores=1,3,5,7
/proc/20846/stat : 20846 (python) S 20833 20833 20569 0 -1 4202560 910 0 0 0 0 0 0 0 18 0 1 0 538383498 314937344 7602 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 4437588526946550021 0 0 17 1 0 0 0
/proc/20846/statm: 76889 7602 372 364 0 12801 0
[pid=20848] ppid=20846 vsize=13496 CPUtime=7.82 cores=1,3,5,7
/proc/20848/stat : 20848 (lingeling) R 20846 20848 20848 0 -1 4202496 4447 0 0 0 782 0 0 0 25 0 1 0 538383499 13819904 2289 33554432000 4194304 4352236 140733615830128 18446744073709551615 4207597 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20848/statm: 3374 2289 129 39 0 2454 0
[pid=20849] ppid=20833 vsize=317856 CPUtime=0 cores=1,3,5,7
/proc/20849/stat : 20849 (python) S 20833 20833 20569 0 -1 4202560 916 0 0 0 0 0 0 0 18 0 1 0 538383501 325484544 7606 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 4332081040412606727 0 0 17 3 0 0 0
/proc/20849/statm: 79464 7606 372 364 0 15373 0
[pid=20851] ppid=20849 vsize=13448 CPUtime=7.8 cores=1,3,5,7
/proc/20851/stat : 20851 (lingeling) R 20849 20851 20851 0 -1 4202496 4434 0 0 0 780 0 0 0 25 0 1 0 538383501 13770752 2277 33554432000 4194304 4352236 140737377141296 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20851/statm: 3362 2277 129 39 0 2442 0
[pid=20833/tid=20841] ppid=20831 vsize=327684 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20841/stat : 20841 (python) S 20831 20833 20569 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538383494 335548416 9118 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 7 0 0 0
[pid=20833/tid=20844] ppid=20831 vsize=327684 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20844/stat : 20844 (python) S 20831 20833 20569 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 538383496 335548416 9118 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 5 0 0 0
[pid=20833/tid=20847] ppid=20831 vsize=327684 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20847/stat : 20847 (python) S 20831 20833 20569 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538383498 335548416 9118 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 1 0 0 0
[pid=20833/tid=20850] ppid=20831 vsize=327684 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20850/stat : 20850 (python) S 20831 20833 20569 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538383501 335548416 9118 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 35.94
Current children cumulated vsize (KiB) 1663164

[startup+25.5012 s]
/proc/loadavg: 7.68 5.31 2.50 9/246 20867
/proc/meminfo: memFree=19775608/32950928 swapFree=67111404/67111528
[pid=20833] ppid=20831 vsize=327684 CPUtime=4.65 cores=1,3,5,7
/proc/20833/stat : 20833 (python) S 20831 20833 20569 0 -1 4202496 19991 935 1 0 450 15 0 0 25 0 5 0 538383013 335548416 9118 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20833/statm: 81921 9118 1881 364 0 17830 0
[pid=20840] ppid=20833 vsize=286908 CPUtime=0.02 cores=1,3,5,7
/proc/20840/stat : 20840 (python) S 20833 20833 20569 0 -1 4202560 987 0 0 0 1 1 0 0 18 0 1 0 538383494 293793792 7484 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886671 0 0 16781312 514 5807901892889510150 0 0 17 5 0 0 0
/proc/20840/statm: 71727 7484 383 364 0 7645 0
[pid=20842] ppid=20840 vsize=13460 CPUtime=20.54 cores=1,3,5,7
/proc/20842/stat : 20842 (lingeling) R 20840 20842 20842 0 -1 4202496 4436 0 0 0 2054 0 0 0 25 0 1 0 538383494 13783040 2280 33554432000 4194304 4352236 140735375096800 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/20842/statm: 3365 2280 129 39 0 2445 0
[pid=20843] ppid=20833 vsize=297592 CPUtime=0.02 cores=1,3,5,7
/proc/20843/stat : 20843 (python) S 20833 20833 20569 0 -1 4202560 908 0 0 0 1 1 0 0 15 0 1 0 538383496 304734208 7508 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 5807901892889510152 0 0 17 5 0 0 0
/proc/20843/statm: 74398 7508 372 364 0 10313 0
[pid=20845] ppid=20843 vsize=86864 CPUtime=20.6 cores=1,3,5,7
/proc/20845/stat : 20845 (cryptominisat-2) R 20843 20845 20845 0 -1 4202496 16713 0 0 0 2057 3 0 0 25 0 1 0 538383496 88948736 14679 33554432000 4194304 4677096 140733369936672 18446744073709551615 4338365 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/20845/statm: 21716 14679 392 118 0 16675 0
[pid=20846] ppid=20833 vsize=307556 CPUtime=0.02 cores=1,3,5,7
/proc/20846/stat : 20846 (python) S 20833 20833 20569 0 -1 4202560 921 0 0 0 1 1 0 0 18 0 1 0 538383498 314937344 7602 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 5807901892889510149 0 0 17 1 0 0 0
/proc/20846/statm: 76889 7602 372 364 0 12801 0
[pid=20848] ppid=20846 vsize=13496 CPUtime=20.6 cores=1,3,5,7
/proc/20848/stat : 20848 (lingeling) R 20846 20848 20848 0 -1 4202496 4447 0 0 0 2060 0 0 0 25 0 1 0 538383499 13819904 2289 33554432000 4194304 4352236 140733615830128 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20848/statm: 3374 2289 129 39 0 2454 0
[pid=20849] ppid=20833 vsize=317856 CPUtime=0.02 cores=1,3,5,7
/proc/20849/stat : 20849 (python) S 20833 20833 20569 0 -1 4202560 919 0 0 0 1 1 0 0 18 0 1 0 538383501 325484544 7606 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 5807901892889510151 0 0 17 3 0 0 0
/proc/20849/statm: 79464 7606 372 364 0 15373 0
[pid=20851] ppid=20849 vsize=13448 CPUtime=20.58 cores=1,3,5,7
/proc/20851/stat : 20851 (lingeling) R 20849 20851 20851 0 -1 4202496 4434 0 0 0 2058 0 0 0 25 0 1 0 538383501 13770752 2277 33554432000 4194304 4352236 140737377141296 18446744073709551615 4208094 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20851/statm: 3362 2277 129 39 0 2442 0
[pid=20833/tid=20841] ppid=20831 vsize=327684 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20841/stat : 20841 (python) S 20831 20833 20569 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538383494 335548416 9118 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 7 0 0 0
[pid=20833/tid=20844] ppid=20831 vsize=327684 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20844/stat : 20844 (python) S 20831 20833 20569 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 538383496 335548416 9118 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 5 0 0 0
[pid=20833/tid=20847] ppid=20831 vsize=327684 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20847/stat : 20847 (python) S 20831 20833 20569 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538383498 335548416 9118 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 1 0 0 0

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

/proc/20976/stat : 20976 (python) S 20833 20833 20569 0 -1 4202560 1162 0 0 0 27 31 0 0 19 0 2 0 538452151 346898432 7643 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20976/statm: 84692 7643 400 364 0 20595 0
[pid=20978] ppid=20976 vsize=34484 CPUtime=392.74 cores=1,3,5,7
/proc/20978/stat : 20978 (precosat) T 20976 20978 20978 0 -1 4202496 9101 0 0 0 39273 1 0 0 25 0 1 0 538452151 35311616 8327 33554432000 4194304 4890832 140736067200880 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/20978/statm: 8621 8327 86 171 0 8448 0
[pid=20976/tid=20990] ppid=20833 vsize=338768 CPUtime=0 cores=1,3,5,7
/proc/20976/task/20990/stat : 20990 (python) S 20833 20833 20569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538491604 346898432 7643 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 514 18446604458885689664 0 0 -1 3 0 0 0
[pid=20833/tid=20841] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20841/stat : 20841 (python) S 20831 20833 20569 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 7 0 538383494 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 7 0 0 0
[pid=20833/tid=20844] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20844/stat : 20844 (python) S 20831 20833 20569 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 7 0 538383496 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 5 0 0 0
[pid=20833/tid=20847] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20847/stat : 20847 (python) S 20831 20833 20569 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 7 0 538383498 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 1 0 0 0
[pid=20833/tid=20850] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20850/stat : 20850 (python) S 20831 20833 20569 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 7 0 538383501 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 3 0 0 0
[pid=20833/tid=20872] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20872/stat : 20872 (python) S 20831 20833 20569 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 7 0 538393510 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 3 0 0 0
[pid=20833/tid=20977] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20977/stat : 20977 (python) S 20831 20833 20569 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 7 0 538452151 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4706.63
Current children cumulated vsize (KiB) 2706992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.7 s]
/proc/loadavg: 7.10 7.07 5.88 8/224 20993
/proc/meminfo: memFree=12366044/32950928 swapFree=67111404/67111528
[pid=20833] ppid=20831 vsize=348348 CPUtime=4.77 cores=1,3,5,7
/proc/20833/stat : 20833 (python) S 20831 20833 20569 0 -1 4202496 22181 935 1 0 461 16 0 0 18 0 7 0 538383013 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20833/statm: 87087 9169 1886 364 0 22990 0
[pid=20840] ppid=20833 vsize=297152 CPUtime=0.63 cores=1,3,5,7
/proc/20840/stat : 20840 (python) S 20833 20833 20569 0 -1 4202560 1210 0 0 0 30 33 0 0 18 0 2 0 538383494 304283648 7522 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20840/statm: 74288 7522 416 364 0 10206 0
[pid=20842] ppid=20840 vsize=15508 CPUtime=416.21 cores=1,3,5,7
/proc/20842/stat : 20842 (lingeling) R 20840 20842 20842 0 -1 4202496 6512 0 0 0 41620 1 0 0 25 0 1 0 538383494 15880192 2820 33554432000 4194304 4352236 140735375096800 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20842/statm: 3877 2820 129 39 0 2957 0
[pid=20840/tid=20870] ppid=20833 vsize=297152 CPUtime=0 cores=1,3,5,7
/proc/20840/task/20870/stat : 20870 (python) S 20833 20833 20569 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538393508 304283648 7522 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 514 18446604469258606528 0 0 -1 5 0 0 0
[pid=20843] ppid=20833 vsize=297592 CPUtime=0.76 cores=1,3,5,7
/proc/20843/stat : 20843 (python) S 20833 20833 20569 0 -1 4202560 1127 0 0 0 38 38 0 0 16 0 2 0 538383496 304734208 7537 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20843/statm: 74398 7537 400 364 0 10313 0
[pid=20845] ppid=20843 vsize=195440 CPUtime=485.35 cores=1,3,5,7
/proc/20845/stat : 20845 (cryptominisat-2) T 20843 20845 20845 0 -1 4202496 57699 0 0 0 48517 18 0 0 25 0 1 0 538383496 200130560 32031 33554432000 4194304 4677096 140733369936672 18446744073709551615 4334573 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/20845/statm: 48860 32031 393 118 0 43819 0
[pid=20843/tid=20970] ppid=20833 vsize=297592 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20970/stat : 20970 (python) S 20833 20833 20569 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538432317 304734208 7537 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 514 18446604460003611008 0 0 -1 5 0 0 0
[pid=20846] ppid=20833 vsize=307556 CPUtime=1.8 cores=1,3,5,7
/proc/20846/stat : 20846 (python) S 20833 20833 20569 0 -1 4202560 985 0 0 0 85 95 0 0 18 0 1 0 538383498 314937344 7602 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 5807901892889510149 0 0 17 1 0 0 0
/proc/20846/statm: 76889 7602 372 364 0 12801 0
[pid=20848] ppid=20846 vsize=22344 CPUtime=1198.88 cores=1,3,5,7
/proc/20848/stat : 20848 (lingeling) R 20846 20848 20848 0 -1 4202496 13570 0 0 0 119886 2 0 0 25 0 1 0 538383499 22880256 4756 33554432000 4194304 4352236 140733615830128 18446744073709551615 4328079 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20848/statm: 5586 4756 129 39 0 4666 0
[pid=20849] ppid=20833 vsize=317856 CPUtime=1.79 cores=1,3,5,7
/proc/20849/stat : 20849 (python) S 20833 20833 20569 0 -1 4202560 978 0 0 0 86 93 0 0 18 0 1 0 538383501 325484544 7606 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 5807901892889510151 0 0 17 3 0 0 0
/proc/20849/statm: 79464 7606 372 364 0 15373 0
[pid=20851] ppid=20849 vsize=22084 CPUtime=1199.61 cores=1,3,5,7
/proc/20851/stat : 20851 (lingeling) R 20849 20851 20851 0 -1 4202496 11968 0 0 0 119960 1 0 0 25 0 1 0 538383501 22614016 4691 33554432000 4194304 4352236 140737377141296 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20851/statm: 5521 4691 129 39 0 4601 0
[pid=20871] ppid=20833 vsize=328108 CPUtime=1.7 cores=1,3,5,7
/proc/20871/stat : 20871 (python) S 20833 20833 20569 0 -1 4202560 1003 0 0 0 81 89 0 0 15 0 1 0 538393510 335982592 7610 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 5807901892889510149 0 0 17 3 0 0 0
/proc/20871/statm: 82027 7610 372 364 0 17933 0
[pid=20873] ppid=20871 vsize=233616 CPUtime=1095.29 cores=1,3,5,7
/proc/20873/stat : 20873 (cryptominisat-2) R 20871 20873 20873 0 -1 4202496 70696 0 0 0 109504 25 0 0 25 0 1 0 538393510 239222784 41279 33554432000 4194304 4677096 140733693662464 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/20873/statm: 58404 41279 393 118 0 53363 0
[pid=20976] ppid=20833 vsize=338768 CPUtime=0.58 cores=1,3,5,7
/proc/20976/stat : 20976 (python) S 20833 20833 20569 0 -1 4202560 1162 0 0 0 27 31 0 0 19 0 2 0 538452151 346898432 7643 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20976/statm: 84692 7643 400 364 0 20595 0
[pid=20978] ppid=20976 vsize=34484 CPUtime=392.74 cores=1,3,5,7
/proc/20978/stat : 20978 (precosat) T 20976 20978 20978 0 -1 4202496 9101 0 0 0 39273 1 0 0 25 0 1 0 538452151 35311616 8327 33554432000 4194304 4890832 140736067200880 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/20978/statm: 8621 8327 86 171 0 8448 0
[pid=20976/tid=20990] ppid=20833 vsize=338768 CPUtime=0 cores=1,3,5,7
/proc/20976/task/20990/stat : 20990 (python) S 20833 20833 20569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538491604 346898432 7643 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 514 18446604458885689664 0 0 -1 3 0 0 0
[pid=20833/tid=20841] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20841/stat : 20841 (python) S 20831 20833 20569 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 7 0 538383494 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 7 0 0 0
[pid=20833/tid=20844] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20844/stat : 20844 (python) S 20831 20833 20569 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 7 0 538383496 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 5 0 0 0
[pid=20833/tid=20847] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20847/stat : 20847 (python) S 20831 20833 20569 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 7 0 538383498 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 1 0 0 0
[pid=20833/tid=20850] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20850/stat : 20850 (python) S 20831 20833 20569 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 7 0 538383501 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 3 0 0 0
[pid=20833/tid=20872] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20872/stat : 20872 (python) S 20831 20833 20569 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 7 0 538393510 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 3 0 0 0
[pid=20833/tid=20977] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20977/stat : 20977 (python) S 20831 20833 20569 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 7 0 538452151 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 2758856

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

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

[startup+1205.7 s]
/proc/loadavg: 7.10 7.07 5.88 8/224 20993
/proc/meminfo: memFree=12366044/32950928 swapFree=67111404/67111528
[pid=20833] ppid=20831 vsize=348348 CPUtime=4.77 cores=1,3,5,7
/proc/20833/stat : 20833 (python) S 20831 20833 20569 0 -1 4202496 22181 935 1 0 461 16 0 0 18 0 7 0 538383013 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20833/statm: 87087 9169 1886 364 0 22990 0
[pid=20840] ppid=20833 vsize=297152 CPUtime=0.63 cores=1,3,5,7
/proc/20840/stat : 20840 (python) S 20833 20833 20569 0 -1 4202560 1210 0 0 0 30 33 0 0 18 0 2 0 538383494 304283648 7522 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20840/statm: 74288 7522 416 364 0 10206 0
[pid=20842] ppid=20840 vsize=15508 CPUtime=416.21 cores=1,3,5,7
/proc/20842/stat : 20842 (lingeling) R 20840 20842 20842 0 -1 4202496 6512 0 0 0 41620 1 0 0 25 0 1 0 538383494 15880192 2820 33554432000 4194304 4352236 140735375096800 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/20842/statm: 3877 2820 129 39 0 2957 0
[pid=20840/tid=20870] ppid=20833 vsize=297152 CPUtime=0 cores=1,3,5,7
/proc/20840/task/20870/stat : 20870 (python) S 20833 20833 20569 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538393508 304283648 7522 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 514 18446604469258606528 0 0 -1 5 0 0 0
[pid=20843] ppid=20833 vsize=297592 CPUtime=0.76 cores=1,3,5,7
/proc/20843/stat : 20843 (python) S 20833 20833 20569 0 -1 4202560 1127 0 0 0 38 38 0 0 16 0 2 0 538383496 304734208 7537 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/20843/statm: 74398 7537 400 364 0 10313 0
[pid=20845] ppid=20843 vsize=195440 CPUtime=485.35 cores=1,3,5,7
/proc/20845/stat : 20845 (cryptominisat-2) T 20843 20845 20845 0 -1 4202496 57699 0 0 0 48517 18 0 0 25 0 1 0 538383496 200130560 32031 33554432000 4194304 4677096 140733369936672 18446744073709551615 4334573 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/20845/statm: 48860 32031 393 118 0 43819 0
[pid=20843/tid=20970] ppid=20833 vsize=297592 CPUtime=0 cores=1,3,5,7
/proc/20843/task/20970/stat : 20970 (python) S 20833 20833 20569 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538432317 304734208 7537 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 514 18446604460003611008 0 0 -1 5 0 0 0
[pid=20846] ppid=20833 vsize=307556 CPUtime=1.8 cores=1,3,5,7
/proc/20846/stat : 20846 (python) S 20833 20833 20569 0 -1 4202560 985 0 0 0 85 95 0 0 18 0 1 0 538383498 314937344 7602 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 5807901892889510149 0 0 17 1 0 0 0
/proc/20846/statm: 76889 7602 372 364 0 12801 0
[pid=20848] ppid=20846 vsize=22344 CPUtime=1198.88 cores=1,3,5,7
/proc/20848/stat : 20848 (lingeling) R 20846 20848 20848 0 -1 4202496 13570 0 0 0 119886 2 0 0 25 0 1 0 538383499 22880256 4756 33554432000 4194304 4352236 140733615830128 18446744073709551615 4328079 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20848/statm: 5586 4756 129 39 0 4666 0
[pid=20849] ppid=20833 vsize=317856 CPUtime=1.79 cores=1,3,5,7
/proc/20849/stat : 20849 (python) S 20833 20833 20569 0 -1 4202560 978 0 0 0 86 93 0 0 18 0 1 0 538383501 325484544 7606 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 5807901892889510151 0 0 17 3 0 0 0
/proc/20849/statm: 79464 7606 372 364 0 15373 0
[pid=20851] ppid=20849 vsize=22084 CPUtime=1199.61 cores=1,3,5,7
/proc/20851/stat : 20851 (lingeling) R 20849 20851 20851 0 -1 4202496 11968 0 0 0 119960 1 0 0 25 0 1 0 538383501 22614016 4691 33554432000 4194304 4352236 140737377141296 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20851/statm: 5521 4691 129 39 0 4601 0
[pid=20871] ppid=20833 vsize=328108 CPUtime=1.7 cores=1,3,5,7
/proc/20871/stat : 20871 (python) S 20833 20833 20569 0 -1 4202560 1003 0 0 0 81 89 0 0 15 0 1 0 538393510 335982592 7610 33554432000 4194304 5683644 140737359923664 18446744073709551615 235594886726 0 0 16781312 514 5807901892889510149 0 0 17 3 0 0 0
/proc/20871/statm: 82027 7610 372 364 0 17933 0
[pid=20873] ppid=20871 vsize=233616 CPUtime=1095.29 cores=1,3,5,7
/proc/20873/stat : 20873 (cryptominisat-2) R 20871 20873 20873 0 -1 4202496 70696 0 0 0 109504 25 0 0 25 0 1 0 538393510 239222784 41279 33554432000 4194304 4677096 140733693662464 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/20873/statm: 58404 41279 393 118 0 53363 0
[pid=20976] ppid=20833 vsize=338768 CPUtime=0.58 cores=1,3,5,7
/proc/20976/stat : 20976 (python) S 20833 20833 20569 0 -1 4202560 1162 0 0 0 27 31 0 0 19 0 2 0 538452151 346898432 7643 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/20976/statm: 84692 7643 400 364 0 20595 0
[pid=20978] ppid=20976 vsize=34484 CPUtime=392.74 cores=1,3,5,7
/proc/20978/stat : 20978 (precosat) T 20976 20978 20978 0 -1 4202496 9101 0 0 0 39273 1 0 0 25 0 1 0 538452151 35311616 8327 33554432000 4194304 4890832 140736067200880 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/20978/statm: 8621 8327 86 171 0 8448 0
[pid=20976/tid=20990] ppid=20833 vsize=338768 CPUtime=0 cores=1,3,5,7
/proc/20976/task/20990/stat : 20990 (python) S 20833 20833 20569 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538491604 346898432 7643 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 514 18446604458885689664 0 0 -1 3 0 0 0
[pid=20833/tid=20841] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20841/stat : 20841 (python) S 20831 20833 20569 0 -1 4202560 34 935 0 0 0 0 0 0 18 0 7 0 538383494 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 7 0 0 0
[pid=20833/tid=20844] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20844/stat : 20844 (python) S 20831 20833 20569 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 7 0 538383496 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 5 0 0 0
[pid=20833/tid=20847] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20847/stat : 20847 (python) S 20831 20833 20569 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 7 0 538383498 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 1 0 0 0
[pid=20833/tid=20850] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20850/stat : 20850 (python) S 20831 20833 20569 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 7 0 538383501 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 3 0 0 0
[pid=20833/tid=20872] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20872/stat : 20872 (python) S 20831 20833 20569 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 7 0 538393510 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 3 0 0 0
[pid=20833/tid=20977] ppid=20831 vsize=348348 CPUtime=0 cores=1,3,5,7
/proc/20833/task/20977/stat : 20977 (python) S 20831 20833 20569 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 7 0 538452151 356708352 9169 33554432000 4194304 5683644 140737359923664 18446744073709551615 235606690225 0 0 16781312 2 18446604465664134144 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.11
Current children cumulated vsize (KiB) 2758856

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20833 and gives
#  childrusage.ru_utime.tv_sec=1622
#  childrusage.ru_utime.tv_usec=883284
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=813572
# CPU time returned by wait4() is 1625.7
# while last known CPU time is 4800.11
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1205.75
CPU time (s): 4800.11
CPU user time (s): 4795.68
CPU system time (s): 4.43
CPU usage (%): 398.103
Max. virtual memory (cumulated for all children) (KiB): 2758856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1622.88
system time used= 2.81357
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46963
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= 6331
involuntary context switches= 5950

runsolver used 2.14967 second user time and 5.67014 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-01 18:37:22
IDJOB=3317694
IDBENCH=70849
IDSOLVER=1706
FILE ID=node120/3317694-1304267842
RUNJOBID= node120-1304267283-20588
PBS_JOBID= 13173959
Free space on /tmp= 73228 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317694-1304267842/watcher-3317694-1304267842 -o /tmp/evaluation-result-3317694-1304267842/solver-3317694-1304267842 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317694-1304267842.cnf -seed 824782661 -budget 4800 -cores 4

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=824782661

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21273016 kB
Buffers:        565668 kB
Cached:        1264136 kB
SwapCached:          8 kB
Active:       10226396 kB
Inactive:      1055552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21273016 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           33136 kB
Writeback:           0 kB
AnonPages:     9451840 kB
Mapped:          21324 kB
Slab:           303552 kB
PageTables:      33088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 12773176 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= 72552 MiB
End job on node120 at 2011-05-01 18:57:30