Trace number 3378859

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-par-industrial (fixed)UNSAT 3149.43 791.16

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.887
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data

0.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.67	c INFO: solving HOME/instance-3378859-1305463204.cnf
0.37/0.67	c INFO: computing task features
0.43/0.70	c INFO: computed variable-clause graph statistics
0.43/0.70	c INFO: computed clause balance statistics
0.53/0.87	c INFO: computed variable balance statistics
0.63/1.01	c INFO: computed small-clause counts
0.63/1.01	c INFO: computed Horn-clause counts
0.74/1.03	c INFO: computed variable graph statistics
0.74/1.03	c INFO: collected features for HOME/instance-3378859-1305463204.cnf in 0.36 s
0.74/1.04	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
0.74/1.05	c INFO: running cryptominisat-2.9.0@0 for 582 with 1199 remaining (b = 0.51)
0.74/1.06	c INFO: running lingeling-276@0 for 1199 with 1199 remaining (b = 0.57)
0.74/1.07	c INFO: running lingeling-276@0 for 97 with 1199 remaining (b = 0.21)
400.59/101.43	c INFO: running cryptominisat-2.9.0@0 for 1099 with 1099 remaining (b = 0.39)
2335.57/586.91	c INFO: running lingeling-276@99 for 97 with 613 remaining (b = 0.08)
2367.88/595.06	c INFO: running precosat-570@0 for 605 with 605 remaining (b = 0.32)
2723.36/684.24	c INFO: running precosat-570@0 for 97 with 516 remaining (b = 0.10)
3122.83/784.57	c INFO: running lingeling-276@0 for 416 with 416 remaining (b = 0.16)
3149.10/791.14	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3378859-1305463204/watcher-3378859-1305463204 -o /tmp/evaluation-result-3378859-1305463204/solver-3378859-1305463204 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378859-1305463204.cnf -seed 2111013631 -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: 2.68 3.00 3.23 2/419 21679
/proc/meminfo: memFree=20137804/32950940 swapFree=67111356/67111528
[pid=21679] ppid=21677 vsize=15772 CPUtime=0 cores=1,3,5,7
/proc/21679/stat : 21679 (python) R 21677 21679 21641 0 -1 4202496 899 0 0 0 0 0 0 0 17 0 1 0 736551193 16150528 780 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988253381 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21679/statm: 3943 780 343 364 0 430 0

[startup+0.0365519 s]
/proc/loadavg: 2.68 3.00 3.23 2/419 21679
/proc/meminfo: memFree=20137804/32950940 swapFree=67111356/67111528
[pid=21679] ppid=21677 vsize=18880 CPUtime=0.02 cores=1,3,5,7
/proc/21679/stat : 21679 (python) R 21677 21679 21641 0 -1 4202496 1283 0 0 0 2 0 0 0 17 0 1 0 736551193 19333120 1136 33554432000 4194304 5683644 140735807111184 18446744073709551615 4864842 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21679/statm: 4720 1136 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100586 s]
/proc/loadavg: 2.68 3.00 3.23 2/419 21679
/proc/meminfo: memFree=20137804/32950940 swapFree=67111356/67111528
[pid=21679] ppid=21677 vsize=101576 CPUtime=0.07 cores=1,3,5,7
/proc/21679/stat : 21679 (python) R 21677 21679 21641 0 -1 4202496 2896 0 0 0 5 2 0 0 17 0 1 0 736551193 104013824 2593 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988590592 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/21679/statm: 25394 2593 837 364 0 1694 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 101576

[startup+0.300533 s]
/proc/loadavg: 2.68 3.00 3.23 2/419 21679
/proc/meminfo: memFree=20137804/32950940 swapFree=67111356/67111528
[pid=21679] ppid=21677 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/21679/stat : 21679 (python) R 21677 21679 21641 0 -1 4202496 5964 935 1 0 14 5 0 0 17 0 1 0 736551193 139005952 4150 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988588549 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21679/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.70044 s]
/proc/loadavg: 2.68 3.00 3.23 2/419 21679
/proc/meminfo: memFree=20137804/32950940 swapFree=67111356/67111528
[pid=21679] ppid=21677 vsize=279948 CPUtime=0.43 cores=1,3,5,7
/proc/21679/stat : 21679 (python) R 21677 21679 21641 0 -1 4202496 9611 935 1 0 31 12 0 0 15 0 1 0 736551193 286666752 7291 33554432000 4194304 5683644 140735807111184 18446744073709551615 47371395422917 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21679/statm: 69987 7293 1761 364 0 5911 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 279948

[startup+1.50024 s]
/proc/loadavg: 2.68 3.00 3.23 3/420 21688
/proc/meminfo: memFree=20090064/32950940 swapFree=67111356/67111528
[pid=21679] ppid=21677 vsize=386508 CPUtime=0.8 cores=1,3,5,7
/proc/21679/stat : 21679 (python) S 21677 21679 21641 0 -1 4202496 12283 935 1 0 67 13 0 0 20 0 5 0 736551193 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21679/statm: 96627 7620 1873 364 0 32536 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 386508

[startup+3.10096 s]
/proc/loadavg: 2.68 3.00 3.23 9/444 21712
/proc/meminfo: memFree=20029592/32950940 swapFree=67111356/67111528
[pid=21679] ppid=21677 vsize=386508 CPUtime=0.8 cores=1,3,5,7
/proc/21679/stat : 21679 (python) S 21677 21679 21641 0 -1 4202496 12283 935 1 0 67 13 0 0 20 0 5 0 736551193 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21679/statm: 96627 7620 1873 364 0 32536 0
[pid=21689] ppid=21679 vsize=279960 CPUtime=0 cores=1,3,5,7
/proc/21689/stat : 21689 (python) S 21679 21679 21641 0 -1 4202560 742 0 0 0 0 0 0 0 18 0 1 0 736551298 286679040 5929 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612623 0 0 16781312 514 15511531816958787847 0 0 17 1 0 0 0
/proc/21689/statm: 69990 5929 354 364 0 5908 0
[pid=21693] ppid=21689 vsize=7600 CPUtime=2.04 cores=1,3,5,7
/proc/21693/stat : 21693 (lingeling) R 21689 21693 21693 0 -1 4202496 1625 0 0 0 204 0 0 0 25 0 1 0 736551299 7782400 1097 33554432000 4194304 4352236 140734072030864 18446744073709551615 4231337 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21693/statm: 1900 1097 129 39 0 980 0
[pid=21691] ppid=21679 vsize=290216 CPUtime=0 cores=1,3,5,7
/proc/21691/stat : 21691 (python) S 21679 21679 21641 0 -1 4202560 752 0 0 0 0 0 0 0 15 0 1 0 736551298 297181184 5927 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 10482985756069429508 0 0 17 7 0 0 0
/proc/21691/statm: 72554 5927 348 364 0 8469 0
[pid=21694] ppid=21691 vsize=34648 CPUtime=2.02 cores=1,3,5,7
/proc/21694/stat : 21694 (cryptominisat-2) R 21691 21694 21694 0 -1 4202496 3981 0 0 0 202 0 0 0 25 0 1 0 736551299 35479552 2151 33554432000 4194304 4677096 140735314875616 18446744073709551615 4319968 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/21694/statm: 8662 2151 393 118 0 3621 0
[pid=21695] ppid=21679 vsize=366008 CPUtime=0 cores=1,3,5,7
/proc/21695/stat : 21695 (python) S 21679 21679 21641 0 -1 4202560 704 0 0 0 0 0 0 0 18 0 1 0 736551299 374792192 5991 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 724130116011000068 0 0 17 1 0 0 0
/proc/21695/statm: 91502 5991 348 364 0 27414 0
[pid=21698] ppid=21695 vsize=7060 CPUtime=2.02 cores=1,3,5,7
/proc/21698/stat : 21698 (lingeling) R 21695 21698 21698 0 -1 4202496 1453 0 0 0 202 0 0 0 25 0 1 0 736551301 7229440 935 33554432000 4194304 4352236 140735123422128 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21698/statm: 1765 935 129 39 0 845 0
[pid=21697] ppid=21679 vsize=376264 CPUtime=0 cores=1,3,5,7
/proc/21697/stat : 21697 (python) S 21679 21679 21641 0 -1 4202560 710 0 0 0 0 0 0 0 18 0 1 0 736551300 385294336 6089 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 724141660883124223 0 0 17 1 0 0 0
/proc/21697/statm: 94066 6089 348 364 0 29975 0
[pid=21700] ppid=21697 vsize=7344 CPUtime=1.98 cores=1,3,5,7
/proc/21700/stat : 21700 (lingeling) R 21697 21700 21700 0 -1 4202496 1621 0 0 0 198 0 0 0 25 0 1 0 736551301 7520256 1006 33554432000 4194304 4352236 140735482393904 18446744073709551615 4328205 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21700/statm: 1836 1006 129 39 0 916 0
[pid=21679/tid=21690] ppid=21677 vsize=386508 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21690/stat : 21690 (python) S 21677 21679 21641 0 -1 4202560 41 935 0 0 0 0 0 0 18 0 5 0 736551298 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21692] ppid=21677 vsize=386508 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21692/stat : 21692 (python) S 21677 21679 21641 0 -1 4202560 18 935 0 0 0 0 0 0 19 0 5 0 736551299 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21696] ppid=21677 vsize=386508 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21696/stat : 21696 (python) S 21677 21679 21641 0 -1 4202560 63 935 0 0 0 0 0 0 20 0 5 0 736551300 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21699] ppid=21677 vsize=386508 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21699/stat : 21699 (python) S 21677 21679 21641 0 -1 4202560 20 935 0 0 0 0 0 0 21 0 5 0 736551301 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.86
Current children cumulated vsize (KiB) 1755608

[startup+6.3014 s]
/proc/loadavg: 3.11 3.08 3.26 11/444 21712
/proc/meminfo: memFree=20001200/32950940 swapFree=67111356/67111528
[pid=21679] ppid=21677 vsize=386508 CPUtime=0.8 cores=1,3,5,7
/proc/21679/stat : 21679 (python) S 21677 21679 21641 0 -1 4202496 12283 935 1 0 67 13 0 0 20 0 5 0 736551193 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21679/statm: 96627 7620 1873 364 0 32536 0
[pid=21689] ppid=21679 vsize=279960 CPUtime=0.01 cores=1,3,5,7
/proc/21689/stat : 21689 (python) S 21679 21679 21641 0 -1 4202560 908 0 0 0 0 1 0 0 18 0 1 0 736551298 286679040 5952 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612623 0 0 16781312 514 15511531816958787847 0 0 17 1 0 0 0
/proc/21689/statm: 69990 5952 377 364 0 5908 0
[pid=21693] ppid=21689 vsize=7860 CPUtime=5.24 cores=1,3,5,7
/proc/21693/stat : 21693 (lingeling) R 21689 21693 21693 0 -1 4202496 2490 0 0 0 524 0 0 0 25 0 1 0 736551299 8048640 1162 33554432000 4194304 4352236 140734072030864 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21693/statm: 1965 1162 129 39 0 1045 0
[pid=21691] ppid=21679 vsize=290216 CPUtime=0.02 cores=1,3,5,7
/proc/21691/stat : 21691 (python) S 21679 21679 21641 0 -1 4202560 910 0 0 0 1 1 0 0 15 0 1 0 736551298 297181184 5949 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 5606921797376114948 0 0 17 7 0 0 0
/proc/21691/statm: 72554 5949 370 364 0 8469 0
[pid=21694] ppid=21691 vsize=41076 CPUtime=5.14 cores=1,3,5,7
/proc/21694/stat : 21694 (cryptominisat-2) R 21691 21694 21694 0 -1 4202496 7746 0 0 0 514 0 0 0 25 0 1 0 736551299 42061824 3835 33554432000 4194304 4677096 140735314875616 18446744073709551615 4319836 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/21694/statm: 10269 3835 393 118 0 5228 0
[pid=21695] ppid=21679 vsize=366008 CPUtime=0.01 cores=1,3,5,7
/proc/21695/stat : 21695 (python) S 21679 21679 21641 0 -1 4202560 780 0 0 0 1 0 0 0 18 0 1 0 736551299 374792192 6013 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 724130116011000068 0 0 17 1 0 0 0
/proc/21695/statm: 91502 6013 370 364 0 27414 0
[pid=21698] ppid=21695 vsize=8996 CPUtime=5.21 cores=1,3,5,7
/proc/21698/stat : 21698 (lingeling) R 21695 21698 21698 0 -1 4202496 2513 0 0 0 521 0 0 0 25 0 1 0 736551301 9211904 1451 33554432000 4194304 4352236 140735123422128 18446744073709551615 4328368 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21698/statm: 2249 1451 129 39 0 1329 0
[pid=21697] ppid=21679 vsize=376264 CPUtime=0.01 cores=1,3,5,7
/proc/21697/stat : 21697 (python) S 21679 21679 21641 0 -1 4202560 791 0 0 0 0 1 0 0 18 0 1 0 736551300 385294336 6112 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 724141660883091718 0 0 17 1 0 0 0
/proc/21697/statm: 94066 6112 371 364 0 29975 0
[pid=21700] ppid=21697 vsize=8884 CPUtime=5.12 cores=1,3,5,7
/proc/21700/stat : 21700 (lingeling) R 21697 21700 21700 0 -1 4202496 2454 0 0 0 512 0 0 0 25 0 1 0 736551301 9097216 1391 33554432000 4194304 4352236 140735482393904 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21700/statm: 2221 1391 129 39 0 1301 0
[pid=21679/tid=21690] ppid=21677 vsize=386508 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21690/stat : 21690 (python) S 21677 21679 21641 0 -1 4202560 41 935 0 0 0 0 0 0 18 0 5 0 736551298 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21692] ppid=21677 vsize=386508 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21692/stat : 21692 (python) S 21677 21679 21641 0 -1 4202560 18 935 0 0 0 0 0 0 19 0 5 0 736551299 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21696] ppid=21677 vsize=386508 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21696/stat : 21696 (python) S 21677 21679 21641 0 -1 4202560 63 935 0 0 0 0 0 0 20 0 5 0 736551300 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21699] ppid=21677 vsize=386508 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21699/stat : 21699 (python) S 21677 21679 21641 0 -1 4202560 20 935 0 0 0 0 0 0 21 0 5 0 736551301 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 21.56
Current children cumulated vsize (KiB) 1765772

[startup+12.7013 s]
/proc/loadavg: 3.58 3.18 3.29 10/444 21712
/proc/meminfo: memFree=19976704/32950940 swapFree=67111356/67111528
[pid=21679] ppid=21677 vsize=386508 CPUtime=0.8 cores=1,3,5,7
/proc/21679/stat : 21679 (python) S 21677 21679 21641 0 -1 4202496 12283 935 1 0 67 13 0 0 20 0 5 0 736551193 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21679/statm: 96627 7620 1873 364 0 32536 0
[pid=21689] ppid=21679 vsize=279960 CPUtime=0.03 cores=1,3,5,7
/proc/21689/stat : 21689 (python) S 21679 21679 21641 0 -1 4202560 911 0 0 0 1 2 0 0 18 0 1 0 736551298 286679040 5952 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612623 0 0 16781312 514 10206863197667819783 0 0 17 1 0 0 0
/proc/21689/statm: 69990 5952 377 364 0 5908 0
[pid=21693] ppid=21689 vsize=9660 CPUtime=11.63 cores=1,3,5,7
/proc/21693/stat : 21693 (lingeling) R 21689 21693 21693 0 -1 4202496 4028 0 0 0 1163 0 0 0 25 0 1 0 736551299 9891840 1612 33554432000 4194304 4352236 140734072030864 18446744073709551615 4276795 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21693/statm: 2415 1612 129 39 0 1495 0
[pid=21691] ppid=21679 vsize=290216 CPUtime=0.04 cores=1,3,5,7
/proc/21691/stat : 21691 (python) S 21679 21679 21641 0 -1 4202560 923 0 0 0 2 2 0 0 15 0 1 0 736551298 297181184 5950 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 5606921827440886020 0 0 17 7 0 0 0
/proc/21691/statm: 72554 5950 371 364 0 8469 0
[pid=21694] ppid=21691 vsize=59920 CPUtime=11.43 cores=1,3,5,7
/proc/21694/stat : 21694 (cryptominisat-2) R 21691 21694 21694 0 -1 4202496 12193 0 0 0 1142 1 0 0 25 0 1 0 736551299 61358080 7296 33554432000 4194304 4677096 140735314875616 18446744073709551615 4319584 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/21694/statm: 14980 7296 393 118 0 9939 0
[pid=21695] ppid=21679 vsize=366008 CPUtime=0.03 cores=1,3,5,7
/proc/21695/stat : 21695 (python) S 21679 21679 21641 0 -1 4202560 781 0 0 0 2 1 0 0 18 0 1 0 736551299 374792192 6014 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 10206863197667819780 0 0 17 1 0 0 0
/proc/21695/statm: 91502 6014 371 364 0 27414 0
[pid=21698] ppid=21695 vsize=9640 CPUtime=11.61 cores=1,3,5,7
/proc/21698/stat : 21698 (lingeling) R 21695 21698 21698 0 -1 4202496 3954 0 0 0 1161 0 0 0 25 0 1 0 736551301 9871360 1612 33554432000 4194304 4352236 140735123422128 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21698/statm: 2410 1612 129 39 0 1490 0
[pid=21697] ppid=21679 vsize=376264 CPUtime=0.03 cores=1,3,5,7
/proc/21697/stat : 21697 (python) S 21679 21679 21641 0 -1 4202560 791 0 0 0 1 2 0 0 18 0 1 0 736551300 385294336 6112 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 10206863197667819782 0 0 17 1 0 0 0
/proc/21697/statm: 94066 6112 371 364 0 29975 0
[pid=21700] ppid=21697 vsize=9788 CPUtime=11.46 cores=1,3,5,7
/proc/21700/stat : 21700 (lingeling) R 21697 21700 21700 0 -1 4202496 3442 0 0 0 1146 0 0 0 25 0 1 0 736551301 10022912 1643 33554432000 4194304 4352236 140735482393904 18446744073709551615 4277029 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21700/statm: 2447 1643 129 39 0 1527 0
[pid=21679/tid=21690] ppid=21677 vsize=386508 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21690/stat : 21690 (python) S 21677 21679 21641 0 -1 4202560 41 935 0 0 0 0 0 0 18 0 5 0 736551298 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21692] ppid=21677 vsize=386508 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21692/stat : 21692 (python) S 21677 21679 21641 0 -1 4202560 18 935 0 0 0 0 0 0 19 0 5 0 736551299 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21696] ppid=21677 vsize=386508 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21696/stat : 21696 (python) S 21677 21679 21641 0 -1 4202560 63 935 0 0 0 0 0 0 20 0 5 0 736551300 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21699] ppid=21677 vsize=386508 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21699/stat : 21699 (python) S 21677 21679 21641 0 -1 4202560 20 935 0 0 0 0 0 0 21 0 5 0 736551301 395784192 7620 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 47.06
Current children cumulated vsize (KiB) 1787964

[startup+25.501 s]
/proc/loadavg: 4.56 3.42 3.36 9/444 21713
/proc/meminfo: memFree=19940876/32950940 swapFree=67111356/67111528
[pid=21679] ppid=21677 vsize=386508 CPUtime=0.8 cores=1,3,5,7

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

[pid=21756] ppid=21679 vsize=407032 CPUtime=0.33 cores=1,3,5,7
/proc/21756/stat : 21756 (python) S 21679 21679 21641 0 -1 4202560 996 0 0 0 17 16 0 0 19 0 2 0 736619617 416800768 6133 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21756/statm: 101758 6133 400 364 0 37658 0
[pid=21758] ppid=21756 vsize=25152 CPUtime=99.63 cores=1,3,5,7
/proc/21758/stat : 21758 (precosat) T 21756 21758 21758 0 -1 4202496 6533 0 0 0 9961 2 0 0 25 0 1 0 736619617 25755648 6116 33554432000 4194304 4890832 140736864185824 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/21758/statm: 6288 6116 86 171 0 6115 0
[pid=21756/tid=21763] ppid=21679 vsize=407032 CPUtime=0 cores=1,3,5,7
/proc/21756/task/21763/stat : 21763 (python) S 21679 21679 21641 0 -1 4202560 69 0 0 0 0 0 0 0 19 0 2 0 736629650 416800768 6133 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 514 18446604466040496448 0 0 -1 1 0 0 0
[pid=21679/tid=21690] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21690/stat : 21690 (python) S 21677 21679 21641 0 -1 4202560 47 935 0 0 0 0 0 0 18 0 8 0 736551298 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21692] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21692/stat : 21692 (python) S 21677 21679 21641 0 -1 4202560 18 935 0 0 0 0 0 0 19 0 8 0 736551299 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21696] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21696/stat : 21696 (python) S 21677 21679 21641 0 -1 4202560 63 935 0 0 0 0 0 0 20 0 8 0 736551300 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21699] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21699/stat : 21699 (python) S 21677 21679 21641 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 8 0 736551301 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 1 0 0 0
[pid=21679/tid=21718] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21718/stat : 21718 (python) S 21677 21679 21641 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 8 0 736561337 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 1 0 0 0
[pid=21679/tid=21751] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21751/stat : 21751 (python) S 21677 21679 21641 0 -1 4202560 37 935 0 0 0 0 0 0 20 0 8 0 736610700 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 1 0 0 0
[pid=21679/tid=21757] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21757/stat : 21757 (python) S 21677 21679 21641 0 -1 4202560 37 935 0 0 0 0 0 0 20 0 8 0 736619617 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3145.94
Current children cumulated vsize (KiB) 3203608

[startup+790.701 s]
/proc/loadavg: 8.18 7.80 6.05 10/465 21763
/proc/meminfo: memFree=19519476/32950940 swapFree=67111356/67111528
[pid=21679] ppid=21677 vsize=417276 CPUtime=0.84 cores=1,3,5,7
/proc/21679/stat : 21679 (python) S 21677 21679 21641 0 -1 4202496 14858 935 1 0 70 14 0 0 18 0 8 0 736551193 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21679/statm: 104319 7629 1888 364 0 40219 0
[pid=21689] ppid=21679 vsize=290204 CPUtime=1.96 cores=1,3,5,7
/proc/21689/stat : 21689 (python) S 21679 21679 21641 0 -1 4202560 1208 0 0 0 103 93 0 0 18 0 2 0 736551298 297168896 5996 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21689/statm: 72551 5996 416 364 0 8469 0
[pid=21693] ppid=21689 vsize=24140 CPUtime=591.95 cores=1,3,5,7
/proc/21693/stat : 21693 (lingeling) R 21689 21693 21693 0 -1 4202496 81440 0 0 0 59184 11 0 0 25 0 1 0 736551299 24719360 5232 33554432000 4194304 4352236 140734072030864 18446744073709551615 4328146 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21693/statm: 6035 5232 129 39 0 5115 0
[pid=21689/tid=21738] ppid=21679 vsize=290204 CPUtime=0 cores=1,3,5,7
/proc/21689/task/21738/stat : 21738 (python) S 21679 21679 21641 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736609883 297168896 5996 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 514 18446604460819220480 0 0 -1 3 0 0 0
[pid=21691] ppid=21679 vsize=290216 CPUtime=2.05 cores=1,3,5,7
/proc/21691/stat : 21691 (python) S 21679 21679 21641 0 -1 4202560 1147 0 0 0 106 99 0 0 17 0 2 0 736551298 297181184 5980 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21691/statm: 72554 5980 400 364 0 8469 0
[pid=21694] ppid=21691 vsize=132492 CPUtime=583.31 cores=1,3,5,7
/proc/21694/stat : 21694 (cryptominisat-2) T 21691 21694 21694 0 -1 4202496 201977 0 0 0 58272 59 0 0 25 0 1 0 736551299 135671808 24891 33554432000 4194304 4677096 140735314875616 18446744073709551615 4567006 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/21694/statm: 33123 24891 393 118 0 28082 0
[pid=21691/tid=21749] ppid=21679 vsize=290216 CPUtime=0 cores=1,3,5,7
/proc/21691/task/21749/stat : 21749 (python) S 21679 21679 21641 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 736610699 297181184 5980 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 514 18446604460819219584 0 0 -1 7 0 0 0
[pid=21695] ppid=21679 vsize=366008 CPUtime=2.58 cores=1,3,5,7
/proc/21695/stat : 21695 (python) S 21679 21679 21641 0 -1 4202560 781 0 0 0 130 128 0 0 18 0 1 0 736551299 374792192 6014 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 10206863197667819780 0 0 17 3 0 0 0
/proc/21695/statm: 91502 6014 371 364 0 27414 0
[pid=21698] ppid=21695 vsize=36540 CPUtime=789.63 cores=1,3,5,7
/proc/21698/stat : 21698 (lingeling) R 21695 21698 21698 0 -1 4202496 102167 0 0 0 78948 15 0 0 25 0 1 0 736551301 37416960 8337 33554432000 4194304 4352236 140735123422128 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21698/statm: 9135 8337 129 39 0 8215 0
[pid=21697] ppid=21679 vsize=376264 CPUtime=0.66 cores=1,3,5,7
/proc/21697/stat : 21697 (python) S 21679 21679 21641 0 -1 4202560 965 0 0 0 33 33 0 0 18 0 2 0 736551300 385294336 6144 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21697/statm: 94066 6144 400 364 0 29975 0
[pid=21700] ppid=21697 vsize=22708 CPUtime=194.98 cores=1,3,5,7
/proc/21700/stat : 21700 (lingeling) T 21697 21700 21700 0 -1 4202496 36118 0 0 0 19494 4 0 0 25 0 1 0 736551301 23252992 4879 33554432000 4194304 4352236 140735482393904 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/21700/statm: 5677 4879 129 39 0 4757 0
[pid=21697/tid=21716] ppid=21679 vsize=376264 CPUtime=0 cores=1,3,5,7
/proc/21697/task/21716/stat : 21716 (python) S 21679 21679 21641 0 -1 4202560 64 0 0 0 0 0 0 0 18 0 2 0 736561336 385294336 6144 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 514 18446604470261164800 0 0 -1 1 0 0 0
[pid=21717] ppid=21679 vsize=386520 CPUtime=4.1 cores=1,3,5,7
/proc/21717/stat : 21717 (python) R 21679 21679 21641 0 -1 4202560 824 0 0 0 259 151 0 0 17 0 1 0 736561336 395796480 6058 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/21717/statm: 96630 6058 372 364 0 32536 0
[pid=21719] ppid=21717 vsize=0 CPUtime=681.95 cores=1,3,5,7
/proc/21719/stat : 21719 (cryptominisat-2) R 21717 21719 21719 0 -1 4202500 241224 0 0 0 68114 81 0 0 25 0 1 0 736561337 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21719/statm: 0 0 0 0 0 0 0
[pid=21750] ppid=21679 vsize=396776 CPUtime=0.67 cores=1,3,5,7
/proc/21750/stat : 21750 (python) S 21679 21679 21641 0 -1 4202560 811 0 0 0 35 32 0 0 18 0 1 0 736610700 406298624 6082 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 10206863197667819783 0 0 17 7 0 0 0
/proc/21750/statm: 99194 6082 371 364 0 35097 0
[pid=21753] ppid=21750 vsize=32280 CPUtime=192.88 cores=1,3,5,7
/proc/21753/stat : 21753 (precosat) R 21750 21753 21753 0 -1 4202496 8194 0 0 0 19286 2 0 0 25 0 1 0 736610700 33054720 7881 33554432000 4194304 4890832 140736029726768 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/21753/statm: 8070 7881 86 171 0 7897 0
[pid=21756] ppid=21679 vsize=407032 CPUtime=0.33 cores=1,3,5,7
/proc/21756/stat : 21756 (python) S 21679 21679 21641 0 -1 4202560 996 0 0 0 17 16 0 0 19 0 2 0 736619617 416800768 6133 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21756/statm: 101758 6133 400 364 0 37658 0
[pid=21758] ppid=21756 vsize=25152 CPUtime=99.63 cores=1,3,5,7
/proc/21758/stat : 21758 (precosat) T 21756 21758 21758 0 -1 4202496 6533 0 0 0 9961 2 0 0 25 0 1 0 736619617 25755648 6116 33554432000 4194304 4890832 140736864185824 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/21758/statm: 6288 6116 86 171 0 6115 0
[pid=21756/tid=21763] ppid=21679 vsize=407032 CPUtime=0 cores=1,3,5,7
/proc/21756/task/21763/stat : 21763 (python) S 21679 21679 21641 0 -1 4202560 69 0 0 0 0 0 0 0 19 0 2 0 736629650 416800768 6133 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 514 18446604466040496448 0 0 -1 1 0 0 0
[pid=21679/tid=21690] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21690/stat : 21690 (python) S 21677 21679 21641 0 -1 4202560 47 935 0 0 0 0 0 0 18 0 8 0 736551298 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21692] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21692/stat : 21692 (python) S 21677 21679 21641 0 -1 4202560 18 935 0 0 0 0 0 0 19 0 8 0 736551299 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21696] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21696/stat : 21696 (python) S 21677 21679 21641 0 -1 4202560 63 935 0 0 0 0 0 0 20 0 8 0 736551300 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21699] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21699/stat : 21699 (python) S 21677 21679 21641 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 8 0 736551301 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 1 0 0 0
[pid=21679/tid=21718] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21718/stat : 21718 (python) S 21677 21679 21641 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 8 0 736561337 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 1 0 0 0
[pid=21679/tid=21751] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21751/stat : 21751 (python) S 21677 21679 21641 0 -1 4202560 37 935 0 0 0 0 0 0 20 0 8 0 736610700 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 1 0 0 0
[pid=21679/tid=21757] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21757/stat : 21757 (python) S 21677 21679 21641 0 -1 4202560 37 935 0 0 0 0 0 0 20 0 8 0 736619617 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3147.52
Current children cumulated vsize (KiB) 3203608

[startup+791.101 s]
/proc/loadavg: 8.18 7.80 6.05 11/465 21763
/proc/meminfo: memFree=19526792/32950940 swapFree=67111356/67111528
[pid=21679] ppid=21677 vsize=417276 CPUtime=0.84 cores=1,3,5,7
/proc/21679/stat : 21679 (python) S 21677 21679 21641 0 -1 4202496 14858 935 1 0 70 14 0 0 18 0 8 0 736551193 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000419275 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21679/statm: 104319 7629 1888 364 0 40219 0
[pid=21689] ppid=21679 vsize=290204 CPUtime=1.96 cores=1,3,5,7
/proc/21689/stat : 21689 (python) S 21679 21679 21641 0 -1 4202560 1208 0 0 0 103 93 0 0 18 0 2 0 736551298 297168896 5996 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21689/statm: 72551 5996 416 364 0 8469 0
[pid=21693] ppid=21689 vsize=24140 CPUtime=592.35 cores=1,3,5,7
/proc/21693/stat : 21693 (lingeling) R 21689 21693 21693 0 -1 4202496 81440 0 0 0 59224 11 0 0 25 0 1 0 736551299 24719360 5232 33554432000 4194304 4352236 140734072030864 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21693/statm: 6035 5232 129 39 0 5115 0
[pid=21689/tid=21738] ppid=21679 vsize=290204 CPUtime=0 cores=1,3,5,7
/proc/21689/task/21738/stat : 21738 (python) S 21679 21679 21641 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 736609883 297168896 5996 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 514 18446604460819220480 0 0 -1 3 0 0 0
[pid=21691] ppid=21679 vsize=290216 CPUtime=2.05 cores=1,3,5,7
/proc/21691/stat : 21691 (python) S 21679 21679 21641 0 -1 4202560 1147 0 0 0 106 99 0 0 17 0 2 0 736551298 297181184 5980 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21691/statm: 72554 5980 400 364 0 8469 0
[pid=21694] ppid=21691 vsize=132492 CPUtime=583.31 cores=1,3,5,7
/proc/21694/stat : 21694 (cryptominisat-2) T 21691 21694 21694 0 -1 4202496 201977 0 0 0 58272 59 0 0 25 0 1 0 736551299 135671808 24891 33554432000 4194304 4677096 140735314875616 18446744073709551615 4567006 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/21694/statm: 33123 24891 393 118 0 28082 0
[pid=21691/tid=21749] ppid=21679 vsize=290216 CPUtime=0 cores=1,3,5,7
/proc/21691/task/21749/stat : 21749 (python) S 21679 21679 21641 0 -1 4202560 50 0 0 0 0 0 0 0 17 0 2 0 736610699 297181184 5980 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 514 18446604460819219584 0 0 -1 7 0 0 0
[pid=21695] ppid=21679 vsize=366008 CPUtime=2.58 cores=1,3,5,7
/proc/21695/stat : 21695 (python) S 21679 21679 21641 0 -1 4202560 781 0 0 0 130 128 0 0 18 0 1 0 736551299 374792192 6014 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 10206863197667819780 0 0 17 3 0 0 0
/proc/21695/statm: 91502 6014 371 364 0 27414 0
[pid=21698] ppid=21695 vsize=36540 CPUtime=790.03 cores=1,3,5,7
/proc/21698/stat : 21698 (lingeling) R 21695 21698 21698 0 -1 4202496 102167 0 0 0 78988 15 0 0 25 0 1 0 736551301 37416960 8337 33554432000 4194304 4352236 140735123422128 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21698/statm: 9135 8337 129 39 0 8215 0
[pid=21697] ppid=21679 vsize=376264 CPUtime=0.66 cores=1,3,5,7
/proc/21697/stat : 21697 (python) S 21679 21679 21641 0 -1 4202560 965 0 0 0 33 33 0 0 18 0 2 0 736551300 385294336 6144 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21697/statm: 94066 6144 400 364 0 29975 0
[pid=21700] ppid=21697 vsize=22708 CPUtime=194.98 cores=1,3,5,7
/proc/21700/stat : 21700 (lingeling) T 21697 21700 21700 0 -1 4202496 36118 0 0 0 19494 4 0 0 25 0 1 0 736551301 23252992 4879 33554432000 4194304 4352236 140735482393904 18446744073709551615 4329086 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/21700/statm: 5677 4879 129 39 0 4757 0
[pid=21697/tid=21716] ppid=21679 vsize=376264 CPUtime=0 cores=1,3,5,7
/proc/21697/task/21716/stat : 21716 (python) S 21679 21679 21641 0 -1 4202560 64 0 0 0 0 0 0 0 18 0 2 0 736561336 385294336 6144 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 514 18446604470261164800 0 0 -1 1 0 0 0
[pid=21717] ppid=21679 vsize=386520 CPUtime=4.5 cores=1,3,5,7
/proc/21717/stat : 21717 (python) R 21679 21679 21641 0 -1 4202560 824 0 0 0 292 158 0 0 18 0 1 0 736561336 395796480 6058 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000422719 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/21717/statm: 96630 6058 372 364 0 32536 0
[pid=21719] ppid=21717 vsize=0 CPUtime=681.95 cores=1,3,5,7
/proc/21719/stat : 21719 (cryptominisat-2) R 21717 21719 21719 0 -1 4202500 241224 0 0 0 68114 81 0 0 25 0 1 0 736561337 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21719/statm: 0 0 0 0 0 0 0
[pid=21750] ppid=21679 vsize=396776 CPUtime=0.67 cores=1,3,5,7
/proc/21750/stat : 21750 (python) S 21679 21679 21641 0 -1 4202560 811 0 0 0 35 32 0 0 18 0 1 0 736610700 406298624 6082 33554432000 4194304 5683644 140735807111184 18446744073709551615 215988612678 0 0 16781312 514 10206863197667819783 0 0 17 7 0 0 0
/proc/21750/statm: 99194 6082 371 364 0 35097 0
[pid=21753] ppid=21750 vsize=32280 CPUtime=193.26 cores=1,3,5,7
/proc/21753/stat : 21753 (precosat) R 21750 21753 21753 0 -1 4202496 8194 0 0 0 19324 2 0 0 25 0 1 0 736610700 33054720 7881 33554432000 4194304 4890832 140736029726768 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/21753/statm: 8070 7881 86 171 0 7897 0
[pid=21756] ppid=21679 vsize=407032 CPUtime=0.33 cores=1,3,5,7
/proc/21756/stat : 21756 (python) S 21679 21679 21641 0 -1 4202560 996 0 0 0 17 16 0 0 19 0 2 0 736619617 416800768 6133 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000419275 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21756/statm: 101758 6133 400 364 0 37658 0
[pid=21758] ppid=21756 vsize=25152 CPUtime=99.63 cores=1,3,5,7
/proc/21758/stat : 21758 (precosat) T 21756 21758 21758 0 -1 4202496 6533 0 0 0 9961 2 0 0 25 0 1 0 736619617 25755648 6116 33554432000 4194304 4890832 140736864185824 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/21758/statm: 6288 6116 86 171 0 6115 0
[pid=21756/tid=21763] ppid=21679 vsize=407032 CPUtime=0 cores=1,3,5,7
/proc/21756/task/21763/stat : 21763 (python) S 21679 21679 21641 0 -1 4202560 69 0 0 0 0 0 0 0 19 0 2 0 736629650 416800768 6133 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 514 18446604466040496448 0 0 -1 1 0 0 0
[pid=21679/tid=21690] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21690/stat : 21690 (python) S 21677 21679 21641 0 -1 4202560 47 935 0 0 0 0 0 0 18 0 8 0 736551298 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21692] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21692/stat : 21692 (python) S 21677 21679 21641 0 -1 4202560 18 935 0 0 0 0 0 0 19 0 8 0 736551299 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21696] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21696/stat : 21696 (python) S 21677 21679 21641 0 -1 4202560 63 935 0 0 0 0 0 0 20 0 8 0 736551300 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 5 0 0 0
[pid=21679/tid=21699] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21699/stat : 21699 (python) S 21677 21679 21641 0 -1 4202560 26 935 0 0 0 0 0 0 18 0 8 0 736551301 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 1 0 0 0
[pid=21679/tid=21718] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21718/stat : 21718 (python) S 21677 21679 21641 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 8 0 736561337 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 1 0 0 0
[pid=21679/tid=21751] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21751/stat : 21751 (python) S 21677 21679 21641 0 -1 4202560 37 935 0 0 0 0 0 0 20 0 8 0 736610700 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 1 0 0 0
[pid=21679/tid=21757] ppid=21677 vsize=417276 CPUtime=0 cores=1,3,5,7
/proc/21679/task/21757/stat : 21757 (python) S 21677 21679 21641 0 -1 4202560 37 935 0 0 0 0 0 0 20 0 8 0 736619617 427290624 7629 33554432000 4194304 5683644 140735807111184 18446744073709551615 216000416177 0 0 16781312 2 18446604470864065600 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3149.1
Current children cumulated vsize (KiB) 3203608

Child status: 0
Real time (s): 791.16
CPU time (s): 3149.43
CPU user time (s): 3141.86
CPU system time (s): 7.57485
CPU usage (%): 398.077
Max. virtual memory (cumulated for all children) (KiB): 3454560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3141.86
system time used= 7.57485
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 704956
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= 11744
involuntary context switches= 17873

runsolver used 3.45547 second user time and 8.29174 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 14:40:04
IDJOB=3378859
IDBENCH=20401
IDSOLVER=1860
FILE ID=node117/3378859-1305463204
RUNJOBID= node117-1305463204-21660
PBS_JOBID= 13324986
Free space on /tmp= 73488 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.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-3378859-1305463204/watcher-3378859-1305463204 -o /tmp/evaluation-result-3378859-1305463204/solver-3378859-1305463204 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378859-1305463204.cnf -seed 2111013631 -budget 4800 -cores 4

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=2111013631

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      20138332 kB
Buffers:        323588 kB
Cached:        3742296 kB
SwapCached:          0 kB
Active:       10117776 kB
Inactive:      2333696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      20138332 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           64172 kB
Writeback:           0 kB
AnonPages:     8386476 kB
Mapped:          33868 kB
Slab:           246644 kB
PageTables:      46380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 102989920 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= 73448 MiB
End job on node117 at 2011-05-15 14:53:15