Trace number 3317813

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 244.666 62.9652

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor032.cnf
MD5SUMe1a6f3a7c69cc7fbec84aac478eb151a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark57.5483
Satisfiable
(Un)Satisfiability was proved
Number of variables13240
Number of clauses39143
Sum of the clauses size91331
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 226094
Number of clauses of size 313047
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.30/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.30/0.67	c INFO: solving HOME/instance-3317813-1304267652.cnf
0.30/0.67	c INFO: computing task features
0.37/0.78	c INFO: computed variable-clause graph statistics
0.37/0.78	c INFO: computed clause balance statistics
0.97/1.37	c INFO: computed variable balance statistics
1.47/1.83	c INFO: computed small-clause counts
1.47/1.83	c INFO: computed Horn-clause counts
1.67/2.09	c INFO: computed variable graph statistics
1.67/2.09	c INFO: collected features for HOME/instance-3317813-1304267652.cnf in 1.42 s
1.77/2.12	c INFO: running lingeling-276@0 for 97 with 4798 remaining (b = 0.29)
1.77/2.14	c INFO: running cryptominisat-2.9.0@0 for 485 with 4798 remaining (b = 0.34)
1.77/2.17	c INFO: running lingeling-276@0 for 582 with 4798 remaining (b = 0.39)
1.77/2.19	c INFO: running lingeling-276@0 for 1261 with 4798 remaining (b = 0.44)
244.38/62.94	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-3317813-1304267652/watcher-3317813-1304267652 -o /tmp/evaluation-result-3317813-1304267652/solver-3317813-1304267652 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317813-1304267652.cnf -seed 2121985107 -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: 7.93 5.11 2.22 5/194 21166
/proc/meminfo: memFree=28911600/32951124 swapFree=67111336/67111528
[pid=21166] ppid=21164 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/21166/stat : 21166 (python) R 21164 21166 21052 0 -1 4202496 734 0 0 0 0 0 0 0 25 0 1 0 538363077 15548416 622 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550535680 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/21166/statm: 3796 622 322 364 0 283 0

[startup+0.101595 s]
/proc/loadavg: 7.93 5.11 2.22 5/194 21166
/proc/meminfo: memFree=28911600/32951124 swapFree=67111336/67111528
[pid=21166] ppid=21164 vsize=91828 CPUtime=0.06 cores=0,2,4,6
/proc/21166/stat : 21166 (python) R 21164 21166 21052 0 -1 4202496 2679 0 0 0 5 1 0 0 25 0 1 0 538363077 94031872 2394 33554432000 4194304 5683644 140735221822496 18446744073709551615 271545613959 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21166/statm: 22957 2394 755 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91828

[startup+0.20059 s]
/proc/loadavg: 7.93 5.11 2.22 5/194 21166
/proc/meminfo: memFree=28911600/32951124 swapFree=67111336/67111528
[pid=21166] ppid=21164 vsize=124236 CPUtime=0.11 cores=0,2,4,6
/proc/21166/stat : 21166 (python) R 21164 21166 21052 0 -1 4202496 4274 0 1 0 9 2 0 0 25 0 1 0 538363077 127217664 3880 33554432000 4194304 5683644 140735221822496 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21166/statm: 31059 3880 996 364 0 2870 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 124236

[startup+0.300575 s]
/proc/loadavg: 7.93 5.11 2.22 5/194 21166
/proc/meminfo: memFree=28911600/32951124 swapFree=67111336/67111528
[pid=21166] ppid=21164 vsize=135748 CPUtime=0.16 cores=0,2,4,6
/proc/21166/stat : 21166 (python) S 21164 21166 21052 0 -1 4202496 5964 934 1 0 13 3 0 0 17 0 1 0 538363077 139005952 4150 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550533637 0 2147483391 16781312 2 18446744071699469502 0 0 17 4 0 0 0
/proc/21166/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 135748

[startup+0.700501 s]
/proc/loadavg: 7.93 5.11 2.22 5/194 21166
/proc/meminfo: memFree=28911600/32951124 swapFree=67111336/67111528
[pid=21166] ppid=21164 vsize=280764 CPUtime=0.37 cores=0,2,4,6
/proc/21166/stat : 21166 (python) R 21164 21166 21052 0 -1 4202496 9839 934 1 0 30 7 0 0 16 0 1 0 538363077 287502336 7519 33554432000 4194304 5683644 140735221822496 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21166/statm: 70191 7519 1761 364 0 6115 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 280764

[startup+1.50035 s]
/proc/loadavg: 7.93 5.11 2.22 6/195 21171
/proc/meminfo: memFree=28881832/32951124 swapFree=67111336/67111528
[pid=21166] ppid=21164 vsize=284940 CPUtime=1.17 cores=0,2,4,6
/proc/21166/stat : 21166 (python) R 21164 21166 21052 0 -1 4202496 12242 934 1 0 110 7 0 0 17 0 1 0 538363077 291778560 8621 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550204810 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21166/statm: 71235 8621 1827 364 0 7159 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284940

[startup+3.10102 s]
/proc/loadavg: 7.93 5.11 2.22 9/207 21183
/proc/meminfo: memFree=28858420/32951124 swapFree=67111336/67111528
[pid=21166] ppid=21164 vsize=322876 CPUtime=1.86 cores=0,2,4,6
/proc/21166/stat : 21166 (python) S 21164 21166 21052 0 -1 4202496 15073 934 1 0 178 8 0 0 24 0 5 0 538363077 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21166/statm: 80719 7916 1881 364 0 16628 0
[pid=21172] ppid=21166 vsize=281460 CPUtime=0 cores=0,2,4,6
/proc/21172/stat : 21172 (python) S 21166 21166 21052 0 -1 4202560 783 0 0 0 0 0 0 0 19 0 1 0 538363290 288215040 6281 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557711 0 0 16781312 514 4449322515038207999 0 0 17 4 0 0 0
/proc/21172/statm: 70365 6281 352 364 0 6283 0
[pid=21174] ppid=21172 vsize=8100 CPUtime=0.96 cores=0,2,4,6
/proc/21174/stat : 21174 (lingeling) R 21172 21174 21174 0 -1 4202496 2069 0 0 0 96 0 0 0 23 0 1 0 538363290 8294400 1193 33554432000 4194304 4352236 140734024770576 18446744073709551615 4300208 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21174/statm: 2025 1193 127 39 0 1105 0
[pid=21175] ppid=21166 vsize=292120 CPUtime=0 cores=0,2,4,6
/proc/21175/stat : 21175 (python) S 21166 21166 21052 0 -1 4202560 743 0 0 0 0 0 0 0 15 0 1 0 538363292 299130880 6371 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 8884353023887769860 0 0 17 0 0 0 0
/proc/21175/statm: 73030 6371 348 364 0 8945 0
[pid=21177] ppid=21175 vsize=63172 CPUtime=0.94 cores=0,2,4,6
/proc/21177/stat : 21177 (cryptominisat-2) R 21175 21177 21177 0 -1 4202496 8957 0 0 0 94 0 0 0 23 0 1 0 538363292 64688128 8439 33554432000 4194304 4677096 140736151138640 18446744073709551615 4468061 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21177/statm: 15793 8439 372 118 0 10752 0
[pid=21178] ppid=21166 vsize=302376 CPUtime=0 cores=0,2,4,6
/proc/21178/stat : 21178 (python) S 21166 21166 21052 0 -1 4202560 724 0 0 0 0 0 0 0 21 0 1 0 538363294 309633024 6371 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 4276212655582085119 0 0 17 4 0 0 0
/proc/21178/statm: 75594 6371 344 364 0 11506 0
[pid=21180] ppid=21178 vsize=8100 CPUtime=0.92 cores=0,2,4,6
/proc/21180/stat : 21180 (lingeling) R 21178 21180 21180 0 -1 4202496 2070 0 0 0 92 0 0 0 25 0 1 0 538363295 8294400 1193 33554432000 4194304 4352236 140735396467856 18446744073709551615 4229991 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21180/statm: 2025 1193 127 39 0 1105 0
[pid=21181] ppid=21166 vsize=312632 CPUtime=0 cores=0,2,4,6
/proc/21181/stat : 21181 (python) S 21166 21166 21052 0 -1 4202560 732 0 0 0 0 0 0 0 25 0 1 0 538363297 320135168 6375 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 12138340094104829951 0 0 17 0 0 0 0
/proc/21181/statm: 78158 6375 344 364 0 14067 0
[pid=21183] ppid=21181 vsize=8132 CPUtime=0.89 cores=0,2,4,6
/proc/21183/stat : 21183 (lingeling) R 21181 21183 21183 0 -1 4202496 2127 0 0 0 89 0 0 0 25 0 1 0 538363297 8327168 1200 33554432000 4194304 4352236 140733620495120 18446744073709551615 4228291 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21183/statm: 2033 1200 127 39 0 1113 0
[pid=21166/tid=21173] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21173/stat : 21173 (python) S 21164 21166 21052 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 538363290 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 6 0 0 0
[pid=21166/tid=21176] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21176/stat : 21176 (python) S 21164 21166 21052 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 5 0 538363292 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
[pid=21166/tid=21179] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21179/stat : 21179 (python) S 21164 21166 21052 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 5 0 538363295 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
[pid=21166/tid=21182] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21182/stat : 21182 (python) S 21164 21166 21052 0 -1 4202560 24 934 0 0 0 0 0 0 24 0 5 0 538363297 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 1598968

[startup+6.30144 s]
/proc/loadavg: 7.94 5.15 2.25 9/207 21183
/proc/meminfo: memFree=28825824/32951124 swapFree=67111336/67111528
[pid=21166] ppid=21164 vsize=322876 CPUtime=1.86 cores=0,2,4,6
/proc/21166/stat : 21166 (python) S 21164 21166 21052 0 -1 4202496 15073 934 1 0 178 8 0 0 24 0 5 0 538363077 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21166/statm: 80719 7916 1881 364 0 16628 0
[pid=21172] ppid=21166 vsize=281460 CPUtime=0 cores=0,2,4,6
/proc/21172/stat : 21172 (python) S 21166 21166 21052 0 -1 4202560 978 0 0 0 0 0 0 0 18 0 1 0 538363290 288215040 6311 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557711 0 0 16781312 514 4449322515038175492 0 0 17 4 0 0 0
/proc/21172/statm: 70365 6311 382 364 0 6283 0
[pid=21174] ppid=21172 vsize=9124 CPUtime=4.14 cores=0,2,4,6
/proc/21174/stat : 21174 (lingeling) R 21172 21174 21174 0 -1 4202496 2327 0 0 0 414 0 0 0 25 0 1 0 538363290 9342976 1451 33554432000 4194304 4352236 140734024770576 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21174/statm: 2281 1451 129 39 0 1361 0
[pid=21175] ppid=21166 vsize=292120 CPUtime=0 cores=0,2,4,6
/proc/21175/stat : 21175 (python) S 21166 21166 21052 0 -1 4202560 897 0 0 0 0 0 0 0 15 0 1 0 538363292 299130880 6394 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 8884353023887769860 0 0 17 0 0 0 0
/proc/21175/statm: 73030 6394 371 364 0 8945 0
[pid=21177] ppid=21175 vsize=69216 CPUtime=4.14 cores=0,2,4,6
/proc/21177/stat : 21177 (cryptominisat-2) R 21175 21177 21177 0 -1 4202496 12052 0 0 0 413 1 0 0 25 0 1 0 538363292 70877184 10008 33554432000 4194304 4677096 140736151138640 18446744073709551615 4391349 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21177/statm: 17304 10008 392 118 0 12263 0
[pid=21178] ppid=21166 vsize=302376 CPUtime=0 cores=0,2,4,6
/proc/21178/stat : 21178 (python) S 21166 21166 21052 0 -1 4202560 898 0 0 0 0 0 0 0 18 0 1 0 538363294 309633024 6398 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 4276212655582052612 0 0 17 4 0 0 0
/proc/21178/statm: 75594 6398 371 364 0 11506 0
[pid=21180] ppid=21178 vsize=9268 CPUtime=4.1 cores=0,2,4,6
/proc/21180/stat : 21180 (lingeling) R 21178 21180 21180 0 -1 4202496 2364 0 0 0 410 0 0 0 25 0 1 0 538363295 9490432 1487 33554432000 4194304 4352236 140735396467856 18446744073709551615 4280945 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21180/statm: 2317 1487 129 39 0 1397 0
[pid=21181] ppid=21166 vsize=312632 CPUtime=0 cores=0,2,4,6
/proc/21181/stat : 21181 (python) S 21166 21166 21052 0 -1 4202560 903 0 0 0 0 0 0 0 18 0 1 0 538363297 320135168 6402 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 12138340094104797444 0 0 17 0 0 0 0
/proc/21181/statm: 78158 6402 371 364 0 14067 0
[pid=21183] ppid=21181 vsize=9492 CPUtime=4.08 cores=0,2,4,6
/proc/21183/stat : 21183 (lingeling) R 21181 21183 21183 0 -1 4202496 2469 0 0 0 408 0 0 0 25 0 1 0 538363297 9719808 1542 33554432000 4194304 4352236 140733620495120 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21183/statm: 2373 1542 129 39 0 1453 0
[pid=21166/tid=21173] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21173/stat : 21173 (python) S 21164 21166 21052 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 538363290 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 6 0 0 0
[pid=21166/tid=21176] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21176/stat : 21176 (python) S 21164 21166 21052 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 5 0 538363292 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
[pid=21166/tid=21179] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21179/stat : 21179 (python) S 21164 21166 21052 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 5 0 538363295 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
[pid=21166/tid=21182] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21182/stat : 21182 (python) S 21164 21166 21052 0 -1 4202560 24 934 0 0 0 0 0 0 24 0 5 0 538363297 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.32
Current children cumulated vsize (KiB) 1608564

[startup+12.7013 s]
/proc/loadavg: 8.02 5.22 2.29 9/207 21183
/proc/meminfo: memFree=28806768/32951124 swapFree=67111336/67111528
[pid=21166] ppid=21164 vsize=322876 CPUtime=1.86 cores=0,2,4,6
/proc/21166/stat : 21166 (python) S 21164 21166 21052 0 -1 4202496 15073 934 1 0 178 8 0 0 24 0 5 0 538363077 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21166/statm: 80719 7916 1881 364 0 16628 0
[pid=21172] ppid=21166 vsize=281460 CPUtime=0 cores=0,2,4,6
/proc/21172/stat : 21172 (python) S 21166 21166 21052 0 -1 4202560 981 0 0 0 0 0 0 0 18 0 1 0 538363290 288215040 6311 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557711 0 0 16781312 514 5115086422088319236 0 0 17 4 0 0 0
/proc/21172/statm: 70365 6311 382 364 0 6283 0
[pid=21174] ppid=21172 vsize=10736 CPUtime=10.5 cores=0,2,4,6
/proc/21174/stat : 21174 (lingeling) R 21172 21174 21174 0 -1 4202496 2730 0 0 0 1050 0 0 0 25 0 1 0 538363290 10993664 1854 33554432000 4194304 4352236 140734024770576 18446744073709551615 4328075 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21174/statm: 2684 1854 129 39 0 1764 0
[pid=21175] ppid=21166 vsize=292120 CPUtime=0.01 cores=0,2,4,6
/proc/21175/stat : 21175 (python) S 21166 21166 21052 0 -1 4202560 903 0 0 0 1 0 0 0 15 0 1 0 538363292 299130880 6394 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 8884353023887769860 0 0 17 0 0 0 0
/proc/21175/statm: 73030 6394 371 364 0 8945 0
[pid=21177] ppid=21175 vsize=85116 CPUtime=10.54 cores=0,2,4,6
/proc/21177/stat : 21177 (cryptominisat-2) R 21175 21177 21177 0 -1 4202496 15608 0 0 0 1052 2 0 0 25 0 1 0 538363292 87158784 12370 33554432000 4194304 4677096 140736151138640 18446744073709551615 4339903 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21177/statm: 21279 12370 392 118 0 16238 0
[pid=21178] ppid=21166 vsize=302376 CPUtime=0.01 cores=0,2,4,6
/proc/21178/stat : 21178 (python) S 21166 21166 21052 0 -1 4202560 901 0 0 0 1 0 0 0 18 0 1 0 538363294 309633024 6398 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 5115086422088319236 0 0 17 4 0 0 0
/proc/21178/statm: 75594 6398 371 364 0 11506 0
[pid=21180] ppid=21178 vsize=10340 CPUtime=10.48 cores=0,2,4,6
/proc/21180/stat : 21180 (lingeling) R 21178 21180 21180 0 -1 4202496 2632 0 0 0 1048 0 0 0 25 0 1 0 538363295 10588160 1755 33554432000 4194304 4352236 140735396467856 18446744073709551615 4328359 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21180/statm: 2585 1755 129 39 0 1665 0
[pid=21181] ppid=21166 vsize=312632 CPUtime=0 cores=0,2,4,6
/proc/21181/stat : 21181 (python) S 21166 21166 21052 0 -1 4202560 905 0 0 0 0 0 0 0 18 0 1 0 538363297 320135168 6402 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 5115086422088319236 0 0 17 0 0 0 0
/proc/21181/statm: 78158 6402 371 364 0 14067 0
[pid=21183] ppid=21181 vsize=10820 CPUtime=10.46 cores=0,2,4,6
/proc/21183/stat : 21183 (lingeling) R 21181 21183 21183 0 -1 4202496 3313 0 0 0 1046 0 0 0 25 0 1 0 538363297 11079680 1874 33554432000 4194304 4352236 140733620495120 18446744073709551615 4277060 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21183/statm: 2705 1874 129 39 0 1785 0
[pid=21166/tid=21173] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21173/stat : 21173 (python) S 21164 21166 21052 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 538363290 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 6 0 0 0
[pid=21166/tid=21176] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21176/stat : 21176 (python) S 21164 21166 21052 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 5 0 538363292 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
[pid=21166/tid=21179] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21179/stat : 21179 (python) S 21164 21166 21052 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 5 0 538363295 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
[pid=21166/tid=21182] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21182/stat : 21182 (python) S 21164 21166 21052 0 -1 4202560 24 934 0 0 0 0 0 0 24 0 5 0 538363297 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 43.86
Current children cumulated vsize (KiB) 1628476

[startup+25.5009 s]
/proc/loadavg: 8.02 5.35 2.38 9/207 21184
/proc/meminfo: memFree=28773092/32951124 swapFree=67111336/67111528
[pid=21166] ppid=21164 vsize=322876 CPUtime=1.86 cores=0,2,4,6

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

[pid=21166/tid=21179] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21179/stat : 21179 (python) S 21164 21166 21052 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 5 0 538363295 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
[pid=21166/tid=21182] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21182/stat : 21182 (python) S 21164 21166 21052 0 -1 4202560 24 934 0 0 0 0 0 0 24 0 5 0 538363297 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 235.99
Current children cumulated vsize (KiB) 1674908

[startup+61.6014 s]
/proc/loadavg: 8.20 5.69 2.60 9/207 21185
/proc/meminfo: memFree=28724612/32951124 swapFree=67111336/67111528
[pid=21166] ppid=21164 vsize=322876 CPUtime=1.86 cores=0,2,4,6
/proc/21166/stat : 21166 (python) S 21164 21166 21052 0 -1 4202496 15073 934 1 0 178 8 0 0 24 0 5 0 538363077 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21166/statm: 80719 7916 1881 364 0 16628 0
[pid=21172] ppid=21166 vsize=281460 CPUtime=0.07 cores=0,2,4,6
/proc/21172/stat : 21172 (python) S 21166 21166 21052 0 -1 4202560 1003 0 0 0 4 3 0 0 18 0 1 0 538363290 288215040 6311 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557711 0 0 16781312 514 5115086422088319236 0 0 17 4 0 0 0
/proc/21172/statm: 70365 6311 382 364 0 6283 0
[pid=21174] ppid=21172 vsize=22616 CPUtime=59.13 cores=0,2,4,6
/proc/21174/stat : 21174 (lingeling) R 21172 21174 21174 0 -1 4202496 8516 0 0 0 5913 0 0 0 25 0 1 0 538363290 23158784 4824 33554432000 4194304 4352236 140734024770576 18446744073709551615 4328385 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21174/statm: 5654 4824 129 39 0 4734 0
[pid=21175] ppid=21166 vsize=292120 CPUtime=0.09 cores=0,2,4,6
/proc/21175/stat : 21175 (python) S 21166 21166 21052 0 -1 4202560 926 0 0 0 6 3 0 0 15 0 1 0 538363292 299130880 6394 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 5115086422088319236 0 0 17 0 0 0 0
/proc/21175/statm: 73030 6394 371 364 0 8945 0
[pid=21177] ppid=21175 vsize=106124 CPUtime=59.45 cores=0,2,4,6
/proc/21177/stat : 21177 (cryptominisat-2) R 21175 21177 21177 0 -1 4202496 41288 0 0 0 5936 9 0 0 25 0 1 0 538363292 108670976 19189 33554432000 4194304 4677096 140736151138640 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21177/statm: 26531 19189 392 118 0 21490 0
[pid=21178] ppid=21166 vsize=302376 CPUtime=0.07 cores=0,2,4,6
/proc/21178/stat : 21178 (python) S 21166 21166 21052 0 -1 4202560 924 0 0 0 4 3 0 0 18 0 1 0 538363294 309633024 6398 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 5115086422088319236 0 0 17 4 0 0 0
/proc/21178/statm: 75594 6398 371 364 0 11506 0
[pid=21180] ppid=21178 vsize=20720 CPUtime=59.25 cores=0,2,4,6
/proc/21180/stat : 21180 (lingeling) R 21178 21180 21180 0 -1 4202496 7083 0 0 0 5925 0 0 0 25 0 1 0 538363295 21217280 4350 33554432000 4194304 4352236 140735396467856 18446744073709551615 4277904 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21180/statm: 5180 4350 129 39 0 4260 0
[pid=21181] ppid=21166 vsize=312632 CPUtime=0.07 cores=0,2,4,6
/proc/21181/stat : 21181 (python) S 21166 21166 21052 0 -1 4202560 920 0 0 0 4 3 0 0 18 0 1 0 538363297 320135168 6402 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 5115086422088319236 0 0 17 0 0 0 0
/proc/21181/statm: 78158 6402 371 364 0 14067 0
[pid=21183] ppid=21181 vsize=21408 CPUtime=59.22 cores=0,2,4,6
/proc/21183/stat : 21183 (lingeling) R 21181 21183 21183 0 -1 4202496 7560 0 0 0 5921 1 0 0 25 0 1 0 538363297 21921792 4521 33554432000 4194304 4352236 140733620495120 18446744073709551615 4271327 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21183/statm: 5352 4521 129 39 0 4432 0
[pid=21166/tid=21173] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21173/stat : 21173 (python) S 21164 21166 21052 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 538363290 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 6 0 0 0
[pid=21166/tid=21176] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21176/stat : 21176 (python) S 21164 21166 21052 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 5 0 538363292 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
[pid=21166/tid=21179] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21179/stat : 21179 (python) S 21164 21166 21052 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 5 0 538363295 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
[pid=21166/tid=21182] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21182/stat : 21182 (python) S 21164 21166 21052 0 -1 4202560 24 934 0 0 0 0 0 0 24 0 5 0 538363297 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 239.21
Current children cumulated vsize (KiB) 1682332

[startup+62.4012 s]
/proc/loadavg: 8.20 5.69 2.60 9/207 21185
/proc/meminfo: memFree=28724612/32951124 swapFree=67111336/67111528
[pid=21166] ppid=21164 vsize=322876 CPUtime=1.86 cores=0,2,4,6
/proc/21166/stat : 21166 (python) S 21164 21166 21052 0 -1 4202496 15073 934 1 0 178 8 0 0 24 0 5 0 538363077 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21166/statm: 80719 7916 1881 364 0 16628 0
[pid=21172] ppid=21166 vsize=281460 CPUtime=0.07 cores=0,2,4,6
/proc/21172/stat : 21172 (python) S 21166 21166 21052 0 -1 4202560 1003 0 0 0 4 3 0 0 18 0 1 0 538363290 288215040 6311 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557711 0 0 16781312 514 5115086422088319236 0 0 17 4 0 0 0
/proc/21172/statm: 70365 6311 382 364 0 6283 0
[pid=21174] ppid=21172 vsize=21592 CPUtime=59.92 cores=0,2,4,6
/proc/21174/stat : 21174 (lingeling) R 21172 21174 21174 0 -1 4202496 8516 0 0 0 5992 0 0 0 25 0 1 0 538363290 22110208 4568 33554432000 4194304 4352236 140734024770576 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21174/statm: 5398 4568 129 39 0 4478 0
[pid=21175] ppid=21166 vsize=292120 CPUtime=0.09 cores=0,2,4,6
/proc/21175/stat : 21175 (python) S 21166 21166 21052 0 -1 4202560 926 0 0 0 6 3 0 0 15 0 1 0 538363292 299130880 6394 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 8884353023887769860 0 0 17 0 0 0 0
/proc/21175/statm: 73030 6394 371 364 0 8945 0
[pid=21177] ppid=21175 vsize=106124 CPUtime=60.25 cores=0,2,4,6
/proc/21177/stat : 21177 (cryptominisat-2) R 21175 21177 21177 0 -1 4202496 41474 0 0 0 6016 9 0 0 25 0 1 0 538363292 108670976 19375 33554432000 4194304 4677096 140736151138640 18446744073709551615 4335943 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21177/statm: 26531 19375 392 118 0 21490 0
[pid=21178] ppid=21166 vsize=302376 CPUtime=0.07 cores=0,2,4,6
/proc/21178/stat : 21178 (python) S 21166 21166 21052 0 -1 4202560 924 0 0 0 4 3 0 0 18 0 1 0 538363294 309633024 6398 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 5115086422088319236 0 0 17 4 0 0 0
/proc/21178/statm: 75594 6398 371 364 0 11506 0
[pid=21180] ppid=21178 vsize=20976 CPUtime=60.05 cores=0,2,4,6
/proc/21180/stat : 21180 (lingeling) R 21178 21180 21180 0 -1 4202496 7147 0 0 0 6005 0 0 0 25 0 1 0 538363295 21479424 4414 33554432000 4194304 4352236 140735396467856 18446744073709551615 4328363 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21180/statm: 5244 4414 129 39 0 4324 0
[pid=21181] ppid=21166 vsize=312632 CPUtime=0.07 cores=0,2,4,6
/proc/21181/stat : 21181 (python) S 21166 21166 21052 0 -1 4202560 920 0 0 0 4 3 0 0 18 0 1 0 538363297 320135168 6402 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 5115086422088319236 0 0 17 0 0 0 0
/proc/21181/statm: 78158 6402 371 364 0 14067 0
[pid=21183] ppid=21181 vsize=21408 CPUtime=60.01 cores=0,2,4,6
/proc/21183/stat : 21183 (lingeling) R 21181 21183 21183 0 -1 4202496 7560 0 0 0 6000 1 0 0 25 0 1 0 538363297 21921792 4521 33554432000 4194304 4352236 140733620495120 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21183/statm: 5352 4521 129 39 0 4432 0
[pid=21166/tid=21173] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21173/stat : 21173 (python) S 21164 21166 21052 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 538363290 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 6 0 0 0
[pid=21166/tid=21176] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21176/stat : 21176 (python) S 21164 21166 21052 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 5 0 538363292 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
[pid=21166/tid=21179] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21179/stat : 21179 (python) S 21164 21166 21052 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 5 0 538363295 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
[pid=21166/tid=21182] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21182/stat : 21182 (python) S 21164 21166 21052 0 -1 4202560 24 934 0 0 0 0 0 0 24 0 5 0 538363297 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 242.39
Current children cumulated vsize (KiB) 1681564

[startup+62.8072 s]
/proc/loadavg: 8.20 5.69 2.60 9/207 21185
/proc/meminfo: memFree=28719280/32951124 swapFree=67111336/67111528
[pid=21166] ppid=21164 vsize=322876 CPUtime=1.86 cores=0,2,4,6
/proc/21166/stat : 21166 (python) S 21164 21166 21052 0 -1 4202496 15073 934 1 0 178 8 0 0 24 0 5 0 538363077 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21166/statm: 80719 7916 1881 364 0 16628 0
[pid=21172] ppid=21166 vsize=281460 CPUtime=0.07 cores=0,2,4,6
/proc/21172/stat : 21172 (python) S 21166 21166 21052 0 -1 4202560 1003 0 0 0 4 3 0 0 18 0 1 0 538363290 288215040 6311 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557711 0 0 16781312 514 5115086422088319236 0 0 17 4 0 0 0
/proc/21172/statm: 70365 6311 382 364 0 6283 0
[pid=21174] ppid=21172 vsize=21592 CPUtime=60.32 cores=0,2,4,6
/proc/21174/stat : 21174 (lingeling) R 21172 21174 21174 0 -1 4202496 8516 0 0 0 6032 0 0 0 25 0 1 0 538363290 22110208 4568 33554432000 4194304 4352236 140734024770576 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21174/statm: 5398 4568 129 39 0 4478 0
[pid=21175] ppid=21166 vsize=292120 CPUtime=0.09 cores=0,2,4,6
/proc/21175/stat : 21175 (python) S 21166 21166 21052 0 -1 4202560 926 0 0 0 6 3 0 0 15 0 1 0 538363292 299130880 6394 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 8884353023887769860 0 0 17 0 0 0 0
/proc/21175/statm: 73030 6394 371 364 0 8945 0
[pid=21177] ppid=21175 vsize=106124 CPUtime=60.65 cores=0,2,4,6
/proc/21177/stat : 21177 (cryptominisat-2) R 21175 21177 21177 0 -1 4202496 41564 0 0 0 6056 9 0 0 25 0 1 0 538363292 108670976 19465 33554432000 4194304 4677096 140736151138640 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21177/statm: 26531 19465 392 118 0 21490 0
[pid=21178] ppid=21166 vsize=302376 CPUtime=0.07 cores=0,2,4,6
/proc/21178/stat : 21178 (python) S 21166 21166 21052 0 -1 4202560 924 0 0 0 4 3 0 0 18 0 1 0 538363294 309633024 6398 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 5115086422088319236 0 0 17 4 0 0 0
/proc/21178/statm: 75594 6398 371 364 0 11506 0
[pid=21180] ppid=21178 vsize=20976 CPUtime=60.45 cores=0,2,4,6
/proc/21180/stat : 21180 (lingeling) R 21178 21180 21180 0 -1 4202496 7147 0 0 0 6045 0 0 0 25 0 1 0 538363295 21479424 4414 33554432000 4194304 4352236 140735396467856 18446744073709551615 4329000 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21180/statm: 5244 4414 129 39 0 4324 0
[pid=21181] ppid=21166 vsize=312632 CPUtime=0.07 cores=0,2,4,6
/proc/21181/stat : 21181 (python) S 21166 21166 21052 0 -1 4202560 920 0 0 0 4 3 0 0 18 0 1 0 538363297 320135168 6402 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 5115086422088319236 0 0 17 0 0 0 0
/proc/21181/statm: 78158 6402 371 364 0 14067 0
[pid=21183] ppid=21181 vsize=21664 CPUtime=60.42 cores=0,2,4,6
/proc/21183/stat : 21183 (lingeling) R 21181 21183 21183 0 -1 4202496 7624 0 0 0 6041 1 0 0 25 0 1 0 538363297 22183936 4585 33554432000 4194304 4352236 140733620495120 18446744073709551615 4234441 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21183/statm: 5416 4585 129 39 0 4496 0
[pid=21166/tid=21173] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21173/stat : 21173 (python) S 21164 21166 21052 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 538363290 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 6 0 0 0
[pid=21166/tid=21176] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21176/stat : 21176 (python) S 21164 21166 21052 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 5 0 538363292 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
[pid=21166/tid=21179] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21179/stat : 21179 (python) S 21164 21166 21052 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 5 0 538363295 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
[pid=21166/tid=21182] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21182/stat : 21182 (python) S 21164 21166 21052 0 -1 4202560 24 934 0 0 0 0 0 0 24 0 5 0 538363297 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 244
Current children cumulated vsize (KiB) 1681820

[startup+62.9011 s]
/proc/loadavg: 8.20 5.69 2.60 9/207 21185
/proc/meminfo: memFree=28719280/32951124 swapFree=67111336/67111528
[pid=21166] ppid=21164 vsize=322876 CPUtime=1.86 cores=0,2,4,6
/proc/21166/stat : 21166 (python) S 21164 21166 21052 0 -1 4202496 15073 934 1 0 178 8 0 0 24 0 5 0 538363077 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21166/statm: 80719 7916 1881 364 0 16628 0
[pid=21172] ppid=21166 vsize=281460 CPUtime=0.07 cores=0,2,4,6
/proc/21172/stat : 21172 (python) S 21166 21166 21052 0 -1 4202560 1003 0 0 0 4 3 0 0 18 0 1 0 538363290 288215040 6311 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557711 0 0 16781312 514 5115086422088319236 0 0 17 4 0 0 0
/proc/21172/statm: 70365 6311 382 364 0 6283 0
[pid=21174] ppid=21172 vsize=21592 CPUtime=60.41 cores=0,2,4,6
/proc/21174/stat : 21174 (lingeling) R 21172 21174 21174 0 -1 4202496 8516 0 0 0 6041 0 0 0 25 0 1 0 538363290 22110208 4568 33554432000 4194304 4352236 140734024770576 18446744073709551615 4327820 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21174/statm: 5398 4568 129 39 0 4478 0
[pid=21175] ppid=21166 vsize=292120 CPUtime=0.09 cores=0,2,4,6
/proc/21175/stat : 21175 (python) S 21166 21166 21052 0 -1 4202560 926 0 0 0 6 3 0 0 15 0 1 0 538363292 299130880 6394 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 8884353023887769860 0 0 17 0 0 0 0
/proc/21175/statm: 73030 6394 371 364 0 8945 0
[pid=21177] ppid=21175 vsize=106124 CPUtime=60.75 cores=0,2,4,6
/proc/21177/stat : 21177 (cryptominisat-2) R 21175 21177 21177 0 -1 4202496 41580 0 0 0 6066 9 0 0 25 0 1 0 538363292 108670976 19481 33554432000 4194304 4677096 140736151138640 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21177/statm: 26531 19481 392 118 0 21490 0
[pid=21178] ppid=21166 vsize=302376 CPUtime=0.07 cores=0,2,4,6
/proc/21178/stat : 21178 (python) S 21166 21166 21052 0 -1 4202560 924 0 0 0 4 3 0 0 18 0 1 0 538363294 309633024 6398 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 5115086422088319236 0 0 17 4 0 0 0
/proc/21178/statm: 75594 6398 371 364 0 11506 0
[pid=21180] ppid=21178 vsize=20976 CPUtime=60.55 cores=0,2,4,6
/proc/21180/stat : 21180 (lingeling) R 21178 21180 21180 0 -1 4202496 7147 0 0 0 6055 0 0 0 25 0 1 0 538363295 21479424 4414 33554432000 4194304 4352236 140735396467856 18446744073709551615 4234476 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21180/statm: 5244 4414 129 39 0 4324 0
[pid=21181] ppid=21166 vsize=312632 CPUtime=0.07 cores=0,2,4,6
/proc/21181/stat : 21181 (python) S 21166 21166 21052 0 -1 4202560 920 0 0 0 4 3 0 0 18 0 1 0 538363297 320135168 6402 33554432000 4194304 5683644 140735221822496 18446744073709551615 271550557766 0 0 16781312 514 5115086422088319236 0 0 17 0 0 0 0
/proc/21181/statm: 78158 6402 371 364 0 14067 0
[pid=21183] ppid=21181 vsize=21664 CPUtime=60.51 cores=0,2,4,6
/proc/21183/stat : 21183 (lingeling) R 21181 21183 21183 0 -1 4202496 7624 0 0 0 6050 1 0 0 25 0 1 0 538363297 22183936 4585 33554432000 4194304 4352236 140733620495120 18446744073709551615 4207915 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21183/statm: 5416 4585 129 39 0 4496 0
[pid=21166/tid=21173] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21173/stat : 21173 (python) S 21164 21166 21052 0 -1 4202560 25 934 0 0 0 0 0 0 20 0 5 0 538363290 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 6 0 0 0
[pid=21166/tid=21176] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21176/stat : 21176 (python) S 21164 21166 21052 0 -1 4202560 19 934 0 0 0 0 0 0 20 0 5 0 538363292 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 2 0 0 0
[pid=21166/tid=21179] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21179/stat : 21179 (python) S 21164 21166 21052 0 -1 4202560 23 934 0 0 0 0 0 0 22 0 5 0 538363295 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
[pid=21166/tid=21182] ppid=21164 vsize=322876 CPUtime=0 cores=0,2,4,6
/proc/21166/task/21182/stat : 21182 (python) S 21164 21166 21052 0 -1 4202560 24 934 0 0 0 0 0 0 24 0 5 0 538363297 330625024 7916 33554432000 4194304 5683644 140735221822496 18446744073709551615 271562361265 0 0 16781312 2 18446604453953223424 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 244.38
Current children cumulated vsize (KiB) 1681820

Child status: 0
Real time (s): 62.9652
CPU time (s): 244.666
CPU user time (s): 244.282
CPU system time (s): 0.383941
CPU usage (%): 388.573
Max. virtual memory (cumulated for all children) (KiB): 1683100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 244.282
system time used= 0.383941
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90119
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= 3422
involuntary context switches= 4032

runsolver used 0.096985 second user time and 0.253961 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-01 18:34:12
IDJOB=3317813
IDBENCH=70818
IDSOLVER=1706
FILE ID=node133/3317813-1304267652
RUNJOBID= node133-1304267282-21070
PBS_JOBID= 13173946
Free space on /tmp= 72860 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor032.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-3317813-1304267652/watcher-3317813-1304267652 -o /tmp/evaluation-result-3317813-1304267652/solver-3317813-1304267652 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317813-1304267652.cnf -seed 2121985107 -budget 4800 -cores 4

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

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=2121985107

node133.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28911640 kB
Buffers:        567412 kB
Cached:        1304208 kB
SwapCached:        124 kB
Active:        1978032 kB
Inactive:      1705672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28911640 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:           32472 kB
Writeback:           0 kB
AnonPages:     1811952 kB
Mapped:          21044 kB
Slab:           284836 kB
PageTables:      12632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2964260 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72832 MiB
End job on node133 at 2011-05-01 18:35:15