Trace number 3317915

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) 4092.79 1300.06

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2179.95
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.64	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.64	c INFO: solving HOME/instance-3317915-1304269513.cnf
0.37/0.64	c INFO: computing task features
1.14/1.46	c INFO: computed variable-clause graph statistics
1.14/1.49	c INFO: computed clause balance statistics
5.65/5.96	c INFO: computed variable balance statistics
9.05/9.32	c INFO: computed small-clause counts
9.05/9.36	c INFO: computed Horn-clause counts
19.85/20.10	c INFO: computed variable graph statistics
19.85/20.10	c INFO: collected features for HOME/instance-3317915-1304269513.cnf in 19.43 s
19.85/20.12	c INFO: running SApperloT@0 for 97 with 4780 remaining (b = 0.27)
19.85/20.15	c INFO: running lingeling-276@0 for 97 with 4780 remaining (b = 0.20)
19.85/20.17	c INFO: running lingeling-276@0 for 1164 with 4780 remaining (b = 0.48)
19.94/20.20	c INFO: running cryptominisat-2.9.0@0 for 485 with 4780 remaining (b = 0.32)
316.61/119.35	c INFO: running lingeling-276@0 for 776 with 4681 remaining (b = 0.32)
463.29/168.35	c INFO: running precosat-570@0 for 291 with 4632 remaining (b = 0.27)
1621.69/538.88	c INFO: running precosat-570@291 for 97 with 4261 remaining (b = 0.07)
1788.69/594.69	c INFO: running lingeling-276@0 for 97 with 4205 remaining (b = 0.12)
1947.22/640.04	c INFO: running cryptominisat-2.9.0@98 for 388 with 4160 remaining (b = 0.21)
2183.08/718.89	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4081 remaining (b = 0.52)
3103.54/982.61	c INFO: running cryptominisat-2.9.0@0 for 679 with 3818 remaining (b = 0.24)
3361.64/1069.19	c INFO: running lingeling-276@100 for 776 with 3731 remaining (b = 0.21)
4092.79/1300.04	c INFO: running lingeling-276@0 for 97 with 3500 remaining (b = 0.08)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317915-1304269513/watcher-3317915-1304269513 -o /tmp/evaluation-result-3317915-1304269513/solver-3317915-1304269513 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317915-1304269513.cnf -seed 432412981 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 7.02 6.68 6.13 5/205 21212
/proc/meminfo: memFree=18305668/32950928 swapFree=67111404/67111528
[pid=21212] ppid=21210 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/21212/stat : 21212 (python) S 21210 21212 20569 0 -1 4202496 792 0 0 0 0 0 0 0 25 0 1 0 538550083 15749120 679 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 1 0 0 0
/proc/21212/statm: 3845 679 322 364 0 332 0

[startup+0.0487581 s]
/proc/loadavg: 7.02 6.68 6.13 5/205 21212
/proc/meminfo: memFree=18305668/32950928 swapFree=67111404/67111528
[pid=21212] ppid=21210 vsize=18884 CPUtime=0.02 cores=1,3,5,7
/proc/21212/stat : 21212 (python) S 21210 21212 20569 0 -1 4202496 1289 0 0 0 2 0 0 0 25 0 1 0 538550083 19337216 1141 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594864640 0 2147483391 16781312 2 18446744071699215550 0 0 17 1 0 0 0
/proc/21212/statm: 4721 1141 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.10075 s]
/proc/loadavg: 7.02 6.68 6.13 5/205 21212
/proc/meminfo: memFree=18305668/32950928 swapFree=67111404/67111528
[pid=21212] ppid=21210 vsize=93960 CPUtime=0.05 cores=1,3,5,7
/proc/21212/stat : 21212 (python) S 21210 21212 20569 0 -1 4202496 2693 0 0 0 4 1 0 0 17 0 1 0 538550083 96215040 2407 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594862437 0 2147483391 16781312 2 18446744071699215550 0 0 17 1 0 0 0
/proc/21212/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 93960

[startup+0.300777 s]
/proc/loadavg: 7.02 6.68 6.13 5/205 21212
/proc/meminfo: memFree=18305668/32950928 swapFree=67111404/67111528
[pid=21212] ppid=21210 vsize=135748 CPUtime=0.17 cores=1,3,5,7
/proc/21212/stat : 21212 (python) R 21210 21212 20569 0 -1 4202496 5962 935 1 0 13 4 0 0 17 0 1 0 538550083 139005952 4150 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594862597 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21212/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700646 s]
/proc/loadavg: 7.02 6.68 6.13 5/205 21212
/proc/meminfo: memFree=18305668/32950928 swapFree=67111404/67111528
[pid=21212] ppid=21210 vsize=286760 CPUtime=0.45 cores=1,3,5,7
/proc/21212/stat : 21212 (python) R 21210 21212 20569 0 -1 4202496 11298 935 1 0 34 11 0 0 16 0 1 0 538550083 293642240 8980 33554432000 4194304 5683644 140735645590976 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21212/statm: 71690 8981 1761 364 0 7614 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 286760

[startup+1.5005 s]
/proc/loadavg: 7.02 6.68 6.13 6/206 21217
/proc/meminfo: memFree=18254448/32950928 swapFree=67111404/67111528
[pid=21212] ppid=21210 vsize=332104 CPUtime=1.25 cores=1,3,5,7
/proc/21212/stat : 21212 (python) R 21210 21212 20569 0 -1 4202496 31922 935 1 0 111 14 0 0 16 0 1 0 538550083 340074496 20411 33554432000 4194304 5683644 140735645590976 18446744073709551615 4602354 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21212/statm: 83026 20411 1826 364 0 18950 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 332104

[startup+3.10022 s]
/proc/loadavg: 7.02 6.68 6.13 6/206 21217
/proc/meminfo: memFree=18229524/32950928 swapFree=67111404/67111528
[pid=21212] ppid=21210 vsize=332104 CPUtime=2.85 cores=1,3,5,7
/proc/21212/stat : 21212 (python) R 21210 21212 20569 0 -1 4202496 31922 935 1 0 271 14 0 0 19 0 1 0 538550083 340074496 20411 33554432000 4194304 5683644 140735645590976 18446744073709551615 4522512 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21212/statm: 83026 20411 1826 364 0 18950 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 332104

[startup+6.30066 s]
/proc/loadavg: 7.02 6.69 6.13 6/206 21217
/proc/meminfo: memFree=18229028/32950928 swapFree=67111404/67111528
[pid=21212] ppid=21210 vsize=332104 CPUtime=6.05 cores=1,3,5,7
/proc/21212/stat : 21212 (python) R 21210 21212 20569 0 -1 4202496 31923 935 1 0 591 14 0 0 25 0 1 0 538550083 340074496 20412 33554432000 4194304 5683644 140735645590976 18446744073709551615 235598275241 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21212/statm: 83026 20412 1827 364 0 18950 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 332104

[startup+12.7005 s]
/proc/loadavg: 6.86 6.66 6.12 6/206 21217
/proc/meminfo: memFree=18227296/32950928 swapFree=67111404/67111528
[pid=21212] ppid=21210 vsize=334348 CPUtime=12.45 cores=1,3,5,7
/proc/21212/stat : 21212 (python) R 21210 21212 20569 0 -1 4202496 32490 935 1 0 1231 14 0 0 25 0 1 0 538550083 342372352 20979 33554432000 4194304 5683644 140735645590976 18446744073709551615 47464700926080 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21212/statm: 83587 20979 1833 364 0 19511 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 334348

[startup+25.5013 s]
/proc/loadavg: 6.69 6.63 6.12 9/218 21230
/proc/meminfo: memFree=18016580/32950928 swapFree=67111404/67111528
[pid=21212] ppid=21210 vsize=370984 CPUtime=19.94 cores=1,3,5,7
/proc/21212/stat : 21212 (python) S 21210 21212 20569 0 -1 4202496 35185 935 1 0 1980 14 0 0 25 0 5 0 538550083 379887616 19943 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21212/statm: 92746 19943 1881 364 0 28655 0
[pid=21219] ppid=21212 vsize=329972 CPUtime=0 cores=1,3,5,7
/proc/21219/stat : 21219 (python) S 21212 21212 20569 0 -1 4202560 974 0 0 0 0 0 0 0 18 0 1 0 538552096 337891328 18427 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886671 0 0 16781312 514 7793040454320095496 0 0 17 1 0 0 0
/proc/21219/statm: 82493 18427 381 364 0 18411 0
[pid=21221] ppid=21219 vsize=15792 CPUtime=2.83 cores=1,3,5,7
/proc/21221/stat : 21221 (SApperloT-base) R 21219 21221 21221 0 -1 4202496 3746 0 0 0 283 0 0 0 25 0 1 0 538552097 16171008 3395 33554432000 134512640 135674940 4294443920 18446744073709551615 134556763 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21221/statm: 3948 3395 99 284 0 3662 0
[pid=21222] ppid=21212 vsize=340228 CPUtime=0 cores=1,3,5,7
/proc/21222/stat : 21222 (python) S 21212 21212 20569 0 -1 4202560 927 0 0 0 0 0 0 0 18 0 1 0 538552099 348393472 18420 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886726 0 0 16781312 514 15475728144945611012 0 0 17 7 0 0 0
/proc/21222/statm: 85057 18420 370 364 0 20972 0
[pid=21224] ppid=21222 vsize=35356 CPUtime=5.28 cores=1,3,5,7
/proc/21224/stat : 21224 (lingeling) R 21222 21224 21224 0 -1 4202496 15758 0 0 0 527 1 0 0 25 0 1 0 538552099 36204544 8008 33554432000 4194304 4352236 140735271632592 18446744073709551615 4228687 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21224/statm: 8839 8008 127 39 0 7919 0
[pid=21225] ppid=21212 vsize=350484 CPUtime=0 cores=1,3,5,7
/proc/21225/stat : 21225 (python) S 21212 21212 20569 0 -1 4202560 929 0 0 0 0 0 0 0 18 0 1 0 538552101 358895616 18424 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886726 0 0 16781312 514 4408342342281429253 0 0 17 1 0 0 0
/proc/21225/statm: 87621 18424 370 364 0 23533 0
[pid=21229] ppid=21225 vsize=35132 CPUtime=5.25 cores=1,3,5,7
/proc/21229/stat : 21229 (lingeling) R 21225 21229 21229 0 -1 4202496 15767 0 0 0 523 2 0 0 25 0 1 0 538552104 35975168 7950 33554432000 4194304 4352236 140737251053472 18446744073709551615 4228972 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21229/statm: 8783 7950 127 39 0 7863 0
[pid=21227] ppid=21212 vsize=360740 CPUtime=0 cores=1,3,5,7
/proc/21227/stat : 21227 (python) S 21212 21212 20569 0 -1 4202560 940 0 0 0 0 0 0 0 18 0 1 0 538552104 369397760 18427 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886726 0 0 16781312 514 4408346190572126472 0 0 17 1 0 0 0
/proc/21227/statm: 90185 18427 369 364 0 26094 0
[pid=21230] ppid=21227 vsize=199076 CPUtime=2.51 cores=1,3,5,7
/proc/21230/stat : 21230 (cryptominisat-2) R 21227 21230 21230 0 -1 4202496 36071 0 0 0 247 4 0 0 25 0 1 0 538552104 203853824 33599 33554432000 4194304 4677096 140737052795552 18446744073709551615 4238064 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21230/statm: 49769 33599 361 118 0 44728 0
[pid=21212/tid=21220] ppid=21210 vsize=370984 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21220/stat : 21220 (python) S 21210 21212 20569 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538552097 379887616 19943 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 5 0 0 0
[pid=21212/tid=21223] ppid=21210 vsize=370984 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21223/stat : 21223 (python) S 21210 21212 20569 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538552099 379887616 19943 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 7 0 0 0
[pid=21212/tid=21226] ppid=21210 vsize=370984 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21226/stat : 21226 (python) S 21210 21212 20569 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 5 0 538552101 379887616 19943 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
[pid=21212/tid=21228] ppid=21210 vsize=370984 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21228/stat : 21228 (python) S 21210 21212 20569 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 538552104 379887616 19943 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 35.81
Current children cumulated vsize (KiB) 2037764

[startup+51.1008 s]
/proc/loadavg: 7.13 6.74 6.17 9/218 21230
/proc/meminfo: memFree=17648772/32950928 swapFree=67111404/67111528
[pid=21212] ppid=21210 vsize=370984 CPUtime=19.94 cores=1,3,5,7
/proc/21212/stat : 21212 (python) S 21210 21212 20569 0 -1 4202496 35185 935 1 0 1980 14 0 0 25 0 5 0 538550083 379887616 19943 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21212/statm: 92746 19943 1881 364 0 28655 0
[pid=21219] ppid=21212 vsize=329972 CPUtime=0.04 cores=1,3,5,7
/proc/21219/stat : 21219 (python) S 21212 21212 20569 0 -1 4202560 987 0 0 0 1 3 0 0 18 0 1 0 538552096 337891328 18427 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886671 0 0 16781312 514 4150594822203212040 0 0 17 1 0 0 0
/proc/21219/statm: 82493 18427 381 364 0 18411 0
[pid=21221] ppid=21219 vsize=33848 CPUtime=15.63 cores=1,3,5,7
/proc/21221/stat : 21221 (SApperloT-base) R 21219 21221 21221 0 -1 4202496 8347 0 0 0 1562 1 0 0 25 0 1 0 538552097 34660352 7867 33554432000 134512640 135674940 4294443920 18446744073709551615 134551505 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21221/statm: 8462 7867 99 284 0 8176 0
[pid=21222] ppid=21212 vsize=340228 CPUtime=0.04 cores=1,3,5,7
/proc/21222/stat : 21222 (python) S 21212 21212 20569 0 -1 4202560 940 0 0 0 2 2 0 0 18 0 1 0 538552099 348393472 18420 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886726 0 0 16781312 514 4150594822203212036 0 0 17 7 0 0 0
/proc/21222/statm: 85057 18420 370 364 0 20972 0
[pid=21224] ppid=21222 vsize=26916 CPUtime=30.69 cores=1,3,5,7
/proc/21224/stat : 21224 (lingeling) R 21222 21224 21224 0 -1 4202496 15760 0 0 0 3067 2 0 0 25 0 1 0 538552099 27561984 5900 33554432000 4194304 4352236 140735271632592 18446744073709551615 4205151 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21224/statm: 6729 5900 129 39 0 5809 0
[pid=21225] ppid=21212 vsize=350484 CPUtime=0.04 cores=1,3,5,7
/proc/21225/stat : 21225 (python) S 21212 21212 20569 0 -1 4202560 940 0 0 0 2 2 0 0 18 0 1 0 538552101 358895616 18424 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886726 0 0 16781312 514 4150594822203212037 0 0 17 1 0 0 0
/proc/21225/statm: 87621 18424 370 364 0 23533 0
[pid=21229] ppid=21225 vsize=30760 CPUtime=30.73 cores=1,3,5,7
/proc/21229/stat : 21229 (lingeling) R 21225 21229 21229 0 -1 4202496 16793 0 0 0 3071 2 0 0 25 0 1 0 538552104 31498240 6859 33554432000 4194304 4352236 140737251053472 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21229/statm: 7690 6859 129 39 0 6770 0
[pid=21227] ppid=21212 vsize=360740 CPUtime=0.04 cores=1,3,5,7
/proc/21227/stat : 21227 (python) S 21212 21212 20569 0 -1 4202560 958 0 0 0 3 1 0 0 15 0 1 0 538552104 369397760 18428 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886726 0 0 16781312 514 8459743623473234184 0 0 17 1 0 0 0
/proc/21227/statm: 90185 18428 370 364 0 26094 0
[pid=21230] ppid=21227 vsize=636940 CPUtime=15.31 cores=1,3,5,7
/proc/21230/stat : 21230 (cryptominisat-2) R 21227 21230 21230 0 -1 4202496 124629 0 0 0 1517 14 0 0 25 0 1 0 538552104 652226560 122157 33554432000 4194304 4677096 140737052795552 18446744073709551615 4331713 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21230/statm: 159235 122157 387 118 0 154194 0
[pid=21212/tid=21220] ppid=21210 vsize=370984 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21220/stat : 21220 (python) S 21210 21212 20569 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 5 0 538552097 379887616 19943 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 5 0 0 0
[pid=21212/tid=21223] ppid=21210 vsize=370984 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21223/stat : 21223 (python) S 21210 21212 20569 0 -1 4202560 23 935 0 0 0 0 0 0 25 0 5 0 538552099 379887616 19943 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 7 0 0 0
[pid=21212/tid=21226] ppid=21210 vsize=370984 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21226/stat : 21226 (python) S 21210 21212 20569 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 5 0 538552101 379887616 19943 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
[pid=21212/tid=21228] ppid=21210 vsize=370984 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21228/stat : 21228 (python) S 21210 21212 20569 0 -1 4202560 21 935 0 0 0 0 0 0 25 0 5 0 538552104 379887616 19943 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 112.46
Current children cumulated vsize (KiB) 2480872

[startup+102.308 s]
/proc/loadavg: 8.71 7.19 6.35 9/215 21266
/proc/meminfo: memFree=17474372/32950928 swapFree=67111404/67111528
[pid=21212] ppid=21210 vsize=370984 CPUtime=19.94 cores=1,3,5,7
/proc/21212/stat : 21212 (python) S 21210 21212 20569 0 -1 4202496 35185 935 1 0 1980 14 0 0 25 0 5 0 538550083 379887616 19943 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21212/statm: 92746 19943 1881 364 0 28655 0
[pid=21219] ppid=21212 vsize=329972 CPUtime=0.12 cores=1,3,5,7
/proc/21219/stat : 21219 (python) S 21212 21212 20569 0 -1 4202560 1006 0 0 0 5 7 0 0 18 0 1 0 538552096 337891328 18427 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886671 0 0 16781312 514 4150594822203212040 0 0 17 1 0 0 0
/proc/21219/statm: 82493 18427 381 364 0 18411 0
[pid=21221] ppid=21219 vsize=74064 CPUtime=41.25 cores=1,3,5,7
/proc/21221/stat : 21221 (SApperloT-base) R 21219 21221 21221 0 -1 4202496 18543 0 0 0 4121 4 0 0 25 0 1 0 538552097 75841536 17806 33554432000 134512640 135674940 4294443920 18446744073709551615 134551363 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/21221/statm: 18516 17806 99 284 0 18230 0
[pid=21222] ppid=21212 vsize=340228 CPUtime=0.12 cores=1,3,5,7
/proc/21222/stat : 21222 (python) S 21212 21212 20569 0 -1 4202560 960 0 0 0 6 6 0 0 18 0 1 0 538552099 348393472 18420 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886726 0 0 16781312 514 4150594822203212036 0 0 17 7 0 0 0
/proc/21222/statm: 85057 18420 370 364 0 20972 0
[pid=21224] ppid=21222 vsize=30972 CPUtime=81.47 cores=1,3,5,7
/proc/21224/stat : 21224 (lingeling) R 21222 21224 21224 0 -1 4202496 18832 0 0 0 8145 2 0 0 25 0 1 0 538552099 31715328 6914 33554432000 4194304 4352236 140735271632592 18446744073709551615 4241440 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21224/statm: 7743 6914 129 39 0 6823 0

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

/proc/21224/stat : 21224 (lingeling) T 21222 21224 21224 0 -1 4202496 45585 0 0 0 87815 9 0 0 25 0 1 0 538552099 86765568 20354 33554432000 4194304 4352236 140735271632592 18446744073709551615 4233918 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/21224/statm: 21183 20354 129 39 0 20263 0
[pid=21222/tid=21277] ppid=21212 vsize=340228 CPUtime=0 cores=1,3,5,7
/proc/21222/task/21277/stat : 21277 (python) S 21212 21212 20569 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538562016 348393472 18450 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 514 18446604465105851584 0 0 -1 7 0 0 0
[pid=21225] ppid=21212 vsize=350484 CPUtime=1.9 cores=1,3,5,7
/proc/21225/stat : 21225 (python) S 21212 21212 20569 0 -1 4202560 999 0 0 0 100 90 0 0 18 0 1 0 538552101 358895616 18424 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886726 0 0 16781312 514 4150594822203212037 0 0 17 5 0 0 0
/proc/21225/statm: 87621 18424 370 364 0 23533 0
[pid=21229] ppid=21225 vsize=70180 CPUtime=857.16 cores=1,3,5,7
/proc/21229/stat : 21229 (lingeling) R 21225 21229 21229 0 -1 4202496 32794 0 0 0 85712 4 0 0 25 0 1 0 538552104 71864320 16714 33554432000 4194304 4352236 140737251053472 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21229/statm: 17545 16714 129 39 0 16625 0
[pid=21227] ppid=21212 vsize=360740 CPUtime=1.7 cores=1,3,5,7
/proc/21227/stat : 21227 (python) S 21212 21212 20569 0 -1 4202560 1215 0 0 0 90 80 0 0 15 0 2 0 538552104 369397760 18459 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21227/statm: 90185 18459 400 364 0 26094 0
[pid=21230] ppid=21227 vsize=1423936 CPUtime=878.99 cores=1,3,5,7
/proc/21230/stat : 21230 (cryptominisat-2) T 21227 21230 21230 0 -1 4202496 456942 0 0 0 87796 103 0 0 25 0 1 0 538552104 1458110464 273394 33554432000 4194304 4677096 140737052795552 18446744073709551615 235594866560 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/21230/statm: 355984 273394 391 118 0 350943 0
[pid=21227/tid=21398] ppid=21212 vsize=360740 CPUtime=0 cores=1,3,5,7
/proc/21227/task/21398/stat : 21398 (python) S 21212 21212 20569 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 538609551 369397760 18459 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 514 18446604471118960512 0 0 -1 5 0 0 0
[pid=21325] ppid=21212 vsize=370996 CPUtime=0.71 cores=1,3,5,7
/proc/21325/stat : 21325 (python) S 21212 21212 20569 0 -1 4202560 1177 0 0 0 36 35 0 0 18 0 2 0 538566919 379899904 18462 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21325/statm: 92749 18462 399 364 0 28655 0
[pid=21327] ppid=21325 vsize=141740 CPUtime=392.4 cores=1,3,5,7
/proc/21327/stat : 21327 (precosat) T 21325 21327 21327 0 -1 4202496 61206 0 0 0 39232 8 0 0 25 0 1 0 538566920 145141760 34533 33554432000 4194304 4890832 140734243525392 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/21327/statm: 35435 34533 86 171 0 35262 0
[pid=21325/tid=21395] ppid=21212 vsize=370996 CPUtime=0 cores=1,3,5,7
/proc/21325/task/21395/stat : 21395 (python) S 21212 21212 20569 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538603969 379899904 18462 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 514 18446604471105286464 0 0 -1 1 0 0 0
[pid=21399] ppid=21212 vsize=381252 CPUtime=0.48 cores=1,3,5,7
/proc/21399/stat : 21399 (python) S 21212 21212 20569 0 -1 4202560 1170 0 0 0 23 25 0 0 18 0 2 0 538609553 390402048 18466 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886726 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21399/statm: 95313 18466 399 364 0 31216 0
[pid=21401] ppid=21399 vsize=30520 CPUtime=202.14 cores=1,3,5,7
/proc/21401/stat : 21401 (lingeling) R 21399 21401 21401 0 -1 4202496 16974 0 0 0 20212 2 0 0 25 0 1 0 538609554 31252480 6800 33554432000 4194304 4352236 140734807685088 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21401/statm: 7630 6800 129 39 0 6710 0
[pid=21399/tid=21405] ppid=21212 vsize=381252 CPUtime=0 cores=1,3,5,7
/proc/21399/task/21405/stat : 21405 (python) S 21212 21212 20569 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538621971 390402048 18466 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 514 18446604471118904000 0 0 -1 1 0 0 0
[pid=21406] ppid=21212 vsize=391508 CPUtime=0.92 cores=1,3,5,7
/proc/21406/stat : 21406 (python) S 21212 21212 20569 0 -1 4202560 1051 0 0 0 47 45 0 0 15 0 1 0 538621973 400904192 18441 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886726 0 0 16781312 514 1661076200841249029 0 0 17 7 0 0 0
/proc/21406/statm: 97877 18441 371 364 0 33777 0
[pid=21408] ppid=21406 vsize=1257496 CPUtime=345.37 cores=1,3,5,7
/proc/21408/stat : 21408 (cryptominisat-2) R 21406 21408 21408 0 -1 4202496 308645 0 0 0 34486 51 0 0 25 0 1 0 538621974 1287675904 250565 33554432000 4194304 4677096 140734086909728 18446744073709551615 4358608 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/21408/statm: 314374 250565 391 118 0 309333 0
[pid=21416] ppid=21212 vsize=401764 CPUtime=0.47 cores=1,3,5,7
/proc/21416/stat : 21416 (python) S 21212 21212 20569 0 -1 4202560 1069 0 0 0 23 24 0 0 15 0 1 0 538648345 411406336 18450 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886726 0 0 16781312 514 16729430060720685318 0 0 17 1 0 0 0
/proc/21416/statm: 100441 18450 376 364 0 36338 0
[pid=21418] ppid=21416 vsize=1248712 CPUtime=221.81 cores=1,3,5,7
/proc/21418/stat : 21418 (cryptominisat-2) R 21416 21418 21418 0 -1 4202496 277733 0 0 0 22137 44 0 0 25 0 1 0 538648345 1278681088 247734 33554432000 4194304 4677096 140735785592496 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21418/statm: 312178 247734 391 118 0 307137 0
[pid=21212/tid=21220] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21220/stat : 21220 (python) S 21210 21212 20569 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 538552097 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 5 0 0 0
[pid=21212/tid=21223] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21223/stat : 21223 (python) S 21210 21212 20569 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 538552099 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 7 0 0 0
[pid=21212/tid=21226] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21226/stat : 21226 (python) S 21210 21212 20569 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 538552101 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
[pid=21212/tid=21228] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21228/stat : 21228 (python) S 21210 21212 20569 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 538552104 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
[pid=21212/tid=21326] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21326/stat : 21326 (python) S 21210 21212 20569 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 538566920 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
[pid=21212/tid=21400] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21400/stat : 21400 (python) S 21210 21212 20569 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 538609553 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
[pid=21212/tid=21407] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21407/stat : 21407 (python) S 21210 21212 20569 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 538621973 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
[pid=21212/tid=21417] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21417/stat : 21417 (python) S 21210 21212 20569 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 538648345 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3902.67
Current children cumulated vsize (KiB) 7741260



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.03 10.27 9.38 11/255 21435
/proc/meminfo: memFree=13816128/32950928 swapFree=67111404/67111528
[pid=21212] ppid=21210 vsize=412008 CPUtime=20.14 cores=1,3,5,7
/proc/21212/stat : 21212 (python) S 21210 21212 20569 0 -1 4202496 39171 935 1 0 1998 16 0 0 18 0 9 0 538550083 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606693323 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21212/statm: 103002 19968 1890 364 0 38899 0
[pid=21219] ppid=21212 vsize=340216 CPUtime=0.22 cores=1,3,5,7
/proc/21219/stat : 21219 (python) S 21212 21212 20569 0 -1 4202560 1184 0 0 0 10 12 0 0 19 0 2 0 538552096 348381184 18465 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21219/statm: 85054 18465 414 364 0 20972 0
[pid=21221] ppid=21219 vsize=134748 CPUtime=98.53 cores=1,3,5,7
/proc/21221/stat : 21221 (SApperloT-base) T 21219 21221 21221 0 -1 4202496 33738 0 0 0 9844 9 0 0 25 0 1 0 538552097 137981952 33001 33554432000 134512640 135674940 4294443920 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 1 0 0 0
/proc/21221/statm: 33687 33001 100 284 0 33401 0
[pid=21219/tid=21324] ppid=21212 vsize=340216 CPUtime=0 cores=1,3,5,7
/proc/21219/task/21324/stat : 21324 (python) S 21212 21212 20569 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538566917 348381184 18465 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 514 18446604467612053760 0 0 -1 1 0 0 0
[pid=21222] ppid=21212 vsize=340228 CPUtime=1.49 cores=1,3,5,7
/proc/21222/stat : 21222 (python) S 21212 21212 20569 0 -1 4202560 1151 0 0 0 79 70 0 0 18 0 2 0 538552099 348393472 18450 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21222/statm: 85057 18450 399 364 0 20972 0
[pid=21224] ppid=21222 vsize=84732 CPUtime=878.24 cores=1,3,5,7
/proc/21224/stat : 21224 (lingeling) T 21222 21224 21224 0 -1 4202496 45585 0 0 0 87815 9 0 0 25 0 1 0 538552099 86765568 20354 33554432000 4194304 4352236 140735271632592 18446744073709551615 4233918 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/21224/statm: 21183 20354 129 39 0 20263 0
[pid=21222/tid=21277] ppid=21212 vsize=340228 CPUtime=0 cores=1,3,5,7
/proc/21222/task/21277/stat : 21277 (python) S 21212 21212 20569 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538562016 348393472 18450 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 514 18446604465105851584 0 0 -1 7 0 0 0
[pid=21225] ppid=21212 vsize=350484 CPUtime=2.01 cores=1,3,5,7
/proc/21225/stat : 21225 (python) S 21212 21212 20569 0 -1 4202560 999 0 0 0 106 95 0 0 18 0 1 0 538552101 358895616 18424 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886726 0 0 16781312 514 4150594822203212037 0 0 17 5 0 0 0
/proc/21225/statm: 87621 18424 370 364 0 23533 0
[pid=21229] ppid=21225 vsize=70180 CPUtime=885.91 cores=1,3,5,7
/proc/21229/stat : 21229 (lingeling) R 21225 21229 21229 0 -1 4202496 32794 0 0 0 88587 4 0 0 25 0 1 0 538552104 71864320 16714 33554432000 4194304 4352236 140737251053472 18446744073709551615 4234513 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21229/statm: 17545 16714 129 39 0 16625 0
[pid=21227] ppid=21212 vsize=360740 CPUtime=1.7 cores=1,3,5,7
/proc/21227/stat : 21227 (python) S 21212 21212 20569 0 -1 4202560 1215 0 0 0 90 80 0 0 15 0 2 0 538552104 369397760 18459 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21227/statm: 90185 18459 400 364 0 26094 0
[pid=21230] ppid=21227 vsize=1423936 CPUtime=878.99 cores=1,3,5,7
/proc/21230/stat : 21230 (cryptominisat-2) T 21227 21230 21230 0 -1 4202496 456942 0 0 0 87796 103 0 0 25 0 1 0 538552104 1458110464 273394 33554432000 4194304 4677096 140737052795552 18446744073709551615 235594866560 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/21230/statm: 355984 273394 391 118 0 350943 0
[pid=21227/tid=21398] ppid=21212 vsize=360740 CPUtime=0 cores=1,3,5,7
/proc/21227/task/21398/stat : 21398 (python) S 21212 21212 20569 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 538609551 369397760 18459 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 514 18446604471118960512 0 0 -1 5 0 0 0
[pid=21325] ppid=21212 vsize=370996 CPUtime=0.71 cores=1,3,5,7
/proc/21325/stat : 21325 (python) S 21212 21212 20569 0 -1 4202560 1177 0 0 0 36 35 0 0 18 0 2 0 538566919 379899904 18462 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606693323 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21325/statm: 92749 18462 399 364 0 28655 0
[pid=21327] ppid=21325 vsize=141740 CPUtime=392.4 cores=1,3,5,7
/proc/21327/stat : 21327 (precosat) T 21325 21327 21327 0 -1 4202496 61206 0 0 0 39232 8 0 0 25 0 1 0 538566920 145141760 34533 33554432000 4194304 4890832 140734243525392 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/21327/statm: 35435 34533 86 171 0 35262 0
[pid=21325/tid=21395] ppid=21212 vsize=370996 CPUtime=0 cores=1,3,5,7
/proc/21325/task/21395/stat : 21395 (python) S 21212 21212 20569 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 538603969 379899904 18462 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 514 18446604471105286464 0 0 -1 1 0 0 0
[pid=21399] ppid=21212 vsize=381252 CPUtime=0.58 cores=1,3,5,7
/proc/21399/stat : 21399 (python) S 21212 21212 20569 0 -1 4202560 1170 0 0 0 29 29 0 0 18 0 2 0 538609553 390402048 18466 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886726 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21399/statm: 95313 18466 399 364 0 31216 0
[pid=21401] ppid=21399 vsize=31032 CPUtime=259.85 cores=1,3,5,7
/proc/21401/stat : 21401 (lingeling) R 21399 21401 21401 0 -1 4202496 17102 0 0 0 25983 2 0 0 25 0 1 0 538609554 31776768 6928 33554432000 4194304 4352236 140734807685088 18446744073709551615 4235610 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21401/statm: 7758 6928 129 39 0 6838 0
[pid=21399/tid=21405] ppid=21212 vsize=381252 CPUtime=0 cores=1,3,5,7
/proc/21399/task/21405/stat : 21405 (python) S 21212 21212 20569 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538621971 390402048 18466 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 514 18446604471118904000 0 0 -1 1 0 0 0
[pid=21406] ppid=21212 vsize=391508 CPUtime=1.04 cores=1,3,5,7
/proc/21406/stat : 21406 (python) S 21212 21212 20569 0 -1 4202560 1053 0 0 0 53 51 0 0 15 0 1 0 538621973 400904192 18441 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886726 0 0 16781312 514 4150594822203212037 0 0 17 7 0 0 0
/proc/21406/statm: 97877 18441 371 364 0 33777 0
[pid=21408] ppid=21406 vsize=1270988 CPUtime=402.02 cores=1,3,5,7
/proc/21408/stat : 21408 (cryptominisat-2) R 21406 21408 21408 0 -1 4202496 325373 0 0 0 40146 56 0 0 25 0 1 0 538621974 1301491712 253272 33554432000 4194304 4677096 140734086909728 18446744073709551615 4319968 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/21408/statm: 317747 253272 391 118 0 312706 0
[pid=21416] ppid=21212 vsize=401764 CPUtime=0.59 cores=1,3,5,7
/proc/21416/stat : 21416 (python) S 21212 21212 20569 0 -1 4202560 1070 0 0 0 29 30 0 0 15 0 1 0 538648345 411406336 18450 33554432000 4194304 5683644 140735645590976 18446744073709551615 235594886726 0 0 16781312 514 4150594822203212038 0 0 17 1 0 0 0
/proc/21416/statm: 100441 18450 376 364 0 36338 0
[pid=21418] ppid=21416 vsize=1253388 CPUtime=268.37 cores=1,3,5,7
/proc/21418/stat : 21418 (cryptominisat-2) R 21416 21418 21418 0 -1 4202496 289503 0 0 0 26788 49 0 0 25 0 1 0 538648345 1283469312 249238 33554432000 4194304 4677096 140735785592496 18446744073709551615 4346664 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21418/statm: 313347 249238 391 118 0 308306 0
[pid=21212/tid=21220] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21220/stat : 21220 (python) S 21210 21212 20569 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 538552097 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 5 0 0 0
[pid=21212/tid=21223] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21223/stat : 21223 (python) S 21210 21212 20569 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 9 0 538552099 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 7 0 0 0
[pid=21212/tid=21226] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21226/stat : 21226 (python) S 21210 21212 20569 0 -1 4202560 35 935 0 0 0 0 0 0 25 0 9 0 538552101 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
[pid=21212/tid=21228] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21228/stat : 21228 (python) S 21210 21212 20569 0 -1 4202560 27 935 0 0 0 0 0 0 18 0 9 0 538552104 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
[pid=21212/tid=21326] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21326/stat : 21326 (python) S 21210 21212 20569 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 538566920 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
[pid=21212/tid=21400] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21400/stat : 21400 (python) S 21210 21212 20569 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 538609553 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
[pid=21212/tid=21407] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21407/stat : 21407 (python) S 21210 21212 20569 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 538621973 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
[pid=21212/tid=21417] ppid=21210 vsize=412008 CPUtime=0 cores=1,3,5,7
/proc/21212/task/21417/stat : 21417 (python) S 21210 21212 20569 0 -1 4202560 30 935 0 0 0 0 0 0 20 0 9 0 538648345 421896192 19968 33554432000 4194304 5683644 140735645590976 18446744073709551615 235606690225 0 0 16781312 2 18446604458997355584 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4092.79
Current children cumulated vsize (KiB) 7759940

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 21212 and gives
#  childrusage.ru_utime.tv_sec=909
#  childrusage.ru_utime.tv_usec=412748
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=463473
# CPU time returned by wait4() is 912.876
# while last known CPU time is 4092.79
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.06
CPU time (s): 4092.79
CPU user time (s): 4086.21
CPU system time (s): 6.58
CPU usage (%): 314.816
Max. virtual memory (cumulated for all children) (KiB): 7816768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 909.413
system time used= 3.46347
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80365
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= 7898
involuntary context switches= 9118

runsolver used 4.43933 second user time and 8.64768 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-01 19:05:13
IDJOB=3317915
IDBENCH=82462
IDSOLVER=1706
FILE ID=node120/3317915-1304269513
RUNJOBID= node120-1304267283-20588
PBS_JOBID= 13173959
Free space on /tmp= 73224 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.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-3317915-1304269513/watcher-3317915-1304269513 -o /tmp/evaluation-result-3317915-1304269513/solver-3317915-1304269513 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317915-1304269513.cnf -seed 432412981 -budget 4800 -cores 4

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=432412981

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18305700 kB
Buffers:        569376 kB
Cached:        1278112 kB
SwapCached:          8 kB
Active:       13304968 kB
Inactive:       946656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18305700 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:           36536 kB
Writeback:           0 kB
AnonPages:    12403844 kB
Mapped:          22296 kB
Slab:           303112 kB
PageTables:      30456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13005724 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= 73208 MiB
End job on node120 at 2011-05-01 19:26:55