Trace number 3380844

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 455.231 149.779

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.cnf
MD5SUMceca868d07951273fdc2de08c57f2b6a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.59315
Satisfiable
(Un)Satisfiability was proved
Number of variables259762
Number of clauses656573
Sum of the clauses size1532001
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2437714
Number of clauses of size 3218857
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.40/0.72	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.40/0.72	c INFO: solving HOME/instance-3380844-1305493865.cnf
0.40/0.72	c INFO: computing task features
2.47/2.81	c INFO: computed variable-clause graph statistics
2.47/2.89	c INFO: computed clause balance statistics
13.08/13.47	c INFO: computed variable balance statistics
20.69/21.05	c INFO: computed small-clause counts
20.88/21.23	c INFO: computed Horn-clause counts
98.08/98.44	c INFO: computed variable graph statistics
98.08/98.44	c INFO: collected features for HOME/instance-3380844-1305493865.cnf in 97.64 s
98.08/98.47	c INFO: running lingeling-276@0 for 194 with 4902 remaining (b = 0.83)
98.08/98.49	c INFO: running lingeling-276@0 for 97 with 4902 remaining (b = 0.63)
98.18/98.52	c INFO: running lingeling-276@0 for 1261 with 4902 remaining (b = 0.62)
98.18/98.55	c INFO: running cryptominisat-2.9.0@0 for 485 with 4902 remaining (b = 0.50)
98.18/98.58	c INFO: running lingeling-276@0 for 970 with 4902 remaining (b = 0.47)
98.28/98.61	c INFO: running cryptominisat-2.9.0@0 for 485 with 4902 remaining (b = 0.41)
98.28/98.63	c INFO: running precosat-570@0 for 679 with 4902 remaining (b = 0.42)
98.28/98.67	c INFO: running lingeling-276@0 for 970 with 4902 remaining (b = 0.34)
455.11/149.73	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-3380844-1305493865/watcher-3380844-1305493865 -o /tmp/evaluation-result-3380844-1305493865/solver-3380844-1305493865 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380844-1305493865.cnf -seed 1284765542 -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: 3.09 4.37 4.58 2/386 2011
/proc/meminfo: memFree=15525744/32951124 swapFree=65980224/67111528
[pid=2011] ppid=2009 vsize=15216 CPUtime=0 cores=0-7
/proc/2011/stat : 2011 (python) R 2009 2011 1945 0 -1 4202496 665 0 0 0 0 0 0 0 21 0 1 0 641802017 15581184 561 33554432000 4194304 5683644 140736652100944 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2011/statm: 3804 562 314 364 0 291 0

[startup+0.113494 s]
/proc/loadavg: 3.09 4.37 4.58 2/386 2011
/proc/meminfo: memFree=15525744/32951124 swapFree=65980224/67111528
[pid=2011] ppid=2009 vsize=99376 CPUtime=0.07 cores=0-7
/proc/2011/stat : 2011 (python) R 2009 2011 1945 0 -1 4202496 2866 0 0 0 5 2 0 0 21 0 1 0 641802017 101761024 2564 33554432000 4194304 5683644 140736652100944 18446744073709551615 4868227 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2011/statm: 24844 2564 818 364 0 1695 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 99376

[startup+0.200468 s]
/proc/loadavg: 3.09 4.37 4.58 2/386 2011
/proc/meminfo: memFree=15525744/32951124 swapFree=65980224/67111528
[pid=2011] ppid=2009 vsize=124236 CPUtime=0.11 cores=0-7
/proc/2011/stat : 2011 (python) S 2009 2011 1945 0 -1 4202496 4264 0 1 0 8 3 0 0 21 0 1 0 641802017 127217664 3872 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095449088 0 2147483391 16781312 2 18446744071699207358 0 0 17 4 0 0 0
/proc/2011/statm: 31060 3879 996 364 0 2871 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 124236

[startup+0.300477 s]
/proc/loadavg: 3.09 4.37 4.58 2/386 2011
/proc/meminfo: memFree=15525744/32951124 swapFree=65980224/67111528
[pid=2011] ppid=2009 vsize=135752 CPUtime=0.18 cores=0-7
/proc/2011/stat : 2011 (python) R 2009 2011 1945 0 -1 4202496 5964 934 1 0 13 5 0 0 17 0 1 0 641802017 139010048 4150 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095447045 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2011/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700389 s]
/proc/loadavg: 3.09 4.37 4.58 2/386 2011
/proc/meminfo: memFree=15525744/32951124 swapFree=65980224/67111528
[pid=2011] ppid=2009 vsize=275660 CPUtime=0.4 cores=0-7
/proc/2011/stat : 2011 (python) D 2009 2011 1945 0 -1 4202496 9029 934 1 0 29 11 0 0 16 0 1 0 641802017 282275840 6785 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095456823 0 0 16781312 2 18446744071562154983 0 0 17 4 0 0 0
/proc/2011/statm: 68915 6785 1729 364 0 5455 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 275660

[startup+1.50023 s]
/proc/loadavg: 3.09 4.37 4.58 3/387 2016
/proc/meminfo: memFree=15465852/32951124 swapFree=65980224/67111528
[pid=2011] ppid=2009 vsize=341208 CPUtime=1.18 cores=0-7
/proc/2011/stat : 2011 (python) R 2009 2011 1945 0 -1 4202496 24922 934 1 0 104 14 0 0 17 0 1 0 641802017 349396992 22602 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095111877 0 0 16781312 2 0 0 0 17 2 0 0 5
/proc/2011/statm: 85302 22602 1761 364 0 21226 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 341208

[startup+3.10094 s]
/proc/loadavg: 3.09 4.37 4.58 3/387 2016
/proc/meminfo: memFree=15397404/32951124 swapFree=65980224/67111528
[pid=2011] ppid=2009 vsize=402496 CPUtime=2.78 cores=0-7
/proc/2011/stat : 2011 (python) R 2009 2011 1945 0 -1 4202496 61588 934 1 0 259 19 0 0 19 0 1 0 641802017 412155904 38008 33554432000 4194304 5683644 140736652100944 18446744073709551615 47583303276124 0 0 16781312 2 0 0 0 17 2 0 0 5
/proc/2011/statm: 100624 38008 1826 364 0 36548 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 402496

[startup+6.30034 s]
/proc/loadavg: 3.00 4.33 4.57 3/387 2016
/proc/meminfo: memFree=15378584/32951124 swapFree=65980224/67111528
[pid=2011] ppid=2009 vsize=402496 CPUtime=5.98 cores=0-7
/proc/2011/stat : 2011 (python) R 2009 2011 1945 0 -1 4202496 61588 934 1 0 579 19 0 0 25 0 1 0 641802017 412155904 38008 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095111707 0 0 16781312 2 0 0 0 17 2 0 0 5
/proc/2011/statm: 100624 38008 1826 364 0 36548 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 402496

[startup+12.7012 s]
/proc/loadavg: 2.92 4.29 4.55 3/387 2017
/proc/meminfo: memFree=15378568/32951124 swapFree=65980224/67111528
[pid=2011] ppid=2009 vsize=402496 CPUtime=12.38 cores=0-7
/proc/2011/stat : 2011 (python) R 2009 2011 1945 0 -1 4202496 61588 934 1 0 1219 19 0 0 25 0 1 0 641802017 412155904 38008 33554432000 4194304 5683644 140736652100944 18446744073709551615 47583270703761 0 0 16781312 2 0 0 0 17 2 0 0 5
/proc/2011/statm: 100624 38008 1826 364 0 36548 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 402496

[startup+25.5008 s]
/proc/loadavg: 2.72 4.18 4.51 3/387 2017
/proc/meminfo: memFree=15373904/32951124 swapFree=65980224/67111528
[pid=2011] ppid=2009 vsize=407624 CPUtime=25.18 cores=0-7
/proc/2011/stat : 2011 (python) R 2009 2011 1945 0 -1 4202496 62877 934 1 0 2499 19 0 0 25 0 1 0 641802017 417406976 39297 33554432000 4194304 5683644 140736652100944 18446744073709551615 47583270623372 0 0 16781312 2 0 0 0 17 2 0 0 5
/proc/2011/statm: 101906 39297 1833 364 0 37830 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 407624

[startup+51.1011 s]
/proc/loadavg: 2.47 4.00 4.44 3/387 2018
/proc/meminfo: memFree=15373924/32951124 swapFree=65980224/67111528
[pid=2011] ppid=2009 vsize=407624 CPUtime=50.78 cores=0-7
/proc/2011/stat : 2011 (python) R 2009 2011 1945 0 -1 4202496 62877 934 1 0 5059 19 0 0 25 0 1 0 641802017 417406976 39297 33554432000 4194304 5683644 140736652100944 18446744073709551615 47583270623372 0 0 16781312 2 0 0 0 17 2 0 0 5
/proc/2011/statm: 101906 39297 1833 364 0 37830 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 407624

[startup+102.302 s]
/proc/loadavg: 2.76 3.81 4.35 10/411 2043
/proc/meminfo: memFree=14618948/32951124 swapFree=65980224/67111528
[pid=2011] ppid=2009 vsize=545164 CPUtime=98.35 cores=0-7
/proc/2011/stat : 2011 (python) S 2009 2011 1945 0 -1 4202496 68344 934 1 0 9811 24 0 0 23 0 9 0 641802017 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 5
/proc/2011/statm: 136291 36968 1889 364 0 72188 0
[pid=2020] ppid=2011 vsize=397592 CPUtime=0 cores=0-7
/proc/2020/stat : 2020 (python) S 2011 2011 1945 0 -1 4202560 806 0 0 0 0 0 0 0 18 0 1 0 641811864 407134208 35308 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471119 0 0 16781312 514 10391682310498910465 0 0 17 4 0 0 0
/proc/2020/statm: 99398 35308 358 364 0 35316 0
[pid=2022] ppid=2020 vsize=57636 CPUtime=3.81 cores=0-7
/proc/2022/stat : 2022 (lingeling) R 2020 2022 2022 0 -1 4202496 20216 0 0 0 378 3 0 0 25 0 1 0 641811864 59019264 13566 33554432000 4194304 4352236 140737331126208 18446744073709551615 4287700 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/2022/statm: 14409 13566 123 39 0 13489 0
[pid=2023] ppid=2011 vsize=407848 CPUtime=0 cores=0-7
/proc/2023/stat : 2023 (python) S 2011 2011 1945 0 -1 4202560 745 0 0 0 0 0 0 0 18 0 1 0 641811867 417636352 35301 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 17511561884703097092 0 0 17 1 0 0 0
/proc/2023/statm: 101962 35301 347 364 0 37877 0
[pid=2025] ppid=2023 vsize=57124 CPUtime=3.78 cores=0-7
/proc/2025/stat : 2025 (lingeling) R 2023 2025 2025 0 -1 4202496 20114 0 0 0 375 3 0 0 25 0 1 0 641811867 58494976 13437 33554432000 4194304 4352236 140737008246240 18446744073709551615 4319191 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2025/statm: 14281 13437 121 39 0 13361 0
[pid=2026] ppid=2011 vsize=418104 CPUtime=0 cores=0-7
/proc/2026/stat : 2026 (python) S 2011 2011 1945 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 641811869 428138496 35305 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 17511569581284491522 0 0 17 1 0 0 0
/proc/2026/statm: 104526 35305 347 364 0 40438 0
[pid=2028] ppid=2026 vsize=57456 CPUtime=3.76 cores=0-7
/proc/2028/stat : 2028 (lingeling) R 2026 2028 2028 0 -1 4202496 20168 0 0 0 373 3 0 0 25 0 1 0 641811870 58834944 13522 33554432000 4194304 4352236 140736533572240 18446744073709551615 4286313 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2028/statm: 14364 13522 123 39 0 13444 0
[pid=2029] ppid=2011 vsize=428360 CPUtime=0 cores=0-7
/proc/2029/stat : 2029 (python) S 2011 2011 1945 0 -1 4202560 768 0 0 0 0 0 0 0 15 0 1 0 641811872 438640640 35309 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 4942916649368944639 0 0 17 1 0 0 0
/proc/2029/statm: 107090 35309 347 364 0 42999 0
[pid=2031] ppid=2029 vsize=179956 CPUtime=1.91 cores=0-7
/proc/2031/stat : 2031 (cryptominisat-2) R 2029 2031 2031 0 -1 4202496 39009 0 0 0 186 5 0 0 25 0 1 0 641811873 184274944 34236 33554432000 4194304 4677096 140734181458384 18446744073709551615 4236506 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/2031/statm: 44989 34236 358 118 0 39948 0
[pid=2032] ppid=2011 vsize=438616 CPUtime=0 cores=0-7
/proc/2032/stat : 2032 (python) S 2011 2011 1945 0 -1 4202560 763 0 0 0 0 0 0 0 18 0 1 0 641811875 449142784 35313 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 4942912801078214915 0 0 17 1 0 0 0
/proc/2032/statm: 109654 35313 347 364 0 45560 0
[pid=2034] ppid=2032 vsize=57636 CPUtime=3.64 cores=0-7
/proc/2034/stat : 2034 (lingeling) R 2032 2034 2034 0 -1 4202496 20217 0 0 0 361 3 0 0 25 0 1 0 641811875 59019264 13565 33554432000 4194304 4352236 140735665871120 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/2034/statm: 14409 13565 121 39 0 13489 0
[pid=2035] ppid=2011 vsize=514408 CPUtime=0 cores=0-7
/proc/2035/stat : 2035 (python) S 2011 2011 1945 0 -1 4202560 732 0 0 0 0 0 0 0 15 0 1 0 641811878 526753792 35435 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 2902288489158508801 0 0 17 1 0 0 0
/proc/2035/statm: 128602 35435 348 364 0 64505 0
[pid=2037] ppid=2035 vsize=271096 CPUtime=3.65 cores=0-7
/proc/2037/stat : 2037 (cryptominisat-2) R 2035 2037 2037 0 -1 4202496 56345 0 0 0 357 8 0 0 25 0 1 0 641811880 277602304 51580 33554432000 4194304 4677096 140733233584672 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2037/statm: 67774 51580 358 118 0 62733 0
[pid=2038] ppid=2011 vsize=524664 CPUtime=0 cores=0-7
/proc/2038/stat : 2038 (python) S 2011 2011 1945 0 -1 4202560 734 0 0 0 0 0 0 0 18 0 1 0 641811881 537255936 35408 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 4299613286678102275 0 0 17 2 0 0 0
/proc/2038/statm: 131166 35408 348 364 0 67066 0
[pid=2040] ppid=2038 vsize=124352 CPUtime=1.81 cores=0-7
/proc/2040/stat : 2040 (precosat) R 2038 2040 2040 0 -1 4202496 31043 0 0 0 177 4 0 0 25 0 1 0 641811883 127336448 30786 33554432000 4194304 4890832 140736434623440 18446744073709551615 4467438 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/2040/statm: 31088 30786 72 171 0 30915 0
[pid=2041] ppid=2011 vsize=534920 CPUtime=0 cores=0-7
/proc/2041/stat : 2041 (python) S 2011 2011 1945 0 -1 4202560 786 0 0 0 0 0 0 0 18 0 1 0 641811884 547758080 35429 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 10322998567890813187 0 0 17 2 0 0 0
/proc/2041/statm: 133730 35429 354 364 0 69627 0
[pid=2043] ppid=2041 vsize=57012 CPUtime=3.61 cores=0-7
/proc/2043/stat : 2043 (lingeling) R 2041 2043 2043 0 -1 4202496 20065 0 0 0 358 3 0 0 25 0 1 0 641811885 58380288 13409 33554432000 4194304 4352236 140734658598256 18446744073709551615 4319146 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2043/statm: 14253 13409 121 39 0 13333 0
[pid=2011/tid=2021] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2021/stat : 2021 (python) S 2009 2011 1945 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 9 0 641811864 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 0 0 0 0
[pid=2011/tid=2024] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2024/stat : 2024 (python) S 2009 2011 1945 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 9 0 641811867 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 6 0 0 0
[pid=2011/tid=2027] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2027/stat : 2027 (python) S 2009 2011 1945 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 641811870 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 3 0 0 0
[pid=2011/tid=2030] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2030/stat : 2030 (python) S 2009 2011 1945 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 641811872 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 0 0 0 0
[pid=2011/tid=2033] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2033/stat : 2033 (python) S 2009 2011 1945 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 9 0 641811875 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 7 0 0 0
[pid=2011/tid=2036] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2036/stat : 2036 (python) S 2009 2011 1945 0 -1 4202560 61 934 0 0 0 0 0 0 19 0 9 0 641811878 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 1 0 0 0
[pid=2011/tid=2039] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2039/stat : 2039 (python) S 2009 2011 1945 0 -1 4202560 34 934 0 0 0 0 0 0 21 0 9 0 641811881 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 2 0 0 0
[pid=2011/tid=2042] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2042/stat : 2042 (python) S 2009 2011 1945 0 -1 4202560 31 934 0 0 0 0 0 0 23 0 9 0 641811885 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 124.32
Current children cumulated vsize (KiB) 5071944

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

[startup+102.417 s]
/proc/loadavg: 2.76 3.81 4.35 10/411 2043
/proc/meminfo: memFree=14618948/32951124 swapFree=65980224/67111528
[pid=2011] ppid=2009 vsize=545164 CPUtime=98.35 cores=0-7
/proc/2011/stat : 2011 (python) S 2009 2011 1945 0 -1 4202496 68344 934 1 0 9811 24 0 0 23 0 9 0 641802017 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 5
/proc/2011/statm: 136291 36968 1889 364 0 72188 0
[pid=2020] ppid=2011 vsize=397592 CPUtime=0 cores=0-7

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

[pid=2020] ppid=2011 vsize=397592 CPUtime=0.14 cores=0-7
/proc/2020/stat : 2020 (python) S 2011 2011 1945 0 -1 4202560 1001 0 0 0 7 7 0 0 18 0 1 0 641811864 407134208 35331 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471119 0 0 16781312 514 15341476946265473281 0 0 17 4 0 0 0
/proc/2020/statm: 99398 35331 381 364 0 35316 0
[pid=2022] ppid=2020 vsize=43232 CPUtime=50.42 cores=0-7
/proc/2022/stat : 2022 (lingeling) R 2020 2022 2022 0 -1 4202496 31086 0 0 0 5037 5 0 0 25 0 1 0 641811864 44269568 9399 33554432000 4194304 4352236 140737331126208 18446744073709551615 4245541 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/2022/statm: 10808 9399 129 39 0 9888 0
[pid=2023] ppid=2011 vsize=407848 CPUtime=0.14 cores=0-7
/proc/2023/stat : 2023 (python) S 2011 2011 1945 0 -1 4202560 923 0 0 0 7 7 0 0 18 0 1 0 641811867 417636352 35324 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 15341476946265473284 0 0 17 1 0 0 0
/proc/2023/statm: 101962 35324 370 364 0 37877 0
[pid=2025] ppid=2023 vsize=35400 CPUtime=50.66 cores=0-7
/proc/2025/stat : 2025 (lingeling) R 2023 2025 2025 0 -1 4202496 29345 0 0 0 5062 4 0 0 25 0 1 0 641811867 36249600 8052 33554432000 4194304 4352236 140737008246240 18446744073709551615 4245513 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2025/statm: 8850 8052 129 39 0 7930 0
[pid=2026] ppid=2011 vsize=418104 CPUtime=0.14 cores=0-7
/proc/2026/stat : 2026 (python) S 2011 2011 1945 0 -1 4202560 926 0 0 0 6 8 0 0 18 0 1 0 641811869 428138496 35328 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 15341476946265473282 0 0 17 1 0 0 0
/proc/2026/statm: 104526 35328 370 364 0 40438 0
[pid=2028] ppid=2026 vsize=64732 CPUtime=50.65 cores=0-7
/proc/2028/stat : 2028 (lingeling) R 2026 2028 2028 0 -1 4202496 28373 0 0 0 5061 4 0 0 25 0 1 0 641811870 66285568 15353 33554432000 4194304 4352236 140736533572240 18446744073709551615 4289865 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2028/statm: 16183 15353 129 39 0 15263 0
[pid=2029] ppid=2011 vsize=428360 CPUtime=0.15 cores=0-7
/proc/2029/stat : 2029 (python) S 2011 2011 1945 0 -1 4202560 971 0 0 0 7 8 0 0 15 0 1 0 641811872 438640640 35332 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 3401132516633968897 0 0 17 1 0 0 0
/proc/2029/statm: 107090 35332 370 364 0 42999 0
[pid=2031] ppid=2029 vsize=989612 CPUtime=25.41 cores=0-7
/proc/2031/stat : 2031 (cryptominisat-2) R 2029 2031 2031 0 -1 4202496 203478 0 0 0 2515 26 0 0 25 0 1 0 641811873 1013362688 198705 33554432000 4194304 4677096 140734181458384 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/2031/statm: 247403 198705 387 118 0 242362 0
[pid=2032] ppid=2011 vsize=438616 CPUtime=0.14 cores=0-7
/proc/2032/stat : 2032 (python) S 2011 2011 1945 0 -1 4202560 961 0 0 0 6 8 0 0 18 0 1 0 641811875 449142784 35336 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 15341476946265473283 0 0 17 1 0 0 0
/proc/2032/statm: 109654 35336 370 364 0 45560 0
[pid=2034] ppid=2032 vsize=64924 CPUtime=49.85 cores=0-7
/proc/2034/stat : 2034 (lingeling) R 2032 2034 2034 0 -1 4202496 28424 0 0 0 4980 5 0 0 25 0 1 0 641811875 66482176 15401 33554432000 4194304 4352236 140735665871120 18446744073709551615 4289888 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/2034/statm: 16231 15401 129 39 0 15311 0
[pid=2035] ppid=2011 vsize=514408 CPUtime=0.16 cores=0-7
/proc/2035/stat : 2035 (python) S 2011 2011 1945 0 -1 4202560 810 0 0 0 8 8 0 0 15 0 1 0 641811878 526753792 35458 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 15341476946265473281 0 0 17 1 0 0 0
/proc/2035/statm: 128602 35458 371 364 0 64505 0
[pid=2037] ppid=2035 vsize=1481060 CPUtime=49.81 cores=0-7
/proc/2037/stat : 2037 (cryptominisat-2) R 2035 2037 2037 0 -1 4202496 295792 0 0 0 4942 39 0 0 25 0 1 0 641811880 1516605440 280824 33554432000 4194304 4677096 140733233584672 18446744073709551615 4334218 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2037/statm: 370265 280824 388 118 0 365224 0
[pid=2038] ppid=2011 vsize=524664 CPUtime=0.14 cores=0-7
/proc/2038/stat : 2038 (python) S 2011 2011 1945 0 -1 4202560 813 0 0 0 6 8 0 0 18 0 1 0 641811881 537255936 35431 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 15341476946265473283 0 0 17 2 0 0 0
/proc/2038/statm: 131166 35431 371 364 0 67066 0
[pid=2040] ppid=2038 vsize=198504 CPUtime=25.21 cores=0-7
/proc/2040/stat : 2040 (precosat) R 2038 2040 2040 0 -1 4202496 52075 0 0 0 2515 6 0 0 25 0 1 0 641811883 203268096 47758 33554432000 4194304 4890832 140736434623440 18446744073709551615 4474497 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/2040/statm: 49626 47758 86 171 0 49453 0
[pid=2041] ppid=2011 vsize=534920 CPUtime=0.14 cores=0-7
/proc/2041/stat : 2041 (python) S 2011 2011 1945 0 -1 4202560 868 0 0 0 7 7 0 0 18 0 1 0 641811884 547758080 35452 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 15341476946265473283 0 0 17 2 0 0 0
/proc/2041/statm: 133730 35452 377 364 0 69627 0
[pid=2043] ppid=2041 vsize=36812 CPUtime=50.37 cores=0-7
/proc/2043/stat : 2043 (lingeling) R 2041 2043 2043 0 -1 4202496 28272 0 0 0 5033 4 0 0 25 0 1 0 641811885 37695488 8405 33554432000 4194304 4352236 140734658598256 18446744073709551615 4278683 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2043/statm: 9203 8405 129 39 0 8283 0
[pid=2011/tid=2021] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2021/stat : 2021 (python) S 2009 2011 1945 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 9 0 641811864 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 0 0 0 0
[pid=2011/tid=2024] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2024/stat : 2024 (python) S 2009 2011 1945 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 9 0 641811867 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 6 0 0 0
[pid=2011/tid=2027] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2027/stat : 2027 (python) S 2009 2011 1945 0 -1 4202560 23 934 0 0 0 0 0 0 18 0 9 0 641811870 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 3 0 0 0
[pid=2011/tid=2030] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2030/stat : 2030 (python) S 2009 2011 1945 0 -1 4202560 23 934 0 0 0 0 0 0 20 0 9 0 641811872 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 0 0 0 0
[pid=2011/tid=2033] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2033/stat : 2033 (python) S 2009 2011 1945 0 -1 4202560 27 934 0 0 0 0 0 0 21 0 9 0 641811875 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 7 0 0 0
[pid=2011/tid=2036] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2036/stat : 2036 (python) S 2009 2011 1945 0 -1 4202560 61 934 0 0 0 0 0 0 19 0 9 0 641811878 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 1 0 0 0
[pid=2011/tid=2039] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2039/stat : 2039 (python) S 2009 2011 1945 0 -1 4202560 34 934 0 0 0 0 0 0 21 0 9 0 641811881 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 2 0 0 0
[pid=2011/tid=2042] ppid=2009 vsize=545164 CPUtime=0 cores=0-7
/proc/2011/task/2042/stat : 2042 (python) S 2009 2011 1945 0 -1 4202560 31 934 0 0 0 0 0 0 23 0 9 0 641811885 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 451.88
Current children cumulated vsize (KiB) 7123952

[startup+149.602 s]
/proc/loadavg: 6.49 4.65 4.61 10/411 2044
/proc/meminfo: memFree=13083780/32951124 swapFree=65980224/67111528
[pid=2011] ppid=2009 vsize=545164 CPUtime=98.35 cores=0-7
/proc/2011/stat : 2011 (python) S 2009 2011 1945 0 -1 4202496 68344 934 1 0 9811 24 0 0 23 0 9 0 641802017 558247936 36968 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107277771 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 5
/proc/2011/statm: 136291 36968 1889 364 0 72188 0
[pid=2020] ppid=2011 vsize=397592 CPUtime=0.14 cores=0-7
/proc/2020/stat : 2020 (python) S 2011 2011 1945 0 -1 4202560 1001 0 0 0 7 7 0 0 18 0 1 0 641811864 407134208 35331 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471119 0 0 16781312 514 15341476946265473281 0 0 17 4 0 0 0
/proc/2020/statm: 99398 35331 381 364 0 35316 0
[pid=2022] ppid=2020 vsize=41180 CPUtime=50.83 cores=0-7
/proc/2022/stat : 2022 (lingeling) R 2020 2022 2022 0 -1 4202496 31086 0 0 0 5078 5 0 0 25 0 1 0 641811864 42168320 8886 33554432000 4194304 4352236 140737331126208 18446744073709551615 4238615 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/2022/statm: 10295 8886 129 39 0 9375 0
[pid=2023] ppid=2011 vsize=407848 CPUtime=0.14 cores=0-7
/proc/2023/stat : 2023 (python) S 2011 2011 1945 0 -1 4202560 923 0 0 0 7 7 0 0 18 0 1 0 641811867 417636352 35324 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 15341476946265473284 0 0 17 1 0 0 0
/proc/2023/statm: 101962 35324 370 364 0 37877 0
[pid=2025] ppid=2023 vsize=35400 CPUtime=51.06 cores=0-7
/proc/2025/stat : 2025 (lingeling) R 2023 2025 2025 0 -1 4202496 29345 0 0 0 5102 4 0 0 25 0 1 0 641811867 36249600 8052 33554432000 4194304 4352236 140737008246240 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/2025/statm: 8850 8052 129 39 0 7930 0
[pid=2026] ppid=2011 vsize=418104 CPUtime=0.14 cores=0-7
/proc/2026/stat : 2026 (python) S 2011 2011 1945 0 -1 4202560 926 0 0 0 6 8 0 0 18 0 1 0 641811869 428138496 35328 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 15341476946265473282 0 0 17 1 0 0 0
/proc/2026/statm: 104526 35328 370 364 0 40438 0
[pid=2028] ppid=2026 vsize=64732 CPUtime=51.06 cores=0-7
/proc/2028/stat : 2028 (lingeling) R 2026 2028 2028 0 -1 4202496 28373 0 0 0 5102 4 0 0 25 0 1 0 641811870 66285568 15353 33554432000 4194304 4352236 140736533572240 18446744073709551615 4245536 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/2028/statm: 16183 15353 129 39 0 15263 0
[pid=2029] ppid=2011 vsize=428360 CPUtime=0.15 cores=0-7
/proc/2029/stat : 2029 (python) S 2011 2011 1945 0 -1 4202560 973 0 0 0 7 8 0 0 15 0 1 0 641811872 438640640 35332 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 15341476946265473281 0 0 17 1 0 0 0
/proc/2029/statm: 107090 35332 370 364 0 42999 0
[pid=2031] ppid=2029 vsize=989612 CPUtime=25.61 cores=0-7
/proc/2031/stat : 2031 (cryptominisat-2) R 2029 2031 2031 0 -1 4202496 203618 0 0 0 2535 26 0 0 25 0 1 0 641811873 1013362688 198845 33554432000 4194304 4677096 140734181458384 18446744073709551615 4360396 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/2031/statm: 247403 198845 387 118 0 242362 0
[pid=2032] ppid=2011 vsize=438616 CPUtime=0.14 cores=0-7
/proc/2032/stat : 2032 (python) S 2011 2011 1945 0 -1 4202560 961 0 0 0 6 8 0 0 18 0 1 0 641811875 449142784 35336 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 15341476946265473283 0 0 17 1 0 0 0
/proc/2032/statm: 109654 35336 370 364 0 45560 0
[pid=2034] ppid=2032 vsize=64924 CPUtime=50.25 cores=0-7
/proc/2034/stat : 2034 (lingeling) R 2032 2034 2034 0 -1 4202496 28424 0 0 0 5020 5 0 0 25 0 1 0 641811875 66482176 15401 33554432000 4194304 4352236 140735665871120 18446744073709551615 4289865 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/2034/statm: 16231 15401 129 39 0 15311 0
[pid=2035] ppid=2011 vsize=514408 CPUtime=0.16 cores=0-7
/proc/2035/stat : 2035 (python) S 2011 2011 1945 0 -1 4202560 810 0 0 0 8 8 0 0 15 0 1 0 641811878 526753792 35458 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 15341476946265473281 0 0 17 1 0 0 0
/proc/2035/statm: 128602 35458 371 364 0 64505 0
[pid=2037] ppid=2035 vsize=1482056 CPUtime=50.2 cores=0-7
/proc/2037/stat : 2037 (cryptominisat-2) R 2035 2037 2037 0 -1 4202496 296090 0 0 0 4980 40 0 0 25 0 1 0 641811880 1517625344 281122 33554432000 4194304 4677096 140733233584672 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/2037/statm: 370514 281122 388 118 0 365473 0
[pid=2038] ppid=2011 vsize=524664 CPUtime=25.55 cores=0-7
/proc/2038/stat : 2038 (python) R 2011 2011 1945 0 -1 4202560 898 52076 0 0 6 8 2535 6 15 0 1 0 641811881 537255936 35436 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095109553 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/2038/statm: 131166 35436 376 364 0 67066 0
[pid=2041] ppid=2011 vsize=534920 CPUtime=0.14 cores=0-7
/proc/2041/stat : 2041 (python) S 2011 2011 1945 0 -1 4202560 868 0 0 0 7 7 0 0 18 0 1 0 641811884 547758080 35452 33554432000 4194304 5683644 140736652100944 18446744073709551615 228095471174 0 0 16781312 514 15341476946265473283 0 0 17 2 0 0 0
/proc/2041/statm: 133730 35452 377 364 0 69627 0
[pid=2043] ppid=2041 vsize=36812 CPUtime=50.77 cores=0-7
/proc/2043/stat : 2043 (lingeling) R 2041 2043 2043 0 -1 4202496 28272 0 0 0 5073 4 0 0 25 0 1 0 641811885 37695488 8405 33554432000 4194304 4352236 140734658598256 18446744073709551615 4328085 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2043/statm: 9203 8405 129 39 0 8283 0
[pid=2011/tid=2021] ppid=2009 vsize=545164 CPUtime=50.93 cores=0-7
/proc/2011/task/2021/stat : 2021 (python) S 2009 2011 1945 0 -1 4202560 25 30122 0 0 0 0 5081 12 25 0 9 0 641811864 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 0 0 0 0
[pid=2011/tid=2024] ppid=2009 vsize=545164 CPUtime=50.93 cores=0-7
/proc/2011/task/2024/stat : 2024 (python) S 2009 2011 1945 0 -1 4202560 20 30122 0 0 0 0 5081 12 25 0 9 0 641811867 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 6 0 0 0
[pid=2011/tid=2027] ppid=2009 vsize=545164 CPUtime=50.93 cores=0-7
/proc/2011/task/2027/stat : 2027 (python) S 2009 2011 1945 0 -1 4202560 23 30122 0 0 0 0 5081 12 18 0 9 0 641811870 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 3 0 0 0
[pid=2011/tid=2030] ppid=2009 vsize=545164 CPUtime=50.93 cores=0-7
/proc/2011/task/2030/stat : 2030 (python) S 2009 2011 1945 0 -1 4202560 23 30122 0 0 0 0 5081 12 20 0 9 0 641811872 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 0 0 0 0
[pid=2011/tid=2033] ppid=2009 vsize=545164 CPUtime=50.93 cores=0-7
/proc/2011/task/2033/stat : 2033 (python) S 2009 2011 1945 0 -1 4202560 27 30122 0 0 0 0 5081 12 21 0 9 0 641811875 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 7 0 0 0
[pid=2011/tid=2036] ppid=2009 vsize=545164 CPUtime=50.93 cores=0-7
/proc/2011/task/2036/stat : 2036 (python) S 2009 2011 1945 0 -1 4202560 61 30122 0 0 0 0 5081 12 19 0 9 0 641811878 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 1 0 0 0
[pid=2011/tid=2039] ppid=2009 vsize=545164 CPUtime=50.93 cores=0-7
/proc/2011/task/2039/stat : 2039 (python) S 2009 2011 1945 0 -1 4202560 34 30122 0 0 0 0 5081 12 21 0 9 0 641811881 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 2 0 0 0
[pid=2011/tid=2042] ppid=2009 vsize=545164 CPUtime=50.93 cores=0-7
/proc/2011/task/2042/stat : 2042 (python) S 2009 2011 1945 0 -1 4202560 31 30122 0 0 0 0 5081 12 23 0 9 0 641811885 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 454.69
Current children cumulated vsize (KiB) 6924392

[startup+149.716 s]
/proc/loadavg: 6.49 4.65 4.61 10/411 2044
/proc/meminfo: memFree=13083780/32951124 swapFree=65980224/67111528
[pid=2011] ppid=2009 vsize=545164 CPUtime=403.68 cores=0-7
/proc/2011/stat : 2011 (python) S 2009 2011 1945 0 -1 4202496 68388 448329 1 0 9812 24 30411 121 17 0 9 0 641802017 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107281215 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 5
/proc/2011/statm: 136291 36969 1890 364 0 72188 0
[pid=2029] ppid=2011 vsize=428360 CPUtime=0.15 cores=0-7
/proc/2029/stat : 2029 (python) S 2011 2011 1945 0 -1 4202560 991 0 0 0 7 8 0 0 15 0 1 0 641811872 438640640 35337 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107281215 0 0 16781824 2 18446744071562232103 0 0 17 1 0 0 0
/proc/2029/statm: 107090 35337 375 364 0 42999 0
[pid=2031] ppid=2029 vsize=0 CPUtime=25.72 cores=0-7
/proc/2031/stat : 2031 (cryptominisat-2) R 2029 2031 2031 0 -1 4203524 203683 0 0 0 2544 28 0 0 25 0 1 0 641811873 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2031/statm: 0 0 0 0 0 0 0
[pid=2038] ppid=2011 vsize=0 CPUtime=25.56 cores=0-7
/proc/2038/stat : 2038 (python) Z 2011 2011 1945 0 -1 4202588 1075 52076 0 0 7 8 2535 6 15 0 1 0 641811881 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2038/statm: 0 0 0 0 0 0 0
[pid=2011/tid=2021] ppid=2009 vsize=545164 CPUtime=305.32 cores=0-7
/proc/2011/task/2021/stat : 2021 (python) S 2009 2011 1945 0 -1 4202560 25 448329 0 0 0 0 30411 121 25 0 9 0 641811864 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 0 0 0 0
[pid=2011/tid=2024] ppid=2009 vsize=545164 CPUtime=305.32 cores=0-7
/proc/2011/task/2024/stat : 2024 (python) S 2009 2011 1945 0 -1 4202560 20 448329 0 0 0 0 30411 121 25 0 9 0 641811867 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 6 0 0 0
[pid=2011/tid=2027] ppid=2009 vsize=545164 CPUtime=305.32 cores=0-7
/proc/2011/task/2027/stat : 2027 (python) S 2009 2011 1945 0 -1 4202560 23 448329 0 0 0 0 30411 121 18 0 9 0 641811870 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 3 0 0 0
[pid=2011/tid=2030] ppid=2009 vsize=545164 CPUtime=305.32 cores=0-7
/proc/2011/task/2030/stat : 2030 (python) S 2009 2011 1945 0 -1 4202560 23 448329 0 0 0 0 30411 121 20 0 9 0 641811872 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 0 0 0 0
[pid=2011/tid=2033] ppid=2009 vsize=545164 CPUtime=305.32 cores=0-7
/proc/2011/task/2033/stat : 2033 (python) S 2009 2011 1945 0 -1 4202560 27 448329 0 0 0 0 30411 121 21 0 9 0 641811875 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 7 0 0 0
[pid=2011/tid=2036] ppid=2009 vsize=545164 CPUtime=305.32 cores=0-7
/proc/2011/task/2036/stat : 2036 (python) S 2009 2011 1945 0 -1 4202560 61 448329 0 0 0 0 30411 121 19 0 9 0 641811878 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 1 0 0 0
[pid=2011/tid=2039] ppid=2009 vsize=545164 CPUtime=305.32 cores=0-7
/proc/2011/task/2039/stat : 2039 (python) S 2009 2011 1945 0 -1 4202560 34 448329 0 0 0 0 30411 121 21 0 9 0 641811881 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 2 0 0 0
[pid=2011/tid=2042] ppid=2009 vsize=545164 CPUtime=305.32 cores=0-7
/proc/2011/task/2042/stat : 2042 (python) S 2009 2011 1945 0 -1 4202560 31 448329 0 0 0 0 30411 121 23 0 9 0 641811885 558247936 36969 33554432000 4194304 5683644 140736652100944 18446744073709551615 228107274673 0 0 16781312 2 18446604453982658752 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 455.11
Current children cumulated vsize (KiB) 973524

Child status: 0
Real time (s): 149.779
CPU time (s): 455.231
CPU user time (s): 453.208
CPU system time (s): 2.02269
CPU usage (%): 303.934
Max. virtual memory (cumulated for all children) (KiB): 7152428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 453.208
system time used= 2.02269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 792043
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= 3609
involuntary context switches= 2970

runsolver used 0.622905 second user time and 1.40279 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-15 23:11:05
IDJOB=3380844
IDBENCH=82435
IDSOLVER=1864
FILE ID=node142/3380844-1305493865
RUNJOBID= node142-1305493624-1959
PBS_JOBID= 13325427
Free space on /tmp= 73528 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-lfsr_008_063_080-tseitin.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-3380844-1305493865/watcher-3380844-1305493865 -o /tmp/evaluation-result-3380844-1305493865/solver-3380844-1305493865 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380844-1305493865.cnf -seed 1284765542 -budget 40000 -cores 8

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

MD5SUM BENCH= ceca868d07951273fdc2de08c57f2b6a
RANDOM SEED=1284765542

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:      15525908 kB
Buffers:        346508 kB
Cached:        4928116 kB
SwapCached:      11512 kB
Active:       13935192 kB
Inactive:      3135956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15525908 kB
SwapTotal:    67111528 kB
SwapFree:     65980224 kB
Dirty:           43536 kB
Writeback:           8 kB
AnonPages:    11793316 kB
Mapped:          22476 kB
Slab:           239188 kB
PageTables:      48368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 85093484 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73496 MiB
End job on node142 at 2011-05-15 23:13:35