Trace number 3321605

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 289.811 66.709

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.cnf
MD5SUM17407fc59aa2b679b7792ae0656704b9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark28.4647
Satisfiable
(Un)Satisfiability was proved
Number of variables66084
Number of clauses1060536
Sum of the clauses size2420856
Maximum clause length78
Minimum clause length1
Number of clauses of size 1696
Number of clauses of size 21023120
Number of clauses of size 32880
Number of clauses of size 413320
Number of clauses of size 55760
Number of clauses of size over 514760

Solver Data

0.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.68	c INFO: solving HOME/instance-3321605-1304348116.cnf
0.34/0.68	c INFO: computing task features
3.41/3.70	c INFO: computed variable-clause graph statistics
3.51/3.82	c INFO: computed clause balance statistics
17.21/17.55	c INFO: computed variable balance statistics
28.51/28.82	c INFO: computed small-clause counts
28.61/28.95	c INFO: computed Horn-clause counts
34.11/34.47	c INFO: computed variable graph statistics
34.11/34.47	c INFO: collected features for HOME/instance-3321605-1304348116.cnf in 33.67 s
34.21/34.50	c INFO: running lingeling-276@0 for 97 with 39966 remaining (b = 0.21)
34.21/34.53	c INFO: running cryptominisat-2.9.0@0 for 485 with 39966 remaining (b = 0.17)
34.21/34.57	c INFO: running lingeling-276@0 for 1261 with 39966 remaining (b = 0.32)
34.31/34.61	c INFO: running SApperloT@0 for 97 with 39966 remaining (b = 0.02)
34.31/34.64	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39966 remaining (b = 0.34)
34.31/34.68	c INFO: running lingeling-276@0 for 1261 with 39966 remaining (b = 0.25)
34.41/34.72	c INFO: running precosat-570@0 for 388 with 39965 remaining (b = 0.08)
34.41/34.76	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39965 remaining (b = 0.27)
289.54/66.63	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-3321605-1304348116/watcher-3321605-1304348116 -o /tmp/evaluation-result-3321605-1304348116/solver-3321605-1304348116 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321605-1304348116.cnf -seed 1224117166 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 6.84 7.78 7.92 2/198 16592
/proc/meminfo: memFree=26709212/32951132 swapFree=67111356/67111528
[pid=16592] ppid=16590 vsize=15384 CPUtime=0 cores=0-7
/proc/16592/stat : 16592 (python) R 16590 16592 16566 0 -1 4202496 789 0 0 0 0 0 0 0 20 0 1 0 546411315 15753216 677 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664851591 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/16592/statm: 3845 679 322 364 0 332 0

[startup+0.104611 s]
/proc/loadavg: 6.84 7.78 7.92 2/198 16592
/proc/meminfo: memFree=26709212/32951132 swapFree=67111356/67111528
[pid=16592] ppid=16590 vsize=93960 CPUtime=0.06 cores=0-7
/proc/16592/stat : 16592 (python) S 16590 16592 16566 0 -1 4202496 2692 0 0 0 5 1 0 0 20 0 1 0 546411315 96215040 2407 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664804197 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/16592/statm: 23490 2407 764 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93960

[startup+0.200641 s]
/proc/loadavg: 6.84 7.78 7.92 2/198 16592
/proc/meminfo: memFree=26709212/32951132 swapFree=67111356/67111528
[pid=16592] ppid=16590 vsize=124068 CPUtime=0.11 cores=0-7
/proc/16592/stat : 16592 (python) S 16590 16592 16566 0 -1 4202496 4241 0 1 0 8 3 0 0 20 0 1 0 546411315 127045632 3850 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/16592/statm: 31018 3851 991 364 0 2829 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 124068

[startup+0.300622 s]
/proc/loadavg: 6.84 7.78 7.92 2/198 16592
/proc/meminfo: memFree=26709212/32951132 swapFree=67111356/67111528
[pid=16592] ppid=16590 vsize=135748 CPUtime=0.18 cores=0-7
/proc/16592/stat : 16592 (python) R 16590 16592 16566 0 -1 4202496 5958 934 1 0 13 5 0 0 18 0 1 0 546411315 139005952 4150 33554432000 4194304 5683644 140734711019712 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/16592/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700544 s]
/proc/loadavg: 6.84 7.78 7.92 2/198 16592
/proc/meminfo: memFree=26709212/32951132 swapFree=67111356/67111528
[pid=16592] ppid=16590 vsize=296236 CPUtime=0.41 cores=0-7
/proc/16592/stat : 16592 (python) R 16590 16592 16566 0 -1 4202496 13696 934 1 0 29 12 0 0 17 0 1 0 546411315 303345664 11381 33554432000 4194304 5683644 140734711019712 18446744073709551615 4272664 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/16592/statm: 74059 11381 1761 364 0 9983 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 296236

[startup+1.50037 s]
/proc/loadavg: 6.84 7.78 7.92 2/199 16597
/proc/meminfo: memFree=26642308/32951132 swapFree=67111356/67111528
[pid=16592] ppid=16590 vsize=351968 CPUtime=1.21 cores=0-7
/proc/16592/stat : 16592 (python) R 16590 16592 16566 0 -1 4202496 27383 934 1 0 107 14 0 0 18 0 1 0 546411315 360415232 25068 33554432000 4194304 5683644 140734711019712 18446744073709551615 4602345 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/16592/statm: 87992 25068 1761 364 0 23916 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 351968

[startup+3.1011 s]
/proc/loadavg: 6.84 7.78 7.92 2/199 16597
/proc/meminfo: memFree=26566912/32951132 swapFree=67111356/67111528
[pid=16592] ppid=16590 vsize=453708 CPUtime=2.81 cores=0-7
/proc/16592/stat : 16592 (python) R 16590 16592 16566 0 -1 4202496 51316 934 1 0 263 18 0 0 21 0 1 0 546411315 464596992 49001 33554432000 4194304 5683644 140734711019712 18446744073709551615 47034480437957 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16592/statm: 113427 49003 1761 364 0 49351 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 453708

[startup+6.30053 s]
/proc/loadavg: 6.37 7.66 7.88 2/199 16597
/proc/meminfo: memFree=26493140/32951132 swapFree=67111356/67111528
[pid=16592] ppid=16590 vsize=470704 CPUtime=6.01 cores=0-7
/proc/16592/stat : 16592 (python) R 16590 16592 16566 0 -1 4202496 91056 934 1 0 578 23 0 0 25 0 1 0 546411315 482000896 55061 33554432000 4194304 5683644 140734711019712 18446744073709551615 47034480501808 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16592/statm: 117676 55061 1826 364 0 53600 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 470704

[startup+12.7004 s]
/proc/loadavg: 6.10 7.58 7.86 2/199 16597
/proc/meminfo: memFree=26494268/32951132 swapFree=67111356/67111528
[pid=16592] ppid=16590 vsize=470704 CPUtime=12.41 cores=0-7
/proc/16592/stat : 16592 (python) R 16590 16592 16566 0 -1 4202496 91056 934 1 0 1218 23 0 0 25 0 1 0 546411315 482000896 55061 33554432000 4194304 5683644 140734711019712 18446744073709551615 47034483131792 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16592/statm: 117676 55061 1826 364 0 53600 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 470704

[startup+25.5002 s]
/proc/loadavg: 5.11 7.29 7.76 2/199 16598
/proc/meminfo: memFree=26497308/32951132 swapFree=67111356/67111528
[pid=16592] ppid=16590 vsize=470704 CPUtime=25.21 cores=0-7
/proc/16592/stat : 16592 (python) R 16590 16592 16566 0 -1 4202496 91057 934 1 0 2498 23 0 0 25 0 1 0 546411315 482000896 55062 33554432000 4194304 5683644 140734711019712 18446744073709551615 47034483024966 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16592/statm: 117676 55062 1827 364 0 53600 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 470704

[startup+51.1018 s]
/proc/loadavg: 5.26 7.13 7.69 9/223 16622
/proc/meminfo: memFree=24967772/32951132 swapFree=67111356/67111528
[pid=16592] ppid=16590 vsize=545076 CPUtime=34.47 cores=0-7
/proc/16592/stat : 16592 (python) S 16590 16592 16566 0 -1 4202496 99056 934 1 0 3418 29 0 0 25 0 9 0 546411315 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16592/statm: 136269 53234 1889 364 0 72166 0
[pid=16599] ppid=16592 vsize=463040 CPUtime=0.03 cores=0-7
/proc/16599/stat : 16599 (python) S 16592 16592 16566 0 -1 4202560 921 0 0 0 1 2 0 0 18 0 1 0 546414766 474152960 51689 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828431 0 0 16781312 514 1041299084154994948 0 0 17 1 0 0 0
/proc/16599/statm: 115760 51689 376 364 0 51678 0
[pid=16601] ppid=16599 vsize=48816 CPUtime=16.57 cores=0-7
/proc/16601/stat : 16601 (lingeling) R 16599 16601 16601 0 -1 4202496 19302 0 0 0 1654 3 0 0 25 0 1 0 546414767 49987584 11374 33554432000 4194304 4352236 140733895457952 18446744073709551615 4238648 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/16601/statm: 12204 11374 129 39 0 11284 0
[pid=16602] ppid=16592 vsize=473296 CPUtime=0.03 cores=0-7
/proc/16602/stat : 16602 (python) S 16592 16592 16566 0 -1 4202560 916 0 0 0 1 2 0 0 15 0 1 0 546414769 484655104 51687 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 1041299084154994946 0 0 17 4 0 0 0
/proc/16602/statm: 118324 51687 370 364 0 54239 0
[pid=16604] ppid=16602 vsize=522900 CPUtime=16.52 cores=0-7
/proc/16604/stat : 16604 (cryptominisat-2) R 16602 16604 16604 0 -1 4202496 97292 0 0 0 1639 13 0 0 25 0 1 0 546414770 535449600 94879 33554432000 4194304 4677096 140736275138736 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/16604/statm: 130725 94879 387 118 0 125684 0
[pid=16605] ppid=16592 vsize=483552 CPUtime=0.02 cores=0-7
/proc/16605/stat : 16605 (python) S 16592 16592 16566 0 -1 4202560 932 0 0 0 1 1 0 0 18 0 1 0 546414773 495157248 51691 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 1041299084154994948 0 0 17 7 0 0 0
/proc/16605/statm: 120888 51691 370 364 0 56800 0
[pid=16607] ppid=16605 vsize=52168 CPUtime=16.5 cores=0-7
/proc/16607/stat : 16607 (lingeling) R 16605 16607 16607 0 -1 4202496 19871 0 0 0 1647 3 0 0 25 0 1 0 546414774 53420032 12211 33554432000 4194304 4352236 140734725853680 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16607/statm: 13042 12211 129 39 0 12122 0
[pid=16608] ppid=16592 vsize=493808 CPUtime=0.02 cores=0-7
/proc/16608/stat : 16608 (python) S 16592 16592 16566 0 -1 4202560 942 0 0 0 1 1 0 0 18 0 1 0 546414776 505659392 51695 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 1041299084154994948 0 0 17 6 0 0 0
/proc/16608/statm: 123452 51695 370 364 0 59361 0
[pid=16610] ppid=16608 vsize=70080 CPUtime=16.44 cores=0-7
/proc/16610/stat : 16610 (SApperloT-base) R 16608 16610 16610 0 -1 4202496 18105 0 0 0 1640 4 0 0 25 0 1 0 546414777 71761920 15818 33554432000 134512640 135674940 4294362208 18446744073709551615 134551072 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16610/statm: 17520 15818 99 284 0 17234 0
[pid=16611] ppid=16592 vsize=504064 CPUtime=0.02 cores=0-7
/proc/16611/stat : 16611 (python) S 16592 16592 16566 0 -1 4202560 954 0 0 0 1 1 0 0 15 0 1 0 546414780 516161536 51699 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 1041299084154994946 0 0 17 7 0 0 0
/proc/16611/statm: 126016 51699 370 364 0 61922 0
[pid=16613] ppid=16611 vsize=524396 CPUtime=16.25 cores=0-7
/proc/16613/stat : 16613 (cryptominisat-2) R 16611 16613 16613 0 -1 4202496 97876 0 0 0 1611 14 0 0 25 0 1 0 546414781 536981504 95466 33554432000 4194304 4677096 140736396025520 18446744073709551615 4336232 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/16613/statm: 131099 95466 387 118 0 126058 0
[pid=16614] ppid=16592 vsize=514320 CPUtime=0.02 cores=0-7
/proc/16614/stat : 16614 (python) S 16592 16592 16566 0 -1 4202560 952 0 0 0 1 1 0 0 18 0 1 0 546414784 526663680 51703 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 1041299084154994945 0 0 17 0 0 0 0
/proc/16614/statm: 128580 51703 370 364 0 64483 0
[pid=16616] ppid=16614 vsize=49604 CPUtime=16.36 cores=0-7
/proc/16616/stat : 16616 (lingeling) R 16614 16616 16616 0 -1 4202496 20008 0 0 0 1633 3 0 0 25 0 1 0 546414785 50794496 11571 33554432000 4194304 4352236 140736018239744 18446744073709551615 4234291 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16616/statm: 12401 11571 129 39 0 11481 0
[pid=16617] ppid=16592 vsize=524576 CPUtime=0.02 cores=0-7
/proc/16617/stat : 16617 (python) S 16592 16592 16566 0 -1 4202560 956 0 0 0 1 1 0 0 18 0 1 0 546414788 537165824 51707 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 1041299084154994948 0 0 17 4 0 0 0
/proc/16617/statm: 131144 51707 370 364 0 67044 0
[pid=16619] ppid=16617 vsize=170948 CPUtime=16.27 cores=0-7
/proc/16619/stat : 16619 (precosat) R 16617 16619 16619 0 -1 4202496 44582 0 0 0 1620 7 0 0 25 0 1 0 546414789 175050752 41634 33554432000 4194304 4890832 140735534945376 18446744073709551615 4238773 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/16619/statm: 42737 41634 86 171 0 42564 0
[pid=16620] ppid=16592 vsize=534832 CPUtime=0.02 cores=0-7
/proc/16620/stat : 16620 (python) S 16592 16592 16566 0 -1 4202560 1010 0 0 0 1 1 0 0 15 0 1 0 546414791 547667968 51717 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 13236171668113555713 0 0 17 0 0 0 0
/proc/16620/statm: 133708 51717 376 364 0 69605 0
[pid=16622] ppid=16620 vsize=522280 CPUtime=16.24 cores=0-7
/proc/16622/stat : 16622 (cryptominisat-2) R 16620 16622 16622 0 -1 4202496 96684 0 0 0 1608 16 0 0 25 0 1 0 546414792 534814720 94267 33554432000 4194304 4677096 140735758713664 18446744073709551615 4336355 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16622/statm: 130570 94267 387 118 0 125529 0
[pid=16592/tid=16600] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16600/stat : 16600 (python) S 16590 16592 16566 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 546414766 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 6 0 0 0
[pid=16592/tid=16603] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16603/stat : 16603 (python) S 16590 16592 16566 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 9 0 546414770 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16606] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16606/stat : 16606 (python) S 16590 16592 16566 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 546414773 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16609] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16609/stat : 16609 (python) S 16590 16592 16566 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 546414777 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 6 0 0 0
[pid=16592/tid=16612] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16612/stat : 16612 (python) S 16590 16592 16566 0 -1 4202560 26 934 0 0 0 0 0 0 21 0 9 0 546414781 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16615] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16615/stat : 16615 (python) S 16590 16592 16566 0 -1 4202560 25 934 0 0 0 0 0 0 23 0 9 0 546414785 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 0 0 0 0
[pid=16592/tid=16618] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16618/stat : 16618 (python) S 16590 16592 16566 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 546414788 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16621] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16621/stat : 16621 (python) S 16590 16592 16566 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 9 0 546414792 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 165.8
Current children cumulated vsize (KiB) 6497756

Solver just ended. Dumping a history of the last processes samples

[startup+51.2017 s]
/proc/loadavg: 5.26 7.13 7.69 9/223 16622
/proc/meminfo: memFree=24967772/32951132 swapFree=67111356/67111528
[pid=16592] ppid=16590 vsize=545076 CPUtime=34.47 cores=0-7
/proc/16592/stat : 16592 (python) S 16590 16592 16566 0 -1 4202496 99056 934 1 0 3418 29 0 0 25 0 9 0 546411315 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16592/statm: 136269 53234 1889 364 0 72166 0
[pid=16599] ppid=16592 vsize=463040 CPUtime=0.03 cores=0-7
/proc/16599/stat : 16599 (python) S 16592 16592 16566 0 -1 4202560 921 0 0 0 1 2 0 0 18 0 1 0 546414766 474152960 51689 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828431 0 0 16781312 514 1041299084154994948 0 0 17 1 0 0 0
/proc/16599/statm: 115760 51689 376 364 0 51678 0
[pid=16601] ppid=16599 vsize=48816 CPUtime=16.67 cores=0-7
/proc/16601/stat : 16601 (lingeling) R 16599 16601 16601 0 -1 4202496 19302 0 0 0 1664 3 0 0 25 0 1 0 546414767 49987584 11374 33554432000 4194304 4352236 140733895457952 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/16601/statm: 12204 11374 129 39 0 11284 0
[pid=16602] ppid=16592 vsize=473296 CPUtime=0.03 cores=0-7
/proc/16602/stat : 16602 (python) S 16592 16592 16566 0 -1 4202560 916 0 0 0 1 2 0 0 15 0 1 0 546414769 484655104 51687 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 1041299084154994946 0 0 17 4 0 0 0
/proc/16602/statm: 118324 51687 370 364 0 54239 0
[pid=16604] ppid=16602 vsize=523164 CPUtime=16.62 cores=0-7

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

[pid=16611] ppid=16592 vsize=504064 CPUtime=0.05 cores=0-7
/proc/16611/stat : 16611 (python) S 16592 16592 16566 0 -1 4202560 959 0 0 0 3 2 0 0 15 0 1 0 546414780 516161536 51699 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 1475623773607526658 0 0 17 7 0 0 0
/proc/16611/statm: 126016 51699 370 364 0 61922 0
[pid=16613] ppid=16611 vsize=549592 CPUtime=30.62 cores=0-7
/proc/16613/stat : 16613 (cryptominisat-2) R 16611 16613 16613 0 -1 4202496 107568 0 0 0 3045 17 0 0 25 0 1 0 546414781 562782208 96188 33554432000 4194304 4677096 140736396025520 18446744073709551615 4336318 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/16613/statm: 137398 96188 387 118 0 132357 0
[pid=16614] ppid=16592 vsize=514320 CPUtime=0.04 cores=0-7
/proc/16614/stat : 16614 (python) S 16592 16592 16566 0 -1 4202560 957 0 0 0 2 2 0 0 18 0 1 0 546414784 526663680 51703 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 1041299084154994945 0 0 17 0 0 0 0
/proc/16614/statm: 128580 51703 370 364 0 64483 0
[pid=16616] ppid=16614 vsize=87244 CPUtime=30.84 cores=0-7
/proc/16616/stat : 16616 (lingeling) R 16614 16616 16616 0 -1 4202496 29537 0 0 0 3080 4 0 0 25 0 1 0 546414785 89337856 20981 33554432000 4194304 4352236 140736018239744 18446744073709551615 4210310 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16616/statm: 21811 20981 129 39 0 20891 0
[pid=16617] ppid=16592 vsize=524576 CPUtime=0.23 cores=0-7
/proc/16617/stat : 16617 (python) R 16592 16592 16566 0 -1 4202560 965 0 0 0 18 5 0 0 16 0 1 0 546414788 537165824 51707 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/16617/statm: 131144 51707 370 364 0 67044 0
[pid=16619] ppid=16617 vsize=0 CPUtime=30.55 cores=0-7
/proc/16619/stat : 16619 (precosat) R 16617 16619 16619 0 -1 4202500 58948 0 0 0 3045 10 0 0 25 0 1 0 546414789 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16619/statm: 0 0 0 0 0 0 0
[pid=16620] ppid=16592 vsize=534832 CPUtime=0.04 cores=0-7
/proc/16620/stat : 16620 (python) S 16592 16592 16566 0 -1 4202560 1017 0 0 0 2 2 0 0 15 0 1 0 546414791 547667968 51717 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 13236171668113555713 0 0 17 0 0 0 0
/proc/16620/statm: 133708 51717 376 364 0 69605 0
[pid=16622] ppid=16620 vsize=502032 CPUtime=30.7 cores=0-7
/proc/16622/stat : 16622 (cryptominisat-2) R 16620 16622 16622 0 -1 4202496 106930 0 0 0 3052 18 0 0 25 0 1 0 546414792 514080768 93421 33554432000 4194304 4677096 140735758713664 18446744073709551615 4336189 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16622/statm: 125508 93421 387 118 0 120467 0
[pid=16592/tid=16600] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16600/stat : 16600 (python) S 16590 16592 16566 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 546414766 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 6 0 0 0
[pid=16592/tid=16603] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16603/stat : 16603 (python) S 16590 16592 16566 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 9 0 546414770 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16606] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16606/stat : 16606 (python) S 16590 16592 16566 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 546414773 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16609] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16609/stat : 16609 (python) S 16590 16592 16566 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 546414777 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 6 0 0 0
[pid=16592/tid=16612] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16612/stat : 16612 (python) S 16590 16592 16566 0 -1 4202560 26 934 0 0 0 0 0 0 21 0 9 0 546414781 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16615] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16615/stat : 16615 (python) S 16590 16592 16566 0 -1 4202560 25 934 0 0 0 0 0 0 23 0 9 0 546414785 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 0 0 0 0
[pid=16592/tid=16618] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16618/stat : 16618 (python) S 16590 16592 16566 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 546414788 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16621] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16621/stat : 16621 (python) S 16590 16592 16566 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 9 0 546414792 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 281.7
Current children cumulated vsize (KiB) 6492816

[startup+66.4011 s]
/proc/loadavg: 5.87 7.17 7.69 10/223 16623
/proc/meminfo: memFree=24986736/32951132 swapFree=67111356/67111528
[pid=16592] ppid=16590 vsize=545076 CPUtime=34.47 cores=0-7
/proc/16592/stat : 16592 (python) S 16590 16592 16566 0 -1 4202496 99056 934 1 0 3418 29 0 0 25 0 9 0 546411315 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16592/statm: 136269 53234 1889 364 0 72166 0
[pid=16599] ppid=16592 vsize=463040 CPUtime=0.04 cores=0-7
/proc/16599/stat : 16599 (python) S 16592 16592 16566 0 -1 4202560 927 0 0 0 1 3 0 0 18 0 1 0 546414766 474152960 51689 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828431 0 0 16781312 514 1041299084154994948 0 0 17 1 0 0 0
/proc/16599/statm: 115760 51689 376 364 0 51678 0
[pid=16601] ppid=16599 vsize=84924 CPUtime=31.87 cores=0-7
/proc/16601/stat : 16601 (lingeling) R 16599 16601 16601 0 -1 4202496 28449 0 0 0 3183 4 0 0 25 0 1 0 546414767 86962176 20401 33554432000 4194304 4352236 140733895457952 18446744073709551615 4231009 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/16601/statm: 21231 20401 129 39 0 20311 0
[pid=16602] ppid=16592 vsize=473296 CPUtime=0.05 cores=0-7
/proc/16602/stat : 16602 (python) S 16592 16592 16566 0 -1 4202560 922 0 0 0 2 3 0 0 15 0 1 0 546414769 484655104 51687 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 4606795395001975042 0 0 17 4 0 0 0
/proc/16602/statm: 118324 51687 370 364 0 54239 0
[pid=16604] ppid=16602 vsize=503580 CPUtime=31.8 cores=0-7
/proc/16604/stat : 16604 (cryptominisat-2) R 16602 16604 16604 0 -1 4202496 108660 0 0 0 3165 15 0 0 25 0 1 0 546414770 515665920 93626 33554432000 4194304 4677096 140736275138736 18446744073709551615 4336479 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/16604/statm: 125895 93626 387 118 0 120854 0
[pid=16605] ppid=16592 vsize=483552 CPUtime=0.04 cores=0-7
/proc/16605/stat : 16605 (python) S 16592 16592 16566 0 -1 4202560 938 0 0 0 2 2 0 0 18 0 1 0 546414773 495157248 51691 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 1041299084154994948 0 0 17 7 0 0 0
/proc/16605/statm: 120888 51691 370 364 0 56800 0
[pid=16607] ppid=16605 vsize=85472 CPUtime=31.8 cores=0-7
/proc/16607/stat : 16607 (lingeling) R 16605 16607 16607 0 -1 4202496 28319 0 0 0 3176 4 0 0 25 0 1 0 546414774 87523328 20537 33554432000 4194304 4352236 140734725853680 18446744073709551615 4207805 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16607/statm: 21368 20537 129 39 0 20448 0
[pid=16608] ppid=16592 vsize=493808 CPUtime=0.05 cores=0-7
/proc/16608/stat : 16608 (python) S 16592 16592 16566 0 -1 4202560 946 0 0 0 3 2 0 0 18 0 1 0 546414776 505659392 51695 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 1041299084154994948 0 0 17 6 0 0 0
/proc/16608/statm: 123452 51695 370 364 0 59361 0
[pid=16610] ppid=16608 vsize=99908 CPUtime=31.71 cores=0-7
/proc/16610/stat : 16610 (SApperloT-base) R 16608 16610 16610 0 -1 4202496 25542 0 0 0 3165 6 0 0 25 0 1 0 546414777 102305792 23255 33554432000 134512640 135674940 4294362208 18446744073709551615 135113206 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/16610/statm: 24977 23255 99 284 0 24691 0
[pid=16611] ppid=16592 vsize=504064 CPUtime=0.05 cores=0-7
/proc/16611/stat : 16611 (python) S 16592 16592 16566 0 -1 4202560 959 0 0 0 3 2 0 0 15 0 1 0 546414780 516161536 51699 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 1475623773607526658 0 0 17 7 0 0 0
/proc/16611/statm: 126016 51699 370 364 0 61922 0
[pid=16613] ppid=16611 vsize=504284 CPUtime=31.41 cores=0-7
/proc/16613/stat : 16613 (cryptominisat-2) R 16611 16613 16613 0 -1 4202496 108491 0 0 0 3124 17 0 0 25 0 1 0 546414781 516386816 93781 33554432000 4194304 4677096 140736396025520 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/16613/statm: 126071 93781 387 118 0 121030 0
[pid=16614] ppid=16592 vsize=514320 CPUtime=0.04 cores=0-7
/proc/16614/stat : 16614 (python) S 16592 16592 16566 0 -1 4202560 957 0 0 0 2 2 0 0 18 0 1 0 546414784 526663680 51703 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 1041299084154994945 0 0 17 0 0 0 0
/proc/16614/statm: 128580 51703 370 364 0 64483 0
[pid=16616] ppid=16614 vsize=87244 CPUtime=31.64 cores=0-7
/proc/16616/stat : 16616 (lingeling) R 16614 16616 16616 0 -1 4202496 29537 0 0 0 3160 4 0 0 25 0 1 0 546414785 89337856 20981 33554432000 4194304 4352236 140736018239744 18446744073709551615 4328042 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/16616/statm: 21811 20981 129 39 0 20891 0
[pid=16617] ppid=16592 vsize=524576 CPUtime=1.03 cores=0-7
/proc/16617/stat : 16617 (python) R 16592 16592 16566 0 -1 4202560 965 0 0 0 84 19 0 0 16 0 1 0 546414788 537165824 51707 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/16617/statm: 131144 51707 370 364 0 67044 0
[pid=16619] ppid=16617 vsize=0 CPUtime=30.55 cores=0-7
/proc/16619/stat : 16619 (precosat) R 16617 16619 16619 0 -1 4202500 58948 0 0 0 3045 10 0 0 25 0 1 0 546414789 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 4 0 0 0
/proc/16619/statm: 0 0 0 0 0 0 0
[pid=16620] ppid=16592 vsize=534832 CPUtime=0.05 cores=0-7
/proc/16620/stat : 16620 (python) S 16592 16592 16566 0 -1 4202560 1021 0 0 0 3 2 0 0 15 0 1 0 546414791 547667968 51717 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 1041299084154994945 0 0 17 0 0 0 0
/proc/16620/statm: 133708 51717 376 364 0 69605 0
[pid=16622] ppid=16620 vsize=502300 CPUtime=31.49 cores=0-7
/proc/16622/stat : 16622 (cryptominisat-2) R 16620 16622 16622 0 -1 4202496 107256 0 0 0 3131 18 0 0 25 0 1 0 546414792 514355200 93747 33554432000 4194304 4677096 140735758713664 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/16622/statm: 125575 93747 387 118 0 120534 0
[pid=16592/tid=16600] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16600/stat : 16600 (python) S 16590 16592 16566 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 546414766 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 6 0 0 0
[pid=16592/tid=16603] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16603/stat : 16603 (python) S 16590 16592 16566 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 9 0 546414770 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16606] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16606/stat : 16606 (python) S 16590 16592 16566 0 -1 4202560 23 934 0 0 0 0 0 0 19 0 9 0 546414773 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16609] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16609/stat : 16609 (python) S 16590 16592 16566 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 546414777 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 6 0 0 0
[pid=16592/tid=16612] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16612/stat : 16612 (python) S 16590 16592 16566 0 -1 4202560 26 934 0 0 0 0 0 0 21 0 9 0 546414781 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16615] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16615/stat : 16615 (python) S 16590 16592 16566 0 -1 4202560 25 934 0 0 0 0 0 0 23 0 9 0 546414785 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 0 0 0 0
[pid=16592/tid=16618] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16618/stat : 16618 (python) S 16590 16592 16566 0 -1 4202560 23 934 0 0 0 0 0 0 25 0 9 0 546414788 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16621] ppid=16590 vsize=545076 CPUtime=0 cores=0-7
/proc/16592/task/16621/stat : 16621 (python) S 16590 16592 16566 0 -1 4202560 28 934 0 0 0 0 0 0 25 0 9 0 546414792 558157824 53234 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 288.09
Current children cumulated vsize (KiB) 6404276

[startup+66.6011 s]
/proc/loadavg: 5.87 7.17 7.69 10/223 16623
/proc/meminfo: memFree=24986736/32951132 swapFree=67111356/67111528
[pid=16592] ppid=16590 vsize=545076 CPUtime=130.33 cores=0-7
/proc/16592/stat : 16592 (python) S 16590 16592 16566 0 -1 4202496 99107 167820 1 0 3418 29 9547 39 17 0 9 0 546411315 558157824 53235 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676638527 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16592/statm: 136269 53235 1890 364 0 72166 0
[pid=16599] ppid=16592 vsize=463040 CPUtime=0.04 cores=0-7
/proc/16599/stat : 16599 (python) S 16592 16592 16566 0 -1 4202560 927 0 0 0 1 3 0 0 18 0 1 0 546414766 474152960 51689 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828431 0 0 16781312 514 1041299084154994948 0 0 17 1 0 0 0
/proc/16599/statm: 115760 51689 376 364 0 51678 0
[pid=16601] ppid=16599 vsize=84924 CPUtime=32.07 cores=0-7
/proc/16601/stat : 16601 (lingeling) R 16599 16601 16601 0 -1 4202496 28449 0 0 0 3203 4 0 0 25 0 1 0 546414767 86962176 20401 33554432000 4194304 4352236 140733895457952 18446744073709551615 4231066 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/16601/statm: 21231 20401 129 39 0 20311 0
[pid=16605] ppid=16592 vsize=0 CPUtime=31.98 cores=0-7
/proc/16605/stat : 16605 (python) Z 16592 16592 16566 0 -1 4202588 1179 28322 0 0 2 2 3190 4 17 0 1 0 546414773 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16605/statm: 0 0 0 0 0 0 0
[pid=16611] ppid=16592 vsize=0 CPUtime=31.66 cores=0-7
/proc/16611/stat : 16611 (python) R 16592 16592 16566 0 -1 4202564 1008 108552 0 0 3 2 3142 19 15 0 1 0 546414780 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16611/statm: 0 0 0 0 0 0 0
[pid=16617] ppid=16592 vsize=0 CPUtime=31.72 cores=0-7
/proc/16617/stat : 16617 (python) Z 16592 16592 16566 0 -1 4202588 1205 58948 0 0 96 21 3045 10 18 0 1 0 546414788 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16617/statm: 0 0 0 0 0 0 0
[pid=16620] ppid=16592 vsize=534832 CPUtime=0.05 cores=0-7
/proc/16620/stat : 16620 (python) S 16592 16592 16566 0 -1 4202560 1021 0 0 0 3 2 0 0 15 0 1 0 546414791 547667968 51717 33554432000 4194304 5683644 140734711019712 18446744073709551615 274664828486 0 0 16781312 514 1041299084154994945 0 0 17 0 0 0 0
/proc/16620/statm: 133708 51717 376 364 0 69605 0
[pid=16622] ppid=16620 vsize=502436 CPUtime=31.69 cores=0-7
/proc/16622/stat : 16622 (cryptominisat-2) R 16620 16622 16622 0 -1 4202496 107336 0 0 0 3151 18 0 0 25 0 1 0 546414792 514494464 93827 33554432000 4194304 4677096 140735758713664 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/16622/statm: 125609 93827 387 118 0 120568 0
[pid=16592/tid=16600] ppid=16590 vsize=545076 CPUtime=95.86 cores=0-7
/proc/16592/task/16600/stat : 16600 (python) S 16590 16592 16566 0 -1 4202560 26 167820 0 0 0 0 9547 39 25 0 9 0 546414766 558157824 53235 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 6 0 0 0
[pid=16592/tid=16603] ppid=16590 vsize=545076 CPUtime=95.86 cores=0-7
/proc/16592/task/16603/stat : 16603 (python) S 16590 16592 16566 0 -1 4202560 20 167820 0 0 0 0 9547 39 25 0 9 0 546414770 558157824 53235 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16606] ppid=16590 vsize=545076 CPUtime=95.86 cores=0-7
/proc/16592/task/16606/stat : 16606 (python) S 16590 16592 16566 0 -1 4202560 23 167820 0 0 0 0 9547 39 19 0 9 0 546414773 558157824 53235 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16609] ppid=16590 vsize=545076 CPUtime=95.86 cores=0-7
/proc/16592/task/16609/stat : 16609 (python) S 16590 16592 16566 0 -1 4202560 23 167820 0 0 0 0 9547 39 18 0 9 0 546414777 558157824 53235 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 6 0 0 0
[pid=16592/tid=16612] ppid=16590 vsize=545076 CPUtime=95.86 cores=0-7
/proc/16592/task/16612/stat : 16612 (python) S 16590 16592 16566 0 -1 4202560 26 167820 0 0 0 0 9547 39 21 0 9 0 546414781 558157824 53235 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16615] ppid=16590 vsize=545076 CPUtime=95.86 cores=0-7
/proc/16592/task/16615/stat : 16615 (python) S 16590 16592 16566 0 -1 4202560 25 167820 0 0 0 0 9547 39 23 0 9 0 546414785 558157824 53235 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 0 0 0 0
[pid=16592/tid=16618] ppid=16590 vsize=545076 CPUtime=95.86 cores=0-7
/proc/16592/task/16618/stat : 16618 (python) S 16590 16592 16566 0 -1 4202560 23 167820 0 0 0 0 9547 39 25 0 9 0 546414788 558157824 53235 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 4 0 0 0
[pid=16592/tid=16621] ppid=16590 vsize=545076 CPUtime=95.86 cores=0-7
/proc/16592/task/16621/stat : 16621 (python) S 16590 16592 16566 0 -1 4202560 28 167820 0 0 0 0 9547 39 25 0 9 0 546414792 558157824 53235 33554432000 4194304 5683644 140734711019712 18446744073709551615 274676631985 0 0 16781312 2 18446604440473326784 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 289.54
Current children cumulated vsize (KiB) 2130308

[startup+66.7011 s]
/proc/loadavg: 5.87 7.17 7.69 10/223 16623
/proc/meminfo: memFree=24986736/32951132 swapFree=67111356/67111528
[pid=16592] ppid=16590 vsize=0 CPUtime=289.78 cores=0-7
/proc/16592/stat : 16592 (python) R 16590 16592 16566 0 -1 4202500 124308 504861 1 0 3422 32 25391 133 17 0 1 0 546411315 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/16592/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 289.78
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 66.709
CPU time (s): 289.811
CPU user time (s): 288.147
CPU system time (s): 1.66375
CPU usage (%): 434.441
Max. virtual memory (cumulated for all children) (KiB): 6755368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 288.147
system time used= 1.66375
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 629169
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= 3549
involuntary context switches= 1548

runsolver used 0.139978 second user time and 0.281957 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-02 16:55:17
IDJOB=3321605
IDBENCH=82410
IDSOLVER=1710
FILE ID=node131/3321605-1304348116
RUNJOBID= node131-1304348116-16580
PBS_JOBID= 13178662
Free space on /tmp= 72860 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/rintanen/SATPlanning/sokoban-sequential-p145-microban-sequential.030-NOTKNOWN.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-3321605-1304348116/watcher-3321605-1304348116 -o /tmp/evaluation-result-3321605-1304348116/solver-3321605-1304348116 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321605-1304348116.cnf -seed 1224117166 -budget 40000 -cores 8

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

MD5SUM BENCH= 17407fc59aa2b679b7792ae0656704b9
RANDOM SEED=1224117166

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26709880 kB
Buffers:        307856 kB
Cached:        2050332 kB
SwapCached:        168 kB
Active:        3967336 kB
Inactive:      1938436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26709880 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           49380 kB
Writeback:           4 kB
AnonPages:     3547500 kB
Mapped:          20312 kB
Slab:           262032 kB
PageTables:      12964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  3966008 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72828 MiB
End job on node131 at 2011-05-02 16:56:24