Trace number 3317864

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrialUNSAT 254.152 64.4992

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.30/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.47	c INFO: solving HOME/instance-3317864-1304271154.cnf
0.30/0.47	c INFO: computing task features
0.38/0.52	c INFO: computed variable-clause graph statistics
0.38/0.52	c INFO: computed clause balance statistics
0.57/0.77	c INFO: computed variable balance statistics
0.77/0.96	c INFO: computed small-clause counts
0.77/0.96	c INFO: computed Horn-clause counts
0.88/1.03	c INFO: computed variable graph statistics
0.88/1.03	c INFO: collected features for HOME/instance-3317864-1304271154.cnf in 0.56 s
0.88/1.05	c INFO: running lingeling-276@0 for 97 with 4799 remaining (b = 0.29)
0.88/1.07	c INFO: running cryptominisat-2.9.0@0 for 485 with 4799 remaining (b = 0.35)
0.88/1.10	c INFO: running lingeling-276@0 for 582 with 4799 remaining (b = 0.39)
0.98/1.12	c INFO: running lingeling-276@0 for 1261 with 4799 remaining (b = 0.46)
253.72/64.47	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317864-1304271154/watcher-3317864-1304271154 -o /tmp/evaluation-result-3317864-1304271154/solver-3317864-1304271154 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317864-1304271154.cnf -seed 469319439 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 9.16 9.09 8.55 6/219 11726
/proc/meminfo: memFree=26462600/32951124 swapFree=67051468/67111528
[pid=11726] ppid=11724 vsize=15760 CPUtime=0 cores=0,2,4,6
/proc/11726/stat : 11726 (python) S 11724 11726 11061 0 -1 4202496 845 0 0 0 0 0 0 0 25 0 1 0 538718155 16138240 727 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/11726/statm: 3940 727 334 364 0 427 0

[startup+0.0515381 s]
/proc/loadavg: 9.16 9.09 8.55 6/219 11726
/proc/meminfo: memFree=26462600/32951124 swapFree=67051468/67111528
[pid=11726] ppid=11724 vsize=29788 CPUtime=0.03 cores=0,2,4,6
/proc/11726/stat : 11726 (python) S 11724 11726 11061 0 -1 4202496 1461 0 0 0 3 0 0 0 25 0 1 0 538718155 30502912 1300 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/11726/statm: 7447 1300 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.100584 s]
/proc/loadavg: 9.16 9.09 8.55 6/219 11726
/proc/meminfo: memFree=26462600/32951124 swapFree=67051468/67111528
[pid=11726] ppid=11724 vsize=104224 CPUtime=0.06 cores=0,2,4,6
/proc/11726/stat : 11726 (python) S 11724 11726 11061 0 -1 4202496 3059 0 0 0 5 1 0 0 17 0 1 0 538718155 106725376 2741 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/11726/statm: 26056 2741 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104224

[startup+0.300557 s]
/proc/loadavg: 9.16 9.09 8.55 6/219 11726
/proc/meminfo: memFree=26462600/32951124 swapFree=67051468/67111528
[pid=11726] ppid=11724 vsize=170752 CPUtime=0.22 cores=0,2,4,6
/proc/11726/stat : 11726 (python) S 11724 11726 11061 0 -1 4202496 6742 938 1 0 17 5 0 0 17 0 1 0 538718155 174850048 4806 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370955264 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/11726/statm: 42688 4806 1336 364 0 3453 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 170752

[startup+0.700425 s]
/proc/loadavg: 9.16 9.09 8.55 6/219 11726
/proc/meminfo: memFree=26462600/32951124 swapFree=67051468/67111528
[pid=11726] ppid=11724 vsize=281388 CPUtime=0.57 cores=0,2,4,6
/proc/11726/stat : 11726 (python) R 11724 11726 11061 0 -1 4202496 10171 938 1 0 50 7 0 0 18 0 1 0 538718155 288141312 7759 33554432000 4194304 5683644 140733510831072 18446744073709551615 4562986 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/11726/statm: 70347 7759 1826 364 0 6271 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 281388

[startup+1.50024 s]
/proc/loadavg: 9.16 9.09 8.55 7/220 11731
/proc/meminfo: memFree=26480316/32951124 swapFree=67051468/67111528
[pid=11726] ppid=11724 vsize=321404 CPUtime=1 cores=0,2,4,6
/proc/11726/stat : 11726 (python) S 11724 11726 11061 0 -1 4202496 13006 938 1 0 92 8 0 0 22 0 5 0 538718155 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11726/statm: 80351 7548 1881 364 0 16260 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 321404

[startup+3.10096 s]
/proc/loadavg: 9.16 9.09 8.55 10/232 11743
/proc/meminfo: memFree=26447112/32951124 swapFree=67051468/67111528
[pid=11726] ppid=11724 vsize=321404 CPUtime=1 cores=0,2,4,6
/proc/11726/stat : 11726 (python) S 11724 11726 11061 0 -1 4202496 13006 938 1 0 92 8 0 0 22 0 5 0 538718155 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11726/statm: 80351 7548 1881 364 0 16260 0
[pid=11732] ppid=11726 vsize=280032 CPUtime=0 cores=0,2,4,6
/proc/11732/stat : 11732 (python) S 11726 11726 11061 0 -1 4202560 804 0 0 0 0 0 0 0 18 0 1 0 538718261 286752768 5952 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977295 0 0 16781312 514 3720084347177369860 0 0 17 6 0 0 0
/proc/11732/statm: 70008 5952 359 364 0 5926 0
[pid=11734] ppid=11732 vsize=7684 CPUtime=2.04 cores=0,2,4,6
/proc/11734/stat : 11734 (lingeling) R 11732 11734 11734 0 -1 4202496 1879 0 0 0 204 0 0 0 25 0 1 0 538718261 7868416 1106 33554432000 4194304 4352236 140733423491888 18446744073709551615 4327863 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11734/statm: 1921 1106 128 39 0 1001 0
[pid=11735] ppid=11726 vsize=290648 CPUtime=0 cores=0,2,4,6
/proc/11735/stat : 11735 (python) S 11726 11726 11061 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 538718263 297623552 6003 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 2384044678522568963 0 0 17 6 0 0 0
/proc/11735/statm: 72662 6003 348 364 0 8577 0
[pid=11737] ppid=11735 vsize=36364 CPUtime=2.01 cores=0,2,4,6
/proc/11737/stat : 11737 (cryptominisat-2) R 11735 11737 11737 0 -1 4202496 3545 0 0 0 200 1 0 0 25 0 1 0 538718263 37236736 2143 33554432000 4194304 4677096 140735835699152 18446744073709551615 4339319 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11737/statm: 9091 2143 391 118 0 4050 0
[pid=11738] ppid=11726 vsize=300904 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (python) S 11726 11726 11061 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 538718265 308125696 6007 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 4255188893747380223 0 0 17 4 0 0 0
/proc/11738/statm: 75226 6007 348 364 0 11138 0
[pid=11740] ppid=11738 vsize=8320 CPUtime=1.98 cores=0,2,4,6
/proc/11740/stat : 11740 (lingeling) R 11738 11740 11740 0 -1 4202496 1863 0 0 0 198 0 0 0 25 0 1 0 538718266 8519680 1280 33554432000 4194304 4352236 140734677626928 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11740/statm: 2080 1280 128 39 0 1160 0
[pid=11741] ppid=11726 vsize=311160 CPUtime=0 cores=0,2,4,6
/proc/11741/stat : 11741 (python) S 11726 11726 11061 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 538718268 318627840 6011 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 4351052838672007167 0 0 17 4 0 0 0
/proc/11741/statm: 77790 6011 348 364 0 13699 0
[pid=11743] ppid=11741 vsize=7496 CPUtime=1.96 cores=0,2,4,6
/proc/11743/stat : 11743 (lingeling) R 11741 11743 11743 0 -1 4202496 1881 0 0 0 196 0 0 0 25 0 1 0 538718268 7675904 1076 33554432000 4194304 4352236 140735424019504 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11743/statm: 1874 1076 129 39 0 954 0
[pid=11726/tid=11733] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11733/stat : 11733 (python) S 11724 11726 11061 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 5 0 538718261 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 6 0 0 0
[pid=11726/tid=11736] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11736/stat : 11736 (python) S 11724 11726 11061 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 5 0 538718263 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 6 0 0 0
[pid=11726/tid=11739] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11739/stat : 11739 (python) S 11724 11726 11061 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 538718265 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
[pid=11726/tid=11742] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11742/stat : 11742 (python) S 11724 11726 11061 0 -1 4202560 28 938 0 0 0 0 0 0 22 0 5 0 538718268 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 8.99
Current children cumulated vsize (KiB) 1564012

[startup+6.30139 s]
/proc/loadavg: 9.14 9.09 8.55 10/232 11743
/proc/meminfo: memFree=26426940/32951124 swapFree=67051468/67111528
[pid=11726] ppid=11724 vsize=321404 CPUtime=1 cores=0,2,4,6
/proc/11726/stat : 11726 (python) S 11724 11726 11061 0 -1 4202496 13006 938 1 0 92 8 0 0 22 0 5 0 538718155 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11726/statm: 80351 7548 1881 364 0 16260 0
[pid=11732] ppid=11726 vsize=280032 CPUtime=0 cores=0,2,4,6
/proc/11732/stat : 11732 (python) S 11726 11726 11061 0 -1 4202560 976 0 0 0 0 0 0 0 18 0 1 0 538718261 286752768 5974 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977295 0 0 16781312 514 3720084347177369860 0 0 17 6 0 0 0
/proc/11732/statm: 70008 5974 381 364 0 5926 0
[pid=11734] ppid=11732 vsize=8196 CPUtime=5.24 cores=0,2,4,6
/proc/11734/stat : 11734 (lingeling) R 11732 11734 11734 0 -1 4202496 2151 0 0 0 524 0 0 0 25 0 1 0 538718261 8392704 1250 33554432000 4194304 4352236 140733423491888 18446744073709551615 4329173 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11734/statm: 2049 1250 128 39 0 1129 0
[pid=11735] ppid=11726 vsize=290648 CPUtime=0 cores=0,2,4,6
/proc/11735/stat : 11735 (python) S 11726 11726 11061 0 -1 4202560 903 0 0 0 0 0 0 0 15 0 1 0 538718263 297623552 6026 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 2384044678522568963 0 0 17 6 0 0 0
/proc/11735/statm: 72662 6026 371 364 0 8577 0
[pid=11737] ppid=11735 vsize=46424 CPUtime=5.21 cores=0,2,4,6
/proc/11737/stat : 11737 (cryptominisat-2) R 11735 11737 11737 0 -1 4202496 5906 0 0 0 520 1 0 0 25 0 1 0 538718263 47538176 3274 33554432000 4194304 4677096 140735835699152 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11737/statm: 11606 3274 391 118 0 6565 0
[pid=11738] ppid=11726 vsize=300904 CPUtime=0 cores=0,2,4,6
/proc/11738/stat : 11738 (python) S 11726 11726 11061 0 -1 4202560 888 0 0 0 0 0 0 0 18 0 1 0 538718265 308125696 6030 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 4255188893747347714 0 0 17 4 0 0 0
/proc/11738/statm: 75226 6030 371 364 0 11138 0
[pid=11740] ppid=11738 vsize=7720 CPUtime=5.14 cores=0,2,4,6
/proc/11740/stat : 11740 (lingeling) R 11738 11740 11740 0 -1 4202496 2001 0 0 0 514 0 0 0 25 0 1 0 538718266 7905280 1098 33554432000 4194304 4352236 140734677626928 18446744073709551615 4328459 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11740/statm: 1930 1098 128 39 0 1010 0
[pid=11741] ppid=11726 vsize=311160 CPUtime=0 cores=0,2,4,6
/proc/11741/stat : 11741 (python) S 11726 11726 11061 0 -1 4202560 920 0 0 0 0 0 0 0 18 0 1 0 538718268 318627840 6033 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 4351052838671974658 0 0 17 4 0 0 0
/proc/11741/statm: 77790 6033 370 364 0 13699 0
[pid=11743] ppid=11741 vsize=7280 CPUtime=5.14 cores=0,2,4,6
/proc/11743/stat : 11743 (lingeling) R 11741 11743 11743 0 -1 4202496 2098 0 0 0 514 0 0 0 25 0 1 0 538718268 7454720 1005 33554432000 4194304 4352236 140735424019504 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11743/statm: 1820 1005 129 39 0 900 0
[pid=11726/tid=11733] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11733/stat : 11733 (python) S 11724 11726 11061 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 5 0 538718261 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 6 0 0 0
[pid=11726/tid=11736] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11736/stat : 11736 (python) S 11724 11726 11061 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 5 0 538718263 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 6 0 0 0
[pid=11726/tid=11739] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11739/stat : 11739 (python) S 11724 11726 11061 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 538718265 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
[pid=11726/tid=11742] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11742/stat : 11742 (python) S 11724 11726 11061 0 -1 4202560 28 938 0 0 0 0 0 0 22 0 5 0 538718268 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 21.73
Current children cumulated vsize (KiB) 1573768

[startup+12.7013 s]
/proc/loadavg: 9.13 9.09 8.55 10/232 11743
/proc/meminfo: memFree=26400424/32951124 swapFree=67051468/67111528
[pid=11726] ppid=11724 vsize=321404 CPUtime=1 cores=0,2,4,6
/proc/11726/stat : 11726 (python) S 11724 11726 11061 0 -1 4202496 13006 938 1 0 92 8 0 0 22 0 5 0 538718155 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11726/statm: 80351 7548 1881 364 0 16260 0
[pid=11732] ppid=11726 vsize=280032 CPUtime=0.01 cores=0,2,4,6
/proc/11732/stat : 11732 (python) S 11726 11726 11061 0 -1 4202560 980 0 0 0 0 1 0 0 18 0 1 0 538718261 286752768 5975 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977295 0 0 16781312 514 9763803992139202820 0 0 17 6 0 0 0
/proc/11732/statm: 70008 5975 382 364 0 5926 0
[pid=11734] ppid=11732 vsize=9232 CPUtime=11.63 cores=0,2,4,6
/proc/11734/stat : 11734 (lingeling) R 11732 11734 11734 0 -1 4202496 3786 0 0 0 1163 0 0 0 25 0 1 0 538718261 9453568 1509 33554432000 4194304 4352236 140733423491888 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11734/statm: 2308 1509 128 39 0 1388 0
[pid=11735] ppid=11726 vsize=290648 CPUtime=0.02 cores=0,2,4,6
/proc/11735/stat : 11735 (python) S 11726 11726 11061 0 -1 4202560 907 0 0 0 1 1 0 0 15 0 1 0 538718263 297623552 6026 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 2384044678522568963 0 0 17 6 0 0 0
/proc/11735/statm: 72662 6026 371 364 0 8577 0
[pid=11737] ppid=11735 vsize=46592 CPUtime=11.61 cores=0,2,4,6
/proc/11737/stat : 11737 (cryptominisat-2) R 11735 11737 11737 0 -1 4202496 9772 0 0 0 1159 2 0 0 25 0 1 0 538718263 47710208 4474 33554432000 4194304 4677096 140735835699152 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11737/statm: 11648 4474 391 118 0 6607 0
[pid=11738] ppid=11726 vsize=300904 CPUtime=0.01 cores=0,2,4,6
/proc/11738/stat : 11738 (python) S 11726 11726 11061 0 -1 4202560 893 0 0 0 1 0 0 0 18 0 1 0 538718265 308125696 6030 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 9763803992139202818 0 0 17 4 0 0 0
/proc/11738/statm: 75226 6030 371 364 0 11138 0
[pid=11740] ppid=11738 vsize=8744 CPUtime=11.48 cores=0,2,4,6
/proc/11740/stat : 11740 (lingeling) R 11738 11740 11740 0 -1 4202496 3379 0 0 0 1148 0 0 0 25 0 1 0 538718266 8953856 1378 33554432000 4194304 4352236 140734677626928 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11740/statm: 2186 1378 129 39 0 1266 0
[pid=11741] ppid=11726 vsize=311160 CPUtime=0.01 cores=0,2,4,6
/proc/11741/stat : 11741 (python) S 11726 11726 11061 0 -1 4202560 924 0 0 0 0 1 0 0 18 0 1 0 538718268 318627840 6034 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 9763803992139202818 0 0 17 4 0 0 0
/proc/11741/statm: 77790 6034 371 364 0 13699 0
[pid=11743] ppid=11741 vsize=8920 CPUtime=11.52 cores=0,2,4,6
/proc/11743/stat : 11743 (lingeling) R 11741 11743 11743 0 -1 4202496 3463 0 0 0 1152 0 0 0 25 0 1 0 538718268 9134080 1410 33554432000 4194304 4352236 140735424019504 18446744073709551615 4328087 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11743/statm: 2230 1410 129 39 0 1310 0
[pid=11726/tid=11733] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11733/stat : 11733 (python) S 11724 11726 11061 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 5 0 538718261 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 6 0 0 0
[pid=11726/tid=11736] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11736/stat : 11736 (python) S 11724 11726 11061 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 5 0 538718263 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 6 0 0 0
[pid=11726/tid=11739] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11739/stat : 11739 (python) S 11724 11726 11061 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 538718265 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
[pid=11726/tid=11742] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11742/stat : 11742 (python) S 11724 11726 11061 0 -1 4202560 28 938 0 0 0 0 0 0 22 0 5 0 538718268 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 47.29
Current children cumulated vsize (KiB) 1577636

[startup+25.501 s]
/proc/loadavg: 9.17 9.10 8.56 10/232 11744
/proc/meminfo: memFree=26393484/32951124 swapFree=67051468/67111528
[pid=11726] ppid=11724 vsize=321404 CPUtime=1 cores=0,2,4,6

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

[pid=11726/tid=11739] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11739/stat : 11739 (python) S 11724 11726 11061 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 538718265 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
[pid=11726/tid=11742] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11742/stat : 11742 (python) S 11724 11726 11061 0 -1 4202560 28 938 0 0 0 0 0 0 22 0 5 0 538718268 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 245.35
Current children cumulated vsize (KiB) 1608776

[startup+63.1013 s]
/proc/loadavg: 9.16 9.10 8.58 10/232 11744
/proc/meminfo: memFree=26366688/32951124 swapFree=67051468/67111528
[pid=11726] ppid=11724 vsize=321404 CPUtime=1 cores=0,2,4,6
/proc/11726/stat : 11726 (python) S 11724 11726 11061 0 -1 4202496 13006 938 1 0 92 8 0 0 22 0 5 0 538718155 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11726/statm: 80351 7548 1881 364 0 16260 0
[pid=11732] ppid=11726 vsize=280032 CPUtime=0.08 cores=0,2,4,6
/proc/11732/stat : 11732 (python) S 11726 11726 11061 0 -1 4202560 1004 0 0 0 4 4 0 0 18 0 1 0 538718261 286752768 5975 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977295 0 0 16781312 514 9763803992139202820 0 0 17 6 0 0 0
/proc/11732/statm: 70008 5975 382 364 0 5926 0
[pid=11734] ppid=11732 vsize=15112 CPUtime=62.03 cores=0,2,4,6
/proc/11734/stat : 11734 (lingeling) R 11732 11734 11734 0 -1 4202496 11124 0 0 0 6202 1 0 0 25 0 1 0 538718261 15474688 2948 33554432000 4194304 4352236 140733423491888 18446744073709551615 4231267 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11734/statm: 3778 2948 129 39 0 2858 0
[pid=11735] ppid=11726 vsize=290648 CPUtime=0.1 cores=0,2,4,6
/proc/11735/stat : 11735 (python) S 11726 11726 11061 0 -1 4202560 932 0 0 0 5 5 0 0 15 0 1 0 538718263 297623552 6026 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 2384044678522568963 0 0 17 6 0 0 0
/proc/11735/statm: 72662 6026 371 364 0 8577 0
[pid=11737] ppid=11735 vsize=62304 CPUtime=62 cores=0,2,4,6
/proc/11737/stat : 11737 (cryptominisat-2) R 11735 11737 11737 0 -1 4202496 27954 0 0 0 6194 6 0 0 25 0 1 0 538718263 63799296 8379 33554432000 4194304 4677096 140735835699152 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11737/statm: 15576 8379 391 118 0 10535 0
[pid=11738] ppid=11726 vsize=300904 CPUtime=0.08 cores=0,2,4,6
/proc/11738/stat : 11738 (python) S 11726 11726 11061 0 -1 4202560 915 0 0 0 4 4 0 0 18 0 1 0 538718265 308125696 6030 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 9763803992139202818 0 0 17 4 0 0 0
/proc/11738/statm: 75226 6030 371 364 0 11138 0
[pid=11740] ppid=11738 vsize=16020 CPUtime=61.4 cores=0,2,4,6
/proc/11740/stat : 11740 (lingeling) R 11738 11740 11740 0 -1 4202496 9856 0 0 0 6139 1 0 0 25 0 1 0 538718266 16404480 3206 33554432000 4194304 4352236 140734677626928 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11740/statm: 4005 3206 129 39 0 3085 0
[pid=11741] ppid=11726 vsize=311160 CPUtime=0.08 cores=0,2,4,6
/proc/11741/stat : 11741 (python) S 11726 11726 11061 0 -1 4202560 942 0 0 0 4 4 0 0 18 0 1 0 538718268 318627840 6034 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 9763803992139202818 0 0 17 4 0 0 0
/proc/11741/statm: 77790 6034 371 364 0 13699 0
[pid=11743] ppid=11741 vsize=13024 CPUtime=61.76 cores=0,2,4,6
/proc/11743/stat : 11743 (lingeling) R 11741 11743 11743 0 -1 4202496 10257 0 0 0 6176 0 0 0 25 0 1 0 538718268 13336576 2444 33554432000 4194304 4352236 140735424019504 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11743/statm: 3256 2444 129 39 0 2336 0
[pid=11726/tid=11733] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11733/stat : 11733 (python) S 11724 11726 11061 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 5 0 538718261 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 6 0 0 0
[pid=11726/tid=11736] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11736/stat : 11736 (python) S 11724 11726 11061 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 5 0 538718263 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 6 0 0 0
[pid=11726/tid=11739] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11739/stat : 11739 (python) S 11724 11726 11061 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 538718265 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
[pid=11726/tid=11742] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11742/stat : 11742 (python) S 11724 11726 11061 0 -1 4202560 28 938 0 0 0 0 0 0 22 0 5 0 538718268 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 248.53
Current children cumulated vsize (KiB) 1610608

[startup+63.9012 s]
/proc/loadavg: 9.16 9.10 8.58 10/232 11744
/proc/meminfo: memFree=26368176/32951124 swapFree=67051468/67111528
[pid=11726] ppid=11724 vsize=321404 CPUtime=1 cores=0,2,4,6
/proc/11726/stat : 11726 (python) S 11724 11726 11061 0 -1 4202496 13006 938 1 0 92 8 0 0 22 0 5 0 538718155 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11726/statm: 80351 7548 1881 364 0 16260 0
[pid=11732] ppid=11726 vsize=280032 CPUtime=0.08 cores=0,2,4,6
/proc/11732/stat : 11732 (python) S 11726 11726 11061 0 -1 4202560 1004 0 0 0 4 4 0 0 18 0 1 0 538718261 286752768 5975 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977295 0 0 16781312 514 9763803992139202820 0 0 17 6 0 0 0
/proc/11732/statm: 70008 5975 382 364 0 5926 0
[pid=11734] ppid=11732 vsize=15624 CPUtime=62.83 cores=0,2,4,6
/proc/11734/stat : 11734 (lingeling) R 11732 11734 11734 0 -1 4202496 11252 0 0 0 6282 1 0 0 25 0 1 0 538718261 15998976 3076 33554432000 4194304 4352236 140733423491888 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11734/statm: 3906 3076 129 39 0 2986 0
[pid=11735] ppid=11726 vsize=290648 CPUtime=0.1 cores=0,2,4,6
/proc/11735/stat : 11735 (python) S 11726 11726 11061 0 -1 4202560 932 0 0 0 5 5 0 0 15 0 1 0 538718263 297623552 6026 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 2384044678522568963 0 0 17 6 0 0 0
/proc/11735/statm: 72662 6026 371 364 0 8577 0
[pid=11737] ppid=11735 vsize=62304 CPUtime=62.8 cores=0,2,4,6
/proc/11737/stat : 11737 (cryptominisat-2) R 11735 11737 11737 0 -1 4202496 28057 0 0 0 6274 6 0 0 25 0 1 0 538718263 63799296 8482 33554432000 4194304 4677096 140735835699152 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11737/statm: 15576 8482 391 118 0 10535 0
[pid=11738] ppid=11726 vsize=300904 CPUtime=0.08 cores=0,2,4,6
/proc/11738/stat : 11738 (python) S 11726 11726 11061 0 -1 4202560 915 0 0 0 4 4 0 0 18 0 1 0 538718265 308125696 6030 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 9763803992139202818 0 0 17 4 0 0 0
/proc/11738/statm: 75226 6030 371 364 0 11138 0
[pid=11740] ppid=11738 vsize=13588 CPUtime=62.19 cores=0,2,4,6
/proc/11740/stat : 11740 (lingeling) R 11738 11740 11740 0 -1 4202496 9856 0 0 0 6218 1 0 0 25 0 1 0 538718266 13914112 2598 33554432000 4194304 4352236 140734677626928 18446744073709551615 4327867 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11740/statm: 3397 2598 129 39 0 2477 0
[pid=11741] ppid=11726 vsize=311160 CPUtime=0.08 cores=0,2,4,6
/proc/11741/stat : 11741 (python) S 11726 11726 11061 0 -1 4202560 942 0 0 0 4 4 0 0 18 0 1 0 538718268 318627840 6034 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 9763803992139202818 0 0 17 4 0 0 0
/proc/11741/statm: 77790 6034 371 364 0 13699 0
[pid=11743] ppid=11741 vsize=13024 CPUtime=62.56 cores=0,2,4,6
/proc/11743/stat : 11743 (lingeling) R 11741 11743 11743 0 -1 4202496 10257 0 0 0 6256 0 0 0 25 0 1 0 538718268 13336576 2444 33554432000 4194304 4352236 140735424019504 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11743/statm: 3256 2444 129 39 0 2336 0
[pid=11726/tid=11733] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11733/stat : 11733 (python) S 11724 11726 11061 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 5 0 538718261 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 6 0 0 0
[pid=11726/tid=11736] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11736/stat : 11736 (python) S 11724 11726 11061 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 5 0 538718263 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 6 0 0 0
[pid=11726/tid=11739] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11739/stat : 11739 (python) S 11724 11726 11061 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 538718265 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
[pid=11726/tid=11742] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11742/stat : 11742 (python) S 11724 11726 11061 0 -1 4202560 28 938 0 0 0 0 0 0 22 0 5 0 538718268 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 251.72
Current children cumulated vsize (KiB) 1608688

[startup+64.3011 s]
/proc/loadavg: 9.16 9.10 8.58 10/232 11744
/proc/meminfo: memFree=26368176/32951124 swapFree=67051468/67111528
[pid=11726] ppid=11724 vsize=321404 CPUtime=1 cores=0,2,4,6
/proc/11726/stat : 11726 (python) S 11724 11726 11061 0 -1 4202496 13006 938 1 0 92 8 0 0 22 0 5 0 538718155 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11726/statm: 80351 7548 1881 364 0 16260 0
[pid=11732] ppid=11726 vsize=280032 CPUtime=0.08 cores=0,2,4,6
/proc/11732/stat : 11732 (python) S 11726 11726 11061 0 -1 4202560 1004 0 0 0 4 4 0 0 18 0 1 0 538718261 286752768 5975 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977295 0 0 16781312 514 9763803992139202820 0 0 17 6 0 0 0
/proc/11732/statm: 70008 5975 382 364 0 5926 0
[pid=11734] ppid=11732 vsize=13192 CPUtime=63.23 cores=0,2,4,6
/proc/11734/stat : 11734 (lingeling) R 11732 11734 11734 0 -1 4202496 11252 0 0 0 6322 1 0 0 25 0 1 0 538718261 13508608 2468 33554432000 4194304 4352236 140733423491888 18446744073709551615 4231340 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11734/statm: 3298 2468 129 39 0 2378 0
[pid=11735] ppid=11726 vsize=290648 CPUtime=0.1 cores=0,2,4,6
/proc/11735/stat : 11735 (python) S 11726 11726 11061 0 -1 4202560 932 0 0 0 5 5 0 0 15 0 1 0 538718263 297623552 6026 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 2384044678522568963 0 0 17 6 0 0 0
/proc/11735/statm: 72662 6026 371 364 0 8577 0
[pid=11737] ppid=11735 vsize=62304 CPUtime=63.2 cores=0,2,4,6
/proc/11737/stat : 11737 (cryptominisat-2) R 11735 11737 11737 0 -1 4202496 28118 0 0 0 6314 6 0 0 25 0 1 0 538718263 63799296 8543 33554432000 4194304 4677096 140735835699152 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11737/statm: 15576 8543 391 118 0 10535 0
[pid=11738] ppid=11726 vsize=300904 CPUtime=0.08 cores=0,2,4,6
/proc/11738/stat : 11738 (python) S 11726 11726 11061 0 -1 4202560 915 0 0 0 4 4 0 0 18 0 1 0 538718265 308125696 6030 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 9763803992139202818 0 0 17 4 0 0 0
/proc/11738/statm: 75226 6030 371 364 0 11138 0
[pid=11740] ppid=11738 vsize=13588 CPUtime=62.59 cores=0,2,4,6
/proc/11740/stat : 11740 (lingeling) R 11738 11740 11740 0 -1 4202496 9856 0 0 0 6258 1 0 0 25 0 1 0 538718266 13914112 2598 33554432000 4194304 4352236 140734677626928 18446744073709551615 4328546 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11740/statm: 3397 2598 129 39 0 2477 0
[pid=11741] ppid=11726 vsize=311160 CPUtime=0.08 cores=0,2,4,6
/proc/11741/stat : 11741 (python) S 11726 11726 11061 0 -1 4202560 942 0 0 0 4 4 0 0 18 0 1 0 538718268 318627840 6034 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 9763803992139202818 0 0 17 4 0 0 0
/proc/11741/statm: 77790 6034 371 364 0 13699 0
[pid=11743] ppid=11741 vsize=13024 CPUtime=62.96 cores=0,2,4,6
/proc/11743/stat : 11743 (lingeling) R 11741 11743 11743 0 -1 4202496 10257 0 0 0 6296 0 0 0 25 0 1 0 538718268 13336576 2444 33554432000 4194304 4352236 140735424019504 18446744073709551615 4328554 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11743/statm: 3256 2444 129 39 0 2336 0
[pid=11726/tid=11733] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11733/stat : 11733 (python) S 11724 11726 11061 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 5 0 538718261 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 6 0 0 0
[pid=11726/tid=11736] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11736/stat : 11736 (python) S 11724 11726 11061 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 5 0 538718263 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 6 0 0 0
[pid=11726/tid=11739] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11739/stat : 11739 (python) S 11724 11726 11061 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 538718265 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
[pid=11726/tid=11742] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11742/stat : 11742 (python) S 11724 11726 11061 0 -1 4202560 28 938 0 0 0 0 0 0 22 0 5 0 538718268 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 253.32
Current children cumulated vsize (KiB) 1606256

[startup+64.4011 s]
/proc/loadavg: 9.16 9.10 8.58 10/232 11744
/proc/meminfo: memFree=26368176/32951124 swapFree=67051468/67111528
[pid=11726] ppid=11724 vsize=321404 CPUtime=1 cores=0,2,4,6
/proc/11726/stat : 11726 (python) S 11724 11726 11061 0 -1 4202496 13006 938 1 0 92 8 0 0 22 0 5 0 538718155 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382783947 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11726/statm: 80351 7548 1881 364 0 16260 0
[pid=11732] ppid=11726 vsize=280032 CPUtime=0.08 cores=0,2,4,6
/proc/11732/stat : 11732 (python) S 11726 11726 11061 0 -1 4202560 1004 0 0 0 4 4 0 0 18 0 1 0 538718261 286752768 5975 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977295 0 0 16781312 514 9763803992139202820 0 0 17 6 0 0 0
/proc/11732/statm: 70008 5975 382 364 0 5926 0
[pid=11734] ppid=11732 vsize=13192 CPUtime=63.33 cores=0,2,4,6
/proc/11734/stat : 11734 (lingeling) R 11732 11734 11734 0 -1 4202496 11252 0 0 0 6332 1 0 0 25 0 1 0 538718261 13508608 2468 33554432000 4194304 4352236 140733423491888 18446744073709551615 4207874 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/11734/statm: 3298 2468 129 39 0 2378 0
[pid=11735] ppid=11726 vsize=290648 CPUtime=0.1 cores=0,2,4,6
/proc/11735/stat : 11735 (python) S 11726 11726 11061 0 -1 4202560 932 0 0 0 5 5 0 0 15 0 1 0 538718263 297623552 6026 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 2384044678522568963 0 0 17 6 0 0 0
/proc/11735/statm: 72662 6026 371 364 0 8577 0
[pid=11737] ppid=11735 vsize=62304 CPUtime=63.3 cores=0,2,4,6
/proc/11737/stat : 11737 (cryptominisat-2) R 11735 11737 11737 0 -1 4202496 28131 0 0 0 6324 6 0 0 25 0 1 0 538718263 63799296 8556 33554432000 4194304 4677096 140735835699152 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/11737/statm: 15576 8556 391 118 0 10535 0
[pid=11738] ppid=11726 vsize=300904 CPUtime=0.08 cores=0,2,4,6
/proc/11738/stat : 11738 (python) S 11726 11726 11061 0 -1 4202560 915 0 0 0 4 4 0 0 18 0 1 0 538718265 308125696 6030 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 9763803992139202818 0 0 17 4 0 0 0
/proc/11738/statm: 75226 6030 371 364 0 11138 0
[pid=11740] ppid=11738 vsize=13588 CPUtime=62.69 cores=0,2,4,6
/proc/11740/stat : 11740 (lingeling) R 11738 11740 11740 0 -1 4202496 9856 0 0 0 6268 1 0 0 25 0 1 0 538718266 13914112 2598 33554432000 4194304 4352236 140734677626928 18446744073709551615 4328419 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/11740/statm: 3397 2598 129 39 0 2477 0
[pid=11741] ppid=11726 vsize=311160 CPUtime=0.08 cores=0,2,4,6
/proc/11741/stat : 11741 (python) S 11726 11726 11061 0 -1 4202560 942 0 0 0 4 4 0 0 18 0 1 0 538718268 318627840 6034 33554432000 4194304 5683644 140733510831072 18446744073709551615 218370977350 0 0 16781312 514 9763803992139202818 0 0 17 4 0 0 0
/proc/11741/statm: 77790 6034 371 364 0 13699 0
[pid=11743] ppid=11741 vsize=13024 CPUtime=63.06 cores=0,2,4,6
/proc/11743/stat : 11743 (lingeling) R 11741 11743 11743 0 -1 4202496 10257 0 0 0 6306 0 0 0 25 0 1 0 538718268 13336576 2444 33554432000 4194304 4352236 140735424019504 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/11743/statm: 3256 2444 129 39 0 2336 0
[pid=11726/tid=11733] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11733/stat : 11733 (python) S 11724 11726 11061 0 -1 4202560 24 938 0 0 0 0 0 0 20 0 5 0 538718261 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 6 0 0 0
[pid=11726/tid=11736] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11736/stat : 11736 (python) S 11724 11726 11061 0 -1 4202560 23 938 0 0 0 0 0 0 22 0 5 0 538718263 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 6 0 0 0
[pid=11726/tid=11739] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11739/stat : 11739 (python) S 11724 11726 11061 0 -1 4202560 25 938 0 0 0 0 0 0 20 0 5 0 538718265 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
[pid=11726/tid=11742] ppid=11724 vsize=321404 CPUtime=0 cores=0,2,4,6
/proc/11726/task/11742/stat : 11742 (python) S 11724 11726 11061 0 -1 4202560 28 938 0 0 0 0 0 0 22 0 5 0 538718268 329117696 7548 33554432000 4194304 5683644 140733510831072 18446744073709551615 218382780849 0 0 16781312 2 18446604453958037568 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 253.72
Current children cumulated vsize (KiB) 1606256

Child status: 0
Real time (s): 64.4992
CPU time (s): 254.152
CPU user time (s): 253.746
CPU system time (s): 0.405938
CPU usage (%): 394.04
Max. virtual memory (cumulated for all children) (KiB): 1611120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 253.746
system time used= 0.405938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82357
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= 1557
involuntary context switches= 2381

runsolver used 0.113982 second user time and 0.299954 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-01 19:32:34
IDJOB=3317864
IDBENCH=88045
IDSOLVER=1706
FILE ID=node101/3317864-1304271154
RUNJOBID= node101-1304267295-11079
PBS_JOBID= 13173977
Free space on /tmp= 72216 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
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 -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317864-1304271154/watcher-3317864-1304271154 -o /tmp/evaluation-result-3317864-1304271154/solver-3317864-1304271154 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317864-1304271154.cnf -seed 469319439 -budget 4800 -cores 4

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=469319439

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26462880 kB
Buffers:        221936 kB
Cached:        1244764 kB
SwapCached:      23360 kB
Active:        4945472 kB
Inactive:      1240556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26462880 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           32004 kB
Writeback:           0 kB
AnonPages:     4717524 kB
Mapped:          19716 kB
Slab:           221820 kB
PageTables:      19760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  5877376 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= 72188 MiB
End job on node101 at 2011-05-01 19:33:38