Trace number 3317710

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.41 1205.69

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
x1mul.miter.shuffled-as.sat03-359.cnf
MD5SUM9edcffddbe07377cf6685697aafad673
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.6405
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

Solver Data

0.33/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.33/0.63	c INFO: solving HOME/instance-3317710-1304270830.cnf
0.33/0.63	c INFO: computing task features
0.51/0.84	c INFO: computed variable-clause graph statistics
0.51/0.85	c INFO: computed clause balance statistics
1.51/1.88	c INFO: computed variable balance statistics
2.21/2.58	c INFO: computed small-clause counts
2.21/2.59	c INFO: computed Horn-clause counts
2.41/2.73	c INFO: computed variable graph statistics
2.41/2.73	c INFO: collected features for HOME/instance-3317710-1304270830.cnf in 2.09 s
2.41/2.75	c INFO: running lingeling-276@0 for 97 with 4797 remaining (b = 0.29)
2.41/2.78	c INFO: running cryptominisat-2.9.0@0 for 485 with 4797 remaining (b = 0.34)
2.51/2.80	c INFO: running lingeling-276@0 for 582 with 4797 remaining (b = 0.37)
2.51/2.83	c INFO: running lingeling-276@0 for 1261 with 4797 remaining (b = 0.43)
402.20/102.90	c INFO: running SApperloT@0 for 97 with 4697 remaining (b = 0.03)
801.96/203.05	c INFO: running precosat-570@0 for 291 with 4597 remaining (b = 0.15)
1947.32/489.84	c INFO: running cryptominisat-2.9.0@0 for 388 with 4310 remaining (b = 0.19)
1969.67/495.42	c INFO: running cryptominisat-2.9.0@0 for 485 with 4305 remaining (b = 0.21)
2345.49/589.54	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4211 remaining (b = 0.47)
3503.38/880.10	c INFO: running lingeling-276@0 for 1067 with 3920 remaining (b = 0.28)
3930.92/987.45	c INFO: running lingeling-276@0 for 97 with 3813 remaining (b = 0.06)
4330.21/1087.60	c INFO: running precosat-570@486 for 291 with 3713 remaining (b = 0.13)
4800.41/1205.64	c INFO: running cryptominisat-2.9.0@291 for 194 with 3595 remaining (b = 0.09)
4800.41/1205.64	Traceback (most recent call last):
4800.41/1205.64	  File "HOME/solve", line 33, in <module>
4800.41/1205.64	    plac.call(main)
4800.41/1205.64	  File "/home/evaluation/evaluation/tools64/lib/python2.7/site-packages/plac-0.8.1-py2.7.egg/plac_core.py", line 311, in call

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

running on 4 cores: 0,2,4,6

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: 6.97 7.67 7.44 5/207 7704
/proc/meminfo: memFree=26017540/32951124 swapFree=67111364/67111528
[pid=7704] ppid=7702 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/7704/stat : 7704 (python) S 7702 7704 6903 0 -1 4202496 792 0 0 0 0 0 0 0 25 0 1 0 538683428 15749120 679 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/7704/statm: 3845 679 322 364 0 332 0

[startup+0.0830689 s]
/proc/loadavg: 6.97 7.67 7.44 5/207 7704
/proc/meminfo: memFree=26017540/32951124 swapFree=67111364/67111528
[pid=7704] ppid=7702 vsize=50340 CPUtime=0.04 cores=0,2,4,6
/proc/7704/stat : 7704 (python) R 7702 7704 6903 0 -1 4202496 2011 0 0 0 4 0 0 0 25 0 1 0 538683428 51548160 1770 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640857600 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7704/statm: 12585 1770 480 364 0 1285 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50340

[startup+0.101079 s]
/proc/loadavg: 6.97 7.67 7.44 5/207 7704
/proc/meminfo: memFree=26017540/32951124 swapFree=67111364/67111528
[pid=7704] ppid=7702 vsize=91832 CPUtime=0.05 cores=0,2,4,6
/proc/7704/stat : 7704 (python) S 7702 7704 6903 0 -1 4202496 2679 0 0 0 4 1 0 0 17 0 1 0 538683428 94035968 2394 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640857600 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/7704/statm: 22958 2394 755 364 0 1623 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 91832

[startup+0.301013 s]
/proc/loadavg: 6.97 7.67 7.44 5/207 7704
/proc/meminfo: memFree=26017540/32951124 swapFree=67111364/67111528
[pid=7704] ppid=7702 vsize=135752 CPUtime=0.17 cores=0,2,4,6
/proc/7704/stat : 7704 (python) S 7702 7704 6903 0 -1 4202496 5966 935 1 0 13 4 0 0 17 0 1 0 538683428 139010048 4150 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640855557 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/7704/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.700957 s]
/proc/loadavg: 6.97 7.67 7.44 5/207 7704
/proc/meminfo: memFree=26017540/32951124 swapFree=67111364/67111528
[pid=7704] ppid=7702 vsize=283216 CPUtime=0.41 cores=0,2,4,6
/proc/7704/stat : 7704 (python) R 7702 7704 6903 0 -1 4202496 10442 935 1 0 34 7 0 0 16 0 1 0 538683428 290013184 8120 33554432000 4194304 5683644 140736367130096 18446744073709551615 4603502 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7704/statm: 70804 8121 1761 364 0 6728 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 283216

[startup+1.50081 s]
/proc/loadavg: 6.97 7.67 7.44 6/208 7709
/proc/meminfo: memFree=25981572/32951124 swapFree=67111364/67111528
[pid=7704] ppid=7702 vsize=291904 CPUtime=1.21 cores=0,2,4,6
/proc/7704/stat : 7704 (python) R 7702 7704 6903 0 -1 4202496 14288 935 1 0 113 8 0 0 17 0 1 0 538683428 298909696 10360 33554432000 4194304 5683644 140736367130096 18446744073709551615 46965562684048 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/7704/statm: 72976 10360 1826 364 0 8900 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 291904

[startup+3.10048 s]
/proc/loadavg: 6.97 7.67 7.44 6/208 7709
/proc/meminfo: memFree=25980828/32951124 swapFree=67111364/67111528
[pid=7704] ppid=7702 vsize=325796 CPUtime=2.54 cores=0,2,4,6
/proc/7704/stat : 7704 (python) S 7702 7704 6903 0 -1 4202496 17000 935 1 0 245 9 0 0 25 0 5 0 538683428 333615104 8645 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 81449 8645 1881 364 0 17358 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 325796

[startup+6.3009 s]
/proc/loadavg: 6.81 7.63 7.43 9/220 7721
/proc/meminfo: memFree=25944284/32951124 swapFree=67111364/67111528
[pid=7704] ppid=7702 vsize=325796 CPUtime=2.54 cores=0,2,4,6
/proc/7704/stat : 7704 (python) S 7702 7704 6903 0 -1 4202496 17000 935 1 0 245 9 0 0 25 0 5 0 538683428 333615104 8645 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 81449 8645 1881 364 0 17358 0
[pid=7710] ppid=7704 vsize=285044 CPUtime=0 cores=0,2,4,6
/proc/7710/stat : 7710 (python) S 7704 7704 6903 0 -1 4202560 811 0 0 0 0 0 0 0 18 0 1 0 538683704 291885056 7020 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879631 0 0 16781312 514 4330320997174444292 0 0 17 4 0 0 0
/proc/7710/statm: 71261 7020 360 364 0 7179 0
[pid=7712] ppid=7710 vsize=10832 CPUtime=3.5 cores=0,2,4,6
/proc/7712/stat : 7712 (lingeling) R 7710 7712 7712 0 -1 4202496 2690 0 0 0 350 0 0 0 25 0 1 0 538683705 11091968 1878 33554432000 4194304 4352236 140735625971520 18446744073709551615 4296341 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/7712/statm: 2708 1878 129 39 0 1788 0
[pid=7713] ppid=7704 vsize=295704 CPUtime=0 cores=0,2,4,6
/proc/7713/stat : 7713 (python) S 7704 7704 6903 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 538683707 302800896 7013 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879686 0 0 16781312 514 3099347361135034628 0 0 17 0 0 0 0
/proc/7713/statm: 73926 7013 349 364 0 9841 0
[pid=7715] ppid=7713 vsize=47456 CPUtime=3.51 cores=0,2,4,6
/proc/7715/stat : 7715 (cryptominisat-2) R 7713 7715 7715 0 -1 4202496 6829 0 0 0 350 1 0 0 25 0 1 0 538683707 48594944 4786 33554432000 4194304 4677096 140733632869280 18446744073709551615 4319770 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7715/statm: 11864 4786 387 118 0 6823 0
[pid=7716] ppid=7704 vsize=305644 CPUtime=0 cores=0,2,4,6
/proc/7716/stat : 7716 (python) S 7704 7704 6903 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 538683709 312979456 7106 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879686 0 0 16781312 514 4176759904704364804 0 0 17 4 0 0 0
/proc/7716/statm: 76411 7106 349 364 0 12323 0
[pid=7718] ppid=7716 vsize=11024 CPUtime=3.48 cores=0,2,4,6
/proc/7718/stat : 7718 (lingeling) R 7716 7718 7718 0 -1 4202496 2739 0 0 0 348 0 0 0 25 0 1 0 538683709 11288576 1926 33554432000 4194304 4352236 140737412536336 18446744073709551615 4328441 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/7718/statm: 2756 1926 129 39 0 1836 0
[pid=7719] ppid=7704 vsize=315900 CPUtime=0 cores=0,2,4,6
/proc/7719/stat : 7719 (python) S 7704 7704 6903 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 538683712 323481600 7110 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879686 0 0 16781312 514 4203637191567442180 0 0 17 0 0 0 0
/proc/7719/statm: 78975 7110 349 364 0 14884 0
[pid=7721] ppid=7719 vsize=10628 CPUtime=3.46 cores=0,2,4,6
/proc/7721/stat : 7721 (lingeling) R 7719 7721 7721 0 -1 4202496 2641 0 0 0 346 0 0 0 25 0 1 0 538683712 10883072 1827 33554432000 4194304 4352236 140735586046720 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/7721/statm: 2657 1827 129 39 0 1737 0
[pid=7704/tid=7711] ppid=7702 vsize=325796 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7711/stat : 7711 (python) S 7702 7704 6903 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 5 0 538683704 333615104 8645 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 4 0 0 0
[pid=7704/tid=7714] ppid=7702 vsize=325796 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7714/stat : 7714 (python) S 7702 7704 6903 0 -1 4202560 20 935 0 0 0 0 0 0 23 0 5 0 538683707 333615104 8645 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 4 0 0 0
[pid=7704/tid=7717] ppid=7702 vsize=325796 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7717/stat : 7717 (python) S 7702 7704 6903 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538683709 333615104 8645 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
[pid=7704/tid=7720] ppid=7702 vsize=325796 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7720/stat : 7720 (python) S 7702 7704 6903 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538683712 333615104 8645 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.49
Current children cumulated vsize (KiB) 1608028

[startup+12.7007 s]
/proc/loadavg: 6.91 7.63 7.43 9/220 7721
/proc/meminfo: memFree=25944556/32951124 swapFree=67111364/67111528
[pid=7704] ppid=7702 vsize=325796 CPUtime=2.54 cores=0,2,4,6
/proc/7704/stat : 7704 (python) S 7702 7704 6903 0 -1 4202496 17000 935 1 0 245 9 0 0 25 0 5 0 538683428 333615104 8645 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 81449 8645 1881 364 0 17358 0
[pid=7710] ppid=7704 vsize=285044 CPUtime=0 cores=0,2,4,6
/proc/7710/stat : 7710 (python) S 7704 7704 6903 0 -1 4202560 989 0 0 0 0 0 0 0 18 0 1 0 538683704 291885056 7043 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879631 0 0 16781312 514 4330320997174444292 0 0 17 4 0 0 0
/proc/7710/statm: 71261 7043 383 364 0 7179 0
[pid=7712] ppid=7710 vsize=12612 CPUtime=9.86 cores=0,2,4,6
/proc/7712/stat : 7712 (lingeling) R 7710 7712 7712 0 -1 4202496 3233 0 0 0 986 0 0 0 25 0 1 0 538683705 12914688 2323 33554432000 4194304 4352236 140735625971520 18446744073709551615 4329328 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/7712/statm: 3153 2323 129 39 0 2233 0
[pid=7713] ppid=7704 vsize=295704 CPUtime=0.01 cores=0,2,4,6
/proc/7713/stat : 7713 (python) S 7704 7704 6903 0 -1 4202560 923 0 0 0 0 1 0 0 15 0 1 0 538683707 302800896 7036 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879686 0 0 16781312 514 178560688350789892 0 0 17 0 0 0 0
/proc/7713/statm: 73926 7036 372 364 0 9841 0
[pid=7715] ppid=7713 vsize=53664 CPUtime=9.9 cores=0,2,4,6
/proc/7715/stat : 7715 (cryptominisat-2) R 7713 7715 7715 0 -1 4202496 10083 0 0 0 989 1 0 0 25 0 1 0 538683707 54951936 6357 33554432000 4194304 4677096 140733632869280 18446744073709551615 4320315 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7715/statm: 13416 6357 392 118 0 8375 0
[pid=7716] ppid=7704 vsize=305644 CPUtime=0 cores=0,2,4,6
/proc/7716/stat : 7716 (python) S 7704 7704 6903 0 -1 4202560 938 0 0 0 0 0 0 0 18 0 1 0 538683709 312979456 7129 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879686 0 0 16781312 514 4176759904704364804 0 0 17 4 0 0 0
/proc/7716/statm: 76411 7129 372 364 0 12323 0
[pid=7718] ppid=7716 vsize=12476 CPUtime=9.86 cores=0,2,4,6
/proc/7718/stat : 7718 (lingeling) R 7716 7718 7718 0 -1 4202496 3201 0 0 0 986 0 0 0 25 0 1 0 538683709 12775424 2289 33554432000 4194304 4352236 140737412536336 18446744073709551615 4329362 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/7718/statm: 3119 2289 129 39 0 2199 0
[pid=7719] ppid=7704 vsize=315900 CPUtime=0 cores=0,2,4,6
/proc/7719/stat : 7719 (python) S 7704 7704 6903 0 -1 4202560 919 0 0 0 0 0 0 0 18 0 1 0 538683712 323481600 7133 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879686 0 0 16781312 514 4203637191567442180 0 0 17 0 0 0 0
/proc/7719/statm: 78975 7133 372 364 0 14884 0
[pid=7721] ppid=7719 vsize=12260 CPUtime=9.82 cores=0,2,4,6
/proc/7721/stat : 7721 (lingeling) R 7719 7721 7721 0 -1 4202496 3148 0 0 0 982 0 0 0 25 0 1 0 538683712 12554240 2235 33554432000 4194304 4352236 140735586046720 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/7721/statm: 3065 2235 129 39 0 2145 0
[pid=7704/tid=7711] ppid=7702 vsize=325796 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7711/stat : 7711 (python) S 7702 7704 6903 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 5 0 538683704 333615104 8645 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 4 0 0 0
[pid=7704/tid=7714] ppid=7702 vsize=325796 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7714/stat : 7714 (python) S 7702 7704 6903 0 -1 4202560 20 935 0 0 0 0 0 0 23 0 5 0 538683707 333615104 8645 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 4 0 0 0
[pid=7704/tid=7717] ppid=7702 vsize=325796 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7717/stat : 7717 (python) S 7702 7704 6903 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538683709 333615104 8645 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
[pid=7704/tid=7720] ppid=7702 vsize=325796 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7720/stat : 7720 (python) S 7702 7704 6903 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538683712 333615104 8645 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 41.99
Current children cumulated vsize (KiB) 1619100

[startup+25.5014 s]
/proc/loadavg: 7.22 7.67 7.45 9/220 7721
/proc/meminfo: memFree=25922476/32951124 swapFree=67111364/67111528
[pid=7704] ppid=7702 vsize=325796 CPUtime=2.54 cores=0,2,4,6
/proc/7704/stat : 7704 (python) S 7702 7704 6903 0 -1 4202496 17000 935 1 0 245 9 0 0 25 0 5 0 538683428 333615104 8645 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 81449 8645 1881 364 0 17358 0
[pid=7710] ppid=7704 vsize=285044 CPUtime=0.02 cores=0,2,4,6
/proc/7710/stat : 7710 (python) S 7704 7704 6903 0 -1 4202560 1000 0 0 0 1 1 0 0 18 0 1 0 538683704 291885056 7043 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879631 0 0 16781312 514 178560688350789892 0 0 17 4 0 0 0
/proc/7710/statm: 71261 7043 383 364 0 7179 0
[pid=7712] ppid=7710 vsize=15792 CPUtime=22.58 cores=0,2,4,6
/proc/7712/stat : 7712 (lingeling) R 7710 7712 7712 0 -1 4202496 4129 0 0 0 2258 0 0 0 25 0 1 0 538683705 16171008 3118 33554432000 4194304 4352236 140735625971520 18446744073709551615 4235483 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/7712/statm: 3948 3118 129 39 0 3028 0
[pid=7713] ppid=7704 vsize=295704 CPUtime=0.04 cores=0,2,4,6
/proc/7713/stat : 7713 (python) S 7704 7704 6903 0 -1 4202560 931 0 0 0 2 2 0 0 15 0 1 0 538683707 302800896 7036 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879686 0 0 16781312 514 3099347361135034628 0 0 17 0 0 0 0
/proc/7713/statm: 73926 7036 372 364 0 9841 0
[pid=7715] ppid=7713 vsize=59808 CPUtime=22.7 cores=0,2,4,6
/proc/7715/stat : 7715 (cryptominisat-2) R 7713 7715 7715 0 -1 4202496 15115 0 0 0 2268 2 0 0 25 0 1 0 538683707 61243392 8152 33554432000 4194304 4677096 140733632869280 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/7715/statm: 14952 8152 392 118 0 9911 0
[pid=7716] ppid=7704 vsize=305644 CPUtime=0.02 cores=0,2,4,6
/proc/7716/stat : 7716 (python) S 7704 7704 6903 0 -1 4202560 948 0 0 0 2 0 0 0 18 0 1 0 538683709 312979456 7129 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879686 0 0 16781312 514 178560688350789892 0 0 17 4 0 0 0
/proc/7716/statm: 76411 7129 372 364 0 12323 0
[pid=7718] ppid=7716 vsize=14644 CPUtime=22.61 cores=0,2,4,6
/proc/7718/stat : 7718 (lingeling) R 7716 7718 7718 0 -1 4202496 3768 0 0 0 2261 0 0 0 25 0 1 0 538683709 14995456 2856 33554432000 4194304 4352236 140737412536336 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/7718/statm: 3661 2856 129 39 0 2741 0
[pid=7719] ppid=7704 vsize=315900 CPUtime=0.02 cores=0,2,4,6
/proc/7719/stat : 7719 (python) S 7704 7704 6903 0 -1 4202560 924 0 0 0 1 1 0 0 18 0 1 0 538683712 323481600 7133 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879686 0 0 16781312 514 178560688350789892 0 0 17 0 0 0 0
/proc/7719/statm: 78975 7133 372 364 0 14884 0
[pid=7721] ppid=7719 vsize=16696 CPUtime=22.58 cores=0,2,4,6
/proc/7721/stat : 7721 (lingeling) R 7719 7721 7721 0 -1 4202496 4257 0 0 0 2257 1 0 0 25 0 1 0 538683712 17096704 3344 33554432000 4194304 4352236 140735586046720 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/7721/statm: 4174 3344 129 39 0 3254 0
[pid=7704/tid=7711] ppid=7702 vsize=325796 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7711/stat : 7711 (python) S 7702 7704 6903 0 -1 4202560 24 935 0 0 0 0 0 0 21 0 5 0 538683704 333615104 8645 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 4 0 0 0
[pid=7704/tid=7714] ppid=7702 vsize=325796 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7714/stat : 7714 (python) S 7702 7704 6903 0 -1 4202560 20 935 0 0 0 0 0 0 23 0 5 0 538683707 333615104 8645 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 4 0 0 0
[pid=7704/tid=7717] ppid=7702 vsize=325796 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7717/stat : 7717 (python) S 7702 7704 6903 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 538683709 333615104 8645 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0

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

[pid=7725/tid=7731] ppid=7704 vsize=326260 CPUtime=0 cores=0,2,4,6
/proc/7725/task/7731/stat : 7731 (python) S 7704 7704 6903 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538703732 334090240 7166 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 514 18446604453891429696 0 0 -1 4 0 0 0
[pid=7732] ppid=7704 vsize=336576 CPUtime=0.52 cores=0,2,4,6
/proc/7732/stat : 7732 (python) S 7704 7704 6903 0 -1 4202560 1175 0 0 0 29 23 0 0 18 0 2 0 538703734 344653824 7170 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879686 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7732/statm: 84144 7170 400 364 0 20047 0
[pid=7734] ppid=7732 vsize=35392 CPUtime=385.85 cores=0,2,4,6
/proc/7734/stat : 7734 (precosat) R 7732 7734 7734 0 -1 4202496 13263 0 0 0 38579 6 0 0 25 0 1 0 538703734 36241408 8561 33554432000 4194304 4890832 140733352860896 18446744073709551615 4291629 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/7734/statm: 8848 8561 86 171 0 8675 0
[pid=7732/tid=7776] ppid=7704 vsize=336576 CPUtime=0 cores=0,2,4,6
/proc/7732/task/7776/stat : 7776 (python) S 7704 7704 6903 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538732969 344653824 7170 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 514 18446604440278876480 0 0 -1 0 0 0 0
[pid=7777] ppid=7704 vsize=347184 CPUtime=0.73 cores=0,2,4,6
/proc/7777/stat : 7777 (python) S 7704 7704 6903 0 -1 4202560 1205 0 0 0 44 29 0 0 16 0 2 0 538732971 355516416 7175 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7777/statm: 86796 7175 401 364 0 22696 0
[pid=7779] ppid=7777 vsize=168272 CPUtime=486.03 cores=0,2,4,6
/proc/7779/stat : 7779 (cryptominisat-2) T 7777 7779 7779 0 -1 4202496 100465 0 0 0 48569 34 0 0 25 0 1 0 538732972 172310528 24436 33554432000 4194304 4677096 140736232680736 18446744073709551615 4319726 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/7779/statm: 42068 24436 392 118 0 37027 0
[pid=7777/tid=7827] ppid=7704 vsize=347184 CPUtime=0 cores=0,2,4,6
/proc/7777/task/7827/stat : 7827 (python) S 7704 7704 6903 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538782171 355516416 7175 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 514 18446604453935540416 0 0 -1 6 0 0 0
[pid=7783] ppid=7704 vsize=357180 CPUtime=0.89 cores=0,2,4,6
/proc/7783/stat : 7783 (python) S 7704 7704 6903 0 -1 4202560 1076 0 0 0 50 39 0 0 15 0 1 0 538742383 365752320 7206 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879686 0 0 16781312 514 4559868238728495362 0 0 17 0 0 0 0
/proc/7783/statm: 89295 7206 379 364 0 25192 0
[pid=7785] ppid=7783 vsize=102952 CPUtime=591.07 cores=0,2,4,6
/proc/7785/stat : 7785 (cryptominisat-2) R 7783 7785 7785 0 -1 4202496 123015 0 0 0 59065 42 0 0 25 0 1 0 538742383 105422848 18532 33554432000 4194304 4677096 140735039016512 18446744073709551615 4318804 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/7785/statm: 25738 18532 392 118 0 20697 0
[pid=7828] ppid=7704 vsize=367300 CPUtime=0.13 cores=0,2,4,6
/proc/7828/stat : 7828 (python) S 7704 7704 6903 0 -1 4202560 1133 0 0 0 6 7 0 0 19 0 2 0 538782174 376115200 7232 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7828/statm: 91825 7232 400 364 0 27719 0
[pid=7830] ppid=7828 vsize=24540 CPUtime=98.43 cores=0,2,4,6
/proc/7830/stat : 7830 (lingeling) T 7828 7830 7830 0 -1 4202496 8314 0 0 0 9843 0 0 0 25 0 1 0 538782174 25128960 5305 33554432000 4194304 4352236 140735863618688 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/7830/statm: 6135 5305 129 39 0 5215 0
[pid=7828/tid=7833] ppid=7704 vsize=367300 CPUtime=0 cores=0,2,4,6
/proc/7828/task/7833/stat : 7833 (python) S 7704 7704 6903 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538792187 376115200 7232 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 514 18446604453925284608 0 0 -1 6 0 0 0
[pid=7704/tid=7711] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7711/stat : 7711 (python) S 7702 7704 6903 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 10 0 538683704 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 4 0 0 0
[pid=7704/tid=7714] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7714/stat : 7714 (python) S 7702 7704 6903 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 10 0 538683707 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 4 0 0 0
[pid=7704/tid=7717] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7717/stat : 7717 (python) S 7702 7704 6903 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 10 0 538683709 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
[pid=7704/tid=7720] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7720/stat : 7720 (python) S 7702 7704 6903 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 10 0 538683712 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
[pid=7704/tid=7726] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7726/stat : 7726 (python) S 7702 7704 6903 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 10 0 538693719 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
[pid=7704/tid=7733] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7733/stat : 7733 (python) S 7702 7704 6903 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 10 0 538703734 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
[pid=7704/tid=7778] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7778/stat : 7778 (python) S 7702 7704 6903 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 10 0 538732972 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
[pid=7704/tid=7784] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7784/stat : 7784 (python) S 7702 7704 6903 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 10 0 538742383 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
[pid=7704/tid=7829] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7829/stat : 7829 (python) S 7702 7704 6903 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 10 0 538782174 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4707.54
Current children cumulated vsize (KiB) 3966800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.61 s]
/proc/loadavg: 4.12 4.50 5.74 5/217 7837
/proc/meminfo: memFree=25878092/32951124 swapFree=67111364/67111528
[pid=7704] ppid=7702 vsize=377276 CPUtime=2.75 cores=0,2,4,6
/proc/7704/stat : 7704 (python) S 7702 7704 6903 0 -1 4202496 21707 935 1 0 264 11 0 0 18 0 10 0 538683428 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652686283 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7704/statm: 94319 8726 1892 364 0 30213 0
[pid=7710] ppid=7704 vsize=295288 CPUtime=0.57 cores=0,2,4,6
/proc/7710/stat : 7710 (python) S 7704 7704 6903 0 -1 4202560 1214 0 0 0 32 25 0 0 18 0 2 0 538683704 302374912 7081 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879686 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7710/statm: 73822 7081 416 364 0 9740 0
[pid=7712] ppid=7710 vsize=43664 CPUtime=421.04 cores=0,2,4,6
/proc/7712/stat : 7712 (lingeling) R 7710 7712 7712 0 -1 4202496 72391 0 0 0 42096 8 0 0 25 0 1 0 538683705 44711936 10086 33554432000 4194304 4352236 140735625971520 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/7712/statm: 10916 10086 129 39 0 9996 0
[pid=7710/tid=7724] ppid=7704 vsize=295288 CPUtime=0 cores=0,2,4,6
/proc/7710/task/7724/stat : 7724 (python) S 7704 7704 6903 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538693717 302374912 7081 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 514 18446604453920924672 0 0 -1 4 0 0 0
[pid=7713] ppid=7704 vsize=295704 CPUtime=1.29 cores=0,2,4,6
/proc/7713/stat : 7713 (python) S 7704 7704 6903 0 -1 4202560 1180 0 0 0 75 54 0 0 15 0 2 0 538683707 302800896 7066 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7713/statm: 73926 7066 401 364 0 9841 0
[pid=7715] ppid=7713 vsize=149936 CPUtime=877.24 cores=0,2,4,6
/proc/7715/stat : 7715 (cryptominisat-2) T 7713 7715 7715 0 -1 4202496 121811 0 0 0 87684 40 0 0 25 0 1 0 538683707 153534464 32152 33554432000 4194304 4677096 140733632869280 18446744073709551615 4319571 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/7715/statm: 37484 32152 392 118 0 32443 0
[pid=7713/tid=7774] ppid=7704 vsize=295704 CPUtime=0 cores=0,2,4,6
/proc/7713/task/7774/stat : 7774 (python) S 7704 7704 6903 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 538732410 302800896 7066 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 514 18446604453896241472 0 0 -1 0 0 0 0
[pid=7716] ppid=7704 vsize=305644 CPUtime=0.78 cores=0,2,4,6
/proc/7716/stat : 7716 (python) S 7704 7704 6903 0 -1 4202560 1160 0 0 0 43 35 0 0 19 0 2 0 538683709 312979456 7158 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7716/statm: 76411 7158 400 364 0 12323 0
[pid=7718] ppid=7716 vsize=45992 CPUtime=583.69 cores=0,2,4,6
/proc/7718/stat : 7718 (lingeling) T 7716 7718 7718 0 -1 4202496 87937 0 0 0 58357 12 0 0 25 0 1 0 538683709 47095808 10668 33554432000 4194304 4352236 140737412536336 18446744073709551615 4329205 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/7718/statm: 11498 10668 129 39 0 10578 0
[pid=7716/tid=7782] ppid=7704 vsize=305644 CPUtime=0 cores=0,2,4,6
/proc/7716/task/7782/stat : 7782 (python) S 7704 7704 6903 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538742380 312979456 7158 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 514 18446604453885170944 0 0 -1 4 0 0 0
[pid=7719] ppid=7704 vsize=315900 CPUtime=1.6 cores=0,2,4,6
/proc/7719/stat : 7719 (python) S 7704 7704 6903 0 -1 4202560 983 0 0 0 90 70 0 0 18 0 1 0 538683712 323481600 7133 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879686 0 0 16781312 514 178560688350789892 0 0 17 0 0 0 0
/proc/7719/statm: 78975 7133 372 364 0 14884 0
[pid=7721] ppid=7719 vsize=57352 CPUtime=1201.25 cores=0,2,4,6
/proc/7721/stat : 7721 (lingeling) R 7719 7721 7721 0 -1 4202496 171660 0 0 0 120104 21 0 0 25 0 1 0 538683712 58728448 13508 33554432000 4194304 4352236 140735586046720 18446744073709551615 4208094 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/7721/statm: 14338 13508 129 39 0 13418 0
[pid=7725] ppid=7704 vsize=326260 CPUtime=0.13 cores=0,2,4,6
/proc/7725/stat : 7725 (python) S 7704 7704 6903 0 -1 4202560 1134 0 0 0 6 7 0 0 19 0 2 0 538693719 334090240 7166 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/7725/statm: 81565 7166 400 364 0 17471 0
[pid=7727] ppid=7725 vsize=28724 CPUtime=99.83 cores=0,2,4,6
/proc/7727/stat : 7727 (SApperloT-base) T 7725 7727 7727 0 -1 4202496 6771 0 0 0 9982 1 0 0 25 0 1 0 538693719 29413376 6470 33554432000 134512640 135674940 4291155760 18446744073709551615 134564373 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/7727/statm: 7181 6470 100 284 0 6895 0
[pid=7725/tid=7731] ppid=7704 vsize=326260 CPUtime=0 cores=0,2,4,6
/proc/7725/task/7731/stat : 7731 (python) S 7704 7704 6903 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538703732 334090240 7166 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 514 18446604453891429696 0 0 -1 4 0 0 0
[pid=7732] ppid=7704 vsize=336576 CPUtime=0.56 cores=0,2,4,6
/proc/7732/stat : 7732 (python) S 7704 7704 6903 0 -1 4202560 1175 0 0 0 31 25 0 0 18 0 2 0 538703734 344653824 7170 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879686 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/7732/statm: 84144 7170 400 364 0 20047 0
[pid=7734] ppid=7732 vsize=36712 CPUtime=409.16 cores=0,2,4,6
/proc/7734/stat : 7734 (precosat) R 7732 7734 7734 0 -1 4202496 13536 0 0 0 40910 6 0 0 25 0 1 0 538703734 37593088 8834 33554432000 4194304 4890832 140733352860896 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/7734/statm: 9178 8834 86 171 0 9005 0
[pid=7732/tid=7776] ppid=7704 vsize=336576 CPUtime=0 cores=0,2,4,6
/proc/7732/task/7776/stat : 7776 (python) S 7704 7704 6903 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538732969 344653824 7170 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 514 18446604440278876480 0 0 -1 0 0 0 0
[pid=7777] ppid=7704 vsize=347184 CPUtime=0.73 cores=0,2,4,6
/proc/7777/stat : 7777 (python) S 7704 7704 6903 0 -1 4202560 1205 0 0 0 44 29 0 0 16 0 2 0 538732971 355516416 7175 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7777/statm: 86796 7175 401 364 0 22696 0
[pid=7779] ppid=7777 vsize=168272 CPUtime=486.03 cores=0,2,4,6
/proc/7779/stat : 7779 (cryptominisat-2) T 7777 7779 7779 0 -1 4202496 100465 0 0 0 48569 34 0 0 25 0 1 0 538732972 172310528 24436 33554432000 4194304 4677096 140736232680736 18446744073709551615 4319726 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/7779/statm: 42068 24436 392 118 0 37027 0
[pid=7777/tid=7827] ppid=7704 vsize=347184 CPUtime=0 cores=0,2,4,6
/proc/7777/task/7827/stat : 7827 (python) S 7704 7704 6903 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538782171 355516416 7175 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 514 18446604453935540416 0 0 -1 6 0 0 0
[pid=7783] ppid=7704 vsize=357180 CPUtime=0.93 cores=0,2,4,6
/proc/7783/stat : 7783 (python) S 7704 7704 6903 0 -1 4202560 1076 0 0 0 52 41 0 0 15 0 1 0 538742383 365752320 7206 33554432000 4194304 5683644 140736367130096 18446744073709551615 253640879686 0 0 16781312 514 178560688350789890 0 0 17 0 0 0 0
/proc/7783/statm: 89295 7206 379 364 0 25192 0
[pid=7785] ppid=7783 vsize=102872 CPUtime=614.27 cores=0,2,4,6
/proc/7785/stat : 7785 (cryptominisat-2) R 7783 7785 7785 0 -1 4202496 126210 0 0 0 61383 44 0 0 25 0 1 0 538742383 105340928 18251 33554432000 4194304 4677096 140735039016512 18446744073709551615 4334760 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/7785/statm: 25718 18251 392 118 0 20677 0
[pid=7828] ppid=7704 vsize=367300 CPUtime=0.13 cores=0,2,4,6
/proc/7828/stat : 7828 (python) S 7704 7704 6903 0 -1 4202560 1133 0 0 0 6 7 0 0 19 0 2 0 538782174 376115200 7232 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652686283 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/7828/statm: 91825 7232 400 364 0 27719 0
[pid=7830] ppid=7828 vsize=24540 CPUtime=98.43 cores=0,2,4,6
/proc/7830/stat : 7830 (lingeling) T 7828 7830 7830 0 -1 4202496 8314 0 0 0 9843 0 0 0 25 0 1 0 538782174 25128960 5305 33554432000 4194304 4352236 140735863618688 18446744073709551615 4328102 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/7830/statm: 6135 5305 129 39 0 5215 0
[pid=7828/tid=7833] ppid=7704 vsize=367300 CPUtime=0 cores=0,2,4,6
/proc/7828/task/7833/stat : 7833 (python) S 7704 7704 6903 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538792187 376115200 7232 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 514 18446604453925284608 0 0 -1 6 0 0 0
[pid=7704/tid=7711] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7711/stat : 7711 (python) S 7702 7704 6903 0 -1 4202560 29 935 0 0 0 0 0 0 18 0 10 0 538683704 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 4 0 0 0
[pid=7704/tid=7714] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7714/stat : 7714 (python) S 7702 7704 6903 0 -1 4202560 25 935 0 0 0 0 0 0 18 0 10 0 538683707 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 4 0 0 0
[pid=7704/tid=7717] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7717/stat : 7717 (python) S 7702 7704 6903 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 10 0 538683709 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
[pid=7704/tid=7720] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7720/stat : 7720 (python) S 7702 7704 6903 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 10 0 538683712 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
[pid=7704/tid=7726] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7726/stat : 7726 (python) S 7702 7704 6903 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 10 0 538693719 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
[pid=7704/tid=7733] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7733/stat : 7733 (python) S 7702 7704 6903 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 10 0 538703734 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
[pid=7704/tid=7778] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7778/stat : 7778 (python) S 7702 7704 6903 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 10 0 538732972 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
[pid=7704/tid=7784] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7784/stat : 7784 (python) S 7702 7704 6903 0 -1 4202560 32 935 0 0 0 0 0 0 20 0 10 0 538742383 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
[pid=7704/tid=7829] ppid=7702 vsize=377276 CPUtime=0 cores=0,2,4,6
/proc/7704/task/7829/stat : 7829 (python) S 7702 7704 6903 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 10 0 538782174 386330624 8726 33554432000 4194304 5683644 140736367130096 18446744073709551615 253652683185 0 0 16781312 2 18446604453896244160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.41
Current children cumulated vsize (KiB) 3982376

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1205.69
CPU time (s): 4800.41
CPU user time (s): 4795.71
CPU system time (s): 4.7
CPU usage (%): 398.147
Max. virtual memory (cumulated for all children) (KiB): 4024008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.42948
system time used= 0.668898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23974
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= 3820
involuntary context switches= 35

runsolver used 4.5733 second user time and 8.68568 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-01 19:27:10
IDJOB=3317710
IDBENCH=84211
IDSOLVER=1706
FILE ID=node106/3317710-1304270830
RUNJOBID= node106-1304267295-6921
PBS_JOBID= 13173972
Free space on /tmp= 72948 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/x1mul.miter.shuffled-as.sat03-359.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-3317710-1304270830/watcher-3317710-1304270830 -o /tmp/evaluation-result-3317710-1304270830/solver-3317710-1304270830 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317710-1304270830.cnf -seed 1447121938 -budget 4800 -cores 4

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

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
RANDOM SEED=1447121938

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26017704 kB
Buffers:        300604 kB
Cached:        2568308 kB
SwapCached:         88 kB
Active:        4979684 kB
Inactive:      1722496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26017704 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           32892 kB
Writeback:           0 kB
AnonPages:     3833752 kB
Mapped:          24688 kB
Slab:           155032 kB
PageTables:      17780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5016520 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= 72940 MiB
End job on node106 at 2011-05-01 19:47:18