Trace number 3317812

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 3630.88 1176.73

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark52.912
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

0.39/1.14	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/1.14	c INFO: solving HOME/instance-3317812-1304268090.cnf
0.39/1.14	c INFO: computing task features
10.67/11.42	c INFO: computed variable-clause graph statistics
10.97/11.73	c INFO: computed clause balance statistics
52.37/53.15	c INFO: computed variable balance statistics
84.47/85.29	c INFO: computed small-clause counts
85.77/86.53	c INFO: computed Horn-clause counts
355.77/356.59	c INFO: computed variable graph statistics
355.87/356.60	c INFO: collected features for HOME/instance-3317812-1304268090.cnf in 355.10 s
355.87/356.63	c INFO: running lingeling-276@0 for 97 with 4444 remaining (b = 0.26)
355.87/356.65	c INFO: running cryptominisat-2.9.0@0 for 485 with 4444 remaining (b = 0.18)
355.87/356.68	c INFO: running cryptominisat-2.9.0@0 for 1067 with 4444 remaining (b = 0.25)
355.97/356.72	c INFO: running lingeling-276@0 for 1261 with 4444 remaining (b = 0.25)
755.43/456.79	c INFO: running precosat-570@0 for 97 with 4344 remaining (b = 0.05)
1155.67/556.95	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4244 remaining (b = 0.30)
2302.74/844.17	c INFO: running lingeling-276@0 for 291 with 3956 remaining (b = 0.05)
3458.63/1133.53	c INFO: running lingeling-276@289 for 194 with 3667 remaining (b = 0.07)
3630.66/1176.62	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-3317812-1304268090/watcher-3317812-1304268090 -o /tmp/evaluation-result-3317812-1304268090/solver-3317812-1304268090 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317812-1304268090.cnf -seed 979871631 -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: 2.88 2.09 1.21 3/174 20750
/proc/meminfo: memFree=29899016/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/20750/stat : 20750 (python) S 20748 20750 20627 0 -1 4202496 728 0 0 0 0 0 0 0 21 0 1 0 538409912 15548416 617 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921775104 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/20750/statm: 3796 617 322 364 0 283 0

[startup+0.0687589 s]
/proc/loadavg: 2.88 2.09 1.21 3/174 20750
/proc/meminfo: memFree=29899016/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=34428 CPUtime=0.04 cores=0,2,4,6
/proc/20750/stat : 20750 (python) R 20748 20750 20627 0 -1 4202496 1553 0 0 0 3 1 0 0 21 0 1 0 538409912 35254272 1388 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921772980 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/20750/statm: 8607 1388 448 364 0 945 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 34428

[startup+0.10071 s]
/proc/loadavg: 2.88 2.09 1.21 3/174 20750
/proc/meminfo: memFree=29899016/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=85364 CPUtime=0.05 cores=0,2,4,6
/proc/20750/stat : 20750 (python) D 20748 20750 20627 0 -1 4202496 2584 0 0 0 4 1 0 0 18 0 1 0 538409912 87412736 2308 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921782839 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 0
/proc/20750/statm: 21341 2308 707 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85364

[startup+0.300677 s]
/proc/loadavg: 2.88 2.09 1.21 3/174 20750
/proc/meminfo: memFree=29899016/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=85364 CPUtime=0.05 cores=0,2,4,6
/proc/20750/stat : 20750 (python) D 20748 20750 20627 0 -1 4202496 2584 0 0 0 4 1 0 0 18 0 1 0 538409912 87412736 2308 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921782839 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 0
/proc/20750/statm: 21341 2308 707 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85364

[startup+0.700597 s]
/proc/loadavg: 2.88 2.09 1.21 3/174 20750
/proc/meminfo: memFree=29899016/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=126804 CPUtime=0.14 cores=0,2,4,6
/proc/20750/stat : 20750 (python) R 20748 20750 20627 0 -1 4202496 5302 931 1 0 10 4 0 0 18 0 1 0 538409912 129847296 3955 33554432000 4194304 5683644 140736706160304 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 46
/proc/20750/statm: 31701 3958 1004 364 0 2996 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 126804

[startup+1.5005 s]
/proc/loadavg: 2.88 2.09 1.21 3/175 20755
/proc/meminfo: memFree=29884128/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=346812 CPUtime=0.77 cores=0,2,4,6
/proc/20750/stat : 20750 (python) R 20748 20750 20627 0 -1 4202496 26303 931 1 0 63 14 0 0 16 0 1 0 538409912 355135488 23982 33554432000 4194304 5683644 140736706160304 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 46
/proc/20750/statm: 86703 23983 1761 364 0 22627 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 346812

[startup+3.10016 s]
/proc/loadavg: 2.88 2.09 1.21 3/175 20755
/proc/meminfo: memFree=29775380/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=440168 CPUtime=2.37 cores=0,2,4,6
/proc/20750/stat : 20750 (python) R 20748 20750 20627 0 -1 4202496 49546 931 1 0 220 17 0 0 18 0 1 0 538409912 450732032 47225 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921437893 0 0 16781312 2 0 0 0 17 2 0 0 46
/proc/20750/statm: 110042 47225 1761 364 0 45966 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 440168
heavy processes:

[startup+6.3006 s]
/proc/loadavg: 2.81 2.09 1.22 3/175 20755
/proc/meminfo: memFree=29573196/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=645904 CPUtime=5.57 cores=0,2,4,6
/proc/20750/stat : 20750 (python) R 20748 20750 20627 0 -1 4202496 98197 931 1 0 532 25 0 0 25 0 1 0 538409912 661405696 95876 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921437893 0 0 16781312 2 0 0 0 17 2 0 0 46
/proc/20750/statm: 161476 95876 1761 364 0 97400 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 645904

[startup+12.7004 s]
/proc/loadavg: 2.74 2.08 1.22 3/173 20775
/proc/meminfo: memFree=29725356/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=727164 CPUtime=11.97 cores=0,2,4,6
/proc/20750/stat : 20750 (python) R 20748 20750 20627 0 -1 4202496 230187 931 1 0 1154 43 0 0 25 0 1 0 538409912 744615936 119207 33554432000 4194304 5683644 140736706160304 18446744073709551615 4623696 0 0 16781312 2 0 0 0 17 2 0 0 46
/proc/20750/statm: 181791 119207 1826 364 0 117715 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 727164

[startup+25.5011 s]
/proc/loadavg: 2.58 2.08 1.23 3/178 20784
/proc/meminfo: memFree=29481576/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=727164 CPUtime=24.77 cores=0,2,4,6
/proc/20750/stat : 20750 (python) R 20748 20750 20627 0 -1 4202496 230187 931 1 0 2434 43 0 0 25 0 1 0 538409912 744615936 119207 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921437723 0 0 16781312 2 0 0 0 17 4 0 0 46
/proc/20750/statm: 181791 119207 1826 364 0 117715 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 727164

[startup+51.1004 s]
/proc/loadavg: 2.38 2.07 1.25 3/178 20785
/proc/meminfo: memFree=29481700/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=727164 CPUtime=50.36 cores=0,2,4,6
/proc/20750/stat : 20750 (python) R 20748 20750 20627 0 -1 4202496 230187 931 1 0 4993 43 0 0 25 0 1 0 538409912 744615936 119207 33554432000 4194304 5683644 140736706160304 18446744073709551615 4619593 0 0 16781312 2 0 0 0 17 4 0 0 46
/proc/20750/statm: 181791 119207 1826 364 0 117715 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 727164

[startup+102.306 s]
/proc/loadavg: 2.16 2.06 1.29 6/187 20795
/proc/meminfo: memFree=29439660/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=746356 CPUtime=101.57 cores=0,2,4,6
/proc/20750/stat : 20750 (python) R 20748 20750 20627 0 -1 4202496 249355 931 1 0 10112 45 0 0 25 0 1 0 538409912 764268544 124012 33554432000 4194304 5683644 140736706160304 18446744073709551615 47957040900224 0 0 16781312 2 0 0 0 17 4 0 0 46
/proc/20750/statm: 186589 124012 1833 364 0 122513 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 746356

[startup+162.301 s]
/proc/loadavg: 3.49 2.49 1.49 3/178 20832
/proc/meminfo: memFree=29433036/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=746356 CPUtime=161.58 cores=0,2,4,6
/proc/20750/stat : 20750 (python) R 20748 20750 20627 0 -1 4202496 249355 931 1 0 16111 47 0 0 25 0 1 0 538409912 764268544 124012 33554432000 4194304 5683644 140736706160304 18446744073709551615 47957040900236 0 0 16781312 2 0 0 0 17 4 0 0 46
/proc/20750/statm: 186589 124012 1833 364 0 122513 0
Current children cumulated CPU time (s) 161.58
Current children cumulated vsize (KiB) 746356

[startup+222.301 s]
/proc/loadavg: 2.55 2.40 1.52 3/178 20833
/proc/meminfo: memFree=29426388/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=746356 CPUtime=221.58 cores=0,2,4,6
/proc/20750/stat : 20750 (python) R 20748 20750 20627 0 -1 4202496 249355 931 1 0 22111 47 0 0 25 0 1 0 538409912 764268544 124012 33554432000 4194304 5683644 140736706160304 18446744073709551615 47957040900224 0 0 16781312 2 0 0 0 17 4 0 0 46
/proc/20750/statm: 186589 124012 1833 364 0 122513 0
Current children cumulated CPU time (s) 221.58
Current children cumulated vsize (KiB) 746356

[startup+282.301 s]
/proc/loadavg: 2.62 2.43 1.58 3/178 20879
/proc/meminfo: memFree=29423112/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=746356 CPUtime=281.57 cores=0,2,4,6
/proc/20750/stat : 20750 (python) R 20748 20750 20627 0 -1 4202496 249355 931 1 0 28110 47 0 0 25 0 1 0 538409912 764268544 124012 33554432000 4194304 5683644 140736706160304 18446744073709551615 47957040900224 0 0 16781312 2 0 0 0 17 4 0 0 46
/proc/20750/statm: 186589 124012 1833 364 0 122513 0
Current children cumulated CPU time (s) 281.57
Current children cumulated vsize (KiB) 746356

[startup+342.301 s]
/proc/loadavg: 2.30 2.37 1.61 3/178 20881
/proc/meminfo: memFree=29423652/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=746356 CPUtime=341.58 cores=0,2,4,6
/proc/20750/stat : 20750 (python) R 20748 20750 20627 0 -1 4202496 249355 931 1 0 34111 47 0 0 25 0 1 0 538409912 764268544 124012 33554432000 4194304 5683644 140736706160304 18446744073709551615 4539138 0 0 16781312 2 0 0 0 17 4 0 0 46
/proc/20750/statm: 186589 124012 1833 364 0 122513 0
Current children cumulated CPU time (s) 341.58
Current children cumulated vsize (KiB) 746356

[startup+402.301 s]
/proc/loadavg: 5.22 3.11 1.91 9/202 20906
/proc/meminfo: memFree=26467168/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=575372 CPUtime=356 cores=0,2,4,6
/proc/20750/stat : 20750 (python) S 20748 20750 20627 0 -1 4202496 252059 931 1 0 35548 52 0 0 22 0 5 0 538409912 589180928 71071 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 46
/proc/20750/statm: 143843 71071 1881 364 0 79752 0
[pid=20882] ppid=20750 vsize=534360 CPUtime=0.05 cores=0,2,4,6
/proc/20882/stat : 20882 (python) S 20750 20750 20627 0 -1 4202560 1006 0 0 0 3 2 0 0 18 0 1 0 538445575 547184640 69555 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921797135 0 0 16781312 514 15805857881279922436 0 0 17 0 0 0 0
/proc/20882/statm: 133590 69555 381 364 0 69508 0
[pid=20884] ppid=20882 vsize=150960 CPUtime=45.64 cores=0,2,4,6
/proc/20884/stat : 20884 (lingeling) R 20882 20884 20884 0 -1 4202496 79055 0 0 0 4553 11 0 0 25 0 1 0 538445576 154583040 36910 33554432000 4194304 4352236 140735054583600 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20884/statm: 37740 36910 129 39 0 36820 0
[pid=20885] ppid=20750 vsize=544616 CPUtime=0.07 cores=0,2,4,6
/proc/20885/stat : 20885 (python) S 20750 20750 20627 0 -1 4202560 952 0 0 0 4 3 0 0 15 0 1 0 538445578 557686784 69548 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921797190 0 0 16781312 514 2602680366682571009 0 0 17 6 0 0 0
/proc/20885/statm: 136154 69548 370 364 0 72069 0
[pid=20887] ppid=20885 vsize=961872 CPUtime=45.55 cores=0,2,4,6
/proc/20887/stat : 20887 (cryptominisat-2) R 20885 20887 20887 0 -1 4202496 267699 0 0 0 4517 38 0 0 25 0 1 0 538445579 984956928 224986 33554432000 4194304 4677096 140733800788432 18446744073709551615 4319280 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20887/statm: 240468 224986 393 118 0 235427 0
[pid=20888] ppid=20750 vsize=554872 CPUtime=0.06 cores=0,2,4,6
/proc/20888/stat : 20888 (python) S 20750 20750 20627 0 -1 4202560 964 0 0 0 3 3 0 0 15 0 1 0 538445581 568188928 69552 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921797190 0 0 16781312 514 17966741281782595842 0 0 17 4 0 0 0
/proc/20888/statm: 138718 69552 370 364 0 74630 0
[pid=20890] ppid=20888 vsize=924768 CPUtime=45.27 cores=0,2,4,6
/proc/20890/stat : 20890 (cryptominisat-2) R 20888 20890 20890 0 -1 4202496 302040 0 0 0 4486 41 0 0 25 0 1 0 538445582 946962432 214578 33554432000 4194304 4677096 140734630909184 18446744073709551615 4319853 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20890/statm: 231192 214578 393 118 0 226151 0
[pid=20891] ppid=20750 vsize=565128 CPUtime=0.06 cores=0,2,4,6
/proc/20891/stat : 20891 (python) S 20750 20750 20627 0 -1 4202560 958 0 0 0 3 3 0 0 18 0 1 0 538445584 578691072 69556 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921797190 0 0 16781312 514 15805857881279922433 0 0 17 4 0 0 0
/proc/20891/statm: 141282 69556 370 364 0 77191 0
[pid=20893] ppid=20891 vsize=151892 CPUtime=45.43 cores=0,2,4,6
/proc/20893/stat : 20893 (lingeling) R 20891 20893 20893 0 -1 4202496 79418 0 0 0 4531 12 0 0 25 0 1 0 538445585 155537408 37143 33554432000 4194304 4352236 140736719436288 18446744073709551615 4331541 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20893/statm: 37973 37143 129 39 0 37053 0
[pid=20750/tid=20883] ppid=20748 vsize=575372 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20883/stat : 20883 (python) S 20748 20750 20627 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 538445576 589180928 71071 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 2 0 0 0
[pid=20750/tid=20886] ppid=20748 vsize=575372 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20886/stat : 20886 (python) S 20748 20750 20627 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 5 0 538445579 589180928 71071 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 0 0 0 0
[pid=20750/tid=20889] ppid=20748 vsize=575372 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20889/stat : 20889 (python) S 20748 20750 20627 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 5 0 538445582 589180928 71071 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 6 0 0 0

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

/proc/20891/stat : 20891 (python) S 20750 20750 20627 0 -1 4202560 1013 0 0 0 57 50 0 0 18 0 1 0 538445584 578691072 69556 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921797190 0 0 16781312 514 15805857881279922433 0 0 17 4 0 0 0
/proc/20891/statm: 141282 69556 370 364 0 77191 0
[pid=20893] ppid=20891 vsize=152144 CPUtime=816.23 cores=0,2,4,6
/proc/20893/stat : 20893 (lingeling) R 20891 20893 20893 0 -1 4202496 81310 0 0 0 81605 18 0 0 25 0 1 0 538445585 155795456 37206 33554432000 4194304 4352236 140736719436288 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20893/statm: 38036 37206 129 39 0 37116 0
[pid=20910] ppid=20750 vsize=575384 CPUtime=0.13 cores=0,2,4,6
/proc/20910/stat : 20910 (python) S 20750 20750 20627 0 -1 4202560 1128 0 0 0 6 7 0 0 19 0 2 0 538455591 589193216 69590 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20910/statm: 143846 69590 399 364 0 79752 0
[pid=20912] ppid=20910 vsize=498544 CPUtime=99.98 cores=0,2,4,6
/proc/20912/stat : 20912 (precosat) T 20910 20912 20912 0 -1 4202496 131810 0 0 0 9978 20 0 0 25 0 1 0 538455592 510509056 122668 33554432000 4194304 4890832 140734665900032 18446744073709551615 4203990 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/20912/statm: 124636 122668 86 171 0 124463 0
[pid=20910/tid=20951] ppid=20750 vsize=575384 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20951/stat : 20951 (python) S 20750 20750 20627 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538465605 589193216 69590 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 514 18446604453846571136 0 0 -1 2 0 0 0
[pid=20952] ppid=20750 vsize=585640 CPUtime=0.88 cores=0,2,4,6
/proc/20952/stat : 20952 (python) S 20750 20750 20627 0 -1 4202560 1020 0 0 0 46 42 0 0 15 0 1 0 538465608 599695360 69564 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921797190 0 0 16781312 514 15805857881279922433 0 0 17 4 0 0 0
/proc/20952/statm: 146410 69564 370 364 0 82313 0
[pid=20954] ppid=20952 vsize=1334828 CPUtime=616 cores=0,2,4,6
/proc/20954/stat : 20954 (cryptominisat-2) R 20952 20954 20954 0 -1 4202496 388131 0 0 0 61532 68 0 0 25 0 1 0 538465609 1366863872 306198 33554432000 4194304 4677096 140733597021088 18446744073709551615 4317843 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20954/statm: 333707 306198 393 118 0 328666 0
[pid=20750/tid=20883] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20883/stat : 20883 (python) S 20748 20750 20627 0 -1 4202560 33 931 0 0 0 0 0 0 18 0 7 0 538445576 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 2 0 0 0
[pid=20750/tid=20886] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20886/stat : 20886 (python) S 20748 20750 20627 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 7 0 538445579 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 0 0 0 0
[pid=20750/tid=20889] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20889/stat : 20889 (python) S 20748 20750 20627 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 7 0 538445582 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 6 0 0 0
[pid=20750/tid=20892] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20892/stat : 20892 (python) S 20748 20750 20627 0 -1 4202560 28 931 0 0 0 0 0 0 22 0 7 0 538445585 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 4 0 0 0
[pid=20750/tid=20911] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20911/stat : 20911 (python) S 20748 20750 20627 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 7 0 538455592 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 4 0 0 0
[pid=20750/tid=20953] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20953/stat : 20953 (python) S 20748 20750 20627 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 7 0 538465609 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3621.55
Current children cumulated vsize (KiB) 8729208

[startup+1175.91 s]
/proc/loadavg: 9.10 8.04 5.43 10/212 21130
/proc/meminfo: memFree=24581764/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=595884 CPUtime=356.1 cores=0,2,4,6
/proc/20750/stat : 20750 (python) S 20748 20750 20627 0 -1 4202496 254184 931 1 0 35556 54 0 0 18 0 7 0 538409912 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 46
/proc/20750/statm: 148971 71084 1886 364 0 84874 0
[pid=20882] ppid=20750 vsize=544604 CPUtime=0.58 cores=0,2,4,6
/proc/20882/stat : 20882 (python) S 20750 20750 20627 0 -1 4202560 1216 0 0 0 33 25 0 0 18 0 2 0 538445575 557674496 69594 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20882/statm: 136151 69594 415 364 0 72069 0
[pid=20884] ppid=20882 vsize=150456 CPUtime=431.69 cores=0,2,4,6
/proc/20884/stat : 20884 (lingeling) R 20882 20884 20884 0 -1 4202496 80138 0 0 0 43148 21 0 0 25 0 1 0 538445576 154066944 36784 33554432000 4194304 4352236 140735054583600 18446744073709551615 4328423 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20884/statm: 37614 36784 129 39 0 36694 0
[pid=20882/tid=20909] ppid=20750 vsize=544604 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20909/stat : 20909 (python) S 20750 20750 20627 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538455589 557674496 69594 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 514 18446604453847081344 0 0 -1 0 0 0 0
[pid=20885] ppid=20750 vsize=544616 CPUtime=0.7 cores=0,2,4,6
/proc/20885/stat : 20885 (python) S 20750 20750 20627 0 -1 4202560 1157 0 0 0 37 33 0 0 17 0 2 0 538445578 557686784 69578 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20885/statm: 136154 69578 399 364 0 72069 0
[pid=20887] ppid=20885 vsize=1312804 CPUtime=486.75 cores=0,2,4,6
/proc/20887/stat : 20887 (cryptominisat-2) T 20885 20887 20887 0 -1 4202496 363416 0 0 0 48618 57 0 0 25 0 1 0 538445579 1344311296 302306 33554432000 4194304 4677096 140733800788432 18446744073709551615 4319403 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/20887/statm: 328201 302306 393 118 0 323160 0
[pid=20885/tid=20976] ppid=20750 vsize=544616 CPUtime=0 cores=0,2,4,6
/proc/20885/task/20976/stat : 20976 (python) S 20750 20750 20627 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 538494327 557686784 69578 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 514 18446604453839567680 0 0 -1 0 0 0 0
[pid=20888] ppid=20750 vsize=554872 CPUtime=1.14 cores=0,2,4,6
/proc/20888/stat : 20888 (python) S 20750 20750 20627 0 -1 4202560 1025 0 0 0 63 51 0 0 15 0 1 0 538445581 568188928 69553 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921797190 0 0 16781312 514 17966741281782595842 0 0 17 6 0 0 0
/proc/20888/statm: 138718 69553 371 364 0 74630 0
[pid=20890] ppid=20888 vsize=1314304 CPUtime=813.51 cores=0,2,4,6
/proc/20890/stat : 20890 (cryptominisat-2) R 20888 20890 20890 0 -1 4202496 403020 0 0 0 81284 67 0 0 25 0 1 0 538445582 1345847296 302759 33554432000 4194304 4677096 140734630909184 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20890/statm: 328576 302759 393 118 0 323535 0
[pid=20891] ppid=20750 vsize=565128 CPUtime=1.07 cores=0,2,4,6
/proc/20891/stat : 20891 (python) S 20750 20750 20627 0 -1 4202560 1013 0 0 0 57 50 0 0 18 0 1 0 538445584 578691072 69556 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921797190 0 0 16781312 514 15805857881279922433 0 0 17 4 0 0 0
/proc/20891/statm: 141282 69556 370 364 0 77191 0
[pid=20893] ppid=20891 vsize=152144 CPUtime=817.83 cores=0,2,4,6
/proc/20893/stat : 20893 (lingeling) R 20891 20893 20893 0 -1 4202496 81310 0 0 0 81765 18 0 0 25 0 1 0 538445585 155795456 37206 33554432000 4194304 4352236 140736719436288 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20893/statm: 38036 37206 129 39 0 37116 0
[pid=20910] ppid=20750 vsize=575384 CPUtime=0.13 cores=0,2,4,6
/proc/20910/stat : 20910 (python) S 20750 20750 20627 0 -1 4202560 1128 0 0 0 6 7 0 0 19 0 2 0 538455591 589193216 69590 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20910/statm: 143846 69590 399 364 0 79752 0
[pid=20912] ppid=20910 vsize=498544 CPUtime=99.98 cores=0,2,4,6
/proc/20912/stat : 20912 (precosat) T 20910 20912 20912 0 -1 4202496 131810 0 0 0 9978 20 0 0 25 0 1 0 538455592 510509056 122668 33554432000 4194304 4890832 140734665900032 18446744073709551615 4203990 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/20912/statm: 124636 122668 86 171 0 124463 0
[pid=20910/tid=20951] ppid=20750 vsize=575384 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20951/stat : 20951 (python) S 20750 20750 20627 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538465605 589193216 69590 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 514 18446604453846571136 0 0 -1 2 0 0 0
[pid=20952] ppid=20750 vsize=585640 CPUtime=0.88 cores=0,2,4,6
/proc/20952/stat : 20952 (python) S 20750 20750 20627 0 -1 4202560 1020 0 0 0 46 42 0 0 15 0 1 0 538465608 599695360 69564 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921797190 0 0 16781312 514 15805857881279922433 0 0 17 4 0 0 0
/proc/20952/statm: 146410 69564 370 364 0 82313 0
[pid=20954] ppid=20952 vsize=1334828 CPUtime=617.6 cores=0,2,4,6
/proc/20954/stat : 20954 (cryptominisat-2) R 20952 20954 20954 0 -1 4202496 388131 0 0 0 61692 68 0 0 25 0 1 0 538465609 1366863872 306198 33554432000 4194304 4677096 140733597021088 18446744073709551615 4321064 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20954/statm: 333707 306198 393 118 0 328666 0
[pid=20750/tid=20883] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20883/stat : 20883 (python) S 20748 20750 20627 0 -1 4202560 33 931 0 0 0 0 0 0 18 0 7 0 538445576 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 2 0 0 0
[pid=20750/tid=20886] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20886/stat : 20886 (python) S 20748 20750 20627 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 7 0 538445579 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 0 0 0 0
[pid=20750/tid=20889] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20889/stat : 20889 (python) S 20748 20750 20627 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 7 0 538445582 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 6 0 0 0
[pid=20750/tid=20892] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20892/stat : 20892 (python) S 20748 20750 20627 0 -1 4202560 28 931 0 0 0 0 0 0 22 0 7 0 538445585 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 4 0 0 0
[pid=20750/tid=20911] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20911/stat : 20911 (python) S 20748 20750 20627 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 7 0 538455592 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 4 0 0 0
[pid=20750/tid=20953] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20953/stat : 20953 (python) S 20748 20750 20627 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 7 0 538465609 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3627.96
Current children cumulated vsize (KiB) 8729208

[startup+1176.3 s]
/proc/loadavg: 9.10 8.04 5.43 10/212 21130
/proc/meminfo: memFree=24581764/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=595884 CPUtime=356.1 cores=0,2,4,6
/proc/20750/stat : 20750 (python) S 20748 20750 20627 0 -1 4202496 254184 931 1 0 35556 54 0 0 18 0 7 0 538409912 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 46
/proc/20750/statm: 148971 71084 1886 364 0 84874 0
[pid=20882] ppid=20750 vsize=544604 CPUtime=0.58 cores=0,2,4,6
/proc/20882/stat : 20882 (python) S 20750 20750 20627 0 -1 4202560 1216 0 0 0 33 25 0 0 18 0 2 0 538445575 557674496 69594 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20882/statm: 136151 69594 415 364 0 72069 0
[pid=20884] ppid=20882 vsize=150456 CPUtime=432.08 cores=0,2,4,6
/proc/20884/stat : 20884 (lingeling) R 20882 20884 20884 0 -1 4202496 80138 0 0 0 43187 21 0 0 25 0 1 0 538445576 154066944 36784 33554432000 4194304 4352236 140735054583600 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/20884/statm: 37614 36784 129 39 0 36694 0
[pid=20882/tid=20909] ppid=20750 vsize=544604 CPUtime=0 cores=0,2,4,6
/proc/20882/task/20909/stat : 20909 (python) S 20750 20750 20627 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 538455589 557674496 69594 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 514 18446604453847081344 0 0 -1 0 0 0 0
[pid=20885] ppid=20750 vsize=544616 CPUtime=0.7 cores=0,2,4,6
/proc/20885/stat : 20885 (python) S 20750 20750 20627 0 -1 4202560 1157 0 0 0 37 33 0 0 17 0 2 0 538445578 557686784 69578 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/20885/statm: 136154 69578 399 364 0 72069 0
[pid=20887] ppid=20885 vsize=1312804 CPUtime=486.75 cores=0,2,4,6
/proc/20887/stat : 20887 (cryptominisat-2) T 20885 20887 20887 0 -1 4202496 363416 0 0 0 48618 57 0 0 25 0 1 0 538445579 1344311296 302306 33554432000 4194304 4677096 140733800788432 18446744073709551615 4319403 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/20887/statm: 328201 302306 393 118 0 323160 0
[pid=20885/tid=20976] ppid=20750 vsize=544616 CPUtime=0 cores=0,2,4,6
/proc/20885/task/20976/stat : 20976 (python) S 20750 20750 20627 0 -1 4202560 49 0 0 0 0 0 0 0 17 0 2 0 538494327 557686784 69578 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 514 18446604453839567680 0 0 -1 0 0 0 0
[pid=20888] ppid=20750 vsize=554872 CPUtime=1.14 cores=0,2,4,6
/proc/20888/stat : 20888 (python) S 20750 20750 20627 0 -1 4202560 1025 0 0 0 63 51 0 0 15 0 1 0 538445581 568188928 69553 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921797190 0 0 16781312 514 17966741281782595842 0 0 17 6 0 0 0
/proc/20888/statm: 138718 69553 371 364 0 74630 0
[pid=20890] ppid=20888 vsize=1314304 CPUtime=813.91 cores=0,2,4,6
/proc/20890/stat : 20890 (cryptominisat-2) R 20888 20890 20890 0 -1 4202496 403023 0 0 0 81324 67 0 0 25 0 1 0 538445582 1345847296 302762 33554432000 4194304 4677096 140734630909184 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/20890/statm: 328576 302762 393 118 0 323535 0
[pid=20891] ppid=20750 vsize=565128 CPUtime=1.07 cores=0,2,4,6
/proc/20891/stat : 20891 (python) S 20750 20750 20627 0 -1 4202560 1013 0 0 0 57 50 0 0 18 0 1 0 538445584 578691072 69556 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921797190 0 0 16781312 514 15805857881279922433 0 0 17 4 0 0 0
/proc/20891/statm: 141282 69556 370 364 0 77191 0
[pid=20893] ppid=20891 vsize=152144 CPUtime=818.23 cores=0,2,4,6
/proc/20893/stat : 20893 (lingeling) R 20891 20893 20893 0 -1 4202496 81310 0 0 0 81805 18 0 0 25 0 1 0 538445585 155795456 37206 33554432000 4194304 4352236 140736719436288 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/20893/statm: 38036 37206 129 39 0 37116 0
[pid=20910] ppid=20750 vsize=575384 CPUtime=0.13 cores=0,2,4,6
/proc/20910/stat : 20910 (python) S 20750 20750 20627 0 -1 4202560 1128 0 0 0 6 7 0 0 19 0 2 0 538455591 589193216 69590 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/20910/statm: 143846 69590 399 364 0 79752 0
[pid=20912] ppid=20910 vsize=498544 CPUtime=99.98 cores=0,2,4,6
/proc/20912/stat : 20912 (precosat) T 20910 20912 20912 0 -1 4202496 131810 0 0 0 9978 20 0 0 25 0 1 0 538455592 510509056 122668 33554432000 4194304 4890832 140734665900032 18446744073709551615 4203990 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/20912/statm: 124636 122668 86 171 0 124463 0
[pid=20910/tid=20951] ppid=20750 vsize=575384 CPUtime=0 cores=0,2,4,6
/proc/20910/task/20951/stat : 20951 (python) S 20750 20750 20627 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538465605 589193216 69590 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 514 18446604453846571136 0 0 -1 2 0 0 0
[pid=20952] ppid=20750 vsize=585640 CPUtime=0.88 cores=0,2,4,6
/proc/20952/stat : 20952 (python) S 20750 20750 20627 0 -1 4202560 1020 0 0 0 46 42 0 0 15 0 1 0 538465608 599695360 69564 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921797190 0 0 16781312 514 15805857881279922433 0 0 17 4 0 0 0
/proc/20952/statm: 146410 69564 370 364 0 82313 0
[pid=20954] ppid=20952 vsize=1334828 CPUtime=617.99 cores=0,2,4,6
/proc/20954/stat : 20954 (cryptominisat-2) R 20952 20954 20954 0 -1 4202496 388131 0 0 0 61731 68 0 0 25 0 1 0 538465609 1366863872 306198 33554432000 4194304 4677096 140733597021088 18446744073709551615 4319376 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/20954/statm: 333707 306198 393 118 0 328666 0
[pid=20750/tid=20883] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20883/stat : 20883 (python) S 20748 20750 20627 0 -1 4202560 33 931 0 0 0 0 0 0 18 0 7 0 538445576 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 2 0 0 0
[pid=20750/tid=20886] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20886/stat : 20886 (python) S 20748 20750 20627 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 7 0 538445579 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 0 0 0 0
[pid=20750/tid=20889] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20889/stat : 20889 (python) S 20748 20750 20627 0 -1 4202560 27 931 0 0 0 0 0 0 20 0 7 0 538445582 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 6 0 0 0
[pid=20750/tid=20892] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20892/stat : 20892 (python) S 20748 20750 20627 0 -1 4202560 28 931 0 0 0 0 0 0 22 0 7 0 538445585 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 4 0 0 0
[pid=20750/tid=20911] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20911/stat : 20911 (python) S 20748 20750 20627 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 7 0 538455592 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 4 0 0 0
[pid=20750/tid=20953] ppid=20748 vsize=595884 CPUtime=0 cores=0,2,4,6
/proc/20750/task/20953/stat : 20953 (python) S 20748 20750 20627 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 7 0 538465609 610185216 71084 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 2 18446604453836852224 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3629.54
Current children cumulated vsize (KiB) 8729208

[startup+1176.7 s]
/proc/loadavg: 9.10 8.04 5.43 10/212 21130
/proc/meminfo: memFree=24581764/32951124 swapFree=67110188/67111528
[pid=20750] ppid=20748 vsize=575316 CPUtime=3630.83 cores=0,2,4,6
/proc/20750/stat : 20750 (python) R 20748 20750 20627 0 -1 4202496 302968 1455581 1 0 35560 58 326977 488 16 0 2 0 538409912 589123584 71064 33554432000 4194304 5683644 140736706160304 18446744073709551615 222921432503 0 0 16781312 0 18446744073709551615 0 0 17 2 0 0 46
/proc/20750/statm: 143829 71064 1874 364 0 79752 0
[pid=20750/tid=20883] ppid=20748 vsize=575316 CPUtime=3274.65 cores=0,2,4,6
/proc/20750/task/20883/stat : 20883 (python) S 20748 20750 20627 0 -1 4202560 33 1455581 0 0 0 0 326977 488 18 0 2 0 538445576 589123584 71064 33554432000 4194304 5683644 140736706160304 18446744073709551615 222933600689 0 0 16781312 0 18446604453836852224 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3630.83
Current children cumulated vsize (KiB) 575316

Child status: 0
Real time (s): 1176.73
CPU time (s): 3630.88
CPU user time (s): 3625.4
CPU system time (s): 5.48517
CPU usage (%): 308.557
Max. virtual memory (cumulated for all children) (KiB): 8729212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3625.4
system time used= 5.48517
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1764624
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= 7038
involuntary context switches= 22845

runsolver used 2.00769 second user time and 4.37833 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-01 18:41:31
IDJOB=3317812
IDBENCH=70961
IDSOLVER=1706
FILE ID=node109/3317812-1304268090
RUNJOBID= node109-1304267294-20645
PBS_JOBID= 13173969
Free space on /tmp= 72720 MiB

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

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=979871631

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29899180 kB
Buffers:        819092 kB
Cached:        1754268 kB
SwapCached:        712 kB
Active:         700112 kB
Inactive:      1954756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29899180 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:           85096 kB
Writeback:           0 kB
AnonPages:       80696 kB
Mapped:          14844 kB
Slab:           333776 kB
PageTables:       4720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   206260 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= 72988 MiB
End job on node109 at 2011-05-01 19:01:08