Trace number 3321396

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 466.363 60.3942

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor032.cnf
MD5SUMe1a6f3a7c69cc7fbec84aac478eb151a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark53.2849
Satisfiable
(Un)Satisfiability was proved
Number of variables13240
Number of clauses39143
Sum of the clauses size91331
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 226094
Number of clauses of size 313047
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3321396-1304338002.cnf
0.35/0.67	c INFO: computing task features
0.43/0.78	c INFO: computed variable-clause graph statistics
0.43/0.79	c INFO: computed clause balance statistics
1.12/1.40	c INFO: computed variable balance statistics
1.52/1.85	c INFO: computed small-clause counts
1.52/1.86	c INFO: computed Horn-clause counts
1.83/2.11	c INFO: computed variable graph statistics
1.83/2.11	c INFO: collected features for HOME/instance-3321396-1304338002.cnf in 1.43 s
1.83/2.14	c INFO: running lingeling-276@0 for 97 with 39998 remaining (b = 0.29)
1.83/2.17	c INFO: running cryptominisat-2.9.0@0 for 485 with 39998 remaining (b = 0.34)
1.83/2.20	c INFO: running lingeling-276@0 for 1261 with 39998 remaining (b = 0.51)
1.93/2.23	c INFO: running lingeling-276@0 for 1261 with 39998 remaining (b = 0.45)
1.93/2.26	c INFO: running cryptominisat-2.9.0@0 for 485 with 39998 remaining (b = 0.25)
1.93/2.29	c INFO: running SApperloT@0 for 97 with 39998 remaining (b = 0.03)
2.02/2.33	c INFO: running precosat-570@0 for 388 with 39998 remaining (b = 0.19)
2.02/2.36	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39998 remaining (b = 0.48)
465.72/60.36	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-3321396-1304338002/watcher-3321396-1304338002 -o /tmp/evaluation-result-3321396-1304338002/solver-3321396-1304338002 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321396-1304338002.cnf -seed 821269386 -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: 7.46 7.64 7.74 2/246 4649
/proc/meminfo: memFree=21840952/32951124 swapFree=67111448/67111528
[pid=4649] ppid=4647 vsize=15184 CPUtime=0 cores=0-7
/proc/4649/stat : 4649 (python) S 4647 4649 4500 0 -1 4202496 727 0 0 0 0 0 0 0 20 0 1 0 526216378 15548416 617 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/4649/statm: 3796 617 322 364 0 283 0

[startup+0.0449139 s]
/proc/loadavg: 7.46 7.64 7.74 2/246 4649
/proc/meminfo: memFree=21840952/32951124 swapFree=67111448/67111528
[pid=4649] ppid=4647 vsize=18884 CPUtime=0.02 cores=0-7
/proc/4649/stat : 4649 (python) R 4647 4649 4500 0 -1 4202496 1284 0 0 0 2 0 0 0 20 0 1 0 526216378 19337216 1137 33554432000 4194304 5683644 140733893861440 18446744073709551615 4870108 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4649/statm: 4721 1137 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100906 s]
/proc/loadavg: 7.46 7.64 7.74 2/246 4649
/proc/meminfo: memFree=21840952/32951124 swapFree=67111448/67111528
[pid=4649] ppid=4647 vsize=87704 CPUtime=0.06 cores=0-7
/proc/4649/stat : 4649 (python) S 4647 4649 4500 0 -1 4202496 2638 0 0 0 4 2 0 0 20 0 1 0 526216378 89808896 2354 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106766848 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/4649/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300868 s]
/proc/loadavg: 7.46 7.64 7.74 2/246 4649
/proc/meminfo: memFree=21840952/32951124 swapFree=67111448/67111528
[pid=4649] ppid=4647 vsize=135752 CPUtime=0.19 cores=0-7
/proc/4649/stat : 4649 (python) S 4647 4649 4500 0 -1 4202496 5965 935 1 0 13 6 0 0 21 0 1 0 526216378 139010048 4151 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106764805 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/4649/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.70084 s]
/proc/loadavg: 7.46 7.64 7.74 2/246 4649
/proc/meminfo: memFree=21840952/32951124 swapFree=67111448/67111528
[pid=4649] ppid=4647 vsize=280488 CPUtime=0.43 cores=0-7
/proc/4649/stat : 4649 (python) R 4647 4649 4500 0 -1 4202496 9762 935 1 0 32 11 0 0 20 0 1 0 526216378 287219712 7442 33554432000 4194304 5683644 140733893861440 18446744073709551615 47021940937215 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4649/statm: 70122 7442 1761 364 0 6046 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 280488

[startup+1.5007 s]
/proc/loadavg: 7.46 7.64 7.74 3/247 4654
/proc/meminfo: memFree=21812796/32951124 swapFree=67111448/67111528
[pid=4649] ppid=4647 vsize=284944 CPUtime=1.22 cores=0-7
/proc/4649/stat : 4649 (python) R 4647 4649 4500 0 -1 4202496 12243 935 1 0 111 11 0 0 22 0 1 0 526216378 291782656 8622 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106427557 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4649/statm: 71236 8622 1827 364 0 7160 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 284944

[startup+3.10034 s]
/proc/loadavg: 7.46 7.64 7.74 2/247 4654
/proc/meminfo: memFree=21811928/32951124 swapFree=67111448/67111528
[pid=4649] ppid=4647 vsize=429600 CPUtime=2.08 cores=0-7
/proc/4649/stat : 4649 (python) S 4647 4649 4500 0 -1 4202496 18081 935 1 0 195 13 0 0 19 0 9 0 526216378 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4649/statm: 107400 8089 1889 364 0 43297 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 429600
heavy processes:

[startup+6.30178 s]
/proc/loadavg: 7.58 7.66 7.75 9/271 4678
/proc/meminfo: memFree=21635240/32951124 swapFree=67111448/67111528
[pid=4649] ppid=4647 vsize=429600 CPUtime=2.08 cores=0-7
/proc/4649/stat : 4649 (python) S 4647 4649 4500 0 -1 4202496 18081 935 1 0 195 13 0 0 19 0 9 0 526216378 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4649/statm: 107400 8089 1889 364 0 43297 0
[pid=4655] ppid=4649 vsize=281464 CPUtime=0 cores=0-7
/proc/4655/stat : 4655 (python) S 4649 4649 4500 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 526216592 288219136 6306 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788879 0 0 16781312 514 4328319336256078084 0 0 17 1 0 0 0
/proc/4655/statm: 70366 6306 376 364 0 6284 0
[pid=4657] ppid=4655 vsize=9104 CPUtime=4.15 cores=0-7
/proc/4657/stat : 4657 (lingeling) R 4655 4657 4657 0 -1 4202496 2383 0 0 0 415 0 0 0 25 0 1 0 526216592 9322496 1460 33554432000 4194304 4352236 140734761446704 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/4657/statm: 2276 1460 129 39 0 1356 0
[pid=4658] ppid=4649 vsize=292124 CPUtime=0 cores=0-7
/proc/4658/stat : 4658 (python) S 4649 4649 4500 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 526216595 299134976 6372 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 8613288223268897027 0 0 17 1 0 0 0
/proc/4658/statm: 73031 6372 348 364 0 8946 0
[pid=4660] ppid=4658 vsize=68528 CPUtime=4.12 cores=0-7
/proc/4660/stat : 4660 (cryptominisat-2) R 4658 4660 4660 0 -1 4202496 11848 0 0 0 411 1 0 0 25 0 1 0 526216595 70172672 9736 33554432000 4194304 4677096 140734013300880 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/4660/statm: 17132 9736 392 118 0 12091 0
[pid=4661] ppid=4649 vsize=367916 CPUtime=0 cores=0-7
/proc/4661/stat : 4661 (python) S 4649 4649 4500 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 526216598 376745984 6400 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 4513442459757281540 0 0 17 1 0 0 0
/proc/4661/statm: 91979 6400 370 364 0 27891 0
[pid=4663] ppid=4661 vsize=9412 CPUtime=4.09 cores=0-7
/proc/4663/stat : 4663 (lingeling) R 4661 4663 4663 0 -1 4202496 2516 0 0 0 409 0 0 0 25 0 1 0 526216598 9637888 1523 33554432000 4194304 4352236 140734831791632 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4663/statm: 2353 1523 129 39 0 1433 0
[pid=4664] ppid=4649 vsize=378172 CPUtime=0 cores=0-7
/proc/4664/stat : 4664 (python) S 4649 4649 4500 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 526216601 387248128 6404 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 4326930653070196996 0 0 17 2 0 0 0
/proc/4664/statm: 94543 6404 370 364 0 30452 0
[pid=4666] ppid=4664 vsize=9236 CPUtime=4.06 cores=0-7
/proc/4666/stat : 4666 (lingeling) R 4664 4666 4666 0 -1 4202496 2468 0 0 0 406 0 0 0 25 0 1 0 526216601 9457664 1478 33554432000 4194304 4352236 140736536850880 18446744073709551615 4278667 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/4666/statm: 2309 1478 129 39 0 1389 0
[pid=4667] ppid=4649 vsize=388588 CPUtime=0 cores=0-7
/proc/4667/stat : 4667 (python) S 4649 4649 4500 0 -1 4202560 773 0 0 0 0 0 0 0 15 0 1 0 526216604 397914112 6426 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 11395637581728153860 0 0 17 2 0 0 0
/proc/4667/statm: 97147 6426 348 364 0 33053 0
[pid=4669] ppid=4667 vsize=68376 CPUtime=4.01 cores=0-7
/proc/4669/stat : 4669 (cryptominisat-2) R 4667 4669 4669 0 -1 4202496 11831 0 0 0 400 1 0 0 25 0 1 0 526216605 70017024 9760 33554432000 4194304 4677096 140737436440864 18446744073709551615 255106465432 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4669/statm: 17094 9760 392 118 0 12053 0
[pid=4670] ppid=4649 vsize=398844 CPUtime=0 cores=0-7
/proc/4670/stat : 4670 (python) S 4649 4649 4500 0 -1 4202560 762 0 0 0 0 0 0 0 18 0 1 0 526216607 408416256 6430 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 4484513484196774147 0 0 17 1 0 0 0
/proc/4670/statm: 99711 6430 348 364 0 35614 0
[pid=4672] ppid=4670 vsize=11664 CPUtime=3.95 cores=0-7
/proc/4672/stat : 4672 (SApperloT-base) R 4670 4672 4672 0 -1 4202496 2890 0 0 0 395 0 0 0 25 0 1 0 526216608 11943936 2623 33554432000 134512640 135674940 4292060160 18446744073709551615 134564608 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4672/statm: 2916 2623 99 284 0 2630 0
[pid=4673] ppid=4649 vsize=409100 CPUtime=0 cores=0-7
/proc/4673/stat : 4673 (python) S 4649 4649 4500 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 526216611 418918400 6550 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 4459351160595120386 0 0 17 0 0 0 0
/proc/4673/statm: 102275 6550 348 364 0 38175 0
[pid=4675] ppid=4673 vsize=15116 CPUtime=3.9 cores=0-7
/proc/4675/stat : 4675 (precosat) R 4673 4675 4675 0 -1 4202496 4008 0 0 0 390 0 0 0 25 0 1 0 526216612 15478784 3546 33554432000 4194304 4890832 140733469554288 18446744073709551615 4238338 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/4675/statm: 3779 3546 86 171 0 3606 0
[pid=4676] ppid=4649 vsize=419356 CPUtime=0 cores=0-7
/proc/4676/stat : 4676 (python) S 4649 4649 4500 0 -1 4202560 783 0 0 0 0 0 0 0 15 0 1 0 526216614 429420544 6550 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 4556275034728923396 0 0 17 0 0 0 0
/proc/4676/statm: 104839 6550 354 364 0 40736 0
[pid=4678] ppid=4676 vsize=68444 CPUtime=3.89 cores=0-7
/proc/4678/stat : 4678 (cryptominisat-2) R 4676 4678 4678 0 -1 4202496 11924 0 0 0 387 2 0 0 25 0 1 0 526216614 70086656 9703 33554432000 4194304 4677096 140734986051568 18446744073709551615 4340167 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4678/statm: 17111 9703 391 118 0 12070 0
[pid=4649/tid=4656] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4656/stat : 4656 (python) S 4647 4649 4500 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 526216592 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 4 0 0 0
[pid=4649/tid=4659] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4659/stat : 4659 (python) S 4647 4649 4500 0 -1 4202560 20 935 0 0 0 0 0 0 18 0 9 0 526216595 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 3 0 0 0
[pid=4649/tid=4662] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4662/stat : 4662 (python) S 4647 4649 4500 0 -1 4202560 22 935 0 0 0 0 0 0 19 0 9 0 526216598 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 0 0 0 0
[pid=4649/tid=4665] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4665/stat : 4665 (python) S 4647 4649 4500 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 9 0 526216601 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 6 0 0 0
[pid=4649/tid=4668] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4668/stat : 4668 (python) S 4647 4649 4500 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 9 0 526216604 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 2 0 0 0
[pid=4649/tid=4671] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4671/stat : 4671 (python) S 4647 4649 4500 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 9 0 526216608 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 7 0 0 0
[pid=4649/tid=4674] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4674/stat : 4674 (python) S 4647 4649 4500 0 -1 4202560 71 935 0 0 0 0 0 0 23 0 9 0 526216611 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 1 0 0 0
[pid=4649/tid=4677] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4677/stat : 4677 (python) S 4647 4649 4500 0 -1 4202560 35 935 0 0 0 0 0 0 20 0 9 0 526216614 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 34.25
Current children cumulated vsize (KiB) 3625044

[startup+12.7016 s]
/proc/loadavg: 7.61 7.67 7.75 9/271 4678
/proc/meminfo: memFree=21590268/32951124 swapFree=67111448/67111528
[pid=4649] ppid=4647 vsize=429600 CPUtime=2.08 cores=0-7
/proc/4649/stat : 4649 (python) S 4647 4649 4500 0 -1 4202496 18081 935 1 0 195 13 0 0 19 0 9 0 526216378 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4649/statm: 107400 8089 1889 364 0 43297 0
[pid=4655] ppid=4649 vsize=281464 CPUtime=0.01 cores=0-7
/proc/4655/stat : 4655 (python) S 4649 4649 4500 0 -1 4202560 904 0 0 0 1 0 0 0 18 0 1 0 526216592 288219136 6307 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788879 0 0 16781312 514 2764471299391586564 0 0 17 1 0 0 0
/proc/4655/statm: 70366 6307 377 364 0 6284 0
[pid=4657] ppid=4655 vsize=10232 CPUtime=10.55 cores=0-7
/proc/4657/stat : 4657 (lingeling) R 4655 4657 4657 0 -1 4202496 2652 0 0 0 1055 0 0 0 25 0 1 0 526216592 10477568 1729 33554432000 4194304 4352236 140734761446704 18446744073709551615 4276514 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/4657/statm: 2558 1729 129 39 0 1638 0
[pid=4658] ppid=4649 vsize=292124 CPUtime=0.02 cores=0-7
/proc/4658/stat : 4658 (python) S 4649 4649 4500 0 -1 4202560 913 0 0 0 1 1 0 0 15 0 1 0 526216595 299134976 6395 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 8613288223268897027 0 0 17 3 0 0 0
/proc/4658/statm: 73031 6395 371 364 0 8946 0
[pid=4660] ppid=4658 vsize=78680 CPUtime=10.52 cores=0-7
/proc/4660/stat : 4660 (cryptominisat-2) R 4658 4660 4660 0 -1 4202496 15595 0 0 0 1050 2 0 0 25 0 1 0 526216595 80568320 12480 33554432000 4194304 4677096 140734013300880 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/4660/statm: 19670 12480 392 118 0 14629 0
[pid=4661] ppid=4649 vsize=367916 CPUtime=0.02 cores=0-7
/proc/4661/stat : 4661 (python) S 4649 4649 4500 0 -1 4202560 899 0 0 0 1 1 0 0 18 0 1 0 526216598 376745984 6401 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 2764471299391586564 0 0 17 1 0 0 0
/proc/4661/statm: 91979 6401 371 364 0 27891 0
[pid=4663] ppid=4661 vsize=10944 CPUtime=10.49 cores=0-7
/proc/4663/stat : 4663 (lingeling) R 4661 4663 4663 0 -1 4202496 2899 0 0 0 1049 0 0 0 25 0 1 0 526216598 11206656 1906 33554432000 4194304 4352236 140734831791632 18446744073709551615 4327899 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4663/statm: 2736 1906 129 39 0 1816 0
[pid=4664] ppid=4649 vsize=378172 CPUtime=0.02 cores=0-7
/proc/4664/stat : 4664 (python) S 4649 4649 4500 0 -1 4202560 904 0 0 0 1 1 0 0 18 0 1 0 526216601 387248128 6405 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 2764471299391586564 0 0 17 2 0 0 0
/proc/4664/statm: 94543 6405 371 364 0 30452 0
[pid=4666] ppid=4664 vsize=10696 CPUtime=10.46 cores=0-7
/proc/4666/stat : 4666 (lingeling) R 4664 4666 4666 0 -1 4202496 3345 0 0 0 1046 0 0 0 25 0 1 0 526216601 10952704 1843 33554432000 4194304 4352236 140736536850880 18446744073709551615 4276605 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/4666/statm: 2674 1843 129 39 0 1754 0
[pid=4667] ppid=4649 vsize=388588 CPUtime=0.02 cores=0-7
/proc/4667/stat : 4667 (python) S 4649 4649 4500 0 -1 4202560 956 0 0 0 1 1 0 0 15 0 1 0 526216604 397914112 6449 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 11395637581728153860 0 0 17 2 0 0 0
/proc/4667/statm: 97147 6449 371 364 0 33053 0
[pid=4669] ppid=4667 vsize=86296 CPUtime=10.37 cores=0-7
/proc/4669/stat : 4669 (cryptominisat-2) R 4667 4669 4669 0 -1 4202496 15585 0 0 0 1036 1 0 0 25 0 1 0 526216605 88367104 12270 33554432000 4194304 4677096 140737436440864 18446744073709551615 255106465436 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4669/statm: 21574 12270 392 118 0 16533 0
[pid=4670] ppid=4649 vsize=398844 CPUtime=0.01 cores=0-7
/proc/4670/stat : 4670 (python) S 4649 4649 4500 0 -1 4202560 945 0 0 0 1 0 0 0 18 0 1 0 526216607 408416256 6453 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 2764471299391586563 0 0 17 1 0 0 0
/proc/4670/statm: 99711 6453 371 364 0 35614 0
[pid=4672] ppid=4670 vsize=15372 CPUtime=10.29 cores=0-7
/proc/4672/stat : 4672 (SApperloT-base) R 4670 4672 4672 0 -1 4202496 3827 0 0 0 1029 0 0 0 25 0 1 0 526216608 15740928 3527 33554432000 134512640 135674940 4292060160 18446744073709551615 134564694 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4672/statm: 3843 3527 100 284 0 3557 0
[pid=4673] ppid=4649 vsize=409100 CPUtime=0.02 cores=0-7
/proc/4673/stat : 4673 (python) S 4649 4649 4500 0 -1 4202560 811 0 0 0 1 1 0 0 18 0 1 0 526216611 418918400 6573 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 2764471299391586562 0 0 17 0 0 0 0

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

[pid=4676] ppid=4649 vsize=419356 CPUtime=0.12 cores=0-7
/proc/4676/stat : 4676 (python) S 4649 4649 4500 0 -1 4202560 877 0 0 0 7 5 0 0 15 0 1 0 526216614 429420544 6573 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 4556275034728923396 0 0 17 0 0 0 0
/proc/4676/statm: 104839 6573 377 364 0 40736 0
[pid=4678] ppid=4676 vsize=103496 CPUtime=56.45 cores=0-7
/proc/4678/stat : 4678 (cryptominisat-2) R 4676 4678 4678 0 -1 4202496 40289 0 0 0 5635 10 0 0 25 0 1 0 526216614 105979904 19588 33554432000 4194304 4677096 140734986051568 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4678/statm: 25874 19588 392 118 0 20833 0
[pid=4649/tid=4656] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4656/stat : 4656 (python) S 4647 4649 4500 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 526216592 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 4 0 0 0
[pid=4649/tid=4659] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4659/stat : 4659 (python) S 4647 4649 4500 0 -1 4202560 20 935 0 0 0 0 0 0 18 0 9 0 526216595 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 3 0 0 0
[pid=4649/tid=4662] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4662/stat : 4662 (python) S 4647 4649 4500 0 -1 4202560 22 935 0 0 0 0 0 0 19 0 9 0 526216598 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 0 0 0 0
[pid=4649/tid=4665] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4665/stat : 4665 (python) S 4647 4649 4500 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 9 0 526216601 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 6 0 0 0
[pid=4649/tid=4668] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4668/stat : 4668 (python) S 4647 4649 4500 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 9 0 526216604 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 2 0 0 0
[pid=4649/tid=4671] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4671/stat : 4671 (python) S 4647 4649 4500 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 9 0 526216608 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 7 0 0 0
[pid=4649/tid=4674] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4674/stat : 4674 (python) S 4647 4649 4500 0 -1 4202560 71 935 0 0 0 0 0 0 23 0 9 0 526216611 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 1 0 0 0
[pid=4649/tid=4677] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4677/stat : 4677 (python) S 4647 4649 4500 0 -1 4202560 35 935 0 0 0 0 0 0 20 0 9 0 526216614 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 456.13
Current children cumulated vsize (KiB) 3694964

[startup+59.9013 s]
/proc/loadavg: 7.99 7.77 7.77 10/271 4679
/proc/meminfo: memFree=21529084/32951124 swapFree=67111448/67111528
[pid=4649] ppid=4647 vsize=429600 CPUtime=2.08 cores=0-7
/proc/4649/stat : 4649 (python) S 4647 4649 4500 0 -1 4202496 18081 935 1 0 195 13 0 0 19 0 9 0 526216378 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4649/statm: 107400 8089 1889 364 0 43297 0
[pid=4655] ppid=4649 vsize=281464 CPUtime=0.09 cores=0-7
/proc/4655/stat : 4655 (python) S 4649 4649 4500 0 -1 4202560 921 0 0 0 4 5 0 0 18 0 1 0 526216592 288219136 6307 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788879 0 0 16781312 514 2764471299391586564 0 0 17 1 0 0 0
/proc/4655/statm: 70366 6307 377 364 0 6284 0
[pid=4657] ppid=4655 vsize=16588 CPUtime=57.74 cores=0-7
/proc/4657/stat : 4657 (lingeling) R 4655 4657 4657 0 -1 4202496 6673 0 0 0 5774 0 0 0 25 0 1 0 526216592 16986112 3318 33554432000 4194304 4352236 140734761446704 18446744073709551615 4276518 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/4657/statm: 4147 3318 129 39 0 3227 0
[pid=4658] ppid=4649 vsize=292124 CPUtime=1.52 cores=0-7
/proc/4658/stat : 4658 (python) R 4649 4649 4500 0 -1 4202560 934 0 0 0 125 27 0 0 17 0 1 0 526216595 299134976 6395 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118598975 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/4658/statm: 73031 6395 371 364 0 8946 0
[pid=4660] ppid=4658 vsize=0 CPUtime=56.22 cores=0-7
/proc/4660/stat : 4660 (cryptominisat-2) R 4658 4660 4660 0 -1 4202500 36806 0 0 0 5613 9 0 0 25 0 1 0 526216595 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4660/statm: 0 0 0 0 0 0 0
[pid=4661] ppid=4649 vsize=367916 CPUtime=0.09 cores=0-7
/proc/4661/stat : 4661 (python) S 4649 4649 4500 0 -1 4202560 917 0 0 0 5 4 0 0 18 0 1 0 526216598 376745984 6401 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 2764471299391586564 0 0 17 1 0 0 0
/proc/4661/statm: 91979 6401 371 364 0 27891 0
[pid=4663] ppid=4661 vsize=17828 CPUtime=57.69 cores=0-7
/proc/4663/stat : 4663 (lingeling) R 4661 4663 4663 0 -1 4202496 8268 0 0 0 5768 1 0 0 25 0 1 0 526216598 18255872 3627 33554432000 4194304 4352236 140734831791632 18446744073709551615 4328047 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4663/statm: 4457 3627 129 39 0 3537 0
[pid=4664] ppid=4649 vsize=378172 CPUtime=0.09 cores=0-7
/proc/4664/stat : 4664 (python) S 4649 4649 4500 0 -1 4202560 918 0 0 0 5 4 0 0 18 0 1 0 526216601 387248128 6405 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 2764471299391586564 0 0 17 2 0 0 0
/proc/4664/statm: 94543 6405 371 364 0 30452 0
[pid=4666] ppid=4664 vsize=17692 CPUtime=57.65 cores=0-7
/proc/4666/stat : 4666 (lingeling) R 4664 4666 4666 0 -1 4202496 7846 0 0 0 5764 1 0 0 25 0 1 0 526216601 18116608 3592 33554432000 4194304 4352236 140736536850880 18446744073709551615 4207896 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/4666/statm: 4423 3592 129 39 0 3503 0
[pid=4667] ppid=4649 vsize=388588 CPUtime=0.12 cores=0-7
/proc/4667/stat : 4667 (python) S 4649 4649 4500 0 -1 4202560 977 0 0 0 5 7 0 0 15 0 1 0 526216604 397914112 6449 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 11395637581728153860 0 0 17 2 0 0 0
/proc/4667/statm: 97147 6449 371 364 0 33053 0
[pid=4669] ppid=4667 vsize=117168 CPUtime=57.39 cores=0-7
/proc/4669/stat : 4669 (cryptominisat-2) R 4667 4669 4669 0 -1 4202496 38038 0 0 0 5733 6 0 0 25 0 1 0 526216605 119980032 21477 33554432000 4194304 4677096 140737436440864 18446744073709551615 255106465470 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4669/statm: 29292 21477 392 118 0 24251 0
[pid=4670] ppid=4649 vsize=398844 CPUtime=0.1 cores=0-7
/proc/4670/stat : 4670 (python) S 4649 4649 4500 0 -1 4202560 957 0 0 0 6 4 0 0 18 0 1 0 526216607 408416256 6453 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 2764471299391586563 0 0 17 1 0 0 0
/proc/4670/statm: 99711 6453 371 364 0 35614 0
[pid=4672] ppid=4670 vsize=29028 CPUtime=57.07 cores=0-7
/proc/4672/stat : 4672 (SApperloT-base) R 4670 4672 4672 0 -1 4202496 7000 0 0 0 5705 2 0 0 25 0 1 0 526216608 29724672 6700 33554432000 134512640 135674940 4292060160 18446744073709551615 134551264 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4672/statm: 7257 6700 100 284 0 6971 0
[pid=4673] ppid=4649 vsize=409100 CPUtime=0.09 cores=0-7
/proc/4673/stat : 4673 (python) S 4649 4649 4500 0 -1 4202560 811 0 0 0 4 5 0 0 18 0 1 0 526216611 418918400 6573 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 2764471299391586562 0 0 17 0 0 0 0
/proc/4673/statm: 102275 6573 371 364 0 38175 0
[pid=4675] ppid=4673 vsize=27744 CPUtime=57.21 cores=0-7
/proc/4675/stat : 4675 (precosat) R 4673 4675 4675 0 -1 4202496 8306 0 0 0 5720 1 0 0 25 0 1 0 526216612 28409856 6680 33554432000 4194304 4890832 140733469554288 18446744073709551615 4238261 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/4675/statm: 6936 6680 86 171 0 6763 0
[pid=4676] ppid=4649 vsize=419356 CPUtime=0.12 cores=0-7
/proc/4676/stat : 4676 (python) S 4649 4649 4500 0 -1 4202560 877 0 0 0 7 5 0 0 15 0 1 0 526216614 429420544 6573 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 4556275034728923396 0 0 17 0 0 0 0
/proc/4676/statm: 104839 6573 377 364 0 40736 0
[pid=4678] ppid=4676 vsize=103496 CPUtime=57.25 cores=0-7
/proc/4678/stat : 4678 (cryptominisat-2) R 4676 4678 4678 0 -1 4202496 40524 0 0 0 5715 10 0 0 25 0 1 0 526216614 105979904 19823 33554432000 4194304 4677096 140734986051568 18446744073709551615 4319836 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/4678/statm: 25874 19823 392 118 0 20833 0
[pid=4649/tid=4656] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4656/stat : 4656 (python) S 4647 4649 4500 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 526216592 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 4 0 0 0
[pid=4649/tid=4659] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4659/stat : 4659 (python) S 4647 4649 4500 0 -1 4202560 20 935 0 0 0 0 0 0 18 0 9 0 526216595 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 3 0 0 0
[pid=4649/tid=4662] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4662/stat : 4662 (python) S 4647 4649 4500 0 -1 4202560 22 935 0 0 0 0 0 0 19 0 9 0 526216598 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 0 0 0 0
[pid=4649/tid=4665] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4665/stat : 4665 (python) S 4647 4649 4500 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 9 0 526216601 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 6 0 0 0
[pid=4649/tid=4668] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4668/stat : 4668 (python) S 4647 4649 4500 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 9 0 526216604 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 2 0 0 0
[pid=4649/tid=4671] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4671/stat : 4671 (python) S 4647 4649 4500 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 9 0 526216608 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 7 0 0 0
[pid=4649/tid=4674] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4674/stat : 4674 (python) S 4647 4649 4500 0 -1 4202560 71 935 0 0 0 0 0 0 23 0 9 0 526216611 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 1 0 0 0
[pid=4649/tid=4677] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4677/stat : 4677 (python) S 4647 4649 4500 0 -1 4202560 35 935 0 0 0 0 0 0 20 0 9 0 526216614 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 462.52
Current children cumulated vsize (KiB) 3694708

[startup+60.3013 s]
/proc/loadavg: 7.99 7.77 7.77 10/271 4679
/proc/meminfo: memFree=21529084/32951124 swapFree=67111448/67111528
[pid=4649] ppid=4647 vsize=429600 CPUtime=2.08 cores=0-7
/proc/4649/stat : 4649 (python) S 4647 4649 4500 0 -1 4202496 18081 935 1 0 195 13 0 0 19 0 9 0 526216378 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118595531 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4649/statm: 107400 8089 1889 364 0 43297 0
[pid=4655] ppid=4649 vsize=281464 CPUtime=0.1 cores=0-7
/proc/4655/stat : 4655 (python) S 4649 4649 4500 0 -1 4202560 923 0 0 0 5 5 0 0 18 0 1 0 526216592 288219136 6307 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788879 0 0 16781312 514 2764471299391586564 0 0 17 1 0 0 0
/proc/4655/statm: 70366 6307 377 364 0 6284 0
[pid=4657] ppid=4655 vsize=16588 CPUtime=58.14 cores=0-7
/proc/4657/stat : 4657 (lingeling) R 4655 4657 4657 0 -1 4202496 6673 0 0 0 5814 0 0 0 25 0 1 0 526216592 16986112 3318 33554432000 4194304 4352236 140734761446704 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/4657/statm: 4147 3318 129 39 0 3227 0
[pid=4658] ppid=4649 vsize=292124 CPUtime=1.92 cores=0-7
/proc/4658/stat : 4658 (python) R 4649 4649 4500 0 -1 4202560 934 0 0 0 159 33 0 0 17 0 1 0 526216595 299134976 6395 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118598975 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/4658/statm: 73031 6395 371 364 0 8946 0
[pid=4660] ppid=4658 vsize=0 CPUtime=56.22 cores=0-7
/proc/4660/stat : 4660 (cryptominisat-2) R 4658 4660 4660 0 -1 4202500 36806 0 0 0 5613 9 0 0 25 0 1 0 526216595 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/4660/statm: 0 0 0 0 0 0 0
[pid=4661] ppid=4649 vsize=367916 CPUtime=0.1 cores=0-7
/proc/4661/stat : 4661 (python) R 4649 4649 4500 0 -1 4202560 919 0 0 0 5 5 0 0 18 0 1 0 526216598 376745984 6401 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106764724 0 0 16781312 514 0 0 0 17 1 0 0 0
/proc/4661/statm: 91979 6401 371 364 0 27891 0
[pid=4663] ppid=4661 vsize=17828 CPUtime=58.09 cores=0-7
/proc/4663/stat : 4663 (lingeling) R 4661 4663 4663 0 -1 4202496 8268 0 0 0 5808 1 0 0 25 0 1 0 526216598 18255872 3627 33554432000 4194304 4352236 140734831791632 18446744073709551615 4328055 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/4663/statm: 4457 3627 129 39 0 3537 0
[pid=4664] ppid=4649 vsize=378172 CPUtime=0.09 cores=0-7
/proc/4664/stat : 4664 (python) S 4649 4649 4500 0 -1 4202560 918 0 0 0 5 4 0 0 18 0 1 0 526216601 387248128 6405 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 2764471299391586564 0 0 17 2 0 0 0
/proc/4664/statm: 94543 6405 371 364 0 30452 0
[pid=4666] ppid=4664 vsize=17692 CPUtime=58.05 cores=0-7
/proc/4666/stat : 4666 (lingeling) R 4664 4666 4666 0 -1 4202496 7846 0 0 0 5804 1 0 0 25 0 1 0 526216601 18116608 3592 33554432000 4194304 4352236 140736536850880 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/4666/statm: 4423 3592 129 39 0 3503 0
[pid=4667] ppid=4649 vsize=388588 CPUtime=0.12 cores=0-7
/proc/4667/stat : 4667 (python) S 4649 4649 4500 0 -1 4202560 977 0 0 0 5 7 0 0 15 0 1 0 526216604 397914112 6449 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 11395637581728153860 0 0 17 2 0 0 0
/proc/4667/statm: 97147 6449 371 364 0 33053 0
[pid=4669] ppid=4667 vsize=117168 CPUtime=57.79 cores=0-7
/proc/4669/stat : 4669 (cryptominisat-2) R 4667 4669 4669 0 -1 4202496 38184 0 0 0 5773 6 0 0 25 0 1 0 526216605 119980032 21623 33554432000 4194304 4677096 140737436440864 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/4669/statm: 29292 21623 392 118 0 24251 0
[pid=4670] ppid=4649 vsize=398844 CPUtime=0.1 cores=0-7
/proc/4670/stat : 4670 (python) S 4649 4649 4500 0 -1 4202560 957 0 0 0 6 4 0 0 18 0 1 0 526216607 408416256 6453 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 2764471299391586563 0 0 17 1 0 0 0
/proc/4670/statm: 99711 6453 371 364 0 35614 0
[pid=4672] ppid=4670 vsize=29028 CPUtime=57.47 cores=0-7
/proc/4672/stat : 4672 (SApperloT-base) R 4670 4672 4672 0 -1 4202496 7000 0 0 0 5745 2 0 0 25 0 1 0 526216608 29724672 6700 33554432000 134512640 135674940 4292060160 18446744073709551615 134551234 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/4672/statm: 7257 6700 100 284 0 6971 0
[pid=4673] ppid=4649 vsize=409100 CPUtime=0.09 cores=0-7
/proc/4673/stat : 4673 (python) S 4649 4649 4500 0 -1 4202560 811 0 0 0 4 5 0 0 18 0 1 0 526216611 418918400 6573 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 2764471299391586562 0 0 17 0 0 0 0
/proc/4673/statm: 102275 6573 371 364 0 38175 0
[pid=4675] ppid=4673 vsize=27744 CPUtime=57.59 cores=0-7
/proc/4675/stat : 4675 (precosat) R 4673 4675 4675 0 -1 4202496 8306 0 0 0 5758 1 0 0 25 0 1 0 526216612 28409856 6680 33554432000 4194304 4890832 140733469554288 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/4675/statm: 6936 6680 86 171 0 6763 0
[pid=4676] ppid=4649 vsize=419356 CPUtime=0.2 cores=0-7
/proc/4676/stat : 4676 (python) R 4649 4649 4500 0 -1 4202560 877 0 0 0 14 6 0 0 15 0 1 0 526216614 429420544 6573 33554432000 4194304 5683644 140733893861440 18446744073709551615 255106788934 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/4676/statm: 104839 6573 377 364 0 40736 0
[pid=4678] ppid=4676 vsize=0 CPUtime=57.57 cores=0-7
/proc/4678/stat : 4678 (cryptominisat-2) R 4676 4678 4678 0 -1 4202500 40861 0 0 0 5747 10 0 0 25 0 1 0 526216614 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/4678/statm: 0 0 0 0 0 0 0
[pid=4649/tid=4656] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4656/stat : 4656 (python) S 4647 4649 4500 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 526216592 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 4 0 0 0
[pid=4649/tid=4659] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4659/stat : 4659 (python) S 4647 4649 4500 0 -1 4202560 20 935 0 0 0 0 0 0 18 0 9 0 526216595 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 3 0 0 0
[pid=4649/tid=4662] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4662/stat : 4662 (python) S 4647 4649 4500 0 -1 4202560 22 935 0 0 0 0 0 0 19 0 9 0 526216598 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 0 0 0 0
[pid=4649/tid=4665] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4665/stat : 4665 (python) S 4647 4649 4500 0 -1 4202560 20 935 0 0 0 0 0 0 20 0 9 0 526216601 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 6 0 0 0
[pid=4649/tid=4668] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4668/stat : 4668 (python) S 4647 4649 4500 0 -1 4202560 26 935 0 0 0 0 0 0 21 0 9 0 526216604 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 2 0 0 0
[pid=4649/tid=4671] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4671/stat : 4671 (python) S 4647 4649 4500 0 -1 4202560 28 935 0 0 0 0 0 0 22 0 9 0 526216608 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 7 0 0 0
[pid=4649/tid=4674] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4674/stat : 4674 (python) S 4647 4649 4500 0 -1 4202560 71 935 0 0 0 0 0 0 23 0 9 0 526216611 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 1 0 0 0
[pid=4649/tid=4677] ppid=4647 vsize=429600 CPUtime=0 cores=0-7
/proc/4649/task/4677/stat : 4677 (python) S 4647 4649 4500 0 -1 4202560 35 935 0 0 0 0 0 0 20 0 9 0 526216614 439910400 8089 33554432000 4194304 5683644 140733893861440 18446744073709551615 255118592433 0 0 16781312 2 18446604453965322112 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 465.72
Current children cumulated vsize (KiB) 3591212

Child status: 0
Real time (s): 60.3942
CPU time (s): 466.363
CPU user time (s): 465.092
CPU system time (s): 1.27081
CPU usage (%): 772.198
Max. virtual memory (cumulated for all children) (KiB): 3812332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 465.092
system time used= 1.27081
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186210
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= 4150
involuntary context switches= 3128

runsolver used 0.208968 second user time and 0.351946 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-02 14:06:42
IDJOB=3321396
IDBENCH=70818
IDSOLVER=1710
FILE ID=node144/3321396-1304338002
RUNJOBID= node144-1304337553-4514
PBS_JOBID= 13178033
Free space on /tmp= 73624 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor032.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-3321396-1304338002/watcher-3321396-1304338002 -o /tmp/evaluation-result-3321396-1304338002/solver-3321396-1304338002 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321396-1304338002.cnf -seed 821269386 -budget 40000 -cores 8

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

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=821269386

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21841232 kB
Buffers:       2148712 kB
Cached:        5040900 kB
SwapCached:         80 kB
Active:        3815024 kB
Inactive:      6725716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21841232 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           32220 kB
Writeback:           0 kB
AnonPages:     3351164 kB
Mapped:          21324 kB
Slab:           486820 kB
PageTables:      18616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 37120432 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= 73592 MiB
End job on node144 at 2011-05-02 14:07:43