Trace number 3380729

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 152.945 28.2602

General information on the benchmark

Namevelev-pipe-o-uns-1.1-6.cnf
MD5SUMd986f0b849e7c714ed5d3a26373567af
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.3553
Satisfiable
(Un)Satisfiability was proved
Number of variables17710
Number of clauses304026
Sum of the clauses size890580
Maximum clause length131
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2268354
Number of clauses of size 326401
Number of clauses of size 4173
Number of clauses of size 5120
Number of clauses of size over 58977

Solver Data

0.35/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.67	c INFO: solving HOME/instance-3380729-1305490823.cnf
0.35/0.67	c INFO: computing task features
1.33/1.66	c INFO: computed variable-clause graph statistics
1.33/1.69	c INFO: computed clause balance statistics
6.13/6.43	c INFO: computed variable balance statistics
9.23/9.57	c INFO: computed small-clause counts
9.23/9.59	c INFO: computed Horn-clause counts
9.93/10.21	c INFO: computed variable graph statistics
9.93/10.21	c INFO: collected features for HOME/instance-3380729-1305490823.cnf in 9.51 s
9.93/10.23	c INFO: running lingeling-276@0 for 97 with 4990 remaining (b = 0.19)
9.93/10.26	c INFO: running cryptominisat-2.9.0@0 for 485 with 4990 remaining (b = 0.22)
9.93/10.28	c INFO: running lingeling-276@0 for 1261 with 4990 remaining (b = 0.39)
10.03/10.31	c INFO: running lingeling-276@0 for 1261 with 4990 remaining (b = 0.33)
10.03/10.34	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4990 remaining (b = 0.40)
10.03/10.36	c INFO: running SApperloT@0 for 97 with 4990 remaining (b = 0.02)
10.03/10.39	c INFO: running precosat-570@0 for 291 with 4990 remaining (b = 0.09)
10.13/10.42	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4990 remaining (b = 0.33)
152.67/28.22	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-3380729-1305490823/watcher-3380729-1305490823 -o /tmp/evaluation-result-3380729-1305490823/solver-3380729-1305490823 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380729-1305490823.cnf -seed 155559648 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 6.78 7.79 7.91 1/410 2535
/proc/meminfo: memFree=21704588/32951124 swapFree=67111348/67111528
[pid=2535] ppid=2533 vsize=15084 CPUtime=0 cores=0-7
/proc/2535/stat : 2535 (python) R 2533 2535 2509 0 -1 4202496 636 0 0 0 0 0 0 0 25 0 1 0 660680059 15446016 534 33554432000 4194304 5683644 140733587539872 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2535/statm: 3771 537 304 364 0 258 0

[startup+0.092887 s]
/proc/loadavg: 6.78 7.79 7.91 1/410 2535
/proc/meminfo: memFree=21704588/32951124 swapFree=67111348/67111528
[pid=2535] ppid=2533 vsize=84476 CPUtime=0.05 cores=0-7
/proc/2535/stat : 2535 (python) R 2533 2535 2509 0 -1 4202496 2397 0 0 0 4 1 0 0 18 0 1 0 660680059 86503424 2127 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687673344 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2535/statm: 21119 2127 707 364 0 1336 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 84476

[startup+0.100901 s]
/proc/loadavg: 6.78 7.79 7.91 1/410 2535
/proc/meminfo: memFree=21704588/32951124 swapFree=67111348/67111528
[pid=2535] ppid=2533 vsize=87708 CPUtime=0.06 cores=0-7
/proc/2535/stat : 2535 (python) S 2533 2535 2509 0 -1 4202496 2636 0 0 0 5 1 0 0 17 0 1 0 660680059 89812992 2354 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687673344 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/2535/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.30089 s]
/proc/loadavg: 6.78 7.79 7.91 1/410 2535
/proc/meminfo: memFree=21704588/32951124 swapFree=67111348/67111528
[pid=2535] ppid=2533 vsize=135752 CPUtime=0.18 cores=0-7
/proc/2535/stat : 2535 (python) S 2533 2535 2509 0 -1 4202496 5961 932 1 0 14 4 0 0 17 0 1 0 660680059 139010048 4150 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687671301 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/2535/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700826 s]
/proc/loadavg: 6.78 7.79 7.91 1/410 2535
/proc/meminfo: memFree=21704588/32951124 swapFree=67111348/67111528
[pid=2535] ppid=2533 vsize=285288 CPUtime=0.43 cores=0-7
/proc/2535/stat : 2535 (python) R 2533 2535 2509 0 -1 4202496 10915 932 1 0 32 11 0 0 16 0 1 0 660680059 292134912 8596 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687372407 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2535/statm: 71384 8641 1761 364 0 7308 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 285288

[startup+1.50064 s]
/proc/loadavg: 6.78 7.79 7.91 2/411 2540
/proc/meminfo: memFree=21656716/32951124 swapFree=67111348/67111528
[pid=2535] ppid=2533 vsize=338072 CPUtime=1.23 cores=0-7
/proc/2535/stat : 2535 (python) R 2533 2535 2509 0 -1 4202496 23325 932 1 0 111 12 0 0 17 0 1 0 660680059 346185728 20878 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687337830 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2535/statm: 84518 20879 1761 364 0 20442 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 338072

[startup+3.10034 s]
/proc/loadavg: 6.78 7.79 7.91 2/411 2540
/proc/meminfo: memFree=21613192/32951124 swapFree=67111348/67111528
[pid=2535] ppid=2533 vsize=347228 CPUtime=2.83 cores=0-7
/proc/2535/stat : 2535 (python) R 2533 2535 2509 0 -1 4202496 34668 932 1 0 270 13 0 0 19 0 1 0 660680059 355561472 24191 33554432000 4194304 5683644 140733587539872 18446744073709551615 212691083945 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2535/statm: 86807 24191 1826 364 0 22731 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 347228

[startup+6.30075 s]
/proc/loadavg: 6.31 7.67 7.88 2/411 2541
/proc/meminfo: memFree=21613460/32951124 swapFree=67111348/67111528
[pid=2535] ppid=2533 vsize=347228 CPUtime=6.03 cores=0-7
/proc/2535/stat : 2535 (python) R 2533 2535 2509 0 -1 4202496 34668 932 1 0 590 13 0 0 25 0 1 0 660680059 355561472 24191 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687333169 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2535/statm: 86807 24191 1826 364 0 22731 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 347228

[startup+12.7016 s]
/proc/loadavg: 5.89 7.56 7.84 9/435 2566
/proc/meminfo: memFree=21299528/32951124 swapFree=67111348/67111528
[pid=2535] ppid=2533 vsize=423748 CPUtime=10.15 cores=0-7
/proc/2535/stat : 2535 (python) S 2533 2535 2509 0 -1 4202496 40613 932 1 0 999 16 0 0 24 0 9 0 660680059 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2535/statm: 105937 22901 1889 364 0 41834 0
[pid=2542] ppid=2535 vsize=341712 CPUtime=0 cores=0-7
/proc/2542/stat : 2542 (python) S 2535 2535 2509 0 -1 4202560 812 0 0 0 0 0 0 0 18 0 1 0 660681082 349913088 21338 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695375 0 0 16781312 514 14398142978050720003 0 0 17 1 0 0 0
/proc/2542/statm: 85428 21338 358 364 0 21346 0
[pid=2544] ppid=2542 vsize=21596 CPUtime=2.45 cores=0-7
/proc/2544/stat : 2544 (lingeling) R 2542 2544 2544 0 -1 4202496 6606 0 0 0 244 1 0 0 25 0 1 0 660681083 22114304 4312 33554432000 4194304 4352236 140736612316992 18446744073709551615 4208748 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2544/statm: 5399 4312 127 39 0 4479 0
[pid=2545] ppid=2535 vsize=351968 CPUtime=0 cores=0-7
/proc/2545/stat : 2545 (python) S 2535 2535 2509 0 -1 4202560 741 0 0 0 0 0 0 0 15 0 1 0 660681085 360415232 21331 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 4596284063840436481 0 0 17 0 0 0 0
/proc/2545/statm: 87992 21331 347 364 0 23907 0
[pid=2547] ppid=2545 vsize=90540 CPUtime=2.42 cores=0-7
/proc/2547/stat : 2547 (cryptominisat-2) R 2545 2547 2547 0 -1 4202496 17288 0 0 0 240 2 0 0 25 0 1 0 660681085 92712960 15443 33554432000 4194304 4677096 140734688365088 18446744073709551615 4317762 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2547/statm: 22635 15443 387 118 0 17594 0
[pid=2548] ppid=2535 vsize=362224 CPUtime=0 cores=0-7
/proc/2548/stat : 2548 (python) S 2535 2535 2509 0 -1 4202560 747 0 0 0 0 0 0 0 18 0 1 0 660681088 370917376 21335 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 3602955572493648132 0 0 17 6 0 0 0
/proc/2548/statm: 90556 21335 347 364 0 26468 0
[pid=2550] ppid=2548 vsize=21640 CPUtime=2.36 cores=0-7
/proc/2550/stat : 2550 (lingeling) R 2548 2550 2550 0 -1 4202496 6616 0 0 0 235 1 0 0 25 0 1 0 660681088 22159360 4323 33554432000 4194304 4352236 140737282743712 18446744073709551615 4267820 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/2550/statm: 5410 4323 127 39 0 4490 0
[pid=2551] ppid=2535 vsize=372480 CPUtime=0 cores=0-7
/proc/2551/stat : 2551 (python) S 2535 2535 2509 0 -1 4202560 755 0 0 0 0 0 0 0 18 0 1 0 660681090 381419520 21339 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 3602959420784345346 0 0 17 4 0 0 0
/proc/2551/statm: 93120 21339 347 364 0 29029 0
[pid=2553] ppid=2551 vsize=21592 CPUtime=2.37 cores=0-7
/proc/2553/stat : 2553 (lingeling) R 2551 2553 2553 0 -1 4202496 6603 0 0 0 237 0 0 0 25 0 1 0 660681091 22110208 4310 33554432000 4194304 4352236 140734895112112 18446744073709551615 4208234 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2553/statm: 5398 4310 127 39 0 4478 0
[pid=2554] ppid=2535 vsize=382736 CPUtime=0 cores=0-7
/proc/2554/stat : 2554 (python) S 2535 2535 2509 0 -1 4202560 771 0 0 0 0 0 0 0 15 0 1 0 660681093 391921664 21343 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 4915912094034919681 0 0 17 4 0 0 0
/proc/2554/statm: 95684 21343 347 364 0 31590 0
[pid=2556] ppid=2554 vsize=90644 CPUtime=2.35 cores=0-7
/proc/2556/stat : 2556 (cryptominisat-2) R 2554 2556 2556 0 -1 4202496 17250 0 0 0 232 3 0 0 25 0 1 0 660681093 92819456 15439 33554432000 4194304 4677096 140735422655616 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2556/statm: 22661 15439 387 118 0 17620 0
[pid=2557] ppid=2535 vsize=392992 CPUtime=0 cores=0-7
/proc/2557/stat : 2557 (python) S 2535 2535 2509 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 660681096 402423808 21347 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 6520376361012396291 0 0 17 4 0 0 0
/proc/2557/statm: 98248 21347 347 364 0 34151 0
[pid=2559] ppid=2557 vsize=19904 CPUtime=2.32 cores=0-7
/proc/2559/stat : 2559 (SApperloT-base) R 2557 2559 2559 0 -1 4202496 4680 0 0 0 231 1 0 0 25 0 1 0 660681096 20381696 4416 33554432000 134512640 135674940 4289228896 18446744073709551615 135113206 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2559/statm: 4976 4416 99 284 0 4690 0
[pid=2560] ppid=2535 vsize=403248 CPUtime=0 cores=0-7
/proc/2560/stat : 2560 (python) S 2535 2535 2509 0 -1 4202560 773 0 0 0 0 0 0 0 18 0 1 0 660681098 412925952 21351 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 1930615154198675715 0 0 17 0 0 0 0
/proc/2560/statm: 100812 21351 347 364 0 36712 0
[pid=2563] ppid=2560 vsize=47232 CPUtime=2.29 cores=0-7
/proc/2563/stat : 2563 (precosat) R 2560 2563 2563 0 -1 4202496 11746 0 0 0 227 2 0 0 25 0 1 0 660681099 48365568 11200 33554432000 4194304 4890832 140734048619952 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/2563/statm: 11808 11200 86 171 0 11635 0
[pid=2564] ppid=2535 vsize=413504 CPUtime=0 cores=0-7
/proc/2564/stat : 2564 (python) S 2535 2535 2509 0 -1 4202560 827 0 0 0 0 0 0 0 15 0 1 0 660681101 423428096 21361 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 4596288461886947587 0 0 17 4 0 0 0
/proc/2564/statm: 103376 21361 353 364 0 39273 0
[pid=2566] ppid=2564 vsize=88116 CPUtime=2.23 cores=0-7
/proc/2566/stat : 2566 (cryptominisat-2) R 2564 2566 2566 0 -1 4202496 16662 0 0 0 220 3 0 0 25 0 1 0 660681102 90230784 15874 33554432000 4194304 4677096 140736500124896 18446744073709551615 212687371802 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2566/statm: 22029 15874 387 118 0 16988 0
[pid=2535/tid=2543] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2543/stat : 2543 (python) S 2533 2535 2509 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 660681083 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 2 0 0 0
[pid=2535/tid=2546] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2546/stat : 2546 (python) S 2533 2535 2509 0 -1 4202560 20 932 0 0 0 0 0 0 20 0 9 0 660681085 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 2 0 0 0
[pid=2535/tid=2549] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2549/stat : 2549 (python) S 2533 2535 2509 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 660681088 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 0 0 0 0
[pid=2535/tid=2552] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2552/stat : 2552 (python) S 2533 2535 2509 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 660681091 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 0 0 0 0
[pid=2535/tid=2555] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2555/stat : 2555 (python) S 2533 2535 2509 0 -1 4202560 26 932 0 0 0 0 0 0 22 0 9 0 660681093 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 2 0 0 0
[pid=2535/tid=2558] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2558/stat : 2558 (python) S 2533 2535 2509 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 9 0 660681096 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 4 0 0 0
[pid=2535/tid=2561] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2561/stat : 2561 (python) S 2533 2535 2509 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 9 0 660681099 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 0 0 0 0
[pid=2535/tid=2565] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2565/stat : 2565 (python) S 2533 2535 2509 0 -1 4202560 33 932 0 0 0 0 0 0 24 0 9 0 660681102 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 28.94
Current children cumulated vsize (KiB) 3845876

[startup+25.5012 s]
/proc/loadavg: 6.36 7.58 7.84 9/435 2566
/proc/meminfo: memFree=21156392/32951124 swapFree=67111348/67111528
[pid=2535] ppid=2533 vsize=423748 CPUtime=10.15 cores=0-7
/proc/2535/stat : 2535 (python) S 2533 2535 2509 0 -1 4202496 40613 932 1 0 999 16 0 0 24 0 9 0 660680059 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2535/statm: 105937 22901 1889 364 0 41834 0
[pid=2542] ppid=2535 vsize=341712 CPUtime=0.03 cores=0-7
/proc/2542/stat : 2542 (python) S 2535 2535 2509 0 -1 4202560 989 0 0 0 2 1 0 0 18 0 1 0 660681082 349913088 21361 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695375 0 0 16781312 514 3632029954171961603 0 0 17 1 0 0 0
/proc/2542/statm: 85428 21361 381 364 0 21346 0
[pid=2544] ppid=2542 vsize=26728 CPUtime=15.25 cores=0-7
/proc/2544/stat : 2544 (lingeling) R 2542 2544 2544 0 -1 4202496 9166 0 0 0 1524 1 0 0 25 0 1 0 660681083 27369472 5341 33554432000 4194304 4352236 140736612316992 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2544/statm: 6682 5341 129 39 0 5762 0
[pid=2545] ppid=2535 vsize=351968 CPUtime=0.06 cores=0-7
/proc/2545/stat : 2545 (python) S 2535 2535 2509 0 -1 4202560 906 0 0 0 3 3 0 0 15 0 1 0 660681085 360415232 21354 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 4596284063840436481 0 0 17 0 0 0 0
/proc/2545/statm: 87992 21354 370 364 0 23907 0
[pid=2547] ppid=2545 vsize=129248 CPUtime=15.22 cores=0-7
/proc/2547/stat : 2547 (cryptominisat-2) R 2545 2547 2547 0 -1 4202496 29990 0 0 0 1518 4 0 0 25 0 1 0 660681085 132349952 24061 33554432000 4194304 4677096 140734688365088 18446744073709551615 212687699863 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2547/statm: 32312 24061 391 118 0 27271 0
[pid=2548] ppid=2535 vsize=362224 CPUtime=0.03 cores=0-7
/proc/2548/stat : 2548 (python) S 2535 2535 2509 0 -1 4202560 912 0 0 0 1 2 0 0 18 0 1 0 660681088 370917376 21358 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 3632029954171961604 0 0 17 6 0 0 0
/proc/2548/statm: 90556 21358 370 364 0 26468 0
[pid=2550] ppid=2548 vsize=26204 CPUtime=14.96 cores=0-7
/proc/2550/stat : 2550 (lingeling) R 2548 2550 2550 0 -1 4202496 9039 0 0 0 1494 2 0 0 25 0 1 0 660681088 26832896 5210 33554432000 4194304 4352236 140737282743712 18446744073709551615 4278588 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/2550/statm: 6551 5210 129 39 0 5631 0
[pid=2551] ppid=2535 vsize=372480 CPUtime=0.03 cores=0-7
/proc/2551/stat : 2551 (python) S 2535 2535 2509 0 -1 4202560 942 0 0 0 2 1 0 0 18 0 1 0 660681090 381419520 21362 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 3632029954171961602 0 0 17 4 0 0 0
/proc/2551/statm: 93120 21362 370 364 0 29029 0
[pid=2553] ppid=2551 vsize=25260 CPUtime=15.14 cores=0-7
/proc/2553/stat : 2553 (lingeling) R 2551 2553 2553 0 -1 4202496 8929 0 0 0 1513 1 0 0 25 0 1 0 660681091 25866240 5115 33554432000 4194304 4352236 140734895112112 18446744073709551615 4231009 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2553/statm: 6315 5115 129 39 0 5395 0
[pid=2554] ppid=2535 vsize=382736 CPUtime=0.06 cores=0-7
/proc/2554/stat : 2554 (python) S 2535 2535 2509 0 -1 4202560 960 0 0 0 3 3 0 0 15 0 1 0 660681093 391921664 21366 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 4915912094034919681 0 0 17 1 0 0 0
/proc/2554/statm: 95684 21366 370 364 0 31590 0
[pid=2556] ppid=2554 vsize=128676 CPUtime=15.05 cores=0-7
/proc/2556/stat : 2556 (cryptominisat-2) R 2554 2556 2556 0 -1 4202496 28610 0 0 0 1500 5 0 0 25 0 1 0 660681093 131764224 24040 33554432000 4194304 4677096 140735422655616 18446744073709551615 4358685 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2556/statm: 32169 24040 391 118 0 27128 0

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

[pid=2557] ppid=2535 vsize=392992 CPUtime=0.05 cores=0-7
/proc/2557/stat : 2557 (python) S 2535 2535 2509 0 -1 4202560 940 0 0 0 2 3 0 0 18 0 1 0 660681096 402423808 21370 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 3632029954171961603 0 0 17 4 0 0 0
/proc/2557/statm: 98248 21370 370 364 0 34151 0
[pid=2559] ppid=2557 vsize=36184 CPUtime=17.52 cores=0-7
/proc/2559/stat : 2559 (SApperloT-base) R 2557 2559 2559 0 -1 4202496 8689 0 0 0 1750 2 0 0 25 0 1 0 660681096 37052416 8392 33554432000 134512640 135674940 4289228896 18446744073709551615 134564219 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2559/statm: 9046 8392 100 284 0 8760 0
[pid=2560] ppid=2535 vsize=403248 CPUtime=0.63 cores=0-7
/proc/2560/stat : 2560 (python) R 2535 2535 2509 0 -1 4202560 955 0 0 0 53 10 0 0 18 0 1 0 660681098 412925952 21374 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/2560/statm: 100812 21374 370 364 0 36712 0
[pid=2563] ppid=2560 vsize=0 CPUtime=16.79 cores=0-7
/proc/2563/stat : 2563 (precosat) R 2560 2563 2563 0 -1 4202500 12013 0 0 0 1677 2 0 0 25 0 1 0 660681099 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/2563/statm: 0 0 0 0 0 0 0
[pid=2564] ppid=2535 vsize=413504 CPUtime=0.06 cores=0-7
/proc/2564/stat : 2564 (python) S 2535 2535 2509 0 -1 4202560 1025 0 0 0 3 3 0 0 15 0 1 0 660681101 423428096 21384 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 4596288461886947587 0 0 17 4 0 0 0
/proc/2564/statm: 103376 21384 376 364 0 39273 0
[pid=2566] ppid=2564 vsize=138168 CPUtime=17.26 cores=0-7
/proc/2566/stat : 2566 (cryptominisat-2) R 2564 2566 2566 0 -1 4202496 31267 0 0 0 1720 6 0 0 25 0 1 0 660681102 141484032 25665 33554432000 4194304 4677096 140736500124896 18446744073709551615 4320155 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2566/statm: 34542 25665 391 118 0 29501 0
[pid=2535/tid=2543] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2543/stat : 2543 (python) S 2533 2535 2509 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 660681083 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 2 0 0 0
[pid=2535/tid=2546] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2546/stat : 2546 (python) S 2533 2535 2509 0 -1 4202560 20 932 0 0 0 0 0 0 20 0 9 0 660681085 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 2 0 0 0
[pid=2535/tid=2549] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2549/stat : 2549 (python) S 2533 2535 2509 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 660681088 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 0 0 0 0
[pid=2535/tid=2552] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2552/stat : 2552 (python) S 2533 2535 2509 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 660681091 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 0 0 0 0
[pid=2535/tid=2555] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2555/stat : 2555 (python) S 2533 2535 2509 0 -1 4202560 26 932 0 0 0 0 0 0 22 0 9 0 660681093 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 2 0 0 0
[pid=2535/tid=2558] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2558/stat : 2558 (python) S 2533 2535 2509 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 9 0 660681096 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 4 0 0 0
[pid=2535/tid=2561] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2561/stat : 2561 (python) S 2533 2535 2509 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 9 0 660681099 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 0 0 0 0
[pid=2535/tid=2565] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2565/stat : 2565 (python) S 2533 2535 2509 0 -1 4202560 33 932 0 0 0 0 0 0 24 0 9 0 660681102 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 150.28
Current children cumulated vsize (KiB) 3970328

[startup+28.1017 s]
/proc/loadavg: 6.36 7.58 7.84 10/435 2566
/proc/meminfo: memFree=21190368/32951124 swapFree=67111348/67111528
[pid=2535] ppid=2533 vsize=423748 CPUtime=10.15 cores=0-7
/proc/2535/stat : 2535 (python) S 2533 2535 2509 0 -1 4202496 40613 932 1 0 999 16 0 0 24 0 9 0 660680059 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699502027 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2535/statm: 105937 22901 1889 364 0 41834 0
[pid=2542] ppid=2535 vsize=341712 CPUtime=0.05 cores=0-7
/proc/2542/stat : 2542 (python) S 2535 2535 2509 0 -1 4202560 993 0 0 0 3 2 0 0 18 0 1 0 660681082 349913088 21361 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695375 0 0 16781312 514 3632029954171961603 0 0 17 1 0 0 0
/proc/2542/statm: 85428 21361 381 364 0 21346 0
[pid=2544] ppid=2542 vsize=26728 CPUtime=17.85 cores=0-7
/proc/2544/stat : 2544 (lingeling) R 2542 2544 2544 0 -1 4202496 9166 0 0 0 1784 1 0 0 25 0 1 0 660681083 27369472 5341 33554432000 4194304 4352236 140736612316992 18446744073709551615 4208528 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2544/statm: 6682 5341 129 39 0 5762 0
[pid=2545] ppid=2535 vsize=351968 CPUtime=0.06 cores=0-7
/proc/2545/stat : 2545 (python) S 2535 2535 2509 0 -1 4202560 906 0 0 0 3 3 0 0 15 0 1 0 660681085 360415232 21354 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 4596284063840436481 0 0 17 5 0 0 0
/proc/2545/statm: 87992 21354 370 364 0 23907 0
[pid=2547] ppid=2545 vsize=139692 CPUtime=17.82 cores=0-7
/proc/2547/stat : 2547 (cryptominisat-2) R 2545 2547 2547 0 -1 4202496 31624 0 0 0 1777 5 0 0 25 0 1 0 660681085 143044608 25695 33554432000 4194304 4677096 140734688365088 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2547/statm: 34923 25695 391 118 0 29882 0
[pid=2548] ppid=2535 vsize=362224 CPUtime=0.05 cores=0-7
/proc/2548/stat : 2548 (python) S 2535 2535 2509 0 -1 4202560 915 0 0 0 2 3 0 0 18 0 1 0 660681088 370917376 21358 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 3632029954171961604 0 0 17 6 0 0 0
/proc/2548/statm: 90556 21358 370 364 0 26468 0
[pid=2550] ppid=2548 vsize=26204 CPUtime=17.53 cores=0-7
/proc/2550/stat : 2550 (lingeling) R 2548 2550 2550 0 -1 4202496 9167 0 0 0 1751 2 0 0 25 0 1 0 660681088 26832896 5338 33554432000 4194304 4352236 140737282743712 18446744073709551615 4331102 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/2550/statm: 6551 5338 129 39 0 5631 0
[pid=2551] ppid=2535 vsize=372480 CPUtime=0.05 cores=0-7
/proc/2551/stat : 2551 (python) S 2535 2535 2509 0 -1 4202560 945 0 0 0 3 2 0 0 18 0 1 0 660681090 381419520 21362 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 3632029954171961602 0 0 17 4 0 0 0
/proc/2551/statm: 93120 21362 370 364 0 29029 0
[pid=2553] ppid=2551 vsize=25260 CPUtime=17.72 cores=0-7
/proc/2553/stat : 2553 (lingeling) R 2551 2553 2553 0 -1 4202496 9262 0 0 0 1771 1 0 0 25 0 1 0 660681091 25866240 5448 33554432000 4194304 4352236 140734895112112 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2553/statm: 6315 5448 129 39 0 5395 0
[pid=2554] ppid=2535 vsize=382736 CPUtime=0.06 cores=0-7
/proc/2554/stat : 2554 (python) S 2535 2535 2509 0 -1 4202560 960 0 0 0 3 3 0 0 15 0 1 0 660681093 391921664 21366 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 4915912094034919681 0 0 17 1 0 0 0
/proc/2554/statm: 95684 21366 370 364 0 31590 0
[pid=2556] ppid=2554 vsize=133480 CPUtime=17.63 cores=0-7
/proc/2556/stat : 2556 (cryptominisat-2) R 2554 2556 2556 0 -1 4202496 29327 0 0 0 1758 5 0 0 25 0 1 0 660681093 136683520 24757 33554432000 4194304 4677096 140735422655616 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2556/statm: 33370 24757 391 118 0 28329 0
[pid=2557] ppid=2535 vsize=392992 CPUtime=0.05 cores=0-7
/proc/2557/stat : 2557 (python) S 2535 2535 2509 0 -1 4202560 940 0 0 0 2 3 0 0 18 0 1 0 660681096 402423808 21370 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 3632029954171961603 0 0 17 4 0 0 0
/proc/2557/statm: 98248 21370 370 364 0 34151 0
[pid=2559] ppid=2557 vsize=36184 CPUtime=17.72 cores=0-7
/proc/2559/stat : 2559 (SApperloT-base) R 2557 2559 2559 0 -1 4202496 8693 0 0 0 1770 2 0 0 25 0 1 0 660681096 37052416 8396 33554432000 134512640 135674940 4289228896 18446744073709551615 134564336 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2559/statm: 9046 8396 100 284 0 8760 0
[pid=2560] ppid=2535 vsize=403248 CPUtime=0.83 cores=0-7
/proc/2560/stat : 2560 (python) R 2535 2535 2509 0 -1 4202560 955 0 0 0 71 12 0 0 18 0 1 0 660681098 412925952 21374 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699505471 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/2560/statm: 100812 21374 370 364 0 36712 0
[pid=2563] ppid=2560 vsize=0 CPUtime=16.79 cores=0-7
/proc/2563/stat : 2563 (precosat) R 2560 2563 2563 0 -1 4202500 12013 0 0 0 1677 2 0 0 25 0 1 0 660681099 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 0
/proc/2563/statm: 0 0 0 0 0 0 0
[pid=2564] ppid=2535 vsize=413504 CPUtime=0.06 cores=0-7
/proc/2564/stat : 2564 (python) S 2535 2535 2509 0 -1 4202560 1025 0 0 0 3 3 0 0 15 0 1 0 660681101 423428096 21384 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 4596288461886947587 0 0 17 4 0 0 0
/proc/2564/statm: 103376 21384 376 364 0 39273 0
[pid=2566] ppid=2564 vsize=138168 CPUtime=17.46 cores=0-7
/proc/2566/stat : 2566 (cryptominisat-2) R 2564 2566 2566 0 -1 4202496 31364 0 0 0 1740 6 0 0 25 0 1 0 660681102 141484032 25762 33554432000 4194304 4677096 140736500124896 18446744073709551615 212687371966 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2566/statm: 34542 25762 391 118 0 29501 0
[pid=2535/tid=2543] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2543/stat : 2543 (python) S 2533 2535 2509 0 -1 4202560 23 932 0 0 0 0 0 0 25 0 9 0 660681083 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 2 0 0 0
[pid=2535/tid=2546] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2546/stat : 2546 (python) S 2533 2535 2509 0 -1 4202560 20 932 0 0 0 0 0 0 20 0 9 0 660681085 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 2 0 0 0
[pid=2535/tid=2549] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2549/stat : 2549 (python) S 2533 2535 2509 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 9 0 660681088 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 0 0 0 0
[pid=2535/tid=2552] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2552/stat : 2552 (python) S 2533 2535 2509 0 -1 4202560 25 932 0 0 0 0 0 0 20 0 9 0 660681091 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 0 0 0 0
[pid=2535/tid=2555] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2555/stat : 2555 (python) S 2533 2535 2509 0 -1 4202560 26 932 0 0 0 0 0 0 22 0 9 0 660681093 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 2 0 0 0
[pid=2535/tid=2558] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2558/stat : 2558 (python) S 2533 2535 2509 0 -1 4202560 26 932 0 0 0 0 0 0 18 0 9 0 660681096 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 4 0 0 0
[pid=2535/tid=2561] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2561/stat : 2561 (python) S 2533 2535 2509 0 -1 4202560 25 932 0 0 0 0 0 0 22 0 9 0 660681099 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 0 0 0 0
[pid=2535/tid=2565] ppid=2533 vsize=423748 CPUtime=0 cores=0-7
/proc/2535/task/2565/stat : 2565 (python) S 2533 2535 2509 0 -1 4202560 33 932 0 0 0 0 0 0 24 0 9 0 660681102 433917952 22901 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 151.88
Current children cumulated vsize (KiB) 3970328

[startup+28.2017 s]
/proc/loadavg: 6.36 7.58 7.84 10/435 2566
/proc/meminfo: memFree=21190368/32951124 swapFree=67111348/67111528
[pid=2535] ppid=2533 vsize=423748 CPUtime=27.94 cores=0-7
/proc/2535/stat : 2535 (python) S 2533 2535 2509 0 -1 4202496 40654 31266 1 0 999 16 1770 9 17 0 9 0 660680059 433917952 22902 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699505471 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2535/statm: 105937 22902 1890 364 0 41834 0
[pid=2542] ppid=2535 vsize=341712 CPUtime=0.05 cores=0-7
/proc/2542/stat : 2542 (python) S 2535 2535 2509 0 -1 4202560 993 0 0 0 3 2 0 0 18 0 1 0 660681082 349913088 21361 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695375 0 0 16781312 514 3632029954171961603 0 0 17 1 0 0 0
/proc/2542/statm: 85428 21361 381 364 0 21346 0
[pid=2544] ppid=2542 vsize=26728 CPUtime=17.95 cores=0-7
/proc/2544/stat : 2544 (lingeling) R 2542 2544 2544 0 -1 4202496 9166 0 0 0 1794 1 0 0 25 0 1 0 660681083 27369472 5341 33554432000 4194304 4352236 140736612316992 18446744073709551615 4267938 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2544/statm: 6682 5341 129 39 0 5762 0
[pid=2545] ppid=2535 vsize=351968 CPUtime=0.06 cores=0-7
/proc/2545/stat : 2545 (python) S 2535 2535 2509 0 -1 4202560 906 0 0 0 3 3 0 0 15 0 1 0 660681085 360415232 21354 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 4596284063840436481 0 0 17 5 0 0 0
/proc/2545/statm: 87992 21354 370 364 0 23907 0
[pid=2547] ppid=2545 vsize=139692 CPUtime=17.92 cores=0-7
/proc/2547/stat : 2547 (cryptominisat-2) R 2545 2547 2547 0 -1 4202496 31667 0 0 0 1787 5 0 0 25 0 1 0 660681085 143044608 25738 33554432000 4194304 4677096 140734688365088 18446744073709551615 4334804 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/2547/statm: 34923 25738 391 118 0 29882 0
[pid=2548] ppid=2535 vsize=362224 CPUtime=0.05 cores=0-7
/proc/2548/stat : 2548 (python) S 2535 2535 2509 0 -1 4202560 915 0 0 0 2 3 0 0 18 0 1 0 660681088 370917376 21358 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 3632029954171961604 0 0 17 6 0 0 0
/proc/2548/statm: 90556 21358 370 364 0 26468 0
[pid=2550] ppid=2548 vsize=26204 CPUtime=17.63 cores=0-7
/proc/2550/stat : 2550 (lingeling) R 2548 2550 2550 0 -1 4202496 9167 0 0 0 1761 2 0 0 25 0 1 0 660681088 26832896 5338 33554432000 4194304 4352236 140737282743712 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/2550/statm: 6551 5338 129 39 0 5631 0
[pid=2551] ppid=2535 vsize=372480 CPUtime=0.05 cores=0-7
/proc/2551/stat : 2551 (python) S 2535 2535 2509 0 -1 4202560 945 0 0 0 3 2 0 0 18 0 1 0 660681090 381419520 21362 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 3632029954171961602 0 0 17 4 0 0 0
/proc/2551/statm: 93120 21362 370 364 0 29029 0
[pid=2553] ppid=2551 vsize=25260 CPUtime=17.82 cores=0-7
/proc/2553/stat : 2553 (lingeling) R 2551 2553 2553 0 -1 4202496 9262 0 0 0 1781 1 0 0 25 0 1 0 660681091 25866240 5448 33554432000 4194304 4352236 140734895112112 18446744073709551615 4207621 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2553/statm: 6315 5448 129 39 0 5395 0
[pid=2557] ppid=2535 vsize=392992 CPUtime=0.05 cores=0-7
/proc/2557/stat : 2557 (python) S 2535 2535 2509 0 -1 4202560 940 0 0 0 2 3 0 0 18 0 1 0 660681096 402423808 21370 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687695430 0 0 16781312 514 3632029954171961603 0 0 17 4 0 0 0
/proc/2557/statm: 98248 21370 370 364 0 34151 0
[pid=2559] ppid=2557 vsize=36184 CPUtime=17.82 cores=0-7
/proc/2559/stat : 2559 (SApperloT-base) R 2557 2559 2559 0 -1 4202496 8693 0 0 0 1780 2 0 0 25 0 1 0 660681096 37052416 8396 33554432000 134512640 135674940 4289228896 18446744073709551615 134564219 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2559/statm: 9046 8396 100 284 0 8760 0
[pid=2560] ppid=2535 vsize=0 CPUtime=17.71 cores=0-7
/proc/2560/stat : 2560 (python) Z 2535 2535 2509 0 -1 4202588 1184 12013 0 0 79 13 1677 2 19 0 1 0 660681098 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2560/statm: 0 0 0 0 0 0 0
[pid=2564] ppid=2535 vsize=413504 CPUtime=17.62 cores=0-7
/proc/2564/stat : 2564 (python) R 2535 2535 2509 0 -1 4202564 1074 31433 0 0 3 3 1749 7 15 0 1 0 660681101 423428096 21394 33554432000 4194304 5683644 140733587539872 18446744073709551615 212687496143 0 0 16781824 2 0 0 0 17 4 0 0 0
/proc/2564/statm: 0 0 0 0 0 0 0
[pid=2535/tid=2543] ppid=2533 vsize=423748 CPUtime=17.79 cores=0-7
/proc/2535/task/2543/stat : 2543 (python) S 2533 2535 2509 0 -1 4202560 23 31266 0 0 0 0 1770 9 25 0 9 0 660681083 433917952 22902 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 2 0 0 0
[pid=2535/tid=2546] ppid=2533 vsize=423748 CPUtime=17.79 cores=0-7
/proc/2535/task/2546/stat : 2546 (python) S 2533 2535 2509 0 -1 4202560 20 31266 0 0 0 0 1770 9 20 0 9 0 660681085 433917952 22902 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 2 0 0 0
[pid=2535/tid=2549] ppid=2533 vsize=423748 CPUtime=17.79 cores=0-7
/proc/2535/task/2549/stat : 2549 (python) S 2533 2535 2509 0 -1 4202560 26 31266 0 0 0 0 1770 9 20 0 9 0 660681088 433917952 22902 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 0 0 0 0
[pid=2535/tid=2552] ppid=2533 vsize=423748 CPUtime=17.79 cores=0-7
/proc/2535/task/2552/stat : 2552 (python) S 2533 2535 2509 0 -1 4202560 25 31266 0 0 0 0 1770 9 20 0 9 0 660681091 433917952 22902 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 0 0 0 0
[pid=2535/tid=2555] ppid=2533 vsize=423748 CPUtime=17.79 cores=0-7
/proc/2535/task/2555/stat : 2555 (python) S 2533 2535 2509 0 -1 4202560 26 31266 0 0 0 0 1770 9 22 0 9 0 660681093 433917952 22902 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 2 0 0 0
[pid=2535/tid=2558] ppid=2533 vsize=423748 CPUtime=17.79 cores=0-7
/proc/2535/task/2558/stat : 2558 (python) S 2533 2535 2509 0 -1 4202560 26 31266 0 0 0 0 1770 9 18 0 9 0 660681096 433917952 22902 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 4 0 0 0
[pid=2535/tid=2561] ppid=2533 vsize=423748 CPUtime=17.79 cores=0-7
/proc/2535/task/2561/stat : 2561 (python) S 2533 2535 2509 0 -1 4202560 25 31266 0 0 0 0 1770 9 22 0 9 0 660681099 433917952 22902 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 0 0 0 0
[pid=2535/tid=2565] ppid=2533 vsize=423748 CPUtime=17.79 cores=0-7
/proc/2535/task/2565/stat : 2565 (python) S 2533 2535 2509 0 -1 4202560 33 31266 0 0 0 0 1770 9 24 0 9 0 660681102 433917952 22902 33554432000 4194304 5683644 140733587539872 18446744073709551615 212699498929 0 0 16781312 2 18446604444772263232 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 152.67
Current children cumulated vsize (KiB) 2912696

Child status: 0
Real time (s): 28.2602
CPU time (s): 152.945
CPU user time (s): 152.093
CPU system time (s): 0.85187
CPU usage (%): 541.202
Max. virtual memory (cumulated for all children) (KiB): 4019608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 152.093
system time used= 0.85187
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201724
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= 3577
involuntary context switches= 1052

runsolver used 0.122981 second user time and 0.286956 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-15 22:20:23
IDJOB=3380729
IDBENCH=71718
IDSOLVER=1864
FILE ID=node139/3380729-1305490823
RUNJOBID= node139-1305490823-2523
PBS_JOBID= 13325410
Free space on /tmp= 73376 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.1-6.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-3380729-1305490823/watcher-3380729-1305490823 -o /tmp/evaluation-result-3380729-1305490823/solver-3380729-1305490823 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380729-1305490823.cnf -seed 155559648 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= d986f0b849e7c714ed5d3a26373567af
RANDOM SEED=155559648

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21704744 kB
Buffers:        331364 kB
Cached:        3080624 kB
SwapCached:          0 kB
Active:        8864704 kB
Inactive:      2064560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21704744 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           37308 kB
Writeback:          56 kB
AnonPages:     7517516 kB
Mapped:          32320 kB
Slab:           205576 kB
PageTables:      44120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 97034488 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= 73348 MiB
End job on node139 at 2011-05-15 22:20:52