Trace number 3321675

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 84.1882 49.5514

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtswvqis8x8p2-tseitin.cnf
MD5SUMa2c0a22b1392549d2fca6c4b89170828
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.00769
Satisfiable
(Un)Satisfiability was proved
Number of variables156721
Number of clauses469046
Sum of the clauses size1094438
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2312696
Number of clauses of size 3156348
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.37/0.94	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.94	c INFO: solving HOME/instance-3321675-1304348930.cnf
0.37/0.94	c INFO: computing task features
1.74/2.37	c INFO: computed variable-clause graph statistics
1.84/2.42	c INFO: computed clause balance statistics
9.14/9.71	c INFO: computed variable balance statistics
14.24/14.87	c INFO: computed small-clause counts
14.34/14.97	c INFO: computed Horn-clause counts
43.64/44.29	c INFO: computed variable graph statistics
43.64/44.29	c INFO: collected features for HOME/instance-3321675-1304348930.cnf in 43.29 s
43.75/44.32	c INFO: running lingeling-276@0 for 97 with 39956 remaining (b = 0.50)
43.75/44.35	c INFO: running cryptominisat-2.9.0@0 for 485 with 39956 remaining (b = 0.39)
43.75/44.39	c INFO: running lingeling-276@0 for 1261 with 39956 remaining (b = 0.51)
43.84/44.42	c INFO: running lingeling-276@0 for 1261 with 39956 remaining (b = 0.44)
43.84/44.46	c INFO: running cryptominisat-2.9.0@0 for 485 with 39956 remaining (b = 0.31)
43.84/44.49	c INFO: running precosat-570@0 for 291 with 39956 remaining (b = 0.20)
43.94/44.52	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39956 remaining (b = 0.51)
43.94/44.56	c INFO: running lingeling-276@0 for 1261 with 39956 remaining (b = 0.31)
83.42/49.50	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-3321675-1304348930/watcher-3321675-1304348930 -o /tmp/evaluation-result-3321675-1304348930/solver-3321675-1304348930 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321675-1304348930.cnf -seed 1982082969 -budget 40000 -cores 8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.98 2.06 2.14 2/197 31427
/proc/meminfo: memFree=24823804/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=15384 CPUtime=0 cores=0-7
/proc/31427/stat : 31427 (python) R 31425 31427 30702 0 -1 4202496 795 0 0 0 0 0 0 0 20 0 1 0 546493490 15753216 681 33554432000 4194304 5683644 140735711897152 18446744073709551615 4981020 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31427/statm: 3846 681 322 364 0 333 0

[startup+0.0664981 s]
/proc/loadavg: 3.98 2.06 2.14 2/197 31427
/proc/meminfo: memFree=24823804/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=34244 CPUtime=0.03 cores=0-7
/proc/31427/stat : 31427 (python) R 31425 31427 30702 0 -1 4202496 1523 0 0 0 3 0 0 0 20 0 1 0 546493490 35065856 1359 33554432000 4194304 5683644 140735711897152 18446744073709551615 47446493266032 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31427/statm: 8561 1359 448 364 0 899 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 34244

[startup+0.100496 s]
/proc/loadavg: 3.98 2.06 2.14 2/197 31427
/proc/meminfo: memFree=24823804/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=85364 CPUtime=0.05 cores=0-7
/proc/31427/stat : 31427 (python) D 31425 31427 30702 0 -1 4202496 2584 0 0 0 4 1 0 0 18 0 1 0 546493490 87412736 2308 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809171511 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 0
/proc/31427/statm: 21341 2308 707 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85364

[startup+0.300436 s]
/proc/loadavg: 3.98 2.06 2.14 2/197 31427
/proc/meminfo: memFree=24823804/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=85364 CPUtime=0.05 cores=0-7
/proc/31427/stat : 31427 (python) D 31425 31427 30702 0 -1 4202496 2584 0 0 0 4 1 0 0 18 0 1 0 546493490 87412736 2308 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809171511 0 0 16781312 2 18446744071562154983 0 0 17 2 0 0 0
/proc/31427/statm: 21341 2308 707 364 0 1558 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85364

[startup+0.700385 s]
/proc/loadavg: 3.98 2.06 2.14 2/197 31427
/proc/meminfo: memFree=24823804/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=135752 CPUtime=0.23 cores=0-7
/proc/31427/stat : 31427 (python) R 31425 31427 30702 0 -1 4202496 6002 939 1 0 16 7 0 0 18 0 1 0 546493490 139010048 4169 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809161733 0 0 16781312 2 0 0 0 17 2 0 0 27
/proc/31427/statm: 33938 4169 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 135752

[startup+1.50022 s]
/proc/loadavg: 3.98 2.06 2.14 2/198 31432
/proc/meminfo: memFree=24791556/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=324116 CPUtime=0.95 cores=0-7
/proc/31427/stat : 31427 (python) R 31425 31427 30702 0 -1 4202496 20373 939 1 0 83 12 0 0 18 0 1 0 546493490 331894784 18052 33554432000 4194304 5683644 140735711897152 18446744073709551615 230808826913 0 0 16781312 2 0 0 0 17 2 0 0 27
/proc/31427/statm: 81029 18052 1761 364 0 16953 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 324116

[startup+3.10092 s]
/proc/loadavg: 3.98 2.06 2.14 2/198 31432
/proc/meminfo: memFree=24723480/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=373744 CPUtime=2.54 cores=0-7
/proc/31427/stat : 31427 (python) R 31425 31427 30702 0 -1 4202496 43727 939 1 0 240 14 0 0 20 0 1 0 546493490 382713856 30820 33554432000 4194304 5683644 140735711897152 18446744073709551615 4603765 0 0 16781312 2 0 0 0 17 6 0 0 27
/proc/31427/statm: 93436 30820 1826 364 0 29360 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 373744

[startup+6.30034 s]
/proc/loadavg: 3.74 2.04 2.13 2/198 31432
/proc/meminfo: memFree=24708724/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=373744 CPUtime=5.74 cores=0-7
/proc/31427/stat : 31427 (python) R 31425 31427 30702 0 -1 4202496 43727 939 1 0 560 14 0 0 25 0 1 0 546493490 382713856 30820 33554432000 4194304 5683644 140735711897152 18446744073709551615 230808821636 0 0 16781312 2 0 0 0 17 6 0 0 27
/proc/31427/statm: 93436 30820 1826 364 0 29360 0
Current children cumulated CPU time (s) 5.74
Current children cumulated vsize (KiB) 373744

[startup+12.7002 s]
/proc/loadavg: 3.52 2.03 2.12 2/198 31432
/proc/meminfo: memFree=24709684/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=373744 CPUtime=12.14 cores=0-7
/proc/31427/stat : 31427 (python) R 31425 31427 30702 0 -1 4202496 43728 939 1 0 1200 14 0 0 25 0 1 0 546493490 382713856 30821 33554432000 4194304 5683644 140735711897152 18446744073709551615 4567036 0 0 16781312 2 0 0 0 17 6 0 0 27
/proc/31427/statm: 93436 30821 1827 364 0 29360 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 373744

[startup+25.5008 s]
/proc/loadavg: 2.96 1.98 2.11 2/198 31432
/proc/meminfo: memFree=24710884/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=373744 CPUtime=24.95 cores=0-7
/proc/31427/stat : 31427 (python) R 31425 31427 30702 0 -1 4202496 43734 939 1 0 2481 14 0 0 25 0 1 0 546493490 382713856 30827 33554432000 4194304 5683644 140735711897152 18446744073709551615 47446526163084 0 0 16781312 2 0 0 0 17 6 0 0 27
/proc/31427/statm: 93436 30827 1833 364 0 29360 0
Current children cumulated CPU time (s) 24.95
Current children cumulated vsize (KiB) 373744

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

[startup+38.3005 s]
/proc/loadavg: 2.66 1.94 2.09 2/198 31433
/proc/meminfo: memFree=24710472/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=373744 CPUtime=37.74 cores=0-7
/proc/31427/stat : 31427 (python) R 31425 31427 30702 0 -1 4202496 43734 939 1 0 3760 14 0 0 25 0 1 0 546493490 382713856 30827 33554432000 4194304 5683644 140735711897152 18446744073709551615 4602370 0 0 16781312 2 0 0 0 17 0 0 0 27
/proc/31427/statm: 93436 30827 1833 364 0 29360 0
Current children cumulated CPU time (s) 37.74
Current children cumulated vsize (KiB) 373744

[startup+44.7003 s]
/proc/loadavg: 2.40 1.91 2.08 2/198 31433
/proc/meminfo: memFree=24710468/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=448620 CPUtime=44.01 cores=0-7
/proc/31427/stat : 31427 (python) S 31425 31427 30702 0 -1 4202496 49697 939 1 0 4382 19 0 0 25 0 9 0 546493490 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 27
/proc/31427/statm: 112155 29119 1889 364 0 48052 0
Current children cumulated CPU time (s) 44.01
Current children cumulated vsize (KiB) 448620

[startup+47.9017 s]
/proc/loadavg: 2.40 1.91 2.08 9/222 31457
/proc/meminfo: memFree=23996192/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=448620 CPUtime=44.01 cores=0-7
/proc/31427/stat : 31427 (python) S 31425 31427 30702 0 -1 4202496 49697 939 1 0 4382 19 0 0 25 0 9 0 546493490 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 27
/proc/31427/statm: 112155 29119 1889 364 0 48052 0
[pid=31434] ppid=31427 vsize=366584 CPUtime=0 cores=0-7
/proc/31434/stat : 31434 (python) S 31427 31427 30702 0 -1 4202560 741 0 0 0 0 0 0 0 18 0 1 0 546497922 375382016 27551 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185807 0 0 16781312 514 4070762310862340356 0 0 17 1 0 0 0
/proc/31434/statm: 91646 27551 353 364 0 27564 0
[pid=31436] ppid=31434 vsize=43068 CPUtime=3.56 cores=0-7
/proc/31436/stat : 31436 (lingeling) R 31434 31436 31436 0 -1 4202496 16016 0 0 0 354 2 0 0 25 0 1 0 546497923 44101632 9935 33554432000 4194304 4352236 140733582316560 18446744073709551615 4214164 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31436/statm: 10767 9935 127 39 0 9847 0
[pid=31437] ppid=31427 vsize=376840 CPUtime=0 cores=0-7
/proc/31437/stat : 31437 (python) S 31427 31427 30702 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 546497926 385884160 27549 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 4070773855734432004 0 0 17 2 0 0 0
/proc/31437/statm: 94210 27549 347 364 0 30125 0
[pid=31439] ppid=31437 vsize=226144 CPUtime=3.52 cores=0-7
/proc/31439/stat : 31439 (cryptominisat-2) R 31437 31439 31439 0 -1 4202496 45184 0 0 0 345 7 0 0 25 0 1 0 546497926 231571456 40548 33554432000 4194304 4677096 140735383437376 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31439/statm: 56536 40548 362 118 0 51495 0
[pid=31440] ppid=31427 vsize=387096 CPUtime=0 cores=0-7
/proc/31440/stat : 31440 (python) S 31427 31427 30702 0 -1 4202560 748 0 0 0 0 0 0 0 18 0 1 0 546497929 396386304 27553 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 15380751231026692352 0 0 17 1 0 0 0
/proc/31440/statm: 96774 27553 347 364 0 32686 0
[pid=31442] ppid=31440 vsize=42268 CPUtime=3.48 cores=0-7
/proc/31442/stat : 31442 (lingeling) R 31440 31442 31442 0 -1 4202496 19400 0 0 0 346 2 0 0 25 0 1 0 546497930 43282432 9735 33554432000 4194304 4352236 140734980093200 18446744073709551615 4250071 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/31442/statm: 10567 9735 127 39 0 9647 0
[pid=31443] ppid=31427 vsize=397352 CPUtime=0 cores=0-7
/proc/31443/stat : 31443 (python) S 31427 31427 30702 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 546497933 406888448 27557 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 15380743534445297923 0 0 17 0 0 0 0
/proc/31443/statm: 99338 27557 347 364 0 35247 0
[pid=31445] ppid=31443 vsize=42800 CPUtime=3.45 cores=0-7
/proc/31445/stat : 31445 (lingeling) R 31443 31445 31445 0 -1 4202496 15861 0 0 0 343 2 0 0 25 0 1 0 546497934 43827200 9867 33554432000 4194304 4352236 140735239246112 18446744073709551615 4230409 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31445/statm: 10700 9867 127 39 0 9780 0
[pid=31446] ppid=31427 vsize=407608 CPUtime=0 cores=0-7
/proc/31446/stat : 31446 (python) S 31427 31427 30702 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 546497936 417390592 27561 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 4145400733568565507 0 0 17 1 0 0 0
/proc/31446/statm: 101902 27561 347 364 0 37808 0
[pid=31448] ppid=31446 vsize=224860 CPUtime=3.39 cores=0-7
/proc/31448/stat : 31448 (cryptominisat-2) R 31446 31448 31448 0 -1 4202496 44895 0 0 0 333 6 0 0 25 0 1 0 546497937 230256640 40254 33554432000 4194304 4677096 140736602181408 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/31448/statm: 56215 40254 362 118 0 51174 0
[pid=31449] ppid=31427 vsize=417864 CPUtime=0 cores=0-7
/proc/31449/stat : 31449 (python) S 31427 31427 30702 0 -1 4202560 766 0 0 0 0 0 0 0 18 0 1 0 546497940 427892736 27565 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 4145393036987171076 0 0 17 4 0 0 0
/proc/31449/statm: 104466 27565 347 364 0 40369 0
[pid=31451] ppid=31449 vsize=155188 CPUtime=3.39 cores=0-7
/proc/31451/stat : 31451 (precosat) R 31449 31451 31451 0 -1 4202496 39371 0 0 0 332 7 0 0 25 0 1 0 546497940 158912512 36652 33554432000 4194304 4890832 140733208583648 18446744073709551615 4246966 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/31451/statm: 38797 36652 86 171 0 38624 0
[pid=31452] ppid=31427 vsize=428120 CPUtime=0 cores=0-7
/proc/31452/stat : 31452 (python) S 31427 31427 30702 0 -1 4202560 782 0 0 0 0 0 0 0 15 0 1 0 546497943 438394880 27569 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 4146680015347482884 0 0 17 0 0 0 0
/proc/31452/statm: 107030 27569 347 364 0 42930 0
[pid=31454] ppid=31452 vsize=218076 CPUtime=3.34 cores=0-7
/proc/31454/stat : 31454 (cryptominisat-2) R 31452 31454 31454 0 -1 4202496 43528 0 0 0 326 8 0 0 25 0 1 0 546497944 223309824 38887 33554432000 4194304 4677096 140735845044784 18446744073709551615 4319841 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31454/statm: 54519 38887 362 118 0 49478 0
[pid=31455] ppid=31427 vsize=438376 CPUtime=0 cores=0-7
/proc/31455/stat : 31455 (python) S 31427 31427 30702 0 -1 4202560 817 0 0 0 0 0 0 0 18 0 1 0 546497947 448897024 27579 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 10388291966394663170 0 0 17 4 0 0 0
/proc/31455/statm: 109594 27579 353 364 0 45491 0
[pid=31457] ppid=31455 vsize=38052 CPUtime=3.29 cores=0-7
/proc/31457/stat : 31457 (lingeling) R 31455 31457 31457 0 -1 4202496 18578 0 0 0 326 3 0 0 25 0 1 0 546497947 38965248 8681 33554432000 4194304 4352236 140734722224576 18446744073709551615 4214773 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/31457/statm: 9513 8681 127 39 0 8593 0
[pid=31427/tid=31435] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31435/stat : 31435 (python) S 31425 31427 30702 0 -1 4202560 26 939 0 0 0 0 0 0 25 0 9 0 546497923 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 0 0 0 0
[pid=31427/tid=31438] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31438/stat : 31438 (python) S 31425 31427 30702 0 -1 4202560 20 939 0 0 0 0 0 0 18 0 9 0 546497926 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 2 0 0 0
[pid=31427/tid=31441] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31441/stat : 31441 (python) S 31425 31427 30702 0 -1 4202560 25 939 0 0 0 0 0 0 21 0 9 0 546497930 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 6 0 0 0
[pid=31427/tid=31444] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31444/stat : 31444 (python) S 31425 31427 30702 0 -1 4202560 23 939 0 0 0 0 0 0 23 0 9 0 546497933 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 6 0 0 0
[pid=31427/tid=31447] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31447/stat : 31447 (python) S 31425 31427 30702 0 -1 4202560 22 939 0 0 0 0 0 0 19 0 9 0 546497937 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 0 0 0 0
[pid=31427/tid=31450] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31450/stat : 31450 (python) S 31425 31427 30702 0 -1 4202560 23 939 0 0 0 0 0 0 21 0 9 0 546497940 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 4 0 0 0
[pid=31427/tid=31453] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31453/stat : 31453 (python) S 31425 31427 30702 0 -1 4202560 26 939 0 0 0 0 0 0 23 0 9 0 546497944 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 0 0 0 0
[pid=31427/tid=31456] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31456/stat : 31456 (python) S 31425 31427 30702 0 -1 4202560 28 939 0 0 0 0 0 0 25 0 9 0 546497947 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 71.43
Current children cumulated vsize (KiB) 4658916

[startup+48.7016 s]
/proc/loadavg: 2.85 2.01 2.11 9/222 31457
/proc/meminfo: memFree=23863636/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=448620 CPUtime=44.01 cores=0-7
/proc/31427/stat : 31427 (python) S 31425 31427 30702 0 -1 4202496 49697 939 1 0 4382 19 0 0 25 0 9 0 546493490 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 27
/proc/31427/statm: 112155 29119 1889 364 0 48052 0
[pid=31434] ppid=31427 vsize=366584 CPUtime=0.01 cores=0-7
/proc/31434/stat : 31434 (python) S 31427 31427 30702 0 -1 4202560 907 0 0 0 0 1 0 0 18 0 1 0 546497922 375382016 27574 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185807 0 0 16781312 514 4070762310862340356 0 0 17 1 0 0 0
/proc/31434/statm: 91646 27574 376 364 0 27564 0
[pid=31436] ppid=31434 vsize=51264 CPUtime=4.36 cores=0-7
/proc/31436/stat : 31436 (lingeling) R 31434 31436 31436 0 -1 4202496 18065 0 0 0 434 2 0 0 25 0 1 0 546497923 52494336 11984 33554432000 4194304 4352236 140733582316560 18446744073709551615 4300236 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31436/statm: 12816 11984 127 39 0 11896 0
[pid=31437] ppid=31427 vsize=376840 CPUtime=0 cores=0-7
/proc/31437/stat : 31437 (python) S 31427 31427 30702 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 546497926 385884160 27549 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 4070773855734432004 0 0 17 2 0 0 0
/proc/31437/statm: 94210 27549 347 364 0 30125 0
[pid=31439] ppid=31437 vsize=259940 CPUtime=4.32 cores=0-7
/proc/31439/stat : 31439 (cryptominisat-2) R 31437 31439 31439 0 -1 4202496 52085 0 0 0 424 8 0 0 25 0 1 0 546497926 266178560 47449 33554432000 4194304 4677096 140735383437376 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31439/statm: 64985 47449 362 118 0 59944 0
[pid=31440] ppid=31427 vsize=387096 CPUtime=0.01 cores=0-7
/proc/31440/stat : 31440 (python) S 31427 31427 30702 0 -1 4202560 925 0 0 0 0 1 0 0 18 0 1 0 546497929 396386304 27576 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 15380751231026692352 0 0 17 1 0 0 0
/proc/31440/statm: 96774 27576 370 364 0 32686 0
[pid=31442] ppid=31440 vsize=50464 CPUtime=4.29 cores=0-7
/proc/31442/stat : 31442 (lingeling) R 31440 31442 31442 0 -1 4202496 21449 0 0 0 426 3 0 0 25 0 1 0 546497930 51675136 11784 33554432000 4194304 4352236 140734980093200 18446744073709551615 4233389 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/31442/statm: 12616 11784 127 39 0 11696 0
[pid=31443] ppid=31427 vsize=397352 CPUtime=0 cores=0-7
/proc/31443/stat : 31443 (python) S 31427 31427 30702 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 546497933 406888448 27580 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 15380743534445297923 0 0 17 0 0 0 0
/proc/31443/statm: 99338 27580 370 364 0 35247 0
[pid=31445] ppid=31443 vsize=42800 CPUtime=4.25 cores=0-7
/proc/31445/stat : 31445 (lingeling) R 31443 31445 31445 0 -1 4202496 15861 0 0 0 423 2 0 0 25 0 1 0 546497934 43827200 9867 33554432000 4194304 4352236 140735239246112 18446744073709551615 4229290 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31445/statm: 10700 9867 127 39 0 9780 0
[pid=31446] ppid=31427 vsize=407608 CPUtime=0 cores=0-7
/proc/31446/stat : 31446 (python) S 31427 31427 30702 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 546497936 417390592 27561 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 4145400733568565507 0 0 17 1 0 0 0
/proc/31446/statm: 101902 27561 347 364 0 37808 0
[pid=31448] ppid=31446 vsize=258656 CPUtime=4.19 cores=0-7
/proc/31448/stat : 31448 (cryptominisat-2) R 31446 31448 31448 0 -1 4202496 51764 0 0 0 412 7 0 0 25 0 1 0 546497937 264863744 47123 33554432000 4194304 4677096 140736602181408 18446744073709551615 4319273 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/31448/statm: 64664 47123 362 118 0 59623 0
[pid=31449] ppid=31427 vsize=417864 CPUtime=0 cores=0-7
/proc/31449/stat : 31449 (python) S 31427 31427 30702 0 -1 4202560 930 0 0 0 0 0 0 0 18 0 1 0 546497940 427892736 27588 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 4145393036987171076 0 0 17 4 0 0 0
/proc/31449/statm: 104466 27588 370 364 0 40369 0
[pid=31451] ppid=31449 vsize=159404 CPUtime=4.17 cores=0-7
/proc/31451/stat : 31451 (precosat) R 31449 31451 31451 0 -1 4202496 40422 0 0 0 410 7 0 0 25 0 1 0 546497940 163229696 37703 33554432000 4194304 4890832 140733208583648 18446744073709551615 4293263 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/31451/statm: 39851 37703 86 171 0 39678 0
[pid=31452] ppid=31427 vsize=428120 CPUtime=0 cores=0-7
/proc/31452/stat : 31452 (python) S 31427 31427 30702 0 -1 4202560 782 0 0 0 0 0 0 0 15 0 1 0 546497943 438394880 27569 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 4146680015347482884 0 0 17 0 0 0 0
/proc/31452/statm: 107030 27569 347 364 0 42930 0
[pid=31454] ppid=31452 vsize=251616 CPUtime=4.12 cores=0-7
/proc/31454/stat : 31454 (cryptominisat-2) R 31452 31454 31454 0 -1 4202496 50298 0 0 0 404 8 0 0 25 0 1 0 546497944 257654784 45657 33554432000 4194304 4677096 140735845044784 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31454/statm: 62904 45657 362 118 0 57863 0
[pid=31455] ppid=31427 vsize=438376 CPUtime=0 cores=0-7
/proc/31455/stat : 31455 (python) S 31427 31427 30702 0 -1 4202560 987 0 0 0 0 0 0 0 18 0 1 0 546497947 448897024 27602 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 10388291966394695679 0 0 17 4 0 0 0
/proc/31455/statm: 109594 27602 376 364 0 45491 0
[pid=31457] ppid=31455 vsize=41572 CPUtime=4.07 cores=0-7
/proc/31457/stat : 31457 (lingeling) R 31455 31457 31457 0 -1 4202496 19458 0 0 0 404 3 0 0 25 0 1 0 546497947 42569728 9561 33554432000 4194304 4352236 140734722224576 18446744073709551615 4265298 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/31457/statm: 10393 9561 127 39 0 9473 0
[pid=31427/tid=31435] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31435/stat : 31435 (python) S 31425 31427 30702 0 -1 4202560 26 939 0 0 0 0 0 0 25 0 9 0 546497923 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 0 0 0 0
[pid=31427/tid=31438] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31438/stat : 31438 (python) S 31425 31427 30702 0 -1 4202560 20 939 0 0 0 0 0 0 18 0 9 0 546497926 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 2 0 0 0
[pid=31427/tid=31441] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31441/stat : 31441 (python) S 31425 31427 30702 0 -1 4202560 25 939 0 0 0 0 0 0 21 0 9 0 546497930 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 6 0 0 0
[pid=31427/tid=31444] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31444/stat : 31444 (python) S 31425 31427 30702 0 -1 4202560 23 939 0 0 0 0 0 0 23 0 9 0 546497933 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 6 0 0 0
[pid=31427/tid=31447] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31447/stat : 31447 (python) S 31425 31427 30702 0 -1 4202560 22 939 0 0 0 0 0 0 19 0 9 0 546497937 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 0 0 0 0
[pid=31427/tid=31450] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31450/stat : 31450 (python) S 31425 31427 30702 0 -1 4202560 23 939 0 0 0 0 0 0 21 0 9 0 546497940 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 4 0 0 0
[pid=31427/tid=31453] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31453/stat : 31453 (python) S 31425 31427 30702 0 -1 4202560 26 939 0 0 0 0 0 0 23 0 9 0 546497944 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 0 0 0 0
[pid=31427/tid=31456] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31456/stat : 31456 (python) S 31425 31427 30702 0 -1 4202560 28 939 0 0 0 0 0 0 25 0 9 0 546497947 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 77.8
Current children cumulated vsize (KiB) 4784176

[startup+49.1015 s]
/proc/loadavg: 2.85 2.01 2.11 9/222 31457
/proc/meminfo: memFree=23863636/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=448620 CPUtime=44.01 cores=0-7
/proc/31427/stat : 31427 (python) S 31425 31427 30702 0 -1 4202496 49697 939 1 0 4382 19 0 0 25 0 9 0 546493490 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 27
/proc/31427/statm: 112155 29119 1889 364 0 48052 0
[pid=31434] ppid=31427 vsize=366584 CPUtime=0.01 cores=0-7
/proc/31434/stat : 31434 (python) S 31427 31427 30702 0 -1 4202560 907 0 0 0 0 1 0 0 18 0 1 0 546497922 375382016 27574 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185807 0 0 16781312 514 4070762310862340356 0 0 17 1 0 0 0
/proc/31434/statm: 91646 27574 376 364 0 27564 0
[pid=31436] ppid=31434 vsize=51264 CPUtime=4.76 cores=0-7
/proc/31436/stat : 31436 (lingeling) R 31434 31436 31436 0 -1 4202496 18065 0 0 0 474 2 0 0 25 0 1 0 546497923 52494336 11984 33554432000 4194304 4352236 140733582316560 18446744073709551615 4298797 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31436/statm: 12816 11984 127 39 0 11896 0
[pid=31437] ppid=31427 vsize=376840 CPUtime=0 cores=0-7
/proc/31437/stat : 31437 (python) S 31427 31427 30702 0 -1 4202560 900 0 0 0 0 0 0 0 16 0 1 0 546497926 385884160 27572 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 4070773855734432004 0 0 17 2 0 0 0
/proc/31437/statm: 94210 27572 370 364 0 30125 0
[pid=31439] ppid=31437 vsize=276424 CPUtime=4.71 cores=0-7
/proc/31439/stat : 31439 (cryptominisat-2) R 31437 31439 31439 0 -1 4202496 55441 0 0 0 463 8 0 0 25 0 1 0 546497926 283058176 50805 33554432000 4194304 4677096 140735383437376 18446744073709551615 4236634 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31439/statm: 69106 50805 362 118 0 64065 0
[pid=31440] ppid=31427 vsize=387096 CPUtime=0.01 cores=0-7
/proc/31440/stat : 31440 (python) S 31427 31427 30702 0 -1 4202560 925 0 0 0 0 1 0 0 18 0 1 0 546497929 396386304 27576 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 15380751231026692352 0 0 17 1 0 0 0
/proc/31440/statm: 96774 27576 370 364 0 32686 0
[pid=31442] ppid=31440 vsize=50464 CPUtime=4.69 cores=0-7
/proc/31442/stat : 31442 (lingeling) R 31440 31442 31442 0 -1 4202496 21449 0 0 0 466 3 0 0 25 0 1 0 546497930 51675136 11784 33554432000 4194304 4352236 140734980093200 18446744073709551615 4228427 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/31442/statm: 12616 11784 127 39 0 11696 0
[pid=31443] ppid=31427 vsize=397352 CPUtime=0 cores=0-7
/proc/31443/stat : 31443 (python) S 31427 31427 30702 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 546497933 406888448 27580 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 15380743534445297923 0 0 17 0 0 0 0
/proc/31443/statm: 99338 27580 370 364 0 35247 0
[pid=31445] ppid=31443 vsize=50996 CPUtime=4.65 cores=0-7
/proc/31445/stat : 31445 (lingeling) R 31443 31445 31445 0 -1 4202496 17910 0 0 0 463 2 0 0 25 0 1 0 546497934 52219904 11916 33554432000 4194304 4352236 140735239246112 18446744073709551615 4214231 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31445/statm: 12749 11916 127 39 0 11829 0
[pid=31446] ppid=31427 vsize=407608 CPUtime=0 cores=0-7
/proc/31446/stat : 31446 (python) S 31427 31427 30702 0 -1 4202560 763 0 0 0 0 0 0 0 15 0 1 0 546497936 417390592 27561 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 4145400733568565507 0 0 17 1 0 0 0
/proc/31446/statm: 101902 27561 347 364 0 37808 0
[pid=31448] ppid=31446 vsize=275396 CPUtime=4.59 cores=0-7
/proc/31448/stat : 31448 (cryptominisat-2) R 31446 31448 31448 0 -1 4202496 55213 0 0 0 451 8 0 0 25 0 1 0 546497937 282005504 50572 33554432000 4194304 4677096 140736602181408 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/31448/statm: 68849 50572 362 118 0 63808 0
[pid=31449] ppid=31427 vsize=417864 CPUtime=0 cores=0-7
/proc/31449/stat : 31449 (python) S 31427 31427 30702 0 -1 4202560 930 0 0 0 0 0 0 0 18 0 1 0 546497940 427892736 27588 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 4145393036987171076 0 0 17 4 0 0 0
/proc/31449/statm: 104466 27588 370 364 0 40369 0
[pid=31451] ppid=31449 vsize=159404 CPUtime=4.57 cores=0-7
/proc/31451/stat : 31451 (precosat) R 31449 31451 31451 0 -1 4202496 40422 0 0 0 450 7 0 0 25 0 1 0 546497940 163229696 37703 33554432000 4194304 4890832 140733208583648 18446744073709551615 4238686 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/31451/statm: 39851 37703 86 171 0 39678 0
[pid=31452] ppid=31427 vsize=428120 CPUtime=0 cores=0-7
/proc/31452/stat : 31452 (python) S 31427 31427 30702 0 -1 4202560 782 0 0 0 0 0 0 0 15 0 1 0 546497943 438394880 27569 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 4146680015347482884 0 0 17 0 0 0 0
/proc/31452/statm: 107030 27569 347 364 0 42930 0
[pid=31454] ppid=31452 vsize=268480 CPUtime=4.53 cores=0-7
/proc/31454/stat : 31454 (cryptominisat-2) R 31452 31454 31454 0 -1 4202496 53738 0 0 0 444 9 0 0 25 0 1 0 546497944 274923520 49097 33554432000 4194304 4677096 140735845044784 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31454/statm: 67120 49097 362 118 0 62079 0
[pid=31455] ppid=31427 vsize=438376 CPUtime=0 cores=0-7
/proc/31455/stat : 31455 (python) S 31427 31427 30702 0 -1 4202560 987 0 0 0 0 0 0 0 18 0 1 0 546497947 448897024 27602 33554432000 4194304 5683644 140735711897152 18446744073709551615 230809185862 0 0 16781312 514 10388291966394695679 0 0 17 4 0 0 0
/proc/31455/statm: 109594 27602 376 364 0 45491 0
[pid=31457] ppid=31455 vsize=49768 CPUtime=4.47 cores=0-7
/proc/31457/stat : 31457 (lingeling) R 31455 31457 31457 0 -1 4202496 21507 0 0 0 444 3 0 0 25 0 1 0 546497947 50962432 11610 33554432000 4194304 4352236 140734722224576 18446744073709551615 4230267 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/31457/statm: 12442 11610 127 39 0 11522 0
[pid=31427/tid=31435] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31435/stat : 31435 (python) S 31425 31427 30702 0 -1 4202560 26 939 0 0 0 0 0 0 25 0 9 0 546497923 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 0 0 0 0
[pid=31427/tid=31438] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31438/stat : 31438 (python) S 31425 31427 30702 0 -1 4202560 20 939 0 0 0 0 0 0 18 0 9 0 546497926 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 2 0 0 0
[pid=31427/tid=31441] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31441/stat : 31441 (python) S 31425 31427 30702 0 -1 4202560 25 939 0 0 0 0 0 0 21 0 9 0 546497930 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 6 0 0 0
[pid=31427/tid=31444] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31444/stat : 31444 (python) S 31425 31427 30702 0 -1 4202560 23 939 0 0 0 0 0 0 23 0 9 0 546497933 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 6 0 0 0
[pid=31427/tid=31447] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31447/stat : 31447 (python) S 31425 31427 30702 0 -1 4202560 22 939 0 0 0 0 0 0 19 0 9 0 546497937 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 0 0 0 0
[pid=31427/tid=31450] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31450/stat : 31450 (python) S 31425 31427 30702 0 -1 4202560 23 939 0 0 0 0 0 0 21 0 9 0 546497940 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 4 0 0 0
[pid=31427/tid=31453] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31453/stat : 31453 (python) S 31425 31427 30702 0 -1 4202560 26 939 0 0 0 0 0 0 23 0 9 0 546497944 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 0 0 0 0
[pid=31427/tid=31456] ppid=31425 vsize=448620 CPUtime=0 cores=0-7
/proc/31427/task/31456/stat : 31456 (python) S 31425 31427 30702 0 -1 4202560 28 939 0 0 0 0 0 0 25 0 9 0 546497947 459386880 29119 33554432000 4194304 5683644 140735711897152 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 81
Current children cumulated vsize (KiB) 4850656

[startup+49.5084 s]
/proc/loadavg: 2.85 2.01 2.11 9/222 31457
/proc/meminfo: memFree=23715704/32951124 swapFree=59765832/67111528
[pid=31427] ppid=31425 vsize=397292 CPUtime=84.12 cores=0-7
/proc/31427/stat : 31427 (python) R 31425 31427 30702 0 -1 4202496 51888 301833 1 0 4383 19 3948 62 17 0 1 0 546493490 406827008 29083 33554432000 4194304 5683644 140735711897152 18446744073709551615 5116989 0 0 16781312 0 0 0 0 17 5 0 0 27
/proc/31427/statm: 99323 29083 1873 364 0 35247 0
Current children cumulated CPU time (s) 84.12
Current children cumulated vsize (KiB) 397292

Child status: 0
Real time (s): 49.5514
CPU time (s): 84.1882
CPU user time (s): 83.3453
CPU system time (s): 0.842871
CPU usage (%): 169.901
Max. virtual memory (cumulated for all children) (KiB): 4890148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.3453
system time used= 0.842871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365271
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= 3171
involuntary context switches= 377

runsolver used 0.094985 second user time and 0.197969 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-02 17:08:50
IDJOB=3321675
IDBENCH=82470
IDSOLVER=1710
FILE ID=node104/3321675-1304348930
RUNJOBID= node104-1304342614-30716
PBS_JOBID= 13178062
Free space on /tmp= 73424 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtswvqis8x8p2-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-3321675-1304348930/watcher-3321675-1304348930 -o /tmp/evaluation-result-3321675-1304348930/solver-3321675-1304348930 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321675-1304348930.cnf -seed 1982082969 -budget 40000 -cores 8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= a2c0a22b1392549d2fca6c4b89170828
RANDOM SEED=1982082969

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24823844 kB
Buffers:          5252 kB
Cached:         249844 kB
SwapCached:      43460 kB
Active:         321516 kB
Inactive:      7641884 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24823844 kB
SwapTotal:    67111528 kB
SwapFree:     59765832 kB
Dirty:           40028 kB
Writeback:           0 kB
AnonPages:     7675984 kB
Mapped:          12264 kB
Slab:            60964 kB
PageTables:      37084 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 16625204 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= 73392 MiB
End job on node104 at 2011-05-02 17:09:40