Trace number 3484687

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-seq-industrial (fixed, 1200 s timeout)UNSAT 650.431 650.477

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2328
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

Solver Data

0.29/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.29/0.48	c INFO: solving HOME/instance-3484687-1307753276.cnf
0.29/0.48	c INFO: computing task features
0.38/0.53	c INFO: computed variable-clause graph statistics
0.38/0.53	c INFO: computed clause balance statistics
0.58/0.79	c INFO: computed variable balance statistics
0.78/0.97	c INFO: computed small-clause counts
0.78/0.97	c INFO: computed Horn-clause counts
0.88/1.04	c INFO: computed variable graph statistics
0.88/1.04	c INFO: collected features for HOME/instance-3484687-1307753276.cnf in 0.55 s
0.88/1.05	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
587.51/587.64	c INFO: running cryptominisat-2.9.0@0 for 613 with 613 remaining (b = 0.51)
650.30/650.45	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.1 (svn: 988)

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-3484687-1307753276/watcher-3484687-1307753276 -o /tmp/evaluation-result-3484687-1307753276/solver-3484687-1307753276 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484687-1307753276.cnf -seed 2040768130 -budget 1200 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.14 3.73 3.79 4/194 15804
/proc/meminfo: memFree=28316368/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=15080 CPUtime=0 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 617 0 0 0 0 0 0 0 25 0 1 0 867743554 15441920 513 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/15804/statm: 3770 513 300 364 0 257 0

[startup+0.0268819 s]
/proc/loadavg: 3.14 3.73 3.79 4/194 15804
/proc/meminfo: memFree=28316368/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=16396 CPUtime=0.01 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 1153 0 0 0 1 0 0 0 25 0 1 0 867743554 16789504 1018 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816234496 0 2147483391 16781312 2 18446744071699207358 0 0 17 1 0 0 0
/proc/15804/statm: 4099 1018 413 364 0 586 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16396

[startup+0.100871 s]
/proc/loadavg: 3.14 3.73 3.79 4/194 15804
/proc/meminfo: memFree=28316368/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=99376 CPUtime=0.06 cores=1,3
/proc/15804/stat : 15804 (python) R 15802 15804 12976 0 -1 4202496 2876 0 0 0 5 1 0 0 17 0 1 0 867743554 101761024 2572 33554432000 4194304 5683644 140734938283104 18446744073709551615 4617134 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15804/statm: 24844 2582 831 364 0 1695 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99376

[startup+0.300843 s]
/proc/loadavg: 3.14 3.73 3.79 4/194 15804
/proc/meminfo: memFree=28316368/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=156692 CPUtime=0.21 cores=1,3
/proc/15804/stat : 15804 (python) R 15802 15804 12976 0 -1 4202496 6384 933 1 0 17 4 0 0 17 0 1 0 867743554 160452608 4496 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816236176 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15804/statm: 39173 4496 1257 364 0 3281 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 156692

[startup+0.700763 s]
/proc/loadavg: 3.14 3.73 3.79 4/194 15804
/proc/meminfo: memFree=28316368/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=281396 CPUtime=0.58 cores=1,3
/proc/15804/stat : 15804 (python) R 15802 15804 12976 0 -1 4202496 10178 933 1 0 50 8 0 0 17 0 1 0 867743554 288149504 7760 33554432000 4194304 5683644 140734938283104 18446744073709551615 220819645377 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15804/statm: 70349 7760 1826 364 0 6273 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 281396

[startup+1.50058 s]
/proc/loadavg: 3.14 3.73 3.79 4/195 15809
/proc/meminfo: memFree=28291584/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=290284 CPUtime=0.93 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 10562 933 1 0 85 8 0 0 20 0 2 0 867743554 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15804/statm: 72571 7465 1867 364 0 8489 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 290284

[startup+3.10032 s]
/proc/loadavg: 3.14 3.73 3.79 4/198 15812
/proc/meminfo: memFree=28285732/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=290284 CPUtime=0.93 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 10562 933 1 0 85 8 0 0 20 0 2 0 867743554 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15804/statm: 72571 7465 1867 364 0 8489 0
[pid=15810] ppid=15804 vsize=280040 CPUtime=0 cores=1,3
/proc/15810/stat : 15810 (python) S 15804 15804 12976 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 867743659 286760960 5948 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816256527 0 0 16781312 514 4430368308964851975 0 0 17 1 0 0 0
/proc/15810/statm: 70010 5948 354 364 0 5928 0
[pid=15812] ppid=15810 vsize=7360 CPUtime=2.03 cores=1,3
/proc/15812/stat : 15812 (lingeling) R 15810 15812 15812 0 -1 4202496 1813 0 0 0 203 0 0 0 25 0 1 0 867743659 7536640 1041 33554432000 4194304 4352236 140736685065760 18446744073709551615 4328181 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15812/statm: 1840 1041 128 39 0 920 0
[pid=15804/tid=15811] ppid=15802 vsize=290284 CPUtime=0 cores=1,3
/proc/15804/task/15811/stat : 15811 (python) S 15802 15804 12976 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 2 0 867743659 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 577684

[startup+6.30073 s]
/proc/loadavg: 3.21 3.73 3.79 4/198 15812
/proc/meminfo: memFree=28284872/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=290284 CPUtime=0.93 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 10562 933 1 0 85 8 0 0 20 0 2 0 867743554 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15804/statm: 72571 7465 1867 364 0 8489 0
[pid=15810] ppid=15804 vsize=280040 CPUtime=0 cores=1,3
/proc/15810/stat : 15810 (python) S 15804 15804 12976 0 -1 4202560 886 0 0 0 0 0 0 0 18 0 1 0 867743659 286760960 5971 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816256527 0 0 16781312 514 4430368308964851975 0 0 17 1 0 0 0
/proc/15810/statm: 70010 5971 377 364 0 5928 0
[pid=15812] ppid=15810 vsize=8048 CPUtime=5.23 cores=1,3
/proc/15812/stat : 15812 (lingeling) R 15810 15812 15812 0 -1 4202496 2113 0 0 0 523 0 0 0 25 0 1 0 867743659 8241152 1181 33554432000 4194304 4352236 140736685065760 18446744073709551615 4328059 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15812/statm: 2012 1181 128 39 0 1092 0
[pid=15804/tid=15811] ppid=15802 vsize=290284 CPUtime=0 cores=1,3
/proc/15804/task/15811/stat : 15811 (python) S 15802 15804 12976 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 2 0 867743659 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 578372

[startup+12.7005 s]
/proc/loadavg: 3.19 3.72 3.79 4/198 15812
/proc/meminfo: memFree=28280564/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=290284 CPUtime=0.93 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 10562 933 1 0 85 8 0 0 20 0 2 0 867743554 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15804/statm: 72571 7465 1867 364 0 8489 0
[pid=15810] ppid=15804 vsize=280040 CPUtime=0 cores=1,3
/proc/15810/stat : 15810 (python) S 15804 15804 12976 0 -1 4202560 889 0 0 0 0 0 0 0 18 0 1 0 867743659 286760960 5971 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816256527 0 0 16781312 514 17276705372081455367 0 0 17 1 0 0 0
/proc/15810/statm: 70010 5971 377 364 0 5928 0
[pid=15812] ppid=15810 vsize=9076 CPUtime=11.62 cores=1,3
/proc/15812/stat : 15812 (lingeling) R 15810 15812 15812 0 -1 4202496 3672 0 0 0 1161 1 0 0 25 0 1 0 867743659 9293824 1460 33554432000 4194304 4352236 140736685065760 18446744073709551615 4328208 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15812/statm: 2269 1460 128 39 0 1349 0
[pid=15804/tid=15811] ppid=15802 vsize=290284 CPUtime=0 cores=1,3
/proc/15804/task/15811/stat : 15811 (python) S 15802 15804 12976 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 2 0 867743659 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 579400

[startup+25.5012 s]
/proc/loadavg: 3.23 3.70 3.78 4/198 15812
/proc/meminfo: memFree=28281200/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=290284 CPUtime=0.93 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 10562 933 1 0 85 8 0 0 20 0 2 0 867743554 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15804/statm: 72571 7465 1867 364 0 8489 0
[pid=15810] ppid=15804 vsize=280040 CPUtime=0.02 cores=1,3
/proc/15810/stat : 15810 (python) S 15804 15804 12976 0 -1 4202560 895 0 0 0 1 1 0 0 18 0 1 0 867743659 286760960 5971 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816256527 0 0 16781312 514 17276705372081455367 0 0 17 1 0 0 0
/proc/15810/statm: 70010 5971 377 364 0 5928 0
[pid=15812] ppid=15810 vsize=10328 CPUtime=24.41 cores=1,3
/proc/15812/stat : 15812 (lingeling) R 15810 15812 15812 0 -1 4202496 5180 0 0 0 2440 1 0 0 25 0 1 0 867743659 10575872 1784 33554432000 4194304 4352236 140736685065760 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15812/statm: 2582 1784 129 39 0 1662 0
[pid=15804/tid=15811] ppid=15802 vsize=290284 CPUtime=0 cores=1,3
/proc/15804/task/15811/stat : 15811 (python) S 15802 15804 12976 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 2 0 867743659 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 580652

[startup+51.1005 s]
/proc/loadavg: 3.15 3.64 3.76 4/198 15813
/proc/meminfo: memFree=28251884/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=290284 CPUtime=0.93 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 10562 933 1 0 85 8 0 0 20 0 2 0 867743554 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15804/statm: 72571 7465 1867 364 0 8489 0
[pid=15810] ppid=15804 vsize=280040 CPUtime=0.05 cores=1,3
/proc/15810/stat : 15810 (python) S 15804 15804 12976 0 -1 4202560 905 0 0 0 2 3 0 0 18 0 1 0 867743659 286760960 5971 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816256527 0 0 16781312 514 17276705372081455367 0 0 17 1 0 0 0
/proc/15810/statm: 70010 5971 377 364 0 5928 0
[pid=15812] ppid=15810 vsize=13016 CPUtime=49.98 cores=1,3
/proc/15812/stat : 15812 (lingeling) R 15810 15812 15812 0 -1 4202496 8348 0 0 0 4997 1 0 0 25 0 1 0 867743659 13328384 2456 33554432000 4194304 4352236 140736685065760 18446744073709551615 4207882 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15812/statm: 3254 2456 129 39 0 2334 0
[pid=15804/tid=15811] ppid=15802 vsize=290284 CPUtime=0 cores=1,3
/proc/15804/task/15811/stat : 15811 (python) S 15802 15804 12976 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 2 0 867743659 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 583340

[startup+102.307 s]
/proc/loadavg: 2.98 3.52 3.71 3/187 15857
/proc/meminfo: memFree=30549724/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=290284 CPUtime=0.93 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 10562 933 1 0 85 8 0 0 20 0 2 0 867743554 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15804/statm: 72571 7465 1867 364 0 8489 0
[pid=15810] ppid=15804 vsize=280040 CPUtime=0.11 cores=1,3
/proc/15810/stat : 15810 (python) S 15804 15804 12976 0 -1 4202560 928 0 0 0 5 6 0 0 18 0 1 0 867743659 286760960 5971 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816256527 0 0 16781312 514 17276705372081455367 0 0 17 1 0 0 0
/proc/15810/statm: 70010 5971 377 364 0 5928 0
[pid=15812] ppid=15810 vsize=15708 CPUtime=101.13 cores=1,3
/proc/15812/stat : 15812 (lingeling) R 15810 15812 15812 0 -1 4202496 14909 0 0 0 10111 2 0 0 25 0 1 0 867743659 16084992 3129 33554432000 4194304 4352236 140736685065760 18446744073709551615 4276690 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15812/statm: 3927 3129 129 39 0 3007 0
[pid=15804/tid=15811] ppid=15802 vsize=290284 CPUtime=0 cores=1,3
/proc/15804/task/15811/stat : 15811 (python) S 15802 15804 12976 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 2 0 867743659 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.17
Current children cumulated vsize (KiB) 586032

[startup+162.301 s]
/proc/loadavg: 2.99 3.43 3.66 4/187 15859
/proc/meminfo: memFree=30428760/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=290284 CPUtime=0.93 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 10562 933 1 0 85 8 0 0 20 0 2 0 867743554 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15804/statm: 72571 7465 1867 364 0 8489 0
[pid=15810] ppid=15804 vsize=280040 CPUtime=0.19 cores=1,3
/proc/15810/stat : 15810 (python) S 15804 15804 12976 0 -1 4202560 946 0 0 0 9 10 0 0 18 0 1 0 867743659 286760960 5971 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816256527 0 0 16781312 514 17276705372081455367 0 0 17 1 0 0 0
/proc/15810/statm: 70010 5971 377 364 0 5928 0
[pid=15812] ppid=15810 vsize=20316 CPUtime=161.06 cores=1,3
/proc/15812/stat : 15812 (lingeling) R 15810 15812 15812 0 -1 4202496 19709 0 0 0 16103 3 0 0 25 0 1 0 867743659 20803584 4281 33554432000 4194304 4352236 140736685065760 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/15812/statm: 5079 4281 129 39 0 4159 0
[pid=15804/tid=15811] ppid=15802 vsize=290284 CPUtime=0 cores=1,3
/proc/15804/task/15811/stat : 15811 (python) S 15802 15804 12976 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 2 0 867743659 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 590640

[startup+222.301 s]
/proc/loadavg: 3.06 3.36 3.62 5/187 15907
/proc/meminfo: memFree=29636580/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=290284 CPUtime=0.93 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 10562 933 1 0 85 8 0 0 20 0 2 0 867743554 297250816 7465 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15804/statm: 72571 7465 1867 364 0 8489 0
[pid=15810] ppid=15804 vsize=280040 CPUtime=0.25 cores=1,3
/proc/15810/stat : 15810 (python) S 15804 15804 12976 0 -1 4202560 966 0 0 0 12 13 0 0 18 0 1 0 867743659 286760960 5971 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816256527 0 0 16781312 514 17276705372081455367 0 0 17 1 0 0 0

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

[pid=15804/tid=15811] ppid=15802 vsize=300900 CPUtime=0 cores=1,3
/proc/15804/task/15811/stat : 15811 (python) S 15802 15804 12976 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 3 0 867743659 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
[pid=15804/tid=15922] ppid=15802 vsize=300900 CPUtime=0 cores=1,3
/proc/15804/task/15922/stat : 15922 (python) S 15802 15804 12976 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 867802318 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 642.21
Current children cumulated vsize (KiB) 965840

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

[startup+646.301 s]
/proc/loadavg: 3.06 3.11 3.39 5/194 15925
/proc/meminfo: memFree=29745056/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=300900 CPUtime=0.94 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 11381 933 1 0 85 9 0 0 19 0 3 0 867743554 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15804/statm: 75225 7538 1878 364 0 11140 0
[pid=15810] ppid=15804 vsize=290284 CPUtime=0.68 cores=1,3
/proc/15810/stat : 15810 (python) S 15804 15804 12976 0 -1 4202560 1195 0 0 0 34 34 0 0 19 0 2 0 867743659 297250816 6014 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15810/statm: 72571 6014 415 364 0 8489 0
[pid=15812] ppid=15810 vsize=24804 CPUtime=585.93 cores=1,3
/proc/15812/stat : 15812 (lingeling) T 15810 15812 15812 0 -1 4202496 49023 0 0 0 58585 8 0 0 25 0 1 0 867743659 25399296 5403 33554432000 4194304 4352236 140736685065760 18446744073709551615 4328629 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/15812/statm: 6201 5403 129 39 0 5281 0
[pid=15810/tid=15920] ppid=15804 vsize=290284 CPUtime=0 cores=1,3
/proc/15810/task/15920/stat : 15920 (python) S 15804 15804 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867802318 297250816 6014 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 514 18446604471124087936 0 0 -1 3 0 0 0
[pid=15921] ppid=15804 vsize=290656 CPUtime=0.09 cores=1,3
/proc/15921/stat : 15921 (python) S 15804 15804 12976 0 -1 4202560 953 0 0 0 5 4 0 0 15 0 1 0 867802318 297631744 6028 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816256582 0 0 16781312 514 17276705372081455368 0 0 17 1 0 0 0
/proc/15921/statm: 72664 6028 372 364 0 8579 0
[pid=15923] ppid=15921 vsize=59168 CPUtime=58.56 cores=1,3
/proc/15923/stat : 15923 (cryptominisat-2) R 15921 15923 15923 0 -1 4202496 25663 0 0 0 5849 7 0 0 25 0 1 0 867802319 60588032 8058 33554432000 4194304 4677096 140734181942544 18446744073709551615 4320304 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15923/statm: 14792 8058 391 118 0 9751 0
[pid=15804/tid=15811] ppid=15802 vsize=300900 CPUtime=0 cores=1,3
/proc/15804/task/15811/stat : 15811 (python) S 15802 15804 12976 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 3 0 867743659 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
[pid=15804/tid=15922] ppid=15802 vsize=300900 CPUtime=0 cores=1,3
/proc/15804/task/15922/stat : 15922 (python) S 15802 15804 12976 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 867802318 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 646.2
Current children cumulated vsize (KiB) 965812

[startup+647.906 s]
/proc/loadavg: 3.06 3.11 3.39 5/194 15925
/proc/meminfo: memFree=29746172/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=300900 CPUtime=0.94 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 11381 933 1 0 85 9 0 0 19 0 3 0 867743554 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15804/statm: 75225 7538 1878 364 0 11140 0
[pid=15810] ppid=15804 vsize=290284 CPUtime=0.68 cores=1,3
/proc/15810/stat : 15810 (python) S 15804 15804 12976 0 -1 4202560 1195 0 0 0 34 34 0 0 19 0 2 0 867743659 297250816 6014 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15810/statm: 72571 6014 415 364 0 8489 0
[pid=15812] ppid=15810 vsize=24804 CPUtime=585.93 cores=1,3
/proc/15812/stat : 15812 (lingeling) T 15810 15812 15812 0 -1 4202496 49023 0 0 0 58585 8 0 0 25 0 1 0 867743659 25399296 5403 33554432000 4194304 4352236 140736685065760 18446744073709551615 4328629 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/15812/statm: 6201 5403 129 39 0 5281 0
[pid=15810/tid=15920] ppid=15804 vsize=290284 CPUtime=0 cores=1,3
/proc/15810/task/15920/stat : 15920 (python) S 15804 15804 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867802318 297250816 6014 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 514 18446604471124087936 0 0 -1 3 0 0 0
[pid=15921] ppid=15804 vsize=290656 CPUtime=0.09 cores=1,3
/proc/15921/stat : 15921 (python) S 15804 15804 12976 0 -1 4202560 953 0 0 0 5 4 0 0 15 0 1 0 867802318 297631744 6028 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816256582 0 0 16781312 514 4603153812490780936 0 0 17 1 0 0 0
/proc/15921/statm: 72664 6028 372 364 0 8579 0
[pid=15923] ppid=15921 vsize=59216 CPUtime=60.17 cores=1,3
/proc/15923/stat : 15923 (cryptominisat-2) R 15921 15923 15923 0 -1 4202496 26249 0 0 0 6010 7 0 0 25 0 1 0 867802319 60637184 7757 33554432000 4194304 4677096 140734181942544 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15923/statm: 14804 7757 391 118 0 9763 0
[pid=15804/tid=15811] ppid=15802 vsize=300900 CPUtime=0 cores=1,3
/proc/15804/task/15811/stat : 15811 (python) S 15802 15804 12976 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 3 0 867743659 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
[pid=15804/tid=15922] ppid=15802 vsize=300900 CPUtime=0 cores=1,3
/proc/15804/task/15922/stat : 15922 (python) S 15802 15804 12976 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 867802318 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 647.81
Current children cumulated vsize (KiB) 965860

[startup+649.501 s]
/proc/loadavg: 3.06 3.11 3.39 5/194 15925
/proc/meminfo: memFree=29745552/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=300900 CPUtime=0.94 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 11381 933 1 0 85 9 0 0 19 0 3 0 867743554 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15804/statm: 75225 7538 1878 364 0 11140 0
[pid=15810] ppid=15804 vsize=290284 CPUtime=0.68 cores=1,3
/proc/15810/stat : 15810 (python) S 15804 15804 12976 0 -1 4202560 1195 0 0 0 34 34 0 0 19 0 2 0 867743659 297250816 6014 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15810/statm: 72571 6014 415 364 0 8489 0
[pid=15812] ppid=15810 vsize=24804 CPUtime=585.93 cores=1,3
/proc/15812/stat : 15812 (lingeling) T 15810 15812 15812 0 -1 4202496 49023 0 0 0 58585 8 0 0 25 0 1 0 867743659 25399296 5403 33554432000 4194304 4352236 140736685065760 18446744073709551615 4328629 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/15812/statm: 6201 5403 129 39 0 5281 0
[pid=15810/tid=15920] ppid=15804 vsize=290284 CPUtime=0 cores=1,3
/proc/15810/task/15920/stat : 15920 (python) S 15804 15804 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867802318 297250816 6014 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 514 18446604471124087936 0 0 -1 3 0 0 0
[pid=15921] ppid=15804 vsize=290656 CPUtime=0.09 cores=1,3
/proc/15921/stat : 15921 (python) S 15804 15804 12976 0 -1 4202560 953 0 0 0 5 4 0 0 15 0 1 0 867802318 297631744 6028 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816256582 0 0 16781312 514 4603153812490780936 0 0 17 1 0 0 0
/proc/15921/statm: 72664 6028 372 364 0 8579 0
[pid=15923] ppid=15921 vsize=59216 CPUtime=61.76 cores=1,3
/proc/15923/stat : 15923 (cryptominisat-2) R 15921 15923 15923 0 -1 4202496 26449 0 0 0 6169 7 0 0 25 0 1 0 867802319 60637184 7957 33554432000 4194304 4677096 140734181942544 18446744073709551615 4319985 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15923/statm: 14804 7957 391 118 0 9763 0
[pid=15804/tid=15811] ppid=15802 vsize=300900 CPUtime=0 cores=1,3
/proc/15804/task/15811/stat : 15811 (python) S 15802 15804 12976 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 3 0 867743659 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
[pid=15804/tid=15922] ppid=15802 vsize=300900 CPUtime=0 cores=1,3
/proc/15804/task/15922/stat : 15922 (python) S 15802 15804 12976 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 867802318 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 649.4
Current children cumulated vsize (KiB) 965860

[startup+649.901 s]
/proc/loadavg: 3.06 3.11 3.39 5/194 15925
/proc/meminfo: memFree=29745552/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=300900 CPUtime=0.94 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 11381 933 1 0 85 9 0 0 19 0 3 0 867743554 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15804/statm: 75225 7538 1878 364 0 11140 0
[pid=15810] ppid=15804 vsize=290284 CPUtime=0.68 cores=1,3
/proc/15810/stat : 15810 (python) S 15804 15804 12976 0 -1 4202560 1195 0 0 0 34 34 0 0 19 0 2 0 867743659 297250816 6014 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15810/statm: 72571 6014 415 364 0 8489 0
[pid=15812] ppid=15810 vsize=24804 CPUtime=585.93 cores=1,3
/proc/15812/stat : 15812 (lingeling) T 15810 15812 15812 0 -1 4202496 49023 0 0 0 58585 8 0 0 25 0 1 0 867743659 25399296 5403 33554432000 4194304 4352236 140736685065760 18446744073709551615 4328629 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/15812/statm: 6201 5403 129 39 0 5281 0
[pid=15810/tid=15920] ppid=15804 vsize=290284 CPUtime=0 cores=1,3
/proc/15810/task/15920/stat : 15920 (python) S 15804 15804 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867802318 297250816 6014 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 514 18446604471124087936 0 0 -1 3 0 0 0
[pid=15921] ppid=15804 vsize=290656 CPUtime=0.09 cores=1,3
/proc/15921/stat : 15921 (python) S 15804 15804 12976 0 -1 4202560 953 0 0 0 5 4 0 0 15 0 1 0 867802318 297631744 6028 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816256582 0 0 16781312 514 4603153812490780936 0 0 17 1 0 0 0
/proc/15921/statm: 72664 6028 372 364 0 8579 0
[pid=15923] ppid=15921 vsize=59216 CPUtime=62.16 cores=1,3
/proc/15923/stat : 15923 (cryptominisat-2) R 15921 15923 15923 0 -1 4202496 26502 0 0 0 6209 7 0 0 25 0 1 0 867802319 60637184 8010 33554432000 4194304 4677096 140734181942544 18446744073709551615 4320162 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15923/statm: 14804 8010 391 118 0 9763 0
[pid=15804/tid=15811] ppid=15802 vsize=300900 CPUtime=0 cores=1,3
/proc/15804/task/15811/stat : 15811 (python) S 15802 15804 12976 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 3 0 867743659 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
[pid=15804/tid=15922] ppid=15802 vsize=300900 CPUtime=0 cores=1,3
/proc/15804/task/15922/stat : 15922 (python) S 15802 15804 12976 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 867802318 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 649.8
Current children cumulated vsize (KiB) 965860

[startup+650.301 s]
/proc/loadavg: 3.05 3.11 3.39 5/194 15925
/proc/meminfo: memFree=29745056/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=300900 CPUtime=0.94 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 11381 933 1 0 85 9 0 0 19 0 3 0 867743554 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15804/statm: 75225 7538 1878 364 0 11140 0
[pid=15810] ppid=15804 vsize=290284 CPUtime=0.68 cores=1,3
/proc/15810/stat : 15810 (python) S 15804 15804 12976 0 -1 4202560 1195 0 0 0 34 34 0 0 19 0 2 0 867743659 297250816 6014 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15810/statm: 72571 6014 415 364 0 8489 0
[pid=15812] ppid=15810 vsize=24804 CPUtime=585.93 cores=1,3
/proc/15812/stat : 15812 (lingeling) T 15810 15812 15812 0 -1 4202496 49023 0 0 0 58585 8 0 0 25 0 1 0 867743659 25399296 5403 33554432000 4194304 4352236 140736685065760 18446744073709551615 4328629 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/15812/statm: 6201 5403 129 39 0 5281 0
[pid=15810/tid=15920] ppid=15804 vsize=290284 CPUtime=0 cores=1,3
/proc/15810/task/15920/stat : 15920 (python) S 15804 15804 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867802318 297250816 6014 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 514 18446604471124087936 0 0 -1 3 0 0 0
[pid=15921] ppid=15804 vsize=290656 CPUtime=0.09 cores=1,3
/proc/15921/stat : 15921 (python) S 15804 15804 12976 0 -1 4202560 953 0 0 0 5 4 0 0 15 0 1 0 867802318 297631744 6028 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816256582 0 0 16781312 514 4603153812490780936 0 0 17 1 0 0 0
/proc/15921/statm: 72664 6028 372 364 0 8579 0
[pid=15923] ppid=15921 vsize=59216 CPUtime=62.56 cores=1,3
/proc/15923/stat : 15923 (cryptominisat-2) R 15921 15923 15923 0 -1 4202496 26545 0 0 0 6249 7 0 0 25 0 1 0 867802319 60637184 8053 33554432000 4194304 4677096 140734181942544 18446744073709551615 4319558 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15923/statm: 14804 8053 391 118 0 9763 0
[pid=15804/tid=15811] ppid=15802 vsize=300900 CPUtime=0 cores=1,3
/proc/15804/task/15811/stat : 15811 (python) S 15802 15804 12976 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 3 0 867743659 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
[pid=15804/tid=15922] ppid=15802 vsize=300900 CPUtime=0 cores=1,3
/proc/15804/task/15922/stat : 15922 (python) S 15802 15804 12976 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 867802318 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 650.2
Current children cumulated vsize (KiB) 965860

[startup+650.401 s]
/proc/loadavg: 3.05 3.11 3.39 5/194 15925
/proc/meminfo: memFree=29745056/32951124 swapFree=67062492/67111528
[pid=15804] ppid=15802 vsize=300900 CPUtime=0.94 cores=1,3
/proc/15804/stat : 15804 (python) S 15802 15804 12976 0 -1 4202496 11381 933 1 0 85 9 0 0 19 0 3 0 867743554 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/15804/statm: 75225 7538 1878 364 0 11140 0
[pid=15810] ppid=15804 vsize=290284 CPUtime=0.68 cores=1,3
/proc/15810/stat : 15810 (python) S 15804 15804 12976 0 -1 4202560 1195 0 0 0 34 34 0 0 19 0 2 0 867743659 297250816 6014 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828063179 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/15810/statm: 72571 6014 415 364 0 8489 0
[pid=15812] ppid=15810 vsize=24804 CPUtime=585.93 cores=1,3
/proc/15812/stat : 15812 (lingeling) T 15810 15812 15812 0 -1 4202496 49023 0 0 0 58585 8 0 0 25 0 1 0 867743659 25399296 5403 33554432000 4194304 4352236 140736685065760 18446744073709551615 4328629 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/15812/statm: 6201 5403 129 39 0 5281 0
[pid=15810/tid=15920] ppid=15804 vsize=290284 CPUtime=0 cores=1,3
/proc/15810/task/15920/stat : 15920 (python) S 15804 15804 12976 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 867802318 297250816 6014 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 514 18446604471124087936 0 0 -1 3 0 0 0
[pid=15921] ppid=15804 vsize=290656 CPUtime=0.09 cores=1,3
/proc/15921/stat : 15921 (python) S 15804 15804 12976 0 -1 4202560 953 0 0 0 5 4 0 0 15 0 1 0 867802318 297631744 6028 33554432000 4194304 5683644 140734938283104 18446744073709551615 220816256582 0 0 16781312 514 4603153812490780936 0 0 17 1 0 0 0
/proc/15921/statm: 72664 6028 372 364 0 8579 0
[pid=15923] ppid=15921 vsize=59216 CPUtime=62.66 cores=1,3
/proc/15923/stat : 15923 (cryptominisat-2) R 15921 15923 15923 0 -1 4202496 26556 0 0 0 6259 7 0 0 25 0 1 0 867802319 60637184 8064 33554432000 4194304 4677096 140734181942544 18446744073709551615 4228577 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/15923/statm: 14804 8064 391 118 0 9763 0
[pid=15804/tid=15811] ppid=15802 vsize=300900 CPUtime=0 cores=1,3
/proc/15804/task/15811/stat : 15811 (python) S 15802 15804 12976 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 3 0 867743659 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
[pid=15804/tid=15922] ppid=15802 vsize=300900 CPUtime=0 cores=1,3
/proc/15804/task/15922/stat : 15922 (python) S 15802 15804 12976 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 867802318 308121600 7538 33554432000 4194304 5683644 140734938283104 18446744073709551615 220828060081 0 0 16781312 2 18446604471124089728 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 650.3
Current children cumulated vsize (KiB) 965860

Child status: 0
Real time (s): 650.477
CPU time (s): 650.431
CPU user time (s): 649.775
CPU system time (s): 0.6559
CPU usage (%): 99.9929
Max. virtual memory (cumulated for all children) (KiB): 965860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 649.775
system time used= 0.6559
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94954
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= 1939
involuntary context switches= 2172

runsolver used 1.02284 second user time and 2.31865 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-11 02:47:56
IDJOB=3484687
IDBENCH=88045
IDSOLVER=1976
FILE ID=node147/3484687-1307753276
RUNJOBID= node147-1307750792-14894
PBS_JOBID= 13550813
Free space on /tmp= 73728 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3484687-1307753276/watcher-3484687-1307753276 -o /tmp/evaluation-result-3484687-1307753276/solver-3484687-1307753276 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484687-1307753276.cnf -seed 2040768130 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=2040768130

node147.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.836
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.67
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.836
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.836
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.836
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.836
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.82
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.836
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.76
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.836
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.836
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:      28316548 kB
Buffers:        119736 kB
Cached:        1049844 kB
SwapCached:      10296 kB
Active:        3904324 kB
Inactive:       567700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28316548 kB
SwapTotal:    67111528 kB
SwapFree:     67062492 kB
Dirty:          138568 kB
Writeback:           0 kB
AnonPages:     3300740 kB
Mapped:          16696 kB
Slab:            85032 kB
PageTables:      16016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4646692 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= 73632 MiB
End job on node147 at 2011-06-11 02:58:47