Trace number 3317677

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 145.122 56.4768

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
MD5SUM2b5c02650b763b7d13b77ce3fc61aa15
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.29735
Satisfiable
(Un)Satisfiability was proved
Number of variables116405
Number of clauses346850
Sum of the clauses size809314
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2231232
Number of clauses of size 3115616
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.67	c INFO: solving HOME/instance-3317677-1304269584.cnf
0.32/0.67	c INFO: computing task features
1.30/1.67	c INFO: computed variable-clause graph statistics
1.39/1.72	c INFO: computed clause balance statistics
6.70/7.01	c INFO: computed variable balance statistics
10.50/10.87	c INFO: computed small-clause counts
10.61/10.92	c INFO: computed Horn-clause counts
26.30/26.65	c INFO: computed variable graph statistics
26.30/26.65	c INFO: collected features for HOME/instance-3317677-1304269584.cnf in 25.95 s
26.30/26.68	c INFO: running lingeling-276@0 for 97 with 4774 remaining (b = 0.44)
26.39/26.70	c INFO: running cryptominisat-2.9.0@0 for 485 with 4773 remaining (b = 0.37)
26.39/26.73	c INFO: running lingeling-276@0 for 1261 with 4773 remaining (b = 0.49)
26.39/26.75	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4773 remaining (b = 0.57)
144.88/56.44	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-3317677-1304269584/watcher-3317677-1304269584 -o /tmp/evaluation-result-3317677-1304269584/solver-3317677-1304269584 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317677-1304269584.cnf -seed 809406488 -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: 4.82 3.57 4.04 5/198 25827
/proc/meminfo: memFree=16353316/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/25827/stat : 25827 (python) S 25825 25827 25339 0 -1 4202496 727 0 0 0 0 0 0 0 24 0 1 0 538558208 15548416 616 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278877696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/25827/statm: 3796 616 322 364 0 283 0

[startup+0.095137 s]
/proc/loadavg: 4.82 3.57 4.04 5/198 25827
/proc/meminfo: memFree=16353316/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=85072 CPUtime=0.06 cores=0,2,4,6
/proc/25827/stat : 25827 (python) R 25825 25827 25339 0 -1 4202496 2525 0 0 0 4 2 0 0 24 0 1 0 538558208 87113728 2251 33554432000 4194304 5683644 140735594814336 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25827/statm: 21268 2253 707 364 0 1485 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85072

[startup+0.101176 s]
/proc/loadavg: 4.82 3.57 4.04 5/198 25827
/proc/meminfo: memFree=16353316/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=89768 CPUtime=0.06 cores=0,2,4,6
/proc/25827/stat : 25827 (python) R 25825 25827 25339 0 -1 4202496 2641 0 0 0 4 2 0 0 24 0 1 0 538558208 91922432 2356 33554432000 4194304 5683644 140735594814336 18446744073709551615 237273910048 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25827/statm: 22442 2359 721 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.301101 s]
/proc/loadavg: 4.82 3.57 4.04 5/198 25827
/proc/meminfo: memFree=16353316/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/25827/stat : 25827 (python) R 25825 25827 25339 0 -1 4202496 5964 932 1 0 12 6 0 0 17 0 1 0 538558208 139005952 4150 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278875653 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25827/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.701031 s]
/proc/loadavg: 4.82 3.57 4.04 5/198 25827
/proc/meminfo: memFree=16353316/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=285536 CPUtime=0.39 cores=0,2,4,6
/proc/25827/stat : 25827 (python) R 25825 25827 25339 0 -1 4202496 11029 932 1 0 27 12 0 0 16 0 1 0 538558208 292388864 8710 33554432000 4194304 5683644 140735594814336 18446744073709551615 4423257 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25827/statm: 71384 8710 1761 364 0 7308 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 285536

[startup+1.50082 s]
/proc/loadavg: 4.82 3.57 4.04 6/199 25832
/proc/meminfo: memFree=16303460/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=337604 CPUtime=1.2 cores=0,2,4,6
/proc/25827/stat : 25827 (python) R 25825 25827 25339 0 -1 4202496 23698 932 1 0 106 14 0 0 17 0 1 0 538558208 345706496 21379 33554432000 4194304 5683644 140735594814336 18446744073709551615 4458911 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25827/statm: 84401 21379 1761 364 0 20325 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 337604

[startup+3.10053 s]
/proc/loadavg: 4.82 3.57 4.04 6/199 25832
/proc/meminfo: memFree=16265856/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=343260 CPUtime=2.8 cores=0,2,4,6
/proc/25827/stat : 25827 (python) R 25825 25827 25339 0 -1 4202496 36648 932 1 0 264 16 0 0 19 0 1 0 538558208 351498240 23200 33554432000 4194304 5683644 140735594814336 18446744073709551615 47574395580815 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25827/statm: 85815 23200 1826 364 0 21739 0
Current children cumulated CPU time (s) 2.8
Current children cumulated vsize (KiB) 343260

[startup+6.30096 s]
/proc/loadavg: 4.99 3.63 4.06 6/199 25832
/proc/meminfo: memFree=16266220/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=343260 CPUtime=6 cores=0,2,4,6
/proc/25827/stat : 25827 (python) R 25825 25827 25339 0 -1 4202496 36648 932 1 0 584 16 0 0 25 0 1 0 538558208 351498240 23200 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290716855 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25827/statm: 85815 23200 1826 364 0 21739 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 343260

[startup+12.7008 s]
/proc/loadavg: 4.99 3.65 4.06 6/199 25832
/proc/meminfo: memFree=16262456/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=345972 CPUtime=12.4 cores=0,2,4,6
/proc/25827/stat : 25827 (python) R 25825 25827 25339 0 -1 4202496 37333 932 1 0 1224 16 0 0 25 0 1 0 538558208 354275328 23885 33554432000 4194304 5683644 140735594814336 18446744073709551615 47574388168844 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25827/statm: 86493 23885 1833 364 0 22417 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 345972

[startup+25.5005 s]
/proc/loadavg: 4.99 3.72 4.08 6/199 25832
/proc/meminfo: memFree=16261592/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=345972 CPUtime=25.2 cores=0,2,4,6
/proc/25827/stat : 25827 (python) R 25825 25827 25339 0 -1 4202496 37333 932 1 0 2504 16 0 0 25 0 1 0 538558208 354275328 23885 33554432000 4194304 5683644 140735594814336 18446744073709551615 47574388168844 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25827/statm: 86493 23885 1833 364 0 22417 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 345972

[startup+51.101 s]
/proc/loadavg: 6.02 4.06 4.18 9/211 25845
/proc/meminfo: memFree=15391368/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=381696 CPUtime=26.45 cores=0,2,4,6
/proc/25827/stat : 25827 (python) S 25825 25827 25339 0 -1 4202496 40015 932 1 0 2628 17 0 0 25 0 5 0 538558208 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25827/statm: 95424 22621 1881 364 0 31333 0
[pid=25833] ppid=25827 vsize=340684 CPUtime=0.03 cores=0,2,4,6
/proc/25833/stat : 25833 (python) S 25827 25827 25339 0 -1 4202560 987 0 0 0 2 1 0 0 18 0 1 0 538560876 348860416 21105 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899727 0 0 16781312 514 14085113387717460228 0 0 17 0 0 0 0
/proc/25833/statm: 85171 21105 381 364 0 21089 0
[pid=25835] ppid=25833 vsize=27160 CPUtime=24.41 cores=0,2,4,6
/proc/25835/stat : 25835 (lingeling) R 25833 25835 25835 0 -1 4202496 20124 0 0 0 2438 3 0 0 25 0 1 0 538560877 27811840 5960 33554432000 4194304 4352236 140737001231328 18446744073709551615 4329349 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25835/statm: 6790 5960 129 39 0 5870 0
[pid=25836] ppid=25827 vsize=350940 CPUtime=0.03 cores=0,2,4,6
/proc/25836/stat : 25836 (python) S 25827 25827 25339 0 -1 4202560 927 0 0 0 2 1 0 0 15 0 1 0 538560879 359362560 21098 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 7520057005910753540 0 0 17 2 0 0 0
/proc/25836/statm: 87735 21098 370 364 0 23650 0
[pid=25838] ppid=25836 vsize=341268 CPUtime=24.38 cores=0,2,4,6
/proc/25838/stat : 25838 (cryptominisat-2) R 25836 25838 25838 0 -1 4202496 92971 0 0 0 2425 13 0 0 25 0 1 0 538560879 349458432 76331 33554432000 4194304 4677096 140735589839568 18446744073709551615 4337904 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25838/statm: 85317 76331 393 118 0 80276 0
[pid=25839] ppid=25827 vsize=361196 CPUtime=0.02 cores=0,2,4,6
/proc/25839/stat : 25839 (python) S 25827 25827 25339 0 -1 4202560 934 0 0 0 1 1 0 0 18 0 1 0 538560881 369864704 21102 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 14085113387717460227 0 0 17 6 0 0 0
/proc/25839/statm: 90299 21102 370 364 0 26211 0
[pid=25841] ppid=25839 vsize=27528 CPUtime=24.28 cores=0,2,4,6
/proc/25841/stat : 25841 (lingeling) R 25839 25841 25841 0 -1 4202496 20231 0 0 0 2425 3 0 0 25 0 1 0 538560882 28188672 6052 33554432000 4194304 4352236 140736550448080 18446744073709551615 4281264 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/25841/statm: 6882 6052 129 39 0 5962 0
[pid=25842] ppid=25827 vsize=371452 CPUtime=0.03 cores=0,2,4,6
/proc/25842/stat : 25842 (python) S 25827 25827 25339 0 -1 4202560 950 0 0 0 2 1 0 0 15 0 1 0 538560884 380366848 21106 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 4477479633435984129 0 0 17 6 0 0 0
/proc/25842/statm: 92863 21106 370 364 0 28772 0
[pid=25844] ppid=25842 vsize=340304 CPUtime=24.11 cores=0,2,4,6
/proc/25844/stat : 25844 (cryptominisat-2) R 25842 25844 25844 0 -1 4202496 88483 0 0 0 2399 12 0 0 25 0 1 0 538560884 348471296 76574 33554432000 4194304 4677096 140736573440128 18446744073709551615 4320291 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25844/statm: 85076 76574 393 118 0 80035 0
[pid=25827/tid=25834] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25834/stat : 25834 (python) S 25825 25827 25339 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538560876 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=25827/tid=25837] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25837/stat : 25837 (python) S 25825 25827 25339 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 5 0 538560879 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
[pid=25827/tid=25840] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25840/stat : 25840 (python) S 25825 25827 25339 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538560881 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=25827/tid=25843] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25843/stat : 25843 (python) S 25825 25827 25339 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 5 0 538560884 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 123.74
Current children cumulated vsize (KiB) 2542228

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

[startup+54.3014 s]
/proc/loadavg: 6.26 4.14 4.21 9/211 25845
/proc/meminfo: memFree=15406000/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=381696 CPUtime=26.45 cores=0,2,4,6
/proc/25827/stat : 25827 (python) S 25825 25827 25339 0 -1 4202496 40015 932 1 0 2628 17 0 0 25 0 5 0 538558208 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25827/statm: 95424 22621 1881 364 0 31333 0
[pid=25833] ppid=25827 vsize=340684 CPUtime=0.03 cores=0,2,4,6
/proc/25833/stat : 25833 (python) S 25827 25827 25339 0 -1 4202560 987 0 0 0 2 1 0 0 18 0 1 0 538560876 348860416 21105 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899727 0 0 16781312 514 14085113387717460228 0 0 17 0 0 0 0
/proc/25833/statm: 85171 21105 381 364 0 21089 0
[pid=25835] ppid=25833 vsize=27160 CPUtime=27.61 cores=0,2,4,6
/proc/25835/stat : 25835 (lingeling) R 25833 25835 25835 0 -1 4202496 20124 0 0 0 2758 3 0 0 25 0 1 0 538560877 27811840 5960 33554432000 4194304 4352236 140737001231328 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25835/statm: 6790 5960 129 39 0 5870 0
[pid=25836] ppid=25827 vsize=350940 CPUtime=0.04 cores=0,2,4,6
/proc/25836/stat : 25836 (python) S 25827 25827 25339 0 -1 4202560 930 0 0 0 3 1 0 0 15 0 1 0 538560879 359362560 21098 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 7520057005910753540 0 0 17 2 0 0 0
/proc/25836/statm: 87735 21098 370 364 0 23650 0
[pid=25838] ppid=25836 vsize=341684 CPUtime=27.56 cores=0,2,4,6
/proc/25838/stat : 25838 (cryptominisat-2) R 25836 25838 25838 0 -1 4202496 94073 0 0 0 2743 13 0 0 25 0 1 0 538560879 349884416 74367 33554432000 4194304 4677096 140735589839568 18446744073709551615 4238081 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25838/statm: 85421 74367 393 118 0 80380 0
[pid=25839] ppid=25827 vsize=361196 CPUtime=0.02 cores=0,2,4,6
/proc/25839/stat : 25839 (python) S 25827 25827 25339 0 -1 4202560 934 0 0 0 1 1 0 0 18 0 1 0 538560881 369864704 21102 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 14085113387717460227 0 0 17 6 0 0 0
/proc/25839/statm: 90299 21102 370 364 0 26211 0
[pid=25841] ppid=25839 vsize=27528 CPUtime=27.48 cores=0,2,4,6
/proc/25841/stat : 25841 (lingeling) R 25839 25841 25841 0 -1 4202496 20231 0 0 0 2745 3 0 0 25 0 1 0 538560882 28188672 6052 33554432000 4194304 4352236 140736550448080 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/25841/statm: 6882 6052 129 39 0 5962 0
[pid=25842] ppid=25827 vsize=371452 CPUtime=0.03 cores=0,2,4,6
/proc/25842/stat : 25842 (python) S 25827 25827 25339 0 -1 4202560 952 0 0 0 2 1 0 0 15 0 1 0 538560884 380366848 21106 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 4477479633435984129 0 0 17 6 0 0 0
/proc/25842/statm: 92863 21106 370 364 0 28772 0
[pid=25844] ppid=25842 vsize=340708 CPUtime=27.28 cores=0,2,4,6
/proc/25844/stat : 25844 (cryptominisat-2) R 25842 25844 25844 0 -1 4202496 89668 0 0 0 2716 12 0 0 25 0 1 0 538560884 348884992 74802 33554432000 4194304 4677096 140736573440128 18446744073709551615 4238075 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25844/statm: 85177 74802 393 118 0 80136 0
[pid=25827/tid=25834] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25834/stat : 25834 (python) S 25825 25827 25339 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538560876 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=25827/tid=25837] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25837/stat : 25837 (python) S 25825 25827 25339 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 5 0 538560879 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
[pid=25827/tid=25840] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25840/stat : 25840 (python) S 25825 25827 25339 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538560881 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=25827/tid=25843] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25843/stat : 25843 (python) S 25825 25827 25339 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 5 0 538560884 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 136.5
Current children cumulated vsize (KiB) 2543048

[startup+55.1013 s]
/proc/loadavg: 6.26 4.14 4.21 9/211 25845
/proc/meminfo: memFree=15405256/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=381696 CPUtime=26.45 cores=0,2,4,6
/proc/25827/stat : 25827 (python) S 25825 25827 25339 0 -1 4202496 40015 932 1 0 2628 17 0 0 25 0 5 0 538558208 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25827/statm: 95424 22621 1881 364 0 31333 0
[pid=25833] ppid=25827 vsize=340684 CPUtime=0.03 cores=0,2,4,6
/proc/25833/stat : 25833 (python) S 25827 25827 25339 0 -1 4202560 990 0 0 0 2 1 0 0 18 0 1 0 538560876 348860416 21105 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899727 0 0 16781312 514 14085113387717460228 0 0 17 0 0 0 0
/proc/25833/statm: 85171 21105 381 364 0 21089 0
[pid=25835] ppid=25833 vsize=27160 CPUtime=28.41 cores=0,2,4,6
/proc/25835/stat : 25835 (lingeling) R 25833 25835 25835 0 -1 4202496 20124 0 0 0 2838 3 0 0 25 0 1 0 538560877 27811840 5960 33554432000 4194304 4352236 140737001231328 18446744073709551615 4328000 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25835/statm: 6790 5960 129 39 0 5870 0
[pid=25836] ppid=25827 vsize=350940 CPUtime=0.04 cores=0,2,4,6
/proc/25836/stat : 25836 (python) S 25827 25827 25339 0 -1 4202560 930 0 0 0 3 1 0 0 15 0 1 0 538560879 359362560 21098 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 7520057005910753540 0 0 17 2 0 0 0
/proc/25836/statm: 87735 21098 370 364 0 23650 0
[pid=25838] ppid=25836 vsize=341684 CPUtime=28.36 cores=0,2,4,6
/proc/25838/stat : 25838 (cryptominisat-2) R 25836 25838 25838 0 -1 4202496 94190 0 0 0 2823 13 0 0 25 0 1 0 538560879 349884416 74484 33554432000 4194304 4677096 140735589839568 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25838/statm: 85421 74484 393 118 0 80380 0
[pid=25839] ppid=25827 vsize=361196 CPUtime=0.03 cores=0,2,4,6
/proc/25839/stat : 25839 (python) S 25827 25827 25339 0 -1 4202560 936 0 0 0 1 2 0 0 18 0 1 0 538560881 369864704 21102 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 14085113387717460227 0 0 17 6 0 0 0
/proc/25839/statm: 90299 21102 370 364 0 26211 0
[pid=25841] ppid=25839 vsize=27528 CPUtime=28.27 cores=0,2,4,6
/proc/25841/stat : 25841 (lingeling) R 25839 25841 25841 0 -1 4202496 20231 0 0 0 2824 3 0 0 25 0 1 0 538560882 28188672 6052 33554432000 4194304 4352236 140736550448080 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/25841/statm: 6882 6052 129 39 0 5962 0
[pid=25842] ppid=25827 vsize=371452 CPUtime=0.03 cores=0,2,4,6
/proc/25842/stat : 25842 (python) S 25827 25827 25339 0 -1 4202560 952 0 0 0 2 1 0 0 15 0 1 0 538560884 380366848 21106 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 4477479633435984129 0 0 17 6 0 0 0
/proc/25842/statm: 92863 21106 370 364 0 28772 0
[pid=25844] ppid=25842 vsize=340708 CPUtime=28.06 cores=0,2,4,6
/proc/25844/stat : 25844 (cryptominisat-2) R 25842 25844 25844 0 -1 4202496 89722 0 0 0 2794 12 0 0 25 0 1 0 538560884 348884992 74856 33554432000 4194304 4677096 140736573440128 18446744073709551615 4236399 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25844/statm: 85177 74856 393 118 0 80136 0
[pid=25827/tid=25834] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25834/stat : 25834 (python) S 25825 25827 25339 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538560876 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=25827/tid=25837] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25837/stat : 25837 (python) S 25825 25827 25339 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 5 0 538560879 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
[pid=25827/tid=25840] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25840/stat : 25840 (python) S 25825 25827 25339 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538560881 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=25827/tid=25843] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25843/stat : 25843 (python) S 25825 25827 25339 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 5 0 538560884 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 139.68
Current children cumulated vsize (KiB) 2543048

[startup+55.9011 s]
/proc/loadavg: 6.26 4.14 4.21 9/211 25845
/proc/meminfo: memFree=15405256/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=381696 CPUtime=26.45 cores=0,2,4,6
/proc/25827/stat : 25827 (python) S 25825 25827 25339 0 -1 4202496 40015 932 1 0 2628 17 0 0 25 0 5 0 538558208 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25827/statm: 95424 22621 1881 364 0 31333 0
[pid=25833] ppid=25827 vsize=340684 CPUtime=0.03 cores=0,2,4,6
/proc/25833/stat : 25833 (python) S 25827 25827 25339 0 -1 4202560 990 0 0 0 2 1 0 0 18 0 1 0 538560876 348860416 21105 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899727 0 0 16781312 514 14085113387717460228 0 0 17 0 0 0 0
/proc/25833/statm: 85171 21105 381 364 0 21089 0
[pid=25835] ppid=25833 vsize=27392 CPUtime=29.21 cores=0,2,4,6
/proc/25835/stat : 25835 (lingeling) R 25833 25835 25835 0 -1 4202496 20182 0 0 0 2918 3 0 0 25 0 1 0 538560877 28049408 6018 33554432000 4194304 4352236 140737001231328 18446744073709551615 4235066 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25835/statm: 6848 6018 129 39 0 5928 0
[pid=25836] ppid=25827 vsize=350940 CPUtime=0.04 cores=0,2,4,6
/proc/25836/stat : 25836 (python) S 25827 25827 25339 0 -1 4202560 930 0 0 0 3 1 0 0 15 0 1 0 538560879 359362560 21098 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 7520057005910753540 0 0 17 2 0 0 0
/proc/25836/statm: 87735 21098 370 364 0 23650 0
[pid=25838] ppid=25836 vsize=341684 CPUtime=29.16 cores=0,2,4,6
/proc/25838/stat : 25838 (cryptominisat-2) R 25836 25838 25838 0 -1 4202496 94190 0 0 0 2903 13 0 0 25 0 1 0 538560879 349884416 74484 33554432000 4194304 4677096 140735589839568 18446744073709551615 4485112 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25838/statm: 85421 74484 393 118 0 80380 0
[pid=25839] ppid=25827 vsize=361196 CPUtime=0.03 cores=0,2,4,6
/proc/25839/stat : 25839 (python) S 25827 25827 25339 0 -1 4202560 936 0 0 0 1 2 0 0 18 0 1 0 538560881 369864704 21102 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 14085113387717460227 0 0 17 6 0 0 0
/proc/25839/statm: 90299 21102 370 364 0 26211 0
[pid=25841] ppid=25839 vsize=27528 CPUtime=29.07 cores=0,2,4,6
/proc/25841/stat : 25841 (lingeling) R 25839 25841 25841 0 -1 4202496 20231 0 0 0 2904 3 0 0 25 0 1 0 538560882 28188672 6052 33554432000 4194304 4352236 140736550448080 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/25841/statm: 6882 6052 129 39 0 5962 0
[pid=25842] ppid=25827 vsize=371452 CPUtime=0.03 cores=0,2,4,6
/proc/25842/stat : 25842 (python) S 25827 25827 25339 0 -1 4202560 952 0 0 0 2 1 0 0 15 0 1 0 538560884 380366848 21106 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 4477479633435984129 0 0 17 6 0 0 0
/proc/25842/statm: 92863 21106 370 364 0 28772 0
[pid=25844] ppid=25842 vsize=342696 CPUtime=28.86 cores=0,2,4,6
/proc/25844/stat : 25844 (cryptominisat-2) R 25842 25844 25844 0 -1 4202496 90640 0 0 0 2874 12 0 0 25 0 1 0 538560884 350920704 75774 33554432000 4194304 4677096 140736573440128 18446744073709551615 237278548187 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25844/statm: 85674 75774 393 118 0 80633 0
[pid=25827/tid=25834] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25834/stat : 25834 (python) S 25825 25827 25339 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538560876 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=25827/tid=25837] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25837/stat : 25837 (python) S 25825 25827 25339 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 5 0 538560879 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
[pid=25827/tid=25840] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25840/stat : 25840 (python) S 25825 25827 25339 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538560881 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=25827/tid=25843] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25843/stat : 25843 (python) S 25825 25827 25339 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 5 0 538560884 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 142.88
Current children cumulated vsize (KiB) 2545268

[startup+56.3011 s]
/proc/loadavg: 6.26 4.14 4.21 9/211 25845
/proc/meminfo: memFree=15400792/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=381696 CPUtime=26.45 cores=0,2,4,6
/proc/25827/stat : 25827 (python) S 25825 25827 25339 0 -1 4202496 40015 932 1 0 2628 17 0 0 25 0 5 0 538558208 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25827/statm: 95424 22621 1881 364 0 31333 0
[pid=25833] ppid=25827 vsize=340684 CPUtime=0.03 cores=0,2,4,6
/proc/25833/stat : 25833 (python) S 25827 25827 25339 0 -1 4202560 990 0 0 0 2 1 0 0 18 0 1 0 538560876 348860416 21105 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899727 0 0 16781312 514 14085113387717460228 0 0 17 0 0 0 0
/proc/25833/statm: 85171 21105 381 364 0 21089 0
[pid=25835] ppid=25833 vsize=27372 CPUtime=29.61 cores=0,2,4,6
/proc/25835/stat : 25835 (lingeling) R 25833 25835 25835 0 -1 4202496 20182 0 0 0 2958 3 0 0 25 0 1 0 538560877 28028928 6013 33554432000 4194304 4352236 140737001231328 18446744073709551615 4328159 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25835/statm: 6843 6013 129 39 0 5923 0
[pid=25836] ppid=25827 vsize=350940 CPUtime=0.04 cores=0,2,4,6
/proc/25836/stat : 25836 (python) S 25827 25827 25339 0 -1 4202560 931 0 0 0 3 1 0 0 15 0 1 0 538560879 359362560 21098 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 7520057005910753540 0 0 17 2 0 0 0
/proc/25836/statm: 87735 21098 370 364 0 23650 0
[pid=25838] ppid=25836 vsize=344596 CPUtime=29.56 cores=0,2,4,6
/proc/25838/stat : 25838 (cryptominisat-2) R 25836 25838 25838 0 -1 4202496 94722 0 0 0 2943 13 0 0 25 0 1 0 538560879 352866304 75016 33554432000 4194304 4677096 140735589839568 18446744073709551615 4485102 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25838/statm: 86149 75016 393 118 0 81108 0
[pid=25839] ppid=25827 vsize=361196 CPUtime=0.03 cores=0,2,4,6
/proc/25839/stat : 25839 (python) S 25827 25827 25339 0 -1 4202560 936 0 0 0 1 2 0 0 18 0 1 0 538560881 369864704 21102 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 14085113387717460227 0 0 17 6 0 0 0
/proc/25839/statm: 90299 21102 370 364 0 26211 0
[pid=25841] ppid=25839 vsize=27512 CPUtime=29.47 cores=0,2,4,6
/proc/25841/stat : 25841 (lingeling) R 25839 25841 25841 0 -1 4202496 20247 0 0 0 2944 3 0 0 25 0 1 0 538560882 28172288 6064 33554432000 4194304 4352236 140736550448080 18446744073709551615 4278833 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/25841/statm: 6878 6064 129 39 0 5958 0
[pid=25842] ppid=25827 vsize=371452 CPUtime=0.03 cores=0,2,4,6
/proc/25842/stat : 25842 (python) S 25827 25827 25339 0 -1 4202560 952 0 0 0 2 1 0 0 15 0 1 0 538560884 380366848 21106 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 4477479633435984129 0 0 17 6 0 0 0
/proc/25842/statm: 92863 21106 370 364 0 28772 0
[pid=25844] ppid=25842 vsize=343456 CPUtime=29.26 cores=0,2,4,6
/proc/25844/stat : 25844 (cryptominisat-2) R 25842 25844 25844 0 -1 4202496 90891 0 0 0 2914 12 0 0 25 0 1 0 538560884 351698944 76025 33554432000 4194304 4677096 140736573440128 18446744073709551615 4319407 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25844/statm: 85864 76025 393 118 0 80823 0
[pid=25827/tid=25834] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25834/stat : 25834 (python) S 25825 25827 25339 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538560876 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=25827/tid=25837] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25837/stat : 25837 (python) S 25825 25827 25339 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 5 0 538560879 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
[pid=25827/tid=25840] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25840/stat : 25840 (python) S 25825 25827 25339 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538560881 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=25827/tid=25843] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25843/stat : 25843 (python) S 25825 25827 25339 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 5 0 538560884 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 144.48
Current children cumulated vsize (KiB) 2548904

[startup+56.401 s]
/proc/loadavg: 6.26 4.14 4.21 9/211 25845
/proc/meminfo: memFree=15400792/32950904 swapFree=67082284/67111528
[pid=25827] ppid=25825 vsize=381696 CPUtime=26.45 cores=0,2,4,6
/proc/25827/stat : 25827 (python) S 25825 25827 25339 0 -1 4202496 40015 932 1 0 2628 17 0 0 25 0 5 0 538558208 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290706379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/25827/statm: 95424 22621 1881 364 0 31333 0
[pid=25833] ppid=25827 vsize=340684 CPUtime=0.03 cores=0,2,4,6
/proc/25833/stat : 25833 (python) S 25827 25827 25339 0 -1 4202560 990 0 0 0 2 1 0 0 18 0 1 0 538560876 348860416 21105 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899727 0 0 16781312 514 14085113387717460228 0 0 17 0 0 0 0
/proc/25833/statm: 85171 21105 381 364 0 21089 0
[pid=25835] ppid=25833 vsize=27372 CPUtime=29.71 cores=0,2,4,6
/proc/25835/stat : 25835 (lingeling) R 25833 25835 25835 0 -1 4202496 20182 0 0 0 2968 3 0 0 25 0 1 0 538560877 28028928 6013 33554432000 4194304 4352236 140737001231328 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/25835/statm: 6843 6013 129 39 0 5923 0
[pid=25836] ppid=25827 vsize=350940 CPUtime=0.04 cores=0,2,4,6
/proc/25836/stat : 25836 (python) S 25827 25827 25339 0 -1 4202560 931 0 0 0 3 1 0 0 15 0 1 0 538560879 359362560 21098 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 7520057005910753540 0 0 17 2 0 0 0
/proc/25836/statm: 87735 21098 370 364 0 23650 0
[pid=25838] ppid=25836 vsize=344596 CPUtime=29.66 cores=0,2,4,6
/proc/25838/stat : 25838 (cryptominisat-2) R 25836 25838 25838 0 -1 4202496 94723 0 0 0 2953 13 0 0 25 0 1 0 538560879 352866304 75017 33554432000 4194304 4677096 140735589839568 18446744073709551615 4569200 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/25838/statm: 86149 75017 393 118 0 81108 0
[pid=25839] ppid=25827 vsize=361196 CPUtime=0.03 cores=0,2,4,6
/proc/25839/stat : 25839 (python) S 25827 25827 25339 0 -1 4202560 936 0 0 0 1 2 0 0 18 0 1 0 538560881 369864704 21102 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 14085113387717460227 0 0 17 6 0 0 0
/proc/25839/statm: 90299 21102 370 364 0 26211 0
[pid=25841] ppid=25839 vsize=27512 CPUtime=29.57 cores=0,2,4,6
/proc/25841/stat : 25841 (lingeling) R 25839 25841 25841 0 -1 4202496 20247 0 0 0 2954 3 0 0 25 0 1 0 538560882 28172288 6064 33554432000 4194304 4352236 140736550448080 18446744073709551615 4328205 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/25841/statm: 6878 6064 129 39 0 5958 0
[pid=25842] ppid=25827 vsize=371452 CPUtime=0.03 cores=0,2,4,6
/proc/25842/stat : 25842 (python) S 25827 25827 25339 0 -1 4202560 952 0 0 0 2 1 0 0 15 0 1 0 538560884 380366848 21106 33554432000 4194304 5683644 140735594814336 18446744073709551615 237278899782 0 0 16781312 514 4477479633435984129 0 0 17 6 0 0 0
/proc/25842/statm: 92863 21106 370 364 0 28772 0
[pid=25844] ppid=25842 vsize=343456 CPUtime=29.36 cores=0,2,4,6
/proc/25844/stat : 25844 (cryptominisat-2) R 25842 25844 25844 0 -1 4202496 90891 0 0 0 2924 12 0 0 25 0 1 0 538560884 351698944 76025 33554432000 4194304 4677096 140736573440128 18446744073709551615 4319355 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/25844/statm: 85864 76025 393 118 0 80823 0
[pid=25827/tid=25834] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25834/stat : 25834 (python) S 25825 25827 25339 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538560876 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=25827/tid=25837] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25837/stat : 25837 (python) S 25825 25827 25339 0 -1 4202560 20 932 0 0 0 0 0 0 25 0 5 0 538560879 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
[pid=25827/tid=25840] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25840/stat : 25840 (python) S 25825 25827 25339 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 538560881 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 0 0 0 0
[pid=25827/tid=25843] ppid=25825 vsize=381696 CPUtime=0 cores=0,2,4,6
/proc/25827/task/25843/stat : 25843 (python) S 25825 25827 25339 0 -1 4202560 28 932 0 0 0 0 0 0 25 0 5 0 538560884 390856704 22621 33554432000 4194304 5683644 140735594814336 18446744073709551615 237290703281 0 0 16781312 2 18446604440278879104 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 144.88
Current children cumulated vsize (KiB) 2548904

Child status: 0
Real time (s): 56.4768
CPU time (s): 145.122
CPU user time (s): 144.488
CPU system time (s): 0.633903
CPU usage (%): 256.959
Max. virtual memory (cumulated for all children) (KiB): 2590012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.488
system time used= 0.633903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282455
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= 3342
involuntary context switches= 1279

runsolver used 0.108983 second user time and 0.225965 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-01 19:06:24
IDJOB=3317677
IDBENCH=82471
IDSOLVER=1706
FILE ID=node121/3317677-1304269584
RUNJOBID= node121-1304267283-25357
PBS_JOBID= 13173958
Free space on /tmp= 73352 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns2p3-tseitin.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317677-1304269584/watcher-3317677-1304269584 -o /tmp/evaluation-result-3317677-1304269584/solver-3317677-1304269584 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317677-1304269584.cnf -seed 809406488 -budget 4800 -cores 4

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

MD5SUM BENCH= 2b5c02650b763b7d13b77ce3fc61aa15
RANDOM SEED=809406488

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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:     32950904 kB
MemFree:      16353480 kB
Buffers:       2192584 kB
Cached:        9746652 kB
SwapCached:       2776 kB
Active:       13011352 kB
Inactive:      3051180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      16353480 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           37596 kB
Writeback:           0 kB
AnonPages:     4120972 kB
Mapped:          22456 kB
Slab:           452148 kB
PageTables:      23488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:  8589836 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= 73324 MiB
End job on node121 at 2011-05-01 19:07:21