Trace number 3380731

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 753.159 114.664

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark75.1726
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3380731-1305490846.cnf
0.36/0.67	c INFO: computing task features
2.73/3.02	c INFO: computed variable-clause graph statistics
2.83/3.10	c INFO: computed clause balance statistics
13.83/14.12	c INFO: computed variable balance statistics
21.33/21.68	c INFO: computed small-clause counts
21.43/21.74	c INFO: computed Horn-clause counts
22.74/23.04	c INFO: computed variable graph statistics
22.74/23.04	c INFO: collected features for HOME/instance-3380731-1305490846.cnf in 22.29 s
22.74/23.06	c INFO: running lingeling-276@0 for 97 with 4977 remaining (b = 0.18)
22.74/23.09	c INFO: running cryptominisat-2.9.0@0 for 485 with 4977 remaining (b = 0.16)
22.85/23.12	c INFO: running lingeling-276@0 for 1261 with 4977 remaining (b = 0.32)
22.85/23.15	c INFO: running SApperloT@0 for 97 with 4977 remaining (b = 0.02)
22.85/23.18	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4977 remaining (b = 0.34)
22.94/23.21	c INFO: running lingeling-276@0 for 1261 with 4977 remaining (b = 0.25)
22.94/23.24	c INFO: running precosat-570@0 for 388 with 4977 remaining (b = 0.07)
22.94/23.27	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4977 remaining (b = 0.27)
753.00/114.61	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-3380731-1305490846/watcher-3380731-1305490846 -o /tmp/evaluation-result-3380731-1305490846/solver-3380731-1305490846 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380731-1305490846.cnf -seed 819350542 -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.09 7.86 8.00 2/323 29509
/proc/meminfo: memFree=19889148/32951124 swapFree=67056788/67111528
[pid=29509] ppid=29507 vsize=15780 CPUtime=0 cores=0-7
/proc/29509/stat : 29509 (python) R 29507 29509 29444 0 -1 4202496 856 0 0 0 0 0 0 0 22 0 1 0 660682525 16158720 739 33554432000 4194304 5683644 140735373800624 18446744073709551615 5002908 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29509/statm: 3945 741 335 364 0 432 0

[startup+0.0854579 s]
/proc/loadavg: 7.09 7.86 8.00 2/323 29509
/proc/meminfo: memFree=19889148/32951124 swapFree=67056788/67111528
[pid=29509] ppid=29507 vsize=52416 CPUtime=0.05 cores=0-7
/proc/29509/stat : 29509 (python) R 29507 29509 29444 0 -1 4202496 2014 0 0 0 4 1 0 0 22 0 1 0 660682525 53673984 1775 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550230224 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29509/statm: 13635 1780 487 364 0 1285 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 52416

[startup+0.100452 s]
/proc/loadavg: 7.09 7.86 8.00 2/323 29509
/proc/meminfo: memFree=19889148/32951124 swapFree=67056788/67111528
[pid=29509] ppid=29507 vsize=87708 CPUtime=0.06 cores=0-7
/proc/29509/stat : 29509 (python) S 29507 29509 29444 0 -1 4202496 2636 0 0 0 5 1 0 0 18 0 1 0 660682525 89812992 2354 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 6 0 0 0
/proc/29509/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.30041 s]
/proc/loadavg: 7.09 7.86 8.00 2/323 29509
/proc/meminfo: memFree=19889148/32951124 swapFree=67056788/67111528
[pid=29509] ppid=29507 vsize=135752 CPUtime=0.19 cores=0-7
/proc/29509/stat : 29509 (python) R 29507 29509 29444 0 -1 4202496 5961 935 1 0 14 5 0 0 17 0 1 0 660682525 139010048 4150 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550533637 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29509/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700366 s]
/proc/loadavg: 7.09 7.86 8.00 2/323 29509
/proc/meminfo: memFree=19889148/32951124 swapFree=67056788/67111528
[pid=29509] ppid=29507 vsize=292296 CPUtime=0.44 cores=0-7
/proc/29509/stat : 29509 (python) R 29507 29509 29444 0 -1 4202496 12706 935 1 0 32 12 0 0 16 0 1 0 660682525 299311104 10389 33554432000 4194304 5683644 140735373800624 18446744073709551615 4540638 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29509/statm: 73074 10389 1761 364 0 8998 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 292296

[startup+1.50019 s]
/proc/loadavg: 7.09 7.86 8.00 2/324 29514
/proc/meminfo: memFree=19836812/32951124 swapFree=67056788/67111528
[pid=29509] ppid=29507 vsize=340856 CPUtime=1.24 cores=0-7
/proc/29509/stat : 29509 (python) R 29507 29509 29444 0 -1 4202496 24785 935 1 0 111 13 0 0 17 0 1 0 660682525 349036544 22468 33554432000 4194304 5683644 140735373800624 18446744073709551615 4602370 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29509/statm: 85214 22468 1761 364 0 21138 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 340856

[startup+3.10089 s]
/proc/loadavg: 7.09 7.86 8.00 2/324 29514
/proc/meminfo: memFree=19766376/32951124 swapFree=67056788/67111528
[pid=29509] ppid=29507 vsize=437684 CPUtime=2.83 cores=0-7
/proc/29509/stat : 29509 (python) R 29507 29509 29444 0 -1 4202496 67925 935 1 0 265 18 0 0 19 0 1 0 660682525 448188416 46799 33554432000 4194304 5683644 140735373800624 18446744073709551615 47459180384047 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29509/statm: 109421 46799 1820 364 0 45345 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 437684

[startup+6.30032 s]
/proc/loadavg: 6.68 7.76 7.97 2/324 29514
/proc/meminfo: memFree=19707828/32951124 swapFree=67056788/67111528
[pid=29509] ppid=29507 vsize=437684 CPUtime=6.03 cores=0-7
/proc/29509/stat : 29509 (python) R 29507 29509 29444 0 -1 4202496 67931 935 1 0 585 18 0 0 25 0 1 0 660682525 448188416 46805 33554432000 4194304 5683644 140735373800624 18446744073709551615 47459175383341 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29509/statm: 109421 46805 1826 364 0 45345 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 437684

[startup+12.7002 s]
/proc/loadavg: 6.23 7.65 7.93 2/324 29514
/proc/meminfo: memFree=19708340/32951124 swapFree=67056788/67111528
[pid=29509] ppid=29507 vsize=437684 CPUtime=12.43 cores=0-7
/proc/29509/stat : 29509 (python) R 29507 29509 29444 0 -1 4202496 67931 935 1 0 1225 18 0 0 25 0 1 0 660682525 448188416 46805 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550195441 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29509/statm: 109421 46805 1826 364 0 45345 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 437684

[startup+25.5018 s]
/proc/loadavg: 5.07 7.32 7.82 9/348 29538
/proc/meminfo: memFree=19141860/32951124 swapFree=67056788/67111528
[pid=29509] ppid=29507 vsize=506748 CPUtime=23 cores=0-7
/proc/29509/stat : 29509 (python) S 29507 29509 29444 0 -1 4202496 73872 935 1 0 2277 23 0 0 24 0 9 0 660682525 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29509/statm: 126687 43651 1889 364 0 62584 0
[pid=29515] ppid=29509 vsize=424712 CPUtime=0 cores=0-7
/proc/29515/stat : 29515 (python) S 29509 29509 29444 0 -1 4202560 809 0 0 0 0 0 0 0 18 0 1 0 660684832 434905088 42088 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557711 0 0 16781312 514 10460538126676754692 0 0 17 1 0 0 0
/proc/29515/statm: 106178 42088 358 364 0 42096 0
[pid=29517] ppid=29515 vsize=30228 CPUtime=2.41 cores=0-7
/proc/29517/stat : 29517 (lingeling) R 29515 29517 29517 0 -1 4202496 11022 0 0 0 240 1 0 0 25 0 1 0 660684833 30953472 6726 33554432000 4194304 4352236 140735816220000 18446744073709551615 4208879 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/29517/statm: 7557 6726 127 39 0 6637 0
[pid=29518] ppid=29509 vsize=434968 CPUtime=0 cores=0-7
/proc/29518/stat : 29518 (python) S 29509 29509 29444 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 660684835 445407232 42081 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 16431982203715452927 0 0 17 0 0 0 0
/proc/29518/statm: 108742 42081 347 364 0 44657 0
[pid=29520] ppid=29518 vsize=182984 CPUtime=2.39 cores=0-7
/proc/29520/stat : 29520 (cryptominisat-2) R 29518 29520 29520 0 -1 4202496 37452 0 0 0 233 6 0 0 25 0 1 0 660684836 187375616 36680 33554432000 4194304 4677096 140734889878848 18446744073709551615 4250231 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29520/statm: 45746 36680 361 118 0 40705 0
[pid=29521] ppid=29509 vsize=445224 CPUtime=0 cores=0-7
/proc/29521/stat : 29521 (python) S 29509 29509 29444 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 660684838 455909376 42085 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 2754593566100521219 0 0 17 7 0 0 0
/proc/29521/statm: 111306 42085 347 364 0 47218 0
[pid=29523] ppid=29521 vsize=30228 CPUtime=2.36 cores=0-7
/proc/29523/stat : 29523 (lingeling) R 29521 29523 29523 0 -1 4202496 11023 0 0 0 234 2 0 0 25 0 1 0 660684838 30953472 6725 33554432000 4194304 4352236 140734415701376 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29523/statm: 7557 6725 127 39 0 6637 0
[pid=29524] ppid=29509 vsize=455480 CPUtime=0 cores=0-7
/proc/29524/stat : 29524 (python) S 29509 29509 29444 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 660684840 466411520 42089 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 2754589717809824001 0 0 17 0 0 0 0
/proc/29524/statm: 113870 42089 347 364 0 49779 0
[pid=29526] ppid=29524 vsize=32096 CPUtime=2.3 cores=0-7
/proc/29526/stat : 29526 (SApperloT-base) R 29524 29526 29526 0 -1 4202496 7303 0 0 0 228 2 0 0 25 0 1 0 660684841 32866304 7038 33554432000 134512640 135674940 4292291264 18446744073709551615 134564608 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29526/statm: 8024 7038 99 284 0 7738 0
[pid=29527] ppid=29509 vsize=465736 CPUtime=0 cores=0-7
/proc/29527/stat : 29527 (python) S 29509 29509 29444 0 -1 4202560 764 0 0 0 0 0 0 0 15 0 1 0 660684843 476913664 42093 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 5142601979746320383 0 0 17 0 0 0 0
/proc/29527/statm: 116434 42093 347 364 0 52340 0
[pid=29529] ppid=29527 vsize=175972 CPUtime=2.3 cores=0-7
/proc/29529/stat : 29529 (cryptominisat-2) R 29527 29529 29529 0 -1 4202496 35742 0 0 0 226 4 0 0 25 0 1 0 660684844 180195328 34973 33554432000 4194304 4677096 140734794671024 18446744073709551615 271550198469 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29529/statm: 43993 34974 361 118 0 38952 0
[pid=29530] ppid=29509 vsize=475992 CPUtime=0 cores=0-7
/proc/29530/stat : 29530 (python) S 29509 29509 29444 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 660684846 487415808 42097 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 10460534278386057476 0 0 17 6 0 0 0
/proc/29530/statm: 118998 42097 347 364 0 54901 0
[pid=29532] ppid=29530 vsize=30228 CPUtime=2.27 cores=0-7
/proc/29532/stat : 29532 (lingeling) R 29530 29532 29532 0 -1 4202496 11022 0 0 0 225 2 0 0 25 0 1 0 660684847 30953472 6725 33554432000 4194304 4352236 140734140456192 18446744073709551615 4207623 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29532/statm: 7557 6725 127 39 0 6637 0
[pid=29533] ppid=29509 vsize=486248 CPUtime=0 cores=0-7
/proc/29533/stat : 29533 (python) S 29509 29509 29444 0 -1 4202560 769 0 0 0 0 0 0 0 18 0 1 0 660684849 497917952 42101 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 14693891264957350145 0 0 17 0 0 0 0
/proc/29533/statm: 121562 42101 347 364 0 57462 0
[pid=29535] ppid=29533 vsize=94828 CPUtime=2.18 cores=0-7
/proc/29535/stat : 29535 (precosat) R 29533 29535 29535 0 -1 4202496 23605 0 0 0 214 4 0 0 25 0 1 0 660684850 97103872 22953 33554432000 4194304 4890832 140735631189536 18446744073709551615 4246393 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/29535/statm: 23707 22953 80 171 0 23534 0
[pid=29536] ppid=29509 vsize=496504 CPUtime=0 cores=0-7
/proc/29536/stat : 29536 (python) S 29509 29509 29444 0 -1 4202560 827 0 0 0 0 0 0 0 15 0 1 0 660684853 508420096 42111 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 4457235975101218815 0 0 17 0 0 0 0
/proc/29536/statm: 124126 42111 353 364 0 60023 0
[pid=29538] ppid=29536 vsize=169688 CPUtime=2.2 cores=0-7
/proc/29538/stat : 29538 (cryptominisat-2) R 29536 29538 29538 0 -1 4202496 34221 0 0 0 217 3 0 0 25 0 1 0 660684853 173760512 33440 33554432000 4194304 4677096 140736681986352 18446744073709551615 4250205 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29538/statm: 42422 33440 361 118 0 37381 0
[pid=29509/tid=29516] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29516/stat : 29516 (python) S 29507 29509 29444 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 660684833 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 0 0 0 0
[pid=29509/tid=29519] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29519/stat : 29519 (python) S 29507 29509 29444 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 9 0 660684835 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 0 0 0 0
[pid=29509/tid=29522] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29522/stat : 29522 (python) S 29507 29509 29444 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 660684838 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 4 0 0 0
[pid=29509/tid=29525] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29525/stat : 29525 (python) S 29507 29509 29444 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 660684841 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 4 0 0 0
[pid=29509/tid=29528] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29528/stat : 29528 (python) S 29507 29509 29444 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 660684844 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 4 0 0 0
[pid=29509/tid=29531] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29531/stat : 29531 (python) S 29507 29509 29444 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 660684847 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 6 0 0 0
[pid=29509/tid=29534] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29534/stat : 29534 (python) S 29507 29509 29444 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 9 0 660684850 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 0 0 0 0
[pid=29509/tid=29537] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29537/stat : 29537 (python) S 29507 29509 29444 0 -1 4202560 29 935 0 0 0 0 0 0 24 0 9 0 660684853 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 41.41
Current children cumulated vsize (KiB) 4937864

[startup+51.1012 s]
/proc/loadavg: 6.15 7.39 7.83 9/348 29539
/proc/meminfo: memFree=18733456/32951124 swapFree=67056788/67111528
[pid=29509] ppid=29507 vsize=506748 CPUtime=23 cores=0-7
/proc/29509/stat : 29509 (python) S 29507 29509 29444 0 -1 4202496 73872 935 1 0 2277 23 0 0 24 0 9 0 660682525 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29509/statm: 126687 43651 1889 364 0 62584 0
[pid=29515] ppid=29509 vsize=424712 CPUtime=0.05 cores=0-7
/proc/29515/stat : 29515 (python) S 29509 29509 29444 0 -1 4202560 987 0 0 0 3 2 0 0 18 0 1 0 660684832 434905088 42111 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557711 0 0 16781312 514 17311414755147088132 0 0 17 1 0 0 0
/proc/29515/statm: 106178 42111 381 364 0 42096 0
[pid=29517] ppid=29515 vsize=44804 CPUtime=28.01 cores=0-7
/proc/29517/stat : 29517 (lingeling) R 29515 29517 29517 0 -1 4202496 15034 0 0 0 2799 2 0 0 25 0 1 0 660684833 45879296 10229 33554432000 4194304 4352236 140735816220000 18446744073709551615 4312861 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/29517/statm: 11201 10229 129 39 0 10281 0
[pid=29518] ppid=29509 vsize=434968 CPUtime=0.08 cores=0-7
/proc/29518/stat : 29518 (python) S 29509 29509 29444 0 -1 4202560 928 0 0 0 4 4 0 0 15 0 1 0 660684835 445407232 42104 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 17311414755147088129 0 0 17 0 0 0 0
/proc/29518/statm: 108742 42104 370 364 0 44657 0
[pid=29520] ppid=29518 vsize=272964 CPUtime=27.98 cores=0-7
/proc/29520/stat : 29520 (cryptominisat-2) R 29518 29520 29520 0 -1 4202496 64192 0 0 0 2788 10 0 0 25 0 1 0 660684836 279515136 56545 33554432000 4194304 4677096 140734889878848 18446744073709551615 4320233 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29520/statm: 68241 56545 391 118 0 63200 0
[pid=29521] ppid=29509 vsize=445224 CPUtime=0.06 cores=0-7
/proc/29521/stat : 29521 (python) S 29509 29509 29444 0 -1 4202560 910 0 0 0 3 3 0 0 18 0 1 0 660684838 455909376 42108 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 17311414755147088131 0 0 17 7 0 0 0
/proc/29521/statm: 111306 42108 370 364 0 47218 0
[pid=29523] ppid=29521 vsize=45232 CPUtime=27.95 cores=0-7
/proc/29523/stat : 29523 (lingeling) R 29521 29523 29523 0 -1 4202496 15270 0 0 0 2792 3 0 0 25 0 1 0 660684838 46317568 10478 33554432000 4194304 4352236 140734415701376 18446744073709551615 4245490 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29523/statm: 11308 10478 129 39 0 10388 0
[pid=29524] ppid=29509 vsize=455480 CPUtime=0.06 cores=0-7
/proc/29524/stat : 29524 (python) S 29509 29509 29444 0 -1 4202560 935 0 0 0 3 3 0 0 18 0 1 0 660684840 466411520 42112 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 17311414755147088129 0 0 17 0 0 0 0
/proc/29524/statm: 113870 42112 370 364 0 49779 0

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

[pid=29520] ppid=29518 vsize=363744 CPUtime=91.08 cores=0-7
/proc/29520/stat : 29520 (cryptominisat-2) R 29518 29520 29520 0 -1 4202496 88892 0 0 0 9092 16 0 0 25 0 1 0 660684836 372473856 74759 33554432000 4194304 4677096 140734889878848 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29520/statm: 90936 74759 391 118 0 85895 0
[pid=29521] ppid=29509 vsize=445224 CPUtime=0.22 cores=0-7
/proc/29521/stat : 29521 (python) S 29509 29509 29444 0 -1 4202560 933 0 0 0 10 12 0 0 18 0 1 0 660684838 455909376 42108 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 17311414755147088131 0 0 17 7 0 0 0
/proc/29521/statm: 111306 42108 370 364 0 47218 0
[pid=29523] ppid=29521 vsize=47956 CPUtime=91.16 cores=0-7
/proc/29523/stat : 29523 (lingeling) R 29521 29523 29523 0 -1 4202496 18208 0 0 0 9113 3 0 0 25 0 1 0 660684838 49106944 11159 33554432000 4194304 4352236 140734415701376 18446744073709551615 4278712 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29523/statm: 11989 11159 129 39 0 11069 0
[pid=29524] ppid=29509 vsize=455480 CPUtime=0.22 cores=0-7
/proc/29524/stat : 29524 (python) S 29509 29509 29444 0 -1 4202560 960 0 0 0 11 11 0 0 18 0 1 0 660684840 466411520 42112 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 17311414755147088129 0 0 17 0 0 0 0
/proc/29524/statm: 113870 42112 370 364 0 49779 0
[pid=29526] ppid=29524 vsize=296968 CPUtime=89.83 cores=0-7
/proc/29526/stat : 29526 (SApperloT-base) R 29524 29526 29526 0 -1 4202496 72654 0 0 0 8964 19 0 0 25 0 1 0 660684841 304095232 71905 33554432000 134512640 135674940 4292291264 18446744073709551615 134564258 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29526/statm: 74242 71905 100 284 0 73956 0
[pid=29527] ppid=29509 vsize=465736 CPUtime=2.58 cores=0-7
/proc/29527/stat : 29527 (python) R 29509 29509 29444 0 -1 4202560 964 0 0 0 206 52 0 0 18 0 1 0 660684843 476913664 42116 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/29527/statm: 116434 42116 370 364 0 52340 0
[pid=29529] ppid=29527 vsize=0 CPUtime=88.53 cores=0-7
/proc/29529/stat : 29529 (cryptominisat-2) R 29527 29529 29529 0 -1 4202500 81043 0 0 0 8840 13 0 0 25 0 1 0 660684844 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29529/statm: 0 0 0 0 0 0 0
[pid=29530] ppid=29509 vsize=475992 CPUtime=0.22 cores=0-7
/proc/29530/stat : 29530 (python) S 29509 29509 29444 0 -1 4202560 972 0 0 0 10 12 0 0 18 0 1 0 660684846 487415808 42120 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 17311414755147088132 0 0 17 6 0 0 0
/proc/29530/statm: 118998 42120 370 364 0 54901 0
[pid=29532] ppid=29530 vsize=47432 CPUtime=90.86 cores=0-7
/proc/29532/stat : 29532 (lingeling) R 29530 29532 29532 0 -1 4202496 18211 0 0 0 9083 3 0 0 25 0 1 0 660684847 48570368 11028 33554432000 4194304 4352236 140734140456192 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29532/statm: 11858 11028 129 39 0 10938 0
[pid=29533] ppid=29509 vsize=486248 CPUtime=0.22 cores=0-7
/proc/29533/stat : 29533 (python) S 29509 29509 29444 0 -1 4202560 977 0 0 0 12 10 0 0 18 0 1 0 660684849 497917952 42124 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 17311414755147088129 0 0 17 0 0 0 0
/proc/29533/statm: 121562 42124 370 364 0 57462 0
[pid=29535] ppid=29533 vsize=100000 CPUtime=90.26 cores=0-7
/proc/29535/stat : 29535 (precosat) R 29533 29535 29535 0 -1 4202496 24934 0 0 0 9021 5 0 0 25 0 1 0 660684850 102400000 24282 33554432000 4194304 4890832 140735631189536 18446744073709551615 4451193 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/29535/statm: 25000 24282 86 171 0 24827 0
[pid=29536] ppid=29509 vsize=496504 CPUtime=0.25 cores=0-7
/proc/29536/stat : 29536 (python) S 29509 29509 29444 0 -1 4202560 1033 0 0 0 14 11 0 0 15 0 1 0 660684853 508420096 42134 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 7743134721046970628 0 0 17 6 0 0 0
/proc/29536/statm: 124126 42134 376 364 0 60023 0
[pid=29538] ppid=29536 vsize=331552 CPUtime=90.66 cores=0-7
/proc/29538/stat : 29538 (cryptominisat-2) R 29536 29538 29538 0 -1 4202496 80408 0 0 0 9054 12 0 0 25 0 1 0 660684853 339509248 70203 33554432000 4194304 4677096 140736681986352 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29538/statm: 82888 70203 391 118 0 77847 0
[pid=29509/tid=29516] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29516/stat : 29516 (python) S 29507 29509 29444 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 660684833 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 0 0 0 0
[pid=29509/tid=29519] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29519/stat : 29519 (python) S 29507 29509 29444 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 9 0 660684835 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 0 0 0 0
[pid=29509/tid=29522] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29522/stat : 29522 (python) S 29507 29509 29444 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 660684838 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 4 0 0 0
[pid=29509/tid=29525] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29525/stat : 29525 (python) S 29507 29509 29444 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 660684841 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 4 0 0 0
[pid=29509/tid=29528] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29528/stat : 29528 (python) S 29507 29509 29444 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 660684844 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 4 0 0 0
[pid=29509/tid=29531] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29531/stat : 29531 (python) S 29507 29509 29444 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 660684847 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 6 0 0 0
[pid=29509/tid=29534] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29534/stat : 29534 (python) S 29507 29509 29444 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 9 0 660684850 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 0 0 0 0
[pid=29509/tid=29537] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29537/stat : 29537 (python) S 29507 29509 29444 0 -1 4202560 29 935 0 0 0 0 0 0 24 0 9 0 660684853 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 750.79
Current children cumulated vsize (KiB) 5428444

[startup+114.502 s]
/proc/loadavg: 7.59 7.57 7.85 11/348 29541
/proc/meminfo: memFree=18589404/32951124 swapFree=67056788/67111528
[pid=29509] ppid=29507 vsize=506748 CPUtime=23 cores=0-7
/proc/29509/stat : 29509 (python) S 29507 29509 29444 0 -1 4202496 73872 935 1 0 2277 23 0 0 24 0 9 0 660682525 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29509/statm: 126687 43651 1889 364 0 62584 0
[pid=29515] ppid=29509 vsize=424712 CPUtime=0.22 cores=0-7
/proc/29515/stat : 29515 (python) S 29509 29509 29444 0 -1 4202560 1017 0 0 0 12 10 0 0 18 0 1 0 660684832 434905088 42111 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557711 0 0 16781312 514 17311414755147088132 0 0 17 1 0 0 0
/proc/29515/statm: 106178 42111 381 364 0 42096 0
[pid=29517] ppid=29515 vsize=49180 CPUtime=91.41 cores=0-7
/proc/29517/stat : 29517 (lingeling) R 29515 29517 29517 0 -1 4202496 17801 0 0 0 9139 2 0 0 25 0 1 0 660684833 50360320 11466 33554432000 4194304 4352236 140735816220000 18446744073709551615 4267817 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/29517/statm: 12295 11466 129 39 0 11375 0
[pid=29518] ppid=29509 vsize=434968 CPUtime=0.26 cores=0-7
/proc/29518/stat : 29518 (python) S 29509 29509 29444 0 -1 4202560 956 0 0 0 14 12 0 0 15 0 1 0 660684835 445407232 42104 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 16632470727336886529 0 0 17 2 0 0 0
/proc/29518/statm: 108742 42104 370 364 0 44657 0
[pid=29520] ppid=29518 vsize=363744 CPUtime=91.27 cores=0-7
/proc/29520/stat : 29520 (cryptominisat-2) R 29518 29520 29520 0 -1 4202496 88894 0 0 0 9111 16 0 0 25 0 1 0 660684836 372473856 74761 33554432000 4194304 4677096 140734889878848 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/29520/statm: 90936 74761 391 118 0 85895 0
[pid=29521] ppid=29509 vsize=445224 CPUtime=0.22 cores=0-7
/proc/29521/stat : 29521 (python) S 29509 29509 29444 0 -1 4202560 933 0 0 0 10 12 0 0 18 0 1 0 660684838 455909376 42108 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 17311414755147088131 0 0 17 7 0 0 0
/proc/29521/statm: 111306 42108 370 364 0 47218 0
[pid=29523] ppid=29521 vsize=47956 CPUtime=91.35 cores=0-7
/proc/29523/stat : 29523 (lingeling) R 29521 29523 29523 0 -1 4202496 18208 0 0 0 9132 3 0 0 25 0 1 0 660684838 49106944 11159 33554432000 4194304 4352236 140734415701376 18446744073709551615 4295537 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29523/statm: 11989 11159 129 39 0 11069 0
[pid=29524] ppid=29509 vsize=455480 CPUtime=0.22 cores=0-7
/proc/29524/stat : 29524 (python) S 29509 29509 29444 0 -1 4202560 960 0 0 0 11 11 0 0 18 0 1 0 660684840 466411520 42112 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 17311414755147088129 0 0 17 0 0 0 0
/proc/29524/statm: 113870 42112 370 364 0 49779 0
[pid=29526] ppid=29524 vsize=297256 CPUtime=90.02 cores=0-7
/proc/29526/stat : 29526 (SApperloT-base) R 29524 29526 29526 0 -1 4202496 72726 0 0 0 8983 19 0 0 25 0 1 0 660684841 304390144 71977 33554432000 134512640 135674940 4292291264 18446744073709551615 134564617 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/29526/statm: 74314 71977 100 284 0 74028 0
[pid=29527] ppid=29509 vsize=465736 CPUtime=2.78 cores=0-7
/proc/29527/stat : 29527 (python) R 29509 29509 29444 0 -1 4202560 964 0 0 0 222 56 0 0 18 0 1 0 660684843 476913664 42116 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562367807 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/29527/statm: 116434 42116 370 364 0 52340 0
[pid=29529] ppid=29527 vsize=0 CPUtime=88.53 cores=0-7
/proc/29529/stat : 29529 (cryptominisat-2) R 29527 29529 29529 0 -1 4202500 81043 0 0 0 8840 13 0 0 25 0 1 0 660684844 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29529/statm: 0 0 0 0 0 0 0
[pid=29530] ppid=29509 vsize=475992 CPUtime=0.22 cores=0-7
/proc/29530/stat : 29530 (python) S 29509 29509 29444 0 -1 4202560 972 0 0 0 10 12 0 0 18 0 1 0 660684846 487415808 42120 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 17311414755147088132 0 0 17 6 0 0 0
/proc/29530/statm: 118998 42120 370 364 0 54901 0
[pid=29532] ppid=29530 vsize=47432 CPUtime=91.05 cores=0-7
/proc/29532/stat : 29532 (lingeling) R 29530 29532 29532 0 -1 4202496 18211 0 0 0 9102 3 0 0 25 0 1 0 660684847 48570368 11028 33554432000 4194304 4352236 140734140456192 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29532/statm: 11858 11028 129 39 0 10938 0
[pid=29533] ppid=29509 vsize=486248 CPUtime=0.22 cores=0-7
/proc/29533/stat : 29533 (python) S 29509 29509 29444 0 -1 4202560 977 0 0 0 12 10 0 0 18 0 1 0 660684849 497917952 42124 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 17311414755147088129 0 0 17 0 0 0 0
/proc/29533/statm: 121562 42124 370 364 0 57462 0
[pid=29535] ppid=29533 vsize=100000 CPUtime=90.45 cores=0-7
/proc/29535/stat : 29535 (precosat) R 29533 29535 29535 0 -1 4202496 24934 0 0 0 9040 5 0 0 25 0 1 0 660684850 102400000 24282 33554432000 4194304 4890832 140735631189536 18446744073709551615 4295707 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/29535/statm: 25000 24282 86 171 0 24827 0
[pid=29536] ppid=29509 vsize=496504 CPUtime=0.25 cores=0-7
/proc/29536/stat : 29536 (python) S 29509 29509 29444 0 -1 4202560 1033 0 0 0 14 11 0 0 15 0 1 0 660684853 508420096 42134 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 7743134721046970628 0 0 17 6 0 0 0
/proc/29536/statm: 124126 42134 376 364 0 60023 0
[pid=29538] ppid=29536 vsize=331552 CPUtime=90.85 cores=0-7
/proc/29538/stat : 29538 (cryptominisat-2) R 29536 29538 29538 0 -1 4202496 80468 0 0 0 9073 12 0 0 25 0 1 0 660684853 339509248 70263 33554432000 4194304 4677096 140736681986352 18446744073709551615 4346594 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/29538/statm: 82888 70263 391 118 0 77847 0
[pid=29509/tid=29516] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29516/stat : 29516 (python) S 29507 29509 29444 0 -1 4202560 24 935 0 0 0 0 0 0 25 0 9 0 660684833 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 0 0 0 0
[pid=29509/tid=29519] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29519/stat : 29519 (python) S 29507 29509 29444 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 9 0 660684835 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 0 0 0 0
[pid=29509/tid=29522] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29522/stat : 29522 (python) S 29507 29509 29444 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 660684838 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 4 0 0 0
[pid=29509/tid=29525] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29525/stat : 29525 (python) S 29507 29509 29444 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 660684841 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 4 0 0 0
[pid=29509/tid=29528] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29528/stat : 29528 (python) S 29507 29509 29444 0 -1 4202560 24 935 0 0 0 0 0 0 20 0 9 0 660684844 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 4 0 0 0
[pid=29509/tid=29531] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29531/stat : 29531 (python) S 29507 29509 29444 0 -1 4202560 25 935 0 0 0 0 0 0 20 0 9 0 660684847 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 6 0 0 0
[pid=29509/tid=29534] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29534/stat : 29534 (python) S 29507 29509 29444 0 -1 4202560 26 935 0 0 0 0 0 0 22 0 9 0 660684850 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 0 0 0 0
[pid=29509/tid=29537] ppid=29507 vsize=506748 CPUtime=0 cores=0-7
/proc/29509/task/29537/stat : 29537 (python) S 29507 29509 29444 0 -1 4202560 29 935 0 0 0 0 0 0 24 0 9 0 660684853 518909952 43651 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 752.32
Current children cumulated vsize (KiB) 5428732

[startup+114.602 s]
/proc/loadavg: 7.59 7.57 7.85 11/348 29541
/proc/meminfo: memFree=18589404/32951124 swapFree=67056788/67111528
[pid=29509] ppid=29507 vsize=506748 CPUtime=478.35 cores=0-7
/proc/29509/stat : 29509 (python) S 29507 29509 29444 0 -1 4202496 73921 220314 1 0 2277 24 45430 104 17 0 9 0 660682525 518909952 43652 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562367807 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29509/statm: 126687 43652 1890 364 0 62584 0
[pid=29518] ppid=29509 vsize=434968 CPUtime=0.26 cores=0-7
/proc/29518/stat : 29518 (python) S 29509 29509 29444 0 -1 4202560 975 0 0 0 14 12 0 0 15 0 1 0 660684835 445407232 42109 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562367807 0 0 16781824 2 18446744071562232103 0 0 17 2 0 0 0
/proc/29518/statm: 108742 42109 375 364 0 44657 0
[pid=29520] ppid=29518 vsize=0 CPUtime=91.37 cores=0-7
/proc/29520/stat : 29520 (cryptominisat-2) R 29518 29520 29520 0 -1 4203524 88894 0 0 0 9120 17 0 0 25 0 1 0 660684836 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29520/statm: 0 0 0 0 0 0 0
[pid=29521] ppid=29509 vsize=445224 CPUtime=0.22 cores=0-7
/proc/29521/stat : 29521 (python) S 29509 29509 29444 0 -1 4202560 933 0 0 0 10 12 0 0 18 0 1 0 660684838 455909376 42108 33554432000 4194304 5683644 140735373800624 18446744073709551615 271550557766 0 0 16781312 514 17311414755147088131 0 0 17 7 0 0 0
/proc/29521/statm: 111306 42108 370 364 0 47218 0
[pid=29523] ppid=29521 vsize=47956 CPUtime=91.45 cores=0-7
/proc/29523/stat : 29523 (lingeling) R 29521 29523 29523 0 -1 4202496 18208 0 0 0 9142 3 0 0 25 0 1 0 660684838 49106944 11159 33554432000 4194304 4352236 140734415701376 18446744073709551615 4278648 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29523/statm: 11989 11159 129 39 0 11069 0
[pid=29527] ppid=29509 vsize=0 CPUtime=91.35 cores=0-7
/proc/29527/stat : 29527 (python) Z 29509 29509 29444 0 -1 4202588 1198 81043 0 0 225 57 8840 13 19 0 1 0 660684843 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29527/statm: 0 0 0 0 0 0 0
[pid=29509/tid=29516] ppid=29507 vsize=506748 CPUtime=455.34 cores=0-7
/proc/29509/task/29516/stat : 29516 (python) S 29507 29509 29444 0 -1 4202560 24 220314 0 0 0 0 45430 104 25 0 9 0 660684833 518909952 43652 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 0 0 0 0
[pid=29509/tid=29519] ppid=29507 vsize=506748 CPUtime=455.34 cores=0-7
/proc/29509/task/29519/stat : 29519 (python) S 29507 29509 29444 0 -1 4202560 20 220314 0 0 0 0 45430 104 25 0 9 0 660684835 518909952 43652 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 0 0 0 0
[pid=29509/tid=29522] ppid=29507 vsize=506748 CPUtime=455.34 cores=0-7
/proc/29509/task/29522/stat : 29522 (python) S 29507 29509 29444 0 -1 4202560 27 220314 0 0 0 0 45430 104 25 0 9 0 660684838 518909952 43652 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 4 0 0 0
[pid=29509/tid=29525] ppid=29507 vsize=506748 CPUtime=455.34 cores=0-7
/proc/29509/task/29525/stat : 29525 (python) S 29507 29509 29444 0 -1 4202560 25 220314 0 0 0 0 45430 104 20 0 9 0 660684841 518909952 43652 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 4 0 0 0
[pid=29509/tid=29528] ppid=29507 vsize=506748 CPUtime=455.34 cores=0-7
/proc/29509/task/29528/stat : 29528 (python) S 29507 29509 29444 0 -1 4202560 24 220314 0 0 0 0 45430 104 20 0 9 0 660684844 518909952 43652 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 4 0 0 0
[pid=29509/tid=29531] ppid=29507 vsize=506748 CPUtime=455.34 cores=0-7
/proc/29509/task/29531/stat : 29531 (python) S 29507 29509 29444 0 -1 4202560 25 220314 0 0 0 0 45430 104 20 0 9 0 660684847 518909952 43652 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 6 0 0 0
[pid=29509/tid=29534] ppid=29507 vsize=506748 CPUtime=455.34 cores=0-7
/proc/29509/task/29534/stat : 29534 (python) S 29507 29509 29444 0 -1 4202560 26 220314 0 0 0 0 45430 104 22 0 9 0 660684850 518909952 43652 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 0 0 0 0
[pid=29509/tid=29537] ppid=29507 vsize=506748 CPUtime=455.34 cores=0-7
/proc/29509/task/29537/stat : 29537 (python) S 29507 29509 29444 0 -1 4202560 29 220314 0 0 0 0 45430 104 24 0 9 0 660684853 518909952 43652 33554432000 4194304 5683644 140735373800624 18446744073709551615 271562361265 0 0 16781312 2 18446604448633836864 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 753
Current children cumulated vsize (KiB) 1434896

Child status: 0
Real time (s): 114.664
CPU time (s): 753.159
CPU user time (s): 750.665
CPU system time (s): 2.49362
CPU usage (%): 656.838
Max. virtual memory (cumulated for all children) (KiB): 5732360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 750.665
system time used= 2.49362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 505386
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= 4307
involuntary context switches= 8929

runsolver used 0.437933 second user time and 0.874867 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 22:20:46
IDJOB=3380731
IDBENCH=71743
IDSOLVER=1864
FILE ID=node133/3380731-1305490846
RUNJOBID= node133-1305490831-29459
PBS_JOBID= 13325411
Free space on /tmp= 73612 MiB

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

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=819350542

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19889552 kB
Buffers:        312056 kB
Cached:        4253888 kB
SwapCached:       8756 kB
Active:        9537912 kB
Inactive:      3221736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19889552 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:           45044 kB
Writeback:          24 kB
AnonPages:     8190960 kB
Mapped:          28028 kB
Slab:           202788 kB
PageTables:      33784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63746780 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73580 MiB
End job on node133 at 2011-05-15 22:22:41