Trace number 3317804

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-industrialUNSAT 553.651 158.973

General information on the benchmark

Nameindustrial/fuhs/medium/
AProVE07-21.cnf
MD5SUM627e3d704e5200c3037f9c9d83c939c1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.8305
Satisfiable
(Un)Satisfiability was proved
Number of variables3189
Number of clauses11039
Sum of the clauses size28509
Maximum clause length25
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25404
Number of clauses of size 35107
Number of clauses of size 4389
Number of clauses of size 586
Number of clauses of size over 552

Solver Data

0.58/20.14	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.58/20.14	c INFO: solving HOME/instance-3317804-1304267283.cnf
0.58/20.14	c INFO: computing task features
0.58/20.17	c INFO: computed variable-clause graph statistics
0.58/20.17	c INFO: computed clause balance statistics
0.74/20.36	c INFO: computed variable balance statistics
0.84/20.49	c INFO: computed small-clause counts
0.84/20.49	c INFO: computed Horn-clause counts
0.94/20.52	c INFO: computed variable graph statistics
0.94/20.52	c INFO: collected features for HOME/instance-3317804-1304267283.cnf in 0.38 s
0.94/20.57	c INFO: running lingeling-276@0 for 97 with 4799 remaining (b = 0.28)
0.94/20.59	c INFO: running cryptominisat-2.9.0@0 for 485 with 4799 remaining (b = 0.35)
1.02/20.61	c INFO: running lingeling-276@0 for 873 with 4799 remaining (b = 0.45)
1.02/20.64	c INFO: running lingeling-276@0 for 1261 with 4799 remaining (b = 0.46)
400.77/120.72	c INFO: running cryptominisat-2.9.0@0 for 485 with 4699 remaining (b = 0.26)
553.33/158.95	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: 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-3317804-1304267283/watcher-3317804-1304267283 -o /tmp/evaluation-result-3317804-1304267283/solver-3317804-1304267283 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317804-1304267283.cnf -seed 638206346 -budget 4800 -cores 4 

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

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 9611
/proc/meminfo: memFree=25681276/32951124 swapFree=67111412/67111528
[pid=9611] ppid=9607 vsize=1840 CPUtime=0 cores=0,2,4,6
/proc/9611/stat : 9611 (python) D 9607 9611 9574 0 -1 4194304 47 0 0 0 0 0 0 0 21 0 1 0 538326726 1884160 1 33554432000 0 0 140733709960854 18446744073709551615 5055495 0 0 4096 0 18446744071562234166 0 0 17 2 0 0 0
/proc/9611/statm: 460 1 0 0 0 36 0

[startup+0.077904 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 9611
/proc/meminfo: memFree=25681276/32951124 swapFree=67111412/67111528
[pid=9611] ppid=9607 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/9611/stat : 9611 (python) S 9607 9611 9574 0 -1 4202496 611 0 6 0 0 0 0 0 21 0 1 0 538326726 15441920 513 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335888229 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 2
/proc/9611/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.100887 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 9611
/proc/meminfo: memFree=25681276/32951124 swapFree=67111412/67111528
[pid=9611] ppid=9607 vsize=15080 CPUtime=0 cores=0,2,4,6
/proc/9611/stat : 9611 (python) S 9607 9611 9574 0 -1 4202496 611 0 6 0 0 0 0 0 21 0 1 0 538326726 15441920 513 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 2
/proc/9611/statm: 3770 513 300 364 0 257 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15080

[startup+0.300851 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 9611
/proc/meminfo: memFree=25681276/32951124 swapFree=67111412/67111528
[pid=9611] ppid=9607 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/9611/stat : 9611 (python) S 9607 9611 9574 0 -1 4202496 721 0 6 0 0 0 0 0 16 0 1 0 538326726 15548416 616 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 2
/proc/9611/statm: 3796 616 322 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.700817 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 9611
/proc/meminfo: memFree=25681276/32951124 swapFree=67111412/67111528
[pid=9611] ppid=9607 vsize=15772 CPUtime=0 cores=0,2,4,6
/proc/9611/stat : 9611 (python) S 9607 9611 9574 0 -1 4202496 929 0 6 0 0 0 0 0 15 0 1 0 538326726 16150528 813 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 4
/proc/9611/statm: 3943 813 356 364 0 430 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15772

[startup+2.14656 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 9611
/proc/meminfo: memFree=25681276/32951124 swapFree=67111412/67111528
[pid=9611] ppid=9607 vsize=16392 CPUtime=0.02 cores=0,2,4,6
/proc/9611/stat : 9611 (python) S 9607 9611 9574 0 -1 4202496 1147 0 6 0 1 1 0 0 16 0 1 0 538326726 16785408 1018 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 7
/proc/9611/statm: 4098 1018 413 364 0 585 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16392
heavy processes:

[startup+3.10045 s]
/proc/loadavg: 0.00 0.00 0.00 2/182 9613
/proc/meminfo: memFree=25671404/32951124 swapFree=67111412/67111528
[pid=9611] ppid=9607 vsize=18880 CPUtime=0.02 cores=0,2,4,6
/proc/9611/stat : 9611 (python) S 9607 9611 9574 0 -1 4202496 1243 0 7 0 1 1 0 0 15 0 1 0 538326726 19333120 1104 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 12
/proc/9611/statm: 4720 1104 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880
heavy processes:

[startup+6.30082 s]
/proc/loadavg: 0.08 0.02 0.01 2/182 9613
/proc/meminfo: memFree=25667724/32951124 swapFree=67111412/67111528
[pid=9611] ppid=9607 vsize=93960 CPUtime=0.11 cores=0,2,4,6
/proc/9611/stat : 9611 (python) S 9607 9611 9574 0 -1 4202496 2671 0 23 0 6 5 0 0 15 0 1 0 538326726 96215040 2407 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 4 0 0 26
/proc/9611/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 93960
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 0.15 0.03 0.01 1/182 9621
/proc/meminfo: memFree=25638448/32951124 swapFree=67111412/67111528
[pid=9611] ppid=9607 vsize=135748 CPUtime=0.26 cores=0,2,4,6
/proc/9611/stat : 9611 (python) D 9607 9611 9574 0 -1 4202496 5899 928 44 8 16 10 0 0 16 0 1 0 538326726 139005952 4147 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335890432 0 0 16781312 2 0 0 0 17 4 0 0 141
/proc/9611/statm: 33937 4147 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 135748
heavy processes:

[startup+25.5074 s]
/proc/loadavg: 0.88 0.19 0.06 6/194 9634
/proc/meminfo: memFree=25440040/32951124 swapFree=67111412/67111528
[pid=9611] ppid=9607 vsize=320988 CPUtime=1.05 cores=0,2,4,6
/proc/9611/stat : 9611 (python) S 9607 9611 9574 0 -1 4202496 12387 928 115 8 81 24 0 0 22 0 5 0 538326726 328691712 7476 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 266
/proc/9611/statm: 80247 7476 1881 364 0 16156 0
[pid=9623] ppid=9611 vsize=279976 CPUtime=0 cores=0,2,4,6
/proc/9623/stat : 9623 (python) S 9611 9611 9574 0 -1 4202560 972 0 0 0 0 0 0 0 15 0 1 0 538328783 286695424 5960 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912463 0 0 16781312 514 3861451580817506564 0 0 17 4 0 0 0
/proc/9623/statm: 69994 5960 381 364 0 5912 0
[pid=9625] ppid=9623 vsize=8800 CPUtime=4.91 cores=0,2,4,6
/proc/9625/stat : 9625 (lingeling) R 9623 9625 9625 0 -1 4202496 2663 0 0 0 491 0 0 0 25 0 1 0 538328784 9011200 1402 33554432000 4194304 4352236 140736235050736 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9625/statm: 2200 1402 129 39 0 1280 0
[pid=9626] ppid=9611 vsize=290232 CPUtime=0 cores=0,2,4,6
/proc/9626/stat : 9626 (python) S 9611 9611 9574 0 -1 4202560 911 0 0 0 0 0 0 0 15 0 1 0 538328786 297197568 5954 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 1195450618664157444 0 0 17 4 0 0 0
/proc/9626/statm: 72558 5954 371 364 0 8473 0
[pid=9628] ppid=9626 vsize=39272 CPUtime=4.9 cores=0,2,4,6
/proc/9628/stat : 9628 (cryptominisat-2) R 9626 9628 9628 0 -1 4202496 6447 0 0 0 489 1 0 0 25 0 1 0 538328786 40214528 2812 33554432000 4194304 4677096 140735863603040 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9628/statm: 9818 2812 393 118 0 4777 0
[pid=9629] ppid=9611 vsize=300488 CPUtime=0 cores=0,2,4,6
/proc/9629/stat : 9629 (python) S 9611 9611 9574 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 538328788 307699712 5958 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 3861463125689598212 0 0 17 4 0 0 0
/proc/9629/statm: 75122 5958 371 364 0 11034 0
[pid=9631] ppid=9629 vsize=9484 CPUtime=4.85 cores=0,2,4,6
/proc/9631/stat : 9631 (lingeling) R 9629 9631 9631 0 -1 4202496 2795 0 0 0 485 0 0 0 25 0 1 0 538328788 9711616 1573 33554432000 4194304 4352236 140734578164688 18446744073709551615 4329349 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/9631/statm: 2371 1573 129 39 0 1451 0
[pid=9632] ppid=9611 vsize=310744 CPUtime=0 cores=0,2,4,6
/proc/9632/stat : 9632 (python) S 9611 9611 9574 0 -1 4202560 929 0 0 0 0 0 0 0 18 0 1 0 538328790 318201856 5962 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 4039835522674163972 0 0 17 6 0 0 0
/proc/9632/statm: 77686 5962 371 364 0 13595 0
[pid=9634] ppid=9632 vsize=9116 CPUtime=4.82 cores=0,2,4,6
/proc/9634/stat : 9634 (lingeling) R 9632 9634 9634 0 -1 4202496 3247 0 0 0 482 0 0 0 25 0 1 0 538328791 9334784 1481 33554432000 4194304 4352236 140734356228448 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/9634/statm: 2279 1481 129 39 0 1359 0
[pid=9611/tid=9624] ppid=9607 vsize=320988 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9624/stat : 9624 (python) S 9607 9611 9574 0 -1 4202560 22 928 0 8 0 0 0 0 18 0 5 0 538328783 328691712 7476 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 0 0 0 0
[pid=9611/tid=9627] ppid=9607 vsize=320988 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9627/stat : 9627 (python) S 9607 9611 9574 0 -1 4202560 21 928 0 8 0 0 0 0 20 0 5 0 538328786 328691712 7476 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
[pid=9611/tid=9630] ppid=9607 vsize=320988 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9630/stat : 9630 (python) S 9607 9611 9574 0 -1 4202560 25 928 0 8 0 0 0 0 20 0 5 0 538328788 328691712 7476 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 4 0 0 0
[pid=9611/tid=9633] ppid=9607 vsize=320988 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9633/stat : 9633 (python) S 9607 9611 9574 0 -1 4202560 24 928 0 8 0 0 0 0 22 0 5 0 538328790 328691712 7476 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 20.53
Current children cumulated vsize (KiB) 1569100

[startup+51.1008 s]
/proc/loadavg: 2.48 0.63 0.21 6/194 9634
/proc/meminfo: memFree=25402796/32951124 swapFree=67111412/67111528
[pid=9611] ppid=9607 vsize=320988 CPUtime=1.05 cores=0,2,4,6
/proc/9611/stat : 9611 (python) S 9607 9611 9574 0 -1 4202496 12387 928 115 8 81 24 0 0 22 0 5 0 538326726 328691712 7476 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 266
/proc/9611/statm: 80247 7476 1881 364 0 16156 0
[pid=9623] ppid=9611 vsize=279976 CPUtime=0.03 cores=0,2,4,6
/proc/9623/stat : 9623 (python) S 9611 9611 9574 0 -1 4202560 987 0 0 0 2 1 0 0 15 0 1 0 538328783 286695424 5961 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912463 0 0 16781312 514 10383418376809578756 0 0 17 4 0 0 0
/proc/9623/statm: 69994 5961 382 364 0 5912 0
[pid=9625] ppid=9623 vsize=12772 CPUtime=30.51 cores=0,2,4,6
/proc/9625/stat : 9625 (lingeling) R 9623 9625 9625 0 -1 4202496 8968 0 0 0 3050 1 0 0 25 0 1 0 538328784 13078528 2395 33554432000 4194304 4352236 140736235050736 18446744073709551615 4328022 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9625/statm: 3193 2395 129 39 0 2273 0
[pid=9626] ppid=9611 vsize=290232 CPUtime=0.03 cores=0,2,4,6
/proc/9626/stat : 9626 (python) S 9611 9611 9574 0 -1 4202560 930 0 0 0 2 1 0 0 15 0 1 0 538328786 297197568 5954 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 10383418376809578756 0 0 17 4 0 0 0
/proc/9626/statm: 72558 5954 371 364 0 8473 0
[pid=9628] ppid=9626 vsize=57588 CPUtime=30.47 cores=0,2,4,6
/proc/9628/stat : 9628 (cryptominisat-2) R 9626 9628 9628 0 -1 4202496 21209 0 0 0 3043 4 0 0 25 0 1 0 538328786 58970112 7770 33554432000 4194304 4677096 140735863603040 18446744073709551615 4320052 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9628/statm: 14397 7770 393 118 0 9356 0
[pid=9629] ppid=9611 vsize=300488 CPUtime=0.03 cores=0,2,4,6
/proc/9629/stat : 9629 (python) S 9611 9611 9574 0 -1 4202560 912 0 0 0 1 2 0 0 18 0 1 0 538328788 307699712 5958 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 10383418376809578756 0 0 17 4 0 0 0
/proc/9629/statm: 75122 5958 371 364 0 11034 0
[pid=9631] ppid=9629 vsize=12820 CPUtime=30.34 cores=0,2,4,6
/proc/9631/stat : 9631 (lingeling) R 9629 9631 9631 0 -1 4202496 9005 0 0 0 3034 0 0 0 25 0 1 0 538328788 13127680 2407 33554432000 4194304 4352236 140734578164688 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/9631/statm: 3205 2407 129 39 0 2285 0
[pid=9632] ppid=9611 vsize=310744 CPUtime=0.03 cores=0,2,4,6
/proc/9632/stat : 9632 (python) S 9611 9611 9574 0 -1 4202560 940 0 0 0 2 1 0 0 18 0 1 0 538328790 318201856 5962 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 10383418376809578756 0 0 17 6 0 0 0
/proc/9632/statm: 77686 5962 371 364 0 13595 0
[pid=9634] ppid=9632 vsize=15520 CPUtime=30.24 cores=0,2,4,6
/proc/9634/stat : 9634 (lingeling) R 9632 9634 9634 0 -1 4202496 8688 0 0 0 3024 0 0 0 25 0 1 0 538328791 15892480 3082 33554432000 4194304 4352236 140734356228448 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/9634/statm: 3880 3082 129 39 0 2960 0
[pid=9611/tid=9624] ppid=9607 vsize=320988 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9624/stat : 9624 (python) S 9607 9611 9574 0 -1 4202560 22 928 0 8 0 0 0 0 18 0 5 0 538328783 328691712 7476 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 0 0 0 0
[pid=9611/tid=9627] ppid=9607 vsize=320988 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9627/stat : 9627 (python) S 9607 9611 9574 0 -1 4202560 21 928 0 8 0 0 0 0 20 0 5 0 538328786 328691712 7476 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
[pid=9611/tid=9630] ppid=9607 vsize=320988 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9630/stat : 9630 (python) S 9607 9611 9574 0 -1 4202560 25 928 0 8 0 0 0 0 20 0 5 0 538328788 328691712 7476 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 4 0 0 0
[pid=9611/tid=9633] ppid=9607 vsize=320988 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9633/stat : 9633 (python) S 9607 9611 9574 0 -1 4202560 24 928 0 8 0 0 0 0 22 0 5 0 538328790 328691712 7476 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 122.73
Current children cumulated vsize (KiB) 1601128

[startup+102.301 s]
/proc/loadavg: 5.47 1.70 0.59 10/206 9648
/proc/meminfo: memFree=25000516/32951124 swapFree=67111412/67111528
[pid=9611] ppid=9607 vsize=320988 CPUtime=1.05 cores=0,2,4,6
/proc/9611/stat : 9611 (python) S 9607 9611 9574 0 -1 4202496 12387 928 115 8 81 24 0 0 22 0 5 0 538326726 328691712 7476 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 266
/proc/9611/statm: 80247 7476 1881 364 0 16156 0
[pid=9623] ppid=9611 vsize=279976 CPUtime=0.09 cores=0,2,4,6
/proc/9623/stat : 9623 (python) S 9611 9611 9574 0 -1 4202560 1008 0 0 0 5 4 0 0 15 0 1 0 538328783 286695424 5961 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912463 0 0 16781312 514 10383418376809578756 0 0 17 4 0 0 0
/proc/9623/statm: 69994 5961 382 364 0 5912 0
[pid=9625] ppid=9623 vsize=16104 CPUtime=81.71 cores=0,2,4,6
/proc/9625/stat : 9625 (lingeling) R 9623 9625 9625 0 -1 4202496 16777 0 0 0 8169 2 0 0 25 0 1 0 538328784 16490496 3228 33554432000 4194304 4352236 140736235050736 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9625/statm: 4026 3228 129 39 0 3106 0
[pid=9626] ppid=9611 vsize=290232 CPUtime=0.1 cores=0,2,4,6
/proc/9626/stat : 9626 (python) S 9611 9611 9574 0 -1 4202560 950 0 0 0 5 5 0 0 15 0 1 0 538328786 297197568 5954 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 10383418376809578756 0 0 17 4 0 0 0

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

/proc/9650/stat : 9650 (python) S 9611 9611 9574 0 -1 4202560 964 0 0 0 3 3 0 0 15 0 1 0 538338799 328704000 5966 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 10383418376809578754 0 0 17 6 0 0 0
/proc/9650/statm: 80250 5966 371 364 0 16156 0
[pid=9652] ppid=9650 vsize=58088 CPUtime=36.92 cores=0,2,4,6
/proc/9652/stat : 9652 (cryptominisat-2) R 9650 9652 9652 0 -1 4202496 21966 0 0 0 3687 5 0 0 25 0 1 0 538338799 59482112 7870 33554432000 4194304 4677096 140733528515296 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/9652/statm: 14522 7870 393 118 0 9481 0
[pid=9611/tid=9624] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9624/stat : 9624 (python) S 9607 9611 9574 0 -1 4202560 22 928 0 8 0 0 0 0 18 0 6 0 538328783 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 0 0 0 0
[pid=9611/tid=9627] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9627/stat : 9627 (python) S 9607 9611 9574 0 -1 4202560 21 928 0 8 0 0 0 0 20 0 6 0 538328786 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
[pid=9611/tid=9630] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9630/stat : 9630 (python) S 9607 9611 9574 0 -1 4202560 25 928 0 8 0 0 0 0 20 0 6 0 538328788 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 4 0 0 0
[pid=9611/tid=9633] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9633/stat : 9633 (python) S 9607 9611 9574 0 -1 4202560 24 928 0 8 0 0 0 0 22 0 6 0 538328790 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
[pid=9611/tid=9651] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9651/stat : 9651 (python) S 9607 9611 9574 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 6 0 538338799 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 549.75
Current children cumulated vsize (KiB) 2060704

[startup+158.401 s]
/proc/loadavg: 7.03 2.78 1.02 11/210 9653
/proc/meminfo: memFree=24892460/32951124 swapFree=67111412/67111528
[pid=9611] ppid=9607 vsize=331244 CPUtime=1.09 cores=0,2,4,6
/proc/9611/stat : 9611 (python) S 9607 9611 9574 0 -1 4202496 13213 928 115 8 84 25 0 0 20 0 6 0 538326726 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 266
/proc/9611/statm: 82811 7483 1884 364 0 18717 0
[pid=9623] ppid=9611 vsize=290220 CPUtime=0.13 cores=0,2,4,6
/proc/9623/stat : 9623 (python) S 9611 9611 9574 0 -1 4202560 1175 0 0 0 7 6 0 0 16 0 2 0 538328783 297185280 5999 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9623/statm: 72555 5999 415 364 0 8473 0
[pid=9625] ppid=9623 vsize=20076 CPUtime=100.11 cores=0,2,4,6
/proc/9625/stat : 9625 (lingeling) T 9623 9625 9625 0 -1 4202496 20010 0 0 0 10009 2 0 0 25 0 1 0 538328784 20557824 4221 33554432000 4194304 4352236 140736235050736 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/9625/statm: 5019 4221 129 39 0 4099 0
[pid=9623/tid=9649] ppid=9611 vsize=290220 CPUtime=0 cores=0,2,4,6
/proc/9623/task/9649/stat : 9649 (python) S 9611 9611 9574 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 538338796 297185280 5999 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 514 18446604453811757504 0 0 -1 4 0 0 0
[pid=9626] ppid=9611 vsize=290232 CPUtime=0.19 cores=0,2,4,6
/proc/9626/stat : 9626 (python) S 9611 9611 9574 0 -1 4202560 966 0 0 0 10 9 0 0 15 0 1 0 538328786 297197568 5954 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 1195450618664157444 0 0 17 4 0 0 0
/proc/9626/statm: 72558 5954 371 364 0 8473 0
[pid=9628] ppid=9626 vsize=95356 CPUtime=137.78 cores=0,2,4,6
/proc/9628/stat : 9628 (cryptominisat-2) R 9626 9628 9628 0 -1 4202496 56879 0 0 0 13766 12 0 0 25 0 1 0 538328786 97644544 15282 33554432000 4194304 4677096 140735863603040 18446744073709551615 232335589020 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9628/statm: 23839 15282 393 118 0 18798 0
[pid=9629] ppid=9611 vsize=300488 CPUtime=0.17 cores=0,2,4,6
/proc/9629/stat : 9629 (python) S 9611 9611 9574 0 -1 4202560 948 0 0 0 9 8 0 0 18 0 1 0 538328788 307699712 5958 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 10383418376809578756 0 0 17 4 0 0 0
/proc/9629/statm: 75122 5958 371 364 0 11034 0
[pid=9631] ppid=9629 vsize=21068 CPUtime=137.26 cores=0,2,4,6
/proc/9631/stat : 9631 (lingeling) R 9629 9631 9631 0 -1 4202496 25295 0 0 0 13723 3 0 0 25 0 1 0 538328788 21573632 4469 33554432000 4194304 4352236 140734578164688 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/9631/statm: 5267 4469 129 39 0 4347 0
[pid=9632] ppid=9611 vsize=310744 CPUtime=0.18 cores=0,2,4,6
/proc/9632/stat : 9632 (python) S 9611 9611 9574 0 -1 4202560 973 0 0 0 10 8 0 0 18 0 1 0 538328790 318201856 5962 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 10383418376809578756 0 0 17 6 0 0 0
/proc/9632/statm: 77686 5962 371 364 0 13595 0
[pid=9634] ppid=9632 vsize=22188 CPUtime=137.06 cores=0,2,4,6
/proc/9634/stat : 9634 (lingeling) R 9632 9634 9634 0 -1 4202496 24403 0 0 0 13704 2 0 0 25 0 1 0 538328791 22720512 4749 33554432000 4194304 4352236 140734356228448 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9634/statm: 5547 4749 129 39 0 4627 0
[pid=9650] ppid=9611 vsize=321000 CPUtime=0.06 cores=0,2,4,6
/proc/9650/stat : 9650 (python) S 9611 9611 9574 0 -1 4202560 964 0 0 0 3 3 0 0 15 0 1 0 538338799 328704000 5966 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 10383418376809578754 0 0 17 6 0 0 0
/proc/9650/statm: 80250 5966 371 364 0 16156 0
[pid=9652] ppid=9650 vsize=58088 CPUtime=37.32 cores=0,2,4,6
/proc/9652/stat : 9652 (cryptominisat-2) R 9650 9652 9652 0 -1 4202496 22039 0 0 0 3727 5 0 0 25 0 1 0 538338799 59482112 7943 33554432000 4194304 4677096 140733528515296 18446744073709551615 4355129 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/9652/statm: 14522 7943 393 118 0 9481 0
[pid=9611/tid=9624] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9624/stat : 9624 (python) S 9607 9611 9574 0 -1 4202560 22 928 0 8 0 0 0 0 18 0 6 0 538328783 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 0 0 0 0
[pid=9611/tid=9627] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9627/stat : 9627 (python) S 9607 9611 9574 0 -1 4202560 21 928 0 8 0 0 0 0 20 0 6 0 538328786 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
[pid=9611/tid=9630] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9630/stat : 9630 (python) S 9607 9611 9574 0 -1 4202560 25 928 0 8 0 0 0 0 20 0 6 0 538328788 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 4 0 0 0
[pid=9611/tid=9633] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9633/stat : 9633 (python) S 9607 9611 9574 0 -1 4202560 24 928 0 8 0 0 0 0 22 0 6 0 538328790 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
[pid=9611/tid=9651] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9651/stat : 9651 (python) S 9607 9611 9574 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 6 0 538338799 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 551.35
Current children cumulated vsize (KiB) 2060704

[startup+158.802 s]
/proc/loadavg: 7.03 2.78 1.02 9/210 9653
/proc/meminfo: memFree=24893080/32951124 swapFree=67111412/67111528
[pid=9611] ppid=9607 vsize=331244 CPUtime=1.09 cores=0,2,4,6
/proc/9611/stat : 9611 (python) S 9607 9611 9574 0 -1 4202496 13213 928 115 8 84 25 0 0 20 0 6 0 538326726 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 266
/proc/9611/statm: 82811 7483 1884 364 0 18717 0
[pid=9623] ppid=9611 vsize=290220 CPUtime=0.13 cores=0,2,4,6
/proc/9623/stat : 9623 (python) S 9611 9611 9574 0 -1 4202560 1175 0 0 0 7 6 0 0 16 0 2 0 538328783 297185280 5999 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9623/statm: 72555 5999 415 364 0 8473 0
[pid=9625] ppid=9623 vsize=20076 CPUtime=100.11 cores=0,2,4,6
/proc/9625/stat : 9625 (lingeling) T 9623 9625 9625 0 -1 4202496 20010 0 0 0 10009 2 0 0 25 0 1 0 538328784 20557824 4221 33554432000 4194304 4352236 140736235050736 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/9625/statm: 5019 4221 129 39 0 4099 0
[pid=9623/tid=9649] ppid=9611 vsize=290220 CPUtime=0 cores=0,2,4,6
/proc/9623/task/9649/stat : 9649 (python) S 9611 9611 9574 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 538338796 297185280 5999 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 514 18446604453811757504 0 0 -1 4 0 0 0
[pid=9626] ppid=9611 vsize=290232 CPUtime=0.19 cores=0,2,4,6
/proc/9626/stat : 9626 (python) S 9611 9611 9574 0 -1 4202560 966 0 0 0 10 9 0 0 15 0 1 0 538328786 297197568 5954 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 1195450618664157444 0 0 17 4 0 0 0
/proc/9626/statm: 72558 5954 371 364 0 8473 0
[pid=9628] ppid=9626 vsize=95356 CPUtime=138.18 cores=0,2,4,6
/proc/9628/stat : 9628 (cryptominisat-2) R 9626 9628 9628 0 -1 4202496 56921 0 0 0 13806 12 0 0 25 0 1 0 538328786 97644544 15324 33554432000 4194304 4677096 140735863603040 18446744073709551615 4355536 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9628/statm: 23839 15324 393 118 0 18798 0
[pid=9629] ppid=9611 vsize=300488 CPUtime=0.17 cores=0,2,4,6
/proc/9629/stat : 9629 (python) S 9611 9611 9574 0 -1 4202560 948 0 0 0 9 8 0 0 18 0 1 0 538328788 307699712 5958 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 10383418376809578756 0 0 17 4 0 0 0
/proc/9629/statm: 75122 5958 371 364 0 11034 0
[pid=9631] ppid=9629 vsize=21068 CPUtime=137.66 cores=0,2,4,6
/proc/9631/stat : 9631 (lingeling) R 9629 9631 9631 0 -1 4202496 25295 0 0 0 13763 3 0 0 25 0 1 0 538328788 21573632 4469 33554432000 4194304 4352236 140734578164688 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/9631/statm: 5267 4469 129 39 0 4347 0
[pid=9632] ppid=9611 vsize=310744 CPUtime=0.18 cores=0,2,4,6
/proc/9632/stat : 9632 (python) S 9611 9611 9574 0 -1 4202560 973 0 0 0 10 8 0 0 18 0 1 0 538328790 318201856 5962 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 10383418376809578756 0 0 17 6 0 0 0
/proc/9632/statm: 77686 5962 371 364 0 13595 0
[pid=9634] ppid=9632 vsize=22444 CPUtime=137.46 cores=0,2,4,6
/proc/9634/stat : 9634 (lingeling) R 9632 9634 9634 0 -1 4202496 24467 0 0 0 13744 2 0 0 25 0 1 0 538328791 22982656 4813 33554432000 4194304 4352236 140734356228448 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9634/statm: 5611 4813 129 39 0 4691 0
[pid=9650] ppid=9611 vsize=321000 CPUtime=0.06 cores=0,2,4,6
/proc/9650/stat : 9650 (python) S 9611 9611 9574 0 -1 4202560 964 0 0 0 3 3 0 0 15 0 1 0 538338799 328704000 5966 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 10383418376809578754 0 0 17 6 0 0 0
/proc/9650/statm: 80250 5966 371 364 0 16156 0
[pid=9652] ppid=9650 vsize=58160 CPUtime=37.71 cores=0,2,4,6
/proc/9652/stat : 9652 (cryptominisat-2) R 9650 9652 9652 0 -1 4202496 22529 0 0 0 3766 5 0 0 25 0 1 0 538338799 59555840 7323 33554432000 4194304 4677096 140733528515296 18446744073709551615 4335688 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/9652/statm: 14540 7323 393 118 0 9499 0
[pid=9611/tid=9624] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9624/stat : 9624 (python) S 9607 9611 9574 0 -1 4202560 22 928 0 8 0 0 0 0 18 0 6 0 538328783 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 0 0 0 0
[pid=9611/tid=9627] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9627/stat : 9627 (python) S 9607 9611 9574 0 -1 4202560 21 928 0 8 0 0 0 0 20 0 6 0 538328786 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
[pid=9611/tid=9630] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9630/stat : 9630 (python) S 9607 9611 9574 0 -1 4202560 25 928 0 8 0 0 0 0 20 0 6 0 538328788 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 4 0 0 0
[pid=9611/tid=9633] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9633/stat : 9633 (python) S 9607 9611 9574 0 -1 4202560 24 928 0 8 0 0 0 0 22 0 6 0 538328790 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
[pid=9611/tid=9651] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9651/stat : 9651 (python) S 9607 9611 9574 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 6 0 538338799 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 552.94
Current children cumulated vsize (KiB) 2061032

[startup+158.902 s]
/proc/loadavg: 7.03 2.78 1.02 9/210 9653
/proc/meminfo: memFree=24893080/32951124 swapFree=67111412/67111528
[pid=9611] ppid=9607 vsize=331244 CPUtime=1.09 cores=0,2,4,6
/proc/9611/stat : 9611 (python) S 9607 9611 9574 0 -1 4202496 13213 928 115 8 84 25 0 0 20 0 6 0 538326726 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 266
/proc/9611/statm: 82811 7483 1884 364 0 18717 0
[pid=9623] ppid=9611 vsize=290220 CPUtime=0.13 cores=0,2,4,6
/proc/9623/stat : 9623 (python) S 9611 9611 9574 0 -1 4202560 1175 0 0 0 7 6 0 0 16 0 2 0 538328783 297185280 5999 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/9623/statm: 72555 5999 415 364 0 8473 0
[pid=9625] ppid=9623 vsize=20076 CPUtime=100.11 cores=0,2,4,6
/proc/9625/stat : 9625 (lingeling) T 9623 9625 9625 0 -1 4202496 20010 0 0 0 10009 2 0 0 25 0 1 0 538328784 20557824 4221 33554432000 4194304 4352236 140736235050736 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/9625/statm: 5019 4221 129 39 0 4099 0
[pid=9623/tid=9649] ppid=9611 vsize=290220 CPUtime=0 cores=0,2,4,6
/proc/9623/task/9649/stat : 9649 (python) S 9611 9611 9574 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 2 0 538338796 297185280 5999 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 514 18446604453811757504 0 0 -1 4 0 0 0
[pid=9626] ppid=9611 vsize=290232 CPUtime=0.19 cores=0,2,4,6
/proc/9626/stat : 9626 (python) S 9611 9611 9574 0 -1 4202560 966 0 0 0 10 9 0 0 15 0 1 0 538328786 297197568 5954 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 1195450618664157444 0 0 17 4 0 0 0
/proc/9626/statm: 72558 5954 371 364 0 8473 0
[pid=9628] ppid=9626 vsize=95356 CPUtime=138.27 cores=0,2,4,6
/proc/9628/stat : 9628 (cryptominisat-2) R 9626 9628 9628 0 -1 4202496 56934 0 0 0 13815 12 0 0 25 0 1 0 538328786 97644544 15337 33554432000 4194304 4677096 140735863603040 18446744073709551615 232335589016 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/9628/statm: 23839 15337 393 118 0 18798 0
[pid=9629] ppid=9611 vsize=300488 CPUtime=0.17 cores=0,2,4,6
/proc/9629/stat : 9629 (python) S 9611 9611 9574 0 -1 4202560 948 0 0 0 9 8 0 0 18 0 1 0 538328788 307699712 5958 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 10383418376809578756 0 0 17 4 0 0 0
/proc/9629/statm: 75122 5958 371 364 0 11034 0
[pid=9631] ppid=9629 vsize=21068 CPUtime=137.76 cores=0,2,4,6
/proc/9631/stat : 9631 (lingeling) R 9629 9631 9631 0 -1 4202496 25295 0 0 0 13773 3 0 0 25 0 1 0 538328788 21573632 4469 33554432000 4194304 4352236 140734578164688 18446744073709551615 4328112 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/9631/statm: 5267 4469 129 39 0 4347 0
[pid=9632] ppid=9611 vsize=310744 CPUtime=0.18 cores=0,2,4,6
/proc/9632/stat : 9632 (python) S 9611 9611 9574 0 -1 4202560 973 0 0 0 10 8 0 0 18 0 1 0 538328790 318201856 5962 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 10383418376809578756 0 0 17 6 0 0 0
/proc/9632/statm: 77686 5962 371 364 0 13595 0
[pid=9634] ppid=9632 vsize=22444 CPUtime=137.56 cores=0,2,4,6
/proc/9634/stat : 9634 (lingeling) R 9632 9634 9634 0 -1 4202496 24467 0 0 0 13754 2 0 0 25 0 1 0 538328791 22982656 4813 33554432000 4194304 4352236 140734356228448 18446744073709551615 4328316 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/9634/statm: 5611 4813 129 39 0 4691 0
[pid=9650] ppid=9611 vsize=321000 CPUtime=0.06 cores=0,2,4,6
/proc/9650/stat : 9650 (python) S 9611 9611 9574 0 -1 4202560 964 0 0 0 3 3 0 0 15 0 1 0 538338799 328704000 5966 33554432000 4194304 5683644 140733709958224 18446744073709551615 232335912518 0 0 16781312 514 10383418376809578754 0 0 17 6 0 0 0
/proc/9650/statm: 80250 5966 371 364 0 16156 0
[pid=9652] ppid=9650 vsize=58160 CPUtime=37.81 cores=0,2,4,6
/proc/9652/stat : 9652 (cryptominisat-2) R 9650 9652 9652 0 -1 4202496 22559 0 0 0 3776 5 0 0 25 0 1 0 538338799 59555840 7353 33554432000 4194304 4677096 140733528515296 18446744073709551615 4320160 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/9652/statm: 14540 7353 393 118 0 9499 0
[pid=9611/tid=9624] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9624/stat : 9624 (python) S 9607 9611 9574 0 -1 4202560 22 928 0 8 0 0 0 0 18 0 6 0 538328783 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 0 0 0 0
[pid=9611/tid=9627] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9627/stat : 9627 (python) S 9607 9611 9574 0 -1 4202560 21 928 0 8 0 0 0 0 20 0 6 0 538328786 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
[pid=9611/tid=9630] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9630/stat : 9630 (python) S 9607 9611 9574 0 -1 4202560 25 928 0 8 0 0 0 0 20 0 6 0 538328788 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 4 0 0 0
[pid=9611/tid=9633] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9633/stat : 9633 (python) S 9607 9611 9574 0 -1 4202560 24 928 0 8 0 0 0 0 22 0 6 0 538328790 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
[pid=9611/tid=9651] ppid=9607 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/9611/task/9651/stat : 9651 (python) S 9607 9611 9574 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 6 0 538338799 339193856 7483 33554432000 4194304 5683644 140733709958224 18446744073709551615 232347716017 0 0 16781312 2 18446604453838972992 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 553.33
Current children cumulated vsize (KiB) 2061032

Child status: 0
Real time (s): 158.973
CPU time (s): 553.651
CPU user time (s): 552.754
CPU system time (s): 0.896863
CPU usage (%): 348.268
Max. virtual memory (cumulated for all children) (KiB): 2061032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 552.754
system time used= 0.896863
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173423
page faults= 123
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20763
involuntary context switches= 9912

runsolver used 0.237963 second user time and 0.664898 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-01 18:28:04
IDJOB=3317804
IDBENCH=20393
IDSOLVER=1706
FILE ID=node132/3317804-1304267283
RUNJOBID= node132-1304267281-9592
PBS_JOBID= 13173947
Free space on /tmp= 72168 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT07/industrial/fuhs/medium/AProVE07-21.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-3317804-1304267283/watcher-3317804-1304267283 -o /tmp/evaluation-result-3317804-1304267283/solver-3317804-1304267283 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317804-1304267283.cnf -seed 638206346 -budget 4800 -cores 4

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

MD5SUM BENCH= 627e3d704e5200c3037f9c9d83c939c1
RANDOM SEED=638206346

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:     32951124 kB
MemFree:      25681836 kB
Buffers:        703132 kB
Cached:        6018276 kB
SwapCached:        112 kB
Active:        1679316 kB
Inactive:      5106496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25681836 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           74380 kB
Writeback:           0 kB
AnonPages:       64456 kB
Mapped:          14564 kB
Slab:           421328 kB
PageTables:       4756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186784 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72100 MiB
End job on node132 at 2011-05-01 18:30:45