Trace number 3317735

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) 4738.08 1300.08

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

Solver Data

0.39/3.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/3.48	c INFO: solving HOME/instance-3317735-1307741597.cnf
0.39/3.48	c INFO: computing task features
4.14/7.26	c INFO: computed variable-clause graph statistics
4.24/7.38	c INFO: computed clause balance statistics
22.04/25.11	c INFO: computed variable balance statistics
36.24/39.30	c INFO: computed small-clause counts
36.54/39.66	c INFO: computed Horn-clause counts
145.84/148.97	c INFO: computed variable graph statistics
145.84/148.97	c INFO: collected features for HOME/instance-3317735-1307741597.cnf in 145.38 s
145.84/148.99	c INFO: running lingeling-276@0 for 97 with 4654 remaining (b = 0.54)
145.94/149.02	c INFO: running cryptominisat-2.9.0@0 for 485 with 4654 remaining (b = 0.34)
145.94/149.05	c INFO: running lingeling-276@0 for 970 with 4654 remaining (b = 0.39)
145.94/149.08	c INFO: running cryptominisat-2.9.0@0 for 582 with 4654 remaining (b = 0.30)
545.51/249.15	c INFO: running lingeling-276@0 for 582 with 4554 remaining (b = 0.25)
2089.28/635.88	c INFO: running SApperloT@0 for 97 with 4167 remaining (b = 0.34)
2483.89/734.65	c INFO: running precosat-570@0 for 291 with 4068 remaining (b = 0.24)
2489.47/736.04	c INFO: running lingeling-276@0 for 97 with 4067 remaining (b = 0.11)
2888.11/835.80	c INFO: running cryptominisat-2.9.0@0 for 97 with 3967 remaining (b = 0.03)
2889.66/836.21	c INFO: running cryptominisat-2.9.0@0 for 1843 with 3967 remaining (b = 0.44)
3292.22/937.22	c INFO: running cryptominisat-2.9.0@99 for 1843 with 3866 remaining (b = 0.42)
3670.02/1032.03	c INFO: running cryptominisat-2.9.0@99 for 485 with 3771 remaining (b = 0.18)
4065.33/1131.24	c INFO: running lingeling-276@0 for 97 with 3672 remaining (b = 0.05)
4444.33/1226.37	c INFO: running lingeling-276@94 for 97 with 3577 remaining (b = 0.05)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317735-1307741597/watcher-3317735-1307741597 -o /tmp/evaluation-result-3317735-1307741597/solver-3317735-1307741597 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317735-1307741597.cnf -seed 1731649969 -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: 0.16 0.03 0.01 2/176 29728
/proc/meminfo: memFree=31642384/32951124 swapFree=67056304/67111528
[pid=29726] ppid=29723 vsize=11804 CPUtime=0 cores=0,2,4,6
/proc/29726/stat : 29726 (runsolver) S 29723 29726 29683 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 1 0 964390548 12087296 56 33554432000 4194304 5436572 140734310450144 18446744073709551615 5057063 0 2147483391 4096 24578 18446744071699199166 0 0 17 2 0 0 0
/proc/29726/statm: 2951 56 36 304 0 2643 0

[startup+0.012229 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 29728
/proc/meminfo: memFree=31642384/32951124 swapFree=67056304/67111528
[pid=29726] ppid=29723 vsize=14820 CPUtime=0 cores=0,2,4,6
/proc/29726/stat : 29726 (python) S 29723 29726 29683 0 -1 4202496 512 0 0 0 0 0 0 0 19 0 1 0 964390548 15175680 419 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020391781 0 2147483391 4096 0 18446744071699199166 0 0 17 2 0 0 0
/proc/29726/statm: 3705 419 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.101181 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 29728
/proc/meminfo: memFree=31642384/32951124 swapFree=67056304/67111528
[pid=29726] ppid=29723 vsize=18880 CPUtime=0.01 cores=0,2,4,6
/proc/29726/stat : 29726 (python) S 29723 29726 29683 0 -1 4202496 1235 0 0 0 1 0 0 0 17 0 1 0 964390548 19333120 1091 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/29726/statm: 4720 1091 421 364 0 689 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18880

[startup+0.301217 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 29728
/proc/meminfo: memFree=31642384/32951124 swapFree=67056304/67111528
[pid=29726] ppid=29723 vsize=54532 CPUtime=0.05 cores=0,2,4,6
/proc/29726/stat : 29726 (python) S 29723 29726 29683 0 -1 4202496 2079 0 0 0 3 2 0 0 16 0 1 0 964390548 55840768 1834 33554432000 4194304 5683644 140734716890512 18446744073709551615 260015472263 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/29726/statm: 13633 1834 492 364 0 1283 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 54532

[startup+0.701089 s]
/proc/loadavg: 0.16 0.03 0.01 2/176 29728
/proc/meminfo: memFree=31642384/32951124 swapFree=67056304/67111528
[pid=29726] ppid=29723 vsize=119072 CPUtime=0.11 cores=0,2,4,6
/proc/29726/stat : 29726 (python) S 29723 29726 29683 0 -1 4202496 3909 0 0 0 7 4 0 0 15 0 1 0 964390548 121929728 3541 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/29726/statm: 29768 3541 940 364 0 2652 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 119072

[startup+1.5009 s]
/proc/loadavg: 0.16 0.03 0.01 4/178 29738
/proc/meminfo: memFree=31616824/32951124 swapFree=67056304/67111528
[pid=29726] ppid=29723 vsize=135748 CPUtime=0.2 cores=0,2,4,6
/proc/29726/stat : 29726 (python) S 29723 29726 29683 0 -1 4202496 5964 933 1 0 14 6 0 0 15 0 1 0 964390548 139005952 4150 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020391941 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/29726/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+3.10061 s]
/proc/loadavg: 0.16 0.03 0.01 2/178 29738
/proc/meminfo: memFree=31613724/32951124 swapFree=67056304/67111528
[pid=29726] ppid=29723 vsize=156688 CPUtime=0.26 cores=0,2,4,6
/proc/29726/stat : 29726 (python) S 29723 29726 29683 0 -1 4202496 6407 933 1 0 17 9 0 0 16 0 1 0 964390548 160448512 4523 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020393984 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/29726/statm: 39172 4523 1257 364 0 3280 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 156688
heavy processes:

[startup+6.30106 s]
/proc/loadavg: 0.23 0.05 0.02 4/178 29738
/proc/meminfo: memFree=31321520/32951124 swapFree=67056304/67111528
[pid=29726] ppid=29723 vsize=473476 CPUtime=3.24 cores=0,2,4,6
/proc/29726/stat : 29726 (python) R 29723 29726 29683 0 -1 4202496 57133 933 1 0 304 20 0 0 19 0 1 0 964390548 484839424 54816 33554432000 4194304 5683644 140734716890512 18446744073709551615 4458972 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29726/statm: 118369 54816 1761 364 0 54293 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 473476
heavy processes:

[startup+12.7009 s]
/proc/loadavg: 0.37 0.08 0.03 4/178 29738
/proc/meminfo: memFree=31159272/32951124 swapFree=67056304/67111528
[pid=29726] ppid=29723 vsize=505740 CPUtime=9.64 cores=0,2,4,6
/proc/29726/stat : 29726 (python) R 29723 29726 29683 0 -1 4202496 92109 933 1 0 940 24 0 0 25 0 1 0 964390548 517877760 63820 33554432000 4194304 5683644 140734716890512 18446744073709551615 4418308 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29726/statm: 126435 63820 1826 364 0 62359 0
Current children cumulated CPU time (s) 9.64
Current children cumulated vsize (KiB) 505740
heavy processes:

[startup+25.5006 s]
/proc/loadavg: 0.73 0.17 0.06 4/178 29739
/proc/meminfo: memFree=31160912/32951124 swapFree=67056304/67111528
[pid=29726] ppid=29723 vsize=505740 CPUtime=22.44 cores=0,2,4,6
/proc/29726/stat : 29726 (python) R 29723 29726 29683 0 -1 4202496 92110 933 1 0 2220 24 0 0 25 0 1 0 964390548 517877760 63821 33554432000 4194304 5683644 140734716890512 18446744073709551615 47396683577472 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29726/statm: 126435 63821 1827 364 0 62359 0
Current children cumulated CPU time (s) 22.44
Current children cumulated vsize (KiB) 505740

[startup+51.1008 s]
/proc/loadavg: 1.83 0.47 0.16 7/190 29751
/proc/meminfo: memFree=30764364/32951124 swapFree=67056304/67111528
[pid=29726] ppid=29723 vsize=505740 CPUtime=48.04 cores=0,2,4,6
/proc/29726/stat : 29726 (python) R 29723 29726 29683 0 -1 4202496 92116 933 1 0 4780 24 0 0 25 0 1 0 964390548 517877760 63827 33554432000 4194304 5683644 140734716890512 18446744073709551615 47396650805388 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29726/statm: 126435 63827 1833 364 0 62359 0
Current children cumulated CPU time (s) 48.04
Current children cumulated vsize (KiB) 505740

[startup+102.306 s]
/proc/loadavg: 3.68 1.18 0.41 6/190 29753
/proc/meminfo: memFree=30745432/32951124 swapFree=67056304/67111528
[pid=29726] ppid=29723 vsize=505740 CPUtime=99.24 cores=0,2,4,6
/proc/29726/stat : 29726 (python) R 29723 29726 29683 0 -1 4202496 92116 933 1 0 9900 24 0 0 25 0 1 0 964390548 517877760 63827 33554432000 4194304 5683644 140734716890512 18446744073709551615 47396650805376 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29726/statm: 126435 63827 1833 364 0 62359 0
Current children cumulated CPU time (s) 99.24
Current children cumulated vsize (KiB) 505740

[startup+162.301 s]
/proc/loadavg: 5.03 1.99 0.73 9/207 29771
/proc/meminfo: memFree=29564500/32951124 swapFree=67056304/67111528
[pid=29726] ppid=29723 vsize=529384 CPUtime=146.03 cores=0,2,4,6
/proc/29726/stat : 29726 (python) S 29723 29726 29683 0 -1 4202496 94826 933 1 0 14575 28 0 0 20 0 5 0 964390548 542089216 59543 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29726/statm: 132346 59543 1881 364 0 68255 0
[pid=29760] ppid=29726 vsize=488372 CPUtime=0.01 cores=0,2,4,6
/proc/29760/stat : 29760 (python) S 29726 29726 29683 0 -1 4202560 987 0 0 0 0 1 0 0 18 0 1 0 964405447 500092928 58027 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020416015 0 0 16781312 514 7034464288278282500 0 0 17 6 0 0 0
/proc/29760/statm: 122093 58027 381 364 0 58011 0
[pid=29762] ppid=29760 vsize=143080 CPUtime=13.19 cores=0,2,4,6
/proc/29762/stat : 29762 (lingeling) R 29760 29762 29762 0 -1 4202496 50111 0 0 0 1313 6 0 0 25 0 1 0 964405448 146513920 34938 33554432000 4194304 4352236 140736085913024 18446744073709551615 4215256 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/29762/statm: 35770 34938 126 39 0 34850 0
[pid=29763] ppid=29726 vsize=498628 CPUtime=0.01 cores=0,2,4,6
/proc/29763/stat : 29763 (python) S 29726 29726 29683 0 -1 4202560 919 0 0 0 0 1 0 0 15 0 1 0 964405450 510595072 58020 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020416070 0 0 16781312 514 7034464288278282500 0 0 17 0 0 0 0
/proc/29763/statm: 124657 58020 370 364 0 60572 0
[pid=29765] ppid=29763 vsize=487556 CPUtime=13.25 cores=0,2,4,6
/proc/29765/stat : 29765 (cryptominisat-2) R 29763 29765 29765 0 -1 4202496 103373 0 0 0 1310 15 0 0 25 0 1 0 964405451 499257344 94556 33554432000 4194304 4677096 140733236141296 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29765/statm: 121889 94556 362 118 0 116848 0
[pid=29766] ppid=29726 vsize=508884 CPUtime=0.01 cores=0,2,4,6
/proc/29766/stat : 29766 (python) S 29726 29726 29683 0 -1 4202560 937 0 0 0 0 1 0 0 18 0 1 0 964405453 521097216 58024 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020416070 0 0 16781312 514 7034464288278282498 0 0 17 2 0 0 0
/proc/29766/statm: 127221 58024 370 364 0 63133 0
[pid=29768] ppid=29766 vsize=138476 CPUtime=13.19 cores=0,2,4,6
/proc/29768/stat : 29768 (lingeling) R 29766 29768 29768 0 -1 4202496 46980 0 0 0 1313 6 0 0 25 0 1 0 964405454 141799424 31740 33554432000 4194304 4352236 140735486250288 18446744073709551615 4229925 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29768/statm: 34619 31740 126 39 0 33699 0
[pid=29769] ppid=29726 vsize=519140 CPUtime=0.02 cores=0,2,4,6
/proc/29769/stat : 29769 (python) S 29726 29726 29683 0 -1 4202560 949 0 0 0 1 1 0 0 15 0 1 0 964405456 531599360 58028 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020416070 0 0 16781312 514 7034464288278282500 0 0 17 0 0 0 0
/proc/29769/statm: 129785 58028 370 364 0 65694 0
[pid=29771] ppid=29769 vsize=484048 CPUtime=13.17 cores=0,2,4,6
/proc/29771/stat : 29771 (cryptominisat-2) R 29769 29771 29771 0 -1 4202496 102638 0 0 0 1302 15 0 0 25 0 1 0 964405457 495665152 93817 33554432000 4194304 4677096 140736331009808 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29771/statm: 121012 93817 362 118 0 115971 0
[pid=29726/tid=29761] ppid=29723 vsize=529384 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29761/stat : 29761 (python) S 29723 29726 29683 0 -1 4202560 25 933 0 0 0 0 0 0 25 0 5 0 964405448 542089216 59543 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 6 0 0 0
[pid=29726/tid=29764] ppid=29723 vsize=529384 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29764/stat : 29764 (python) S 29723 29726 29683 0 -1 4202560 20 933 0 0 0 0 0 0 25 0 5 0 964405451 542089216 59543 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 4 0 0 0
[pid=29726/tid=29767] ppid=29723 vsize=529384 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29767/stat : 29767 (python) S 29723 29726 29683 0 -1 4202560 26 933 0 0 0 0 0 0 25 0 5 0 964405454 542089216 59543 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 2 0 0 0
[pid=29726/tid=29770] ppid=29723 vsize=529384 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29770/stat : 29770 (python) S 29723 29726 29683 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 5 0 964405457 542089216 59543 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 198.88
Current children cumulated vsize (KiB) 3797568

[startup+222.301 s]
/proc/loadavg: 7.09 3.13 1.20 10/207 29773
/proc/meminfo: memFree=28629744/32951124 swapFree=67056304/67111528
[pid=29726] ppid=29723 vsize=529384 CPUtime=146.03 cores=0,2,4,6
/proc/29726/stat : 29726 (python) S 29723 29726 29683 0 -1 4202496 94826 933 1 0 14575 28 0 0 20 0 5 0 964390548 542089216 59543 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29726/statm: 132346 59543 1881 364 0 68255 0
[pid=29760] ppid=29726 vsize=488372 CPUtime=0.1 cores=0,2,4,6
/proc/29760/stat : 29760 (python) S 29726 29726 29683 0 -1 4202560 1015 0 0 0 6 4 0 0 18 0 1 0 964405447 500092928 58027 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020416015 0 0 16781312 514 7034464288278282500 0 0 17 6 0 0 0
/proc/29760/statm: 122093 58027 381 364 0 58011 0
[pid=29762] ppid=29760 vsize=146648 CPUtime=72.72 cores=0,2,4,6
/proc/29762/stat : 29762 (lingeling) R 29760 29762 29762 0 -1 4202496 52210 0 0 0 7266 6 0 0 25 0 1 0 964405448 150167552 35833 33554432000 4194304 4352236 140736085913024 18446744073709551615 4268080 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/29762/statm: 36662 35833 129 39 0 35742 0
[pid=29763] ppid=29726 vsize=498628 CPUtime=0.11 cores=0,2,4,6
/proc/29763/stat : 29763 (python) S 29726 29726 29683 0 -1 4202560 949 0 0 0 6 5 0 0 15 0 1 0 964405450 510595072 58020 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020416070 0 0 16781312 514 7034464288278282500 0 0 17 0 0 0 0
/proc/29763/statm: 124657 58020 370 364 0 60572 0
[pid=29765] ppid=29763 vsize=1023096 CPUtime=73.25 cores=0,2,4,6
/proc/29765/stat : 29765 (cryptominisat-2) R 29763 29765 29765 0 -1 4202496 238637 0 0 0 7292 33 0 0 25 0 1 0 964405451 1047650304 211816 33554432000 4194304 4677096 140733236141296 18446744073709551615 4317747 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29765/statm: 255774 211816 393 118 0 250733 0
[pid=29766] ppid=29726 vsize=508884 CPUtime=0.1 cores=0,2,4,6
/proc/29766/stat : 29766 (python) S 29726 29726 29683 0 -1 4202560 965 0 0 0 5 5 0 0 18 0 1 0 964405453 521097216 58024 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020416070 0 0 16781312 514 7034464288278282498 0 0 17 2 0 0 0
/proc/29766/statm: 127221 58024 370 364 0 63133 0
[pid=29768] ppid=29766 vsize=139204 CPUtime=73 cores=0,2,4,6
/proc/29768/stat : 29768 (lingeling) R 29766 29768 29768 0 -1 4202496 48377 0 0 0 7294 6 0 0 25 0 1 0 964405454 142544896 31925 33554432000 4194304 4352236 140735486250288 18446744073709551615 4297710 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29768/statm: 34801 31925 129 39 0 33881 0
[pid=29769] ppid=29726 vsize=519140 CPUtime=0.1 cores=0,2,4,6
/proc/29769/stat : 29769 (python) S 29726 29726 29683 0 -1 4202560 975 0 0 0 5 5 0 0 15 0 1 0 964405456 531599360 58028 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020416070 0 0 16781312 514 4289590688435110148 0 0 17 0 0 0 0
/proc/29769/statm: 129785 58028 370 364 0 65694 0
[pid=29771] ppid=29769 vsize=991668 CPUtime=73.09 cores=0,2,4,6
/proc/29771/stat : 29771 (cryptominisat-2) R 29769 29771 29771 0 -1 4202496 228187 0 0 0 7276 33 0 0 25 0 1 0 964405457 1015468032 206485 33554432000 4194304 4677096 140736331009808 18446744073709551615 4519700 0 0 16781312 2 0 0 0 17 2 0 0 0

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

[pid=29769] ppid=29726 vsize=519140 CPUtime=1.25 cores=0,2,4,6
/proc/29769/stat : 29769 (python) S 29726 29726 29683 0 -1 4202560 1197 0 0 0 71 54 0 0 15 0 2 0 964405456 531599360 58059 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29769/statm: 129785 58059 400 364 0 65694 0
[pid=29771] ppid=29769 vsize=1538092 CPUtime=887.83 cores=0,2,4,6
/proc/29771/stat : 29771 (cryptominisat-2) R 29769 29771 29771 0 -1 4202496 357860 0 0 0 88723 60 0 0 25 0 1 0 964405457 1575006208 327775 33554432000 4194304 4677096 140736331009808 18446744073709551615 4319237 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29771/statm: 384523 327775 393 118 0 379482 0
[pid=29769/tid=29821] ppid=29726 vsize=519140 CPUtime=0 cores=0,2,4,6
/proc/29769/task/29821/stat : 29821 (python) S 29726 29726 29683 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 964464011 531599360 58059 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 514 18446604449691288640 0 0 -1 0 0 0 0
[pid=29815] ppid=29726 vsize=529396 CPUtime=0.13 cores=0,2,4,6
/proc/29815/stat : 29815 (python) S 29726 29726 29683 0 -1 4202560 1137 0 0 0 5 8 0 0 19 0 2 0 964454136 542101504 58062 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29815/statm: 132349 58062 399 364 0 68255 0
[pid=29817] ppid=29815 vsize=68836 CPUtime=99.85 cores=0,2,4,6
/proc/29817/stat : 29817 (SApperloT-base) T 29815 29817 29817 0 -1 4202496 16444 0 0 0 9981 4 0 0 25 0 1 0 964454137 70488064 15950 33554432000 134512640 135674940 4290580016 18446744073709551615 134564271 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29817/statm: 17209 15950 100 284 0 16923 0
[pid=29815/tid=29825] ppid=29726 vsize=529396 CPUtime=0 cores=0,2,4,6
/proc/29815/task/29825/stat : 29825 (python) S 29726 29726 29683 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 964464150 542101504 58062 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 514 18446604453922981760 0 0 -1 2 0 0 0
[pid=29822] ppid=29726 vsize=539652 CPUtime=0.36 cores=0,2,4,6
/proc/29822/stat : 29822 (python) S 29726 29726 29683 0 -1 4202560 1164 0 0 0 20 16 0 0 19 0 2 0 964464013 552603648 58066 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29822/statm: 134913 58066 399 364 0 70816 0
[pid=29824] ppid=29822 vsize=356680 CPUtime=293.41 cores=0,2,4,6
/proc/29824/stat : 29824 (precosat) T 29822 29824 29824 0 -1 4202496 89119 0 0 0 29326 15 0 0 25 0 1 0 964464014 365240320 84100 33554432000 4194304 4890832 140733442053904 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/29824/statm: 89170 84100 86 171 0 88997 0
[pid=29822/tid=29841] ppid=29726 vsize=539652 CPUtime=0 cores=0,2,4,6
/proc/29822/task/29841/stat : 29841 (python) S 29726 29726 29683 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 964493749 552603648 58066 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 514 18446604453922449472 0 0 -1 6 0 0 0
[pid=29826] ppid=29726 vsize=549908 CPUtime=0.14 cores=0,2,4,6
/proc/29826/stat : 29826 (python) S 29726 29726 29683 0 -1 4202560 1123 0 0 0 7 7 0 0 19 0 2 0 964464152 563105792 58070 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29826/statm: 137477 58070 399 364 0 73377 0
[pid=29828] ppid=29826 vsize=141080 CPUtime=100 cores=0,2,4,6
/proc/29828/stat : 29828 (lingeling) T 29826 29828 29828 0 -1 4202496 52323 0 0 0 9994 6 0 0 25 0 1 0 964464153 144465920 34440 33554432000 4194304 4352236 140737292599072 18446744073709551615 4328068 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/29828/statm: 35270 34440 129 39 0 34350 0
[pid=29826/tid=29834] ppid=29726 vsize=549908 CPUtime=0 cores=0,2,4,6
/proc/29826/task/29834/stat : 29834 (python) S 29726 29726 29683 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 964474166 563105792 58070 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 514 18446604453922447680 0 0 -1 2 0 0 0
[pid=29831] ppid=29726 vsize=560164 CPUtime=0.44 cores=0,2,4,6
/proc/29831/stat : 29831 (python) S 29726 29726 29683 0 -1 4202560 1223 0 0 0 26 18 0 0 15 0 2 0 964474129 573607936 58080 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29831/statm: 140041 58080 405 364 0 75938 0
[pid=29833] ppid=29831 vsize=1472516 CPUtime=311.08 cores=0,2,4,6
/proc/29833/stat : 29833 (cryptominisat-2) R 29831 29833 29833 0 -1 4202496 381901 0 0 0 31046 62 0 0 25 0 1 0 964474130 1507856384 316629 33554432000 4194304 4677096 140737072049728 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29833/statm: 368129 316629 395 118 0 363088 0
[pid=29831/tid=29838] ppid=29726 vsize=560164 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29838/stat : 29838 (python) S 29726 29726 29683 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 964484267 573607936 58080 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 514 18446604453616615552 0 0 -1 4 0 0 0
[pid=29726/tid=29761] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29761/stat : 29761 (python) S 29723 29726 29683 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 964405448 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 6 0 0 0
[pid=29726/tid=29764] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29764/stat : 29764 (python) S 29723 29726 29683 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 964405451 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 4 0 0 0
[pid=29726/tid=29767] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29767/stat : 29767 (python) S 29723 29726 29683 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 964405454 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 2 0 0 0
[pid=29726/tid=29770] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29770/stat : 29770 (python) S 29723 29726 29683 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 964405457 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 0 0 0 0
[pid=29726/tid=29816] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29816/stat : 29816 (python) S 29723 29726 29683 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 9 0 964454137 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 0 0 0 0
[pid=29726/tid=29823] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29823/stat : 29823 (python) S 29723 29726 29683 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 964464014 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 0 0 0 0
[pid=29726/tid=29827] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29827/stat : 29827 (python) S 29723 29726 29683 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 9 0 964464153 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 0 0 0 0
[pid=29726/tid=29832] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29832/stat : 29832 (python) S 29723 29726 29683 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 964474129 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4508.07
Current children cumulated vsize (KiB) 10431876



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.14 3.47 5/204 29850
/proc/meminfo: memFree=26507700/32951124 swapFree=67056304/67111528
[pid=29726] ppid=29723 vsize=570408 CPUtime=146.3 cores=0,2,4,6
/proc/29726/stat : 29726 (python) S 29723 29726 29683 0 -1 4202496 98696 933 1 0 14599 31 0 0 18 0 9 0 964390548 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032222667 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29726/statm: 142602 59568 1890 364 0 78499 0
[pid=29760] ppid=29726 vsize=498616 CPUtime=0.85 cores=0,2,4,6
/proc/29760/stat : 29760 (python) S 29726 29726 29683 0 -1 4202560 1213 0 0 0 47 38 0 0 18 0 2 0 964405447 510582784 58066 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29760/statm: 124654 58066 415 364 0 60572 0
[pid=29762] ppid=29760 vsize=140612 CPUtime=684.91 cores=0,2,4,6
/proc/29762/stat : 29762 (lingeling) T 29760 29762 29762 0 -1 4202496 55842 0 0 0 68482 9 0 0 25 0 1 0 964405448 143986688 34324 33554432000 4194304 4352236 140736085913024 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/29762/statm: 35153 34324 129 39 0 34233 0
[pid=29760/tid=29775] ppid=29726 vsize=498616 CPUtime=0 cores=0,2,4,6
/proc/29760/task/29775/stat : 29775 (python) S 29726 29726 29683 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 964415461 510582784 58066 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 514 18446604453930381504 0 0 -1 6 0 0 0
[pid=29763] ppid=29726 vsize=498628 CPUtime=1.33 cores=0,2,4,6
/proc/29763/stat : 29763 (python) S 29726 29726 29683 0 -1 4202560 1178 0 0 0 75 58 0 0 15 0 2 0 964405450 510595072 58051 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29763/statm: 124657 58051 400 364 0 60572 0
[pid=29765] ppid=29763 vsize=1799916 CPUtime=950.12 cores=0,2,4,6
/proc/29765/stat : 29765 (cryptominisat-2) R 29763 29765 29765 0 -1 4202496 410229 0 0 0 94946 66 0 0 25 0 1 0 964405451 1843113984 376089 33554432000 4194304 4677096 140733236141296 18446744073709551615 4320052 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29765/statm: 449979 376089 393 118 0 444938 0
[pid=29763/tid=29814] ppid=29726 vsize=498628 CPUtime=0 cores=0,2,4,6
/proc/29763/task/29814/stat : 29814 (python) S 29726 29726 29683 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 964454134 510595072 58051 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 514 18446604449691290432 0 0 -1 0 0 0 0
[pid=29766] ppid=29726 vsize=508884 CPUtime=1.4 cores=0,2,4,6
/proc/29766/stat : 29766 (python) S 29726 29726 29683 0 -1 4202560 1161 0 0 0 78 62 0 0 18 0 2 0 964405453 521097216 58054 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/29766/statm: 127221 58054 399 364 0 63133 0
[pid=29768] ppid=29766 vsize=139348 CPUtime=1144.03 cores=0,2,4,6
/proc/29768/stat : 29768 (lingeling) R 29766 29768 29768 0 -1 4202496 55680 0 0 0 114395 8 0 0 25 0 1 0 964405454 142692352 34008 33554432000 4194304 4352236 140735486250288 18446744073709551615 4327867 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/29768/statm: 34837 34008 129 39 0 33917 0
[pid=29766/tid=29845] ppid=29726 vsize=508884 CPUtime=0 cores=0,2,4,6
/proc/29766/task/29845/stat : 29845 (python) S 29726 29726 29683 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 964503670 521097216 58054 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 514 18446604453918492608 0 0 -1 2 0 0 0
[pid=29769] ppid=29726 vsize=519140 CPUtime=1.33 cores=0,2,4,6
/proc/29769/stat : 29769 (python) S 29726 29726 29683 0 -1 4202560 1197 0 0 0 75 58 0 0 15 0 2 0 964405456 531599360 58059 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29769/statm: 129785 58059 400 364 0 65694 0
[pid=29771] ppid=29769 vsize=1556972 CPUtime=944.69 cores=0,2,4,6
/proc/29771/stat : 29771 (cryptominisat-2) R 29769 29771 29771 0 -1 4202496 360933 0 0 0 94408 61 0 0 25 0 1 0 964405457 1594339328 330848 33554432000 4194304 4677096 140736331009808 18446744073709551615 4319160 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29771/statm: 389243 330848 393 118 0 384202 0
[pid=29769/tid=29821] ppid=29726 vsize=519140 CPUtime=0 cores=0,2,4,6
/proc/29769/task/29821/stat : 29821 (python) S 29726 29726 29683 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 964464011 531599360 58059 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 514 18446604449691288640 0 0 -1 0 0 0 0
[pid=29815] ppid=29726 vsize=529396 CPUtime=0.13 cores=0,2,4,6
/proc/29815/stat : 29815 (python) S 29726 29726 29683 0 -1 4202560 1137 0 0 0 5 8 0 0 19 0 2 0 964454136 542101504 58062 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29815/statm: 132349 58062 399 364 0 68255 0
[pid=29817] ppid=29815 vsize=68836 CPUtime=99.85 cores=0,2,4,6
/proc/29817/stat : 29817 (SApperloT-base) T 29815 29817 29817 0 -1 4202496 16444 0 0 0 9981 4 0 0 25 0 1 0 964454137 70488064 15950 33554432000 134512640 135674940 4290580016 18446744073709551615 134564271 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/29817/statm: 17209 15950 100 284 0 16923 0
[pid=29815/tid=29825] ppid=29726 vsize=529396 CPUtime=0 cores=0,2,4,6
/proc/29815/task/29825/stat : 29825 (python) S 29726 29726 29683 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 964464150 542101504 58062 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 514 18446604453922981760 0 0 -1 2 0 0 0
[pid=29822] ppid=29726 vsize=539652 CPUtime=0.36 cores=0,2,4,6
/proc/29822/stat : 29822 (python) S 29726 29726 29683 0 -1 4202560 1164 0 0 0 20 16 0 0 19 0 2 0 964464013 552603648 58066 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/29822/statm: 134913 58066 399 364 0 70816 0
[pid=29824] ppid=29822 vsize=356680 CPUtime=293.41 cores=0,2,4,6
/proc/29824/stat : 29824 (precosat) T 29822 29824 29824 0 -1 4202496 89119 0 0 0 29326 15 0 0 25 0 1 0 964464014 365240320 84100 33554432000 4194304 4890832 140733442053904 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 6 0 0 0
/proc/29824/statm: 89170 84100 86 171 0 88997 0
[pid=29822/tid=29841] ppid=29726 vsize=539652 CPUtime=0 cores=0,2,4,6
/proc/29822/task/29841/stat : 29841 (python) S 29726 29726 29683 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 964493749 552603648 58066 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 514 18446604453922449472 0 0 -1 6 0 0 0
[pid=29826] ppid=29726 vsize=549908 CPUtime=0.14 cores=0,2,4,6
/proc/29826/stat : 29826 (python) S 29726 29726 29683 0 -1 4202560 1123 0 0 0 7 7 0 0 19 0 2 0 964464152 563105792 58070 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032222667 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/29826/statm: 137477 58070 399 364 0 73377 0
[pid=29828] ppid=29826 vsize=141080 CPUtime=100 cores=0,2,4,6
/proc/29828/stat : 29828 (lingeling) T 29826 29828 29828 0 -1 4202496 52323 0 0 0 9994 6 0 0 25 0 1 0 964464153 144465920 34440 33554432000 4194304 4352236 140737292599072 18446744073709551615 4328068 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/29828/statm: 35270 34440 129 39 0 34350 0
[pid=29826/tid=29834] ppid=29726 vsize=549908 CPUtime=0 cores=0,2,4,6
/proc/29826/task/29834/stat : 29834 (python) S 29726 29726 29683 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 964474166 563105792 58070 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 514 18446604453922447680 0 0 -1 2 0 0 0
[pid=29831] ppid=29726 vsize=560164 CPUtime=0.51 cores=0,2,4,6
/proc/29831/stat : 29831 (python) S 29726 29726 29683 0 -1 4202560 1223 0 0 0 30 21 0 0 15 0 2 0 964474129 573607936 58080 33554432000 4194304 5683644 140734716890512 18446744073709551615 260020416070 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/29831/statm: 140041 58080 405 364 0 75938 0
[pid=29833] ppid=29831 vsize=1473732 CPUtime=368.72 cores=0,2,4,6
/proc/29833/stat : 29833 (cryptominisat-2) R 29831 29833 29833 0 -1 4202496 383309 0 0 0 36809 63 0 0 25 0 1 0 964474130 1509101568 318037 33554432000 4194304 4677096 140737072049728 18446744073709551615 4320291 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29833/statm: 368433 318037 395 118 0 363392 0
[pid=29831/tid=29838] ppid=29726 vsize=560164 CPUtime=0 cores=0,2,4,6
/proc/29831/task/29838/stat : 29838 (python) S 29726 29726 29683 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 964484267 573607936 58080 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 514 18446604453616615552 0 0 -1 4 0 0 0
[pid=29726/tid=29761] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29761/stat : 29761 (python) S 29723 29726 29683 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 964405448 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 6 0 0 0
[pid=29726/tid=29764] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29764/stat : 29764 (python) S 29723 29726 29683 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 964405451 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 4 0 0 0
[pid=29726/tid=29767] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29767/stat : 29767 (python) S 29723 29726 29683 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 964405454 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 2 0 0 0
[pid=29726/tid=29770] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29770/stat : 29770 (python) S 29723 29726 29683 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 964405457 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 0 0 0 0
[pid=29726/tid=29816] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29816/stat : 29816 (python) S 29723 29726 29683 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 9 0 964454137 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 0 0 0 0
[pid=29726/tid=29823] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29823/stat : 29823 (python) S 29723 29726 29683 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 964464014 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 0 0 0 0
[pid=29726/tid=29827] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29827/stat : 29827 (python) S 29723 29726 29683 0 -1 4202560 33 933 0 0 0 0 0 0 20 0 9 0 964464153 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 0 0 0 0
[pid=29726/tid=29832] ppid=29723 vsize=570408 CPUtime=0 cores=0,2,4,6
/proc/29726/task/29832/stat : 29832 (python) S 29723 29726 29683 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 964474129 584097792 59568 33554432000 4194304 5683644 140734716890512 18446744073709551615 260032219569 0 0 16781312 2 18446604453907802240 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4738.08
Current children cumulated vsize (KiB) 10451972

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

Real time (s): 1300.08
CPU time (s): 4738.08
CPU user time (s): 4732.77
CPU system time (s): 5.31
CPU usage (%): 364.446
Max. virtual memory (cumulated for all children) (KiB): 10451972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 145.995
system time used= 0.346947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99632
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= 7485
involuntary context switches= 1629

runsolver used 3.85341 second user time and 7.85381 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-10 23:33:18
IDJOB=3317735
IDBENCH=82354
IDSOLVER=1706
FILE ID=node110/3317735-1307741597
RUNJOBID= node110-1307741596-29701
PBS_JOBID= 13550799
Free space on /tmp= 74108 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.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-3317735-1307741597/watcher-3317735-1307741597 -o /tmp/evaluation-result-3317735-1307741597/solver-3317735-1307741597 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317735-1307741597.cnf -seed 1731649969 -budget 4800 -cores 4

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=1731649969

node110.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	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:      31645864 kB
Buffers:        262996 kB
Cached:         788484 kB
SwapCached:       8464 kB
Active:         537728 kB
Inactive:       532132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31645864 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:          103000 kB
Writeback:           0 kB
AnonPages:       16836 kB
Mapped:          12660 kB
Slab:           170100 kB
PageTables:       4712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188832 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= 74092 MiB
End job on node110 at 2011-06-10 23:55:02