Trace number 3380906

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-par-industrial (fixed)UNSAT 27.5768 14.5906

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-bc57sensorsp3-tseitin.cnf
MD5SUM7dac843deb28c1c66e8118997464d4b0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.744886
Satisfiable
(Un)Satisfiability was proved
Number of variables70297
Number of clauses194006
Sum of the clauses size452678
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2129336
Number of clauses of size 364668
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.38/1.06	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/1.06	c INFO: solving HOME/instance-3380906-1305494534.cnf
0.38/1.06	c INFO: computing task features
0.95/1.60	c INFO: computed variable-clause graph statistics
0.95/1.63	c INFO: computed clause balance statistics
3.86/4.51	c INFO: computed variable balance statistics
5.97/6.61	c INFO: computed small-clause counts
5.97/6.64	c INFO: computed Horn-clause counts
11.76/12.48	c INFO: computed variable graph statistics
11.76/12.48	c INFO: collected features for HOME/instance-3380906-1305494534.cnf in 11.40 s
11.85/12.51	c INFO: running lingeling-276@0 for 97 with 4988 remaining (b = 0.38)
11.85/12.53	c INFO: running cryptominisat-2.9.0@0 for 485 with 4988 remaining (b = 0.35)
11.85/12.56	c INFO: running lingeling-276@0 for 1261 with 4988 remaining (b = 0.49)
11.85/12.58	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4988 remaining (b = 0.56)
11.95/12.61	c INFO: running lingeling-276@0 for 1261 with 4988 remaining (b = 0.42)
11.95/12.64	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4988 remaining (b = 0.46)
11.95/12.66	c INFO: running precosat-570@0 for 388 with 4988 remaining (b = 0.22)
11.95/12.69	c INFO: running lingeling-276@0 for 1261 with 4988 remaining (b = 0.32)
27.03/14.56	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: 961)

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-3380906-1305494534/watcher-3380906-1305494534 -o /tmp/evaluation-result-3380906-1305494534/solver-3380906-1305494534 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380906-1305494534.cnf -seed 1444865160 -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: 7.37 6.18 4.09 2/331 5999
/proc/meminfo: memFree=20778544/32951124 swapFree=57171160/67111528
[pid=5999] ppid=5997 vsize=15384 CPUtime=0 cores=0-7
/proc/5999/stat : 5999 (python) R 5997 5999 5686 0 -1 4202496 808 0 0 0 0 0 0 0 25 0 1 0 641869009 15753216 695 33554432000 4194304 5683644 140736150105760 18446744073709551615 4857488 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5999/statm: 3846 696 334 364 0 333 0

[startup+0.069786 s]
/proc/loadavg: 7.37 6.18 4.09 2/331 5999
/proc/meminfo: memFree=20778544/32951124 swapFree=57171160/67111528
[pid=5999] ppid=5997 vsize=36512 CPUtime=0.04 cores=0-7
/proc/5999/stat : 5999 (python) R 5997 5999 5686 0 -1 4202496 1607 0 0 0 3 1 0 0 25 0 1 0 641869009 37388288 1443 33554432000 4194304 5683644 140736150105760 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5999/statm: 9127 1444 452 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36512

[startup+0.100775 s]
/proc/loadavg: 7.37 6.18 4.09 2/331 5999
/proc/meminfo: memFree=20778544/32951124 swapFree=57171160/67111528
[pid=5999] ppid=5997 vsize=89768 CPUtime=0.06 cores=0-7
/proc/5999/stat : 5999 (python) S 5997 5999 5686 0 -1 4202496 2671 0 0 0 5 1 0 0 25 0 1 0 641869009 91922432 2388 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/5999/statm: 22442 2388 750 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 89768

[startup+0.300754 s]
/proc/loadavg: 7.37 6.18 4.09 2/331 5999
/proc/meminfo: memFree=20778544/32951124 swapFree=57171160/67111528
[pid=5999] ppid=5997 vsize=135752 CPUtime=0.18 cores=0-7
/proc/5999/stat : 5999 (python) R 5997 5999 5686 0 -1 4202496 5962 931 1 0 14 4 0 0 25 0 1 0 641869009 139010048 4151 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338379781 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5999/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700627 s]
/proc/loadavg: 7.37 6.18 4.09 2/331 5999
/proc/meminfo: memFree=20778544/32951124 swapFree=57171160/67111528
[pid=5999] ppid=5997 vsize=185092 CPUtime=0.27 cores=0-7
/proc/5999/stat : 5999 (python) D 5997 5999 5686 0 -1 4202496 6761 931 1 0 20 7 0 0 25 0 1 0 641869009 189534208 4828 33554432000 4194304 5683644 140736150105760 18446744073709551615 270333460103 0 0 16781312 2 18446744071696489144 0 0 17 2 0 0 0
/proc/5999/statm: 46273 4828 1349 364 0 3724 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 185092

[startup+1.50048 s]
/proc/loadavg: 6.78 6.08 4.06 2/332 6004
/proc/meminfo: memFree=20758824/32951124 swapFree=57171160/67111528
[pid=5999] ppid=5997 vsize=310748 CPUtime=0.85 cores=0-7
/proc/5999/stat : 5999 (python) R 5997 5999 5686 0 -1 4202496 17065 931 1 0 74 11 0 0 22 0 1 0 641869009 318205952 14748 33554432000 4194304 5683644 140736150105760 18446744073709551615 47159038835397 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5999/statm: 77687 14749 1761 364 0 13611 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 310748

[startup+3.10015 s]
/proc/loadavg: 6.78 6.08 4.06 2/332 6004
/proc/meminfo: memFree=20720136/32951124 swapFree=57171160/67111528
[pid=5999] ppid=5997 vsize=314652 CPUtime=2.46 cores=0-7
/proc/5999/stat : 5999 (python) R 5997 5999 5686 0 -1 4202496 24565 931 1 0 233 13 0 0 25 0 1 0 641869009 322203648 16048 33554432000 4194304 5683644 140736150105760 18446744073709551615 47159041523713 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5999/statm: 78663 16048 1826 364 0 14587 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 314652
heavy processes:

[startup+6.30052 s]
/proc/loadavg: 6.32 5.99 4.05 2/332 6004
/proc/meminfo: memFree=20720088/32951124 swapFree=57171160/67111528
[pid=5999] ppid=5997 vsize=314652 CPUtime=5.66 cores=0-7
/proc/5999/stat : 5999 (python) R 5997 5999 5686 0 -1 4202496 24566 931 1 0 553 13 0 0 25 0 1 0 641869009 322203648 16049 33554432000 4194304 5683644 140736150105760 18446744073709551615 270341792442 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/5999/statm: 78663 16049 1827 364 0 14587 0
Current children cumulated CPU time (s) 5.66
Current children cumulated vsize (KiB) 314652

[startup+12.7002 s]
/proc/loadavg: 5.89 5.91 4.03 2/332 6004
/proc/meminfo: memFree=20719636/32951124 swapFree=57171160/67111528
[pid=5999] ppid=5997 vsize=460788 CPUtime=12.04 cores=0-7
/proc/5999/stat : 5999 (python) S 5997 5999 5686 0 -1 4202496 30528 931 1 0 1189 15 0 0 20 0 9 0 641869009 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5999/statm: 115197 15877 1889 364 0 51094 0
Current children cumulated CPU time (s) 12.04
Current children cumulated vsize (KiB) 460788

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

[startup+13.5011 s]
/proc/loadavg: 5.89 5.91 4.03 9/356 6028
/proc/meminfo: memFree=20519928/32951124 swapFree=57171160/67111528
[pid=5999] ppid=5997 vsize=460788 CPUtime=12.04 cores=0-7
/proc/5999/stat : 5999 (python) S 5997 5999 5686 0 -1 4202496 30528 931 1 0 1189 15 0 0 20 0 9 0 641869009 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5999/statm: 115197 15877 1889 364 0 51094 0
[pid=6005] ppid=5999 vsize=313216 CPUtime=0 cores=0-7
/proc/6005/stat : 6005 (python) S 5999 5999 5686 0 -1 4202560 785 0 0 0 0 0 0 0 25 0 1 0 641870260 320733184 14208 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403855 0 0 16781312 514 16239847494563921919 0 0 17 1 0 0 0
/proc/6005/statm: 78304 14208 351 364 0 14222 0
[pid=6007] ppid=6005 vsize=15264 CPUtime=0.98 cores=0-7
/proc/6007/stat : 6007 (lingeling) R 6005 6007 6007 0 -1 4202496 7285 0 0 0 97 1 0 0 25 0 1 0 641870261 15630336 2971 33554432000 4194304 4352236 140735973458688 18446744073709551615 4319146 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/6007/statm: 3816 2971 121 39 0 2896 0
[pid=6008] ppid=5999 vsize=323472 CPUtime=0 cores=0-7
/proc/6008/stat : 6008 (python) S 5999 5999 5686 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 641870263 331235328 14208 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 16897703718282035458 0 0 17 2 0 0 0
/proc/6008/statm: 80868 14208 347 364 0 16783 0
[pid=6010] ppid=6008 vsize=69208 CPUtime=0.94 cores=0-7
/proc/6010/stat : 6010 (cryptominisat-2) R 6008 6010 6010 0 -1 4202496 11383 0 0 0 93 1 0 0 23 0 1 0 641870263 70868992 8965 33554432000 4194304 4677096 140736318410512 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6010/statm: 17302 8965 362 118 0 12261 0
[pid=6011] ppid=5999 vsize=333728 CPUtime=0 cores=0-7
/proc/6011/stat : 6011 (python) S 5999 5999 5686 0 -1 4202560 721 0 0 0 0 0 0 0 19 0 1 0 641870265 341737472 14208 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 12408026931776192511 0 0 17 1 0 0 0
/proc/6011/statm: 83432 14208 343 364 0 19344 0
[pid=6013] ppid=6011 vsize=14768 CPUtime=0.92 cores=0-7
/proc/6013/stat : 6013 (lingeling) R 6011 6013 6013 0 -1 4202496 7194 0 0 0 91 1 0 0 23 0 1 0 641870266 15122432 2847 33554432000 4194304 4352236 140733206651088 18446744073709551615 4319146 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/6013/statm: 3692 2847 121 39 0 2772 0
[pid=6014] ppid=5999 vsize=343984 CPUtime=0 cores=0-7
/proc/6014/stat : 6014 (python) S 5999 5999 5686 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 641870268 352239616 14216 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 282130289935745282 0 0 17 1 0 0 0
/proc/6014/statm: 85996 14216 347 364 0 21905 0
[pid=6016] ppid=6014 vsize=67572 CPUtime=0.9 cores=0-7
/proc/6016/stat : 6016 (cryptominisat-2) R 6014 6016 6016 0 -1 4202496 10994 0 0 0 89 1 0 0 23 0 1 0 641870268 69193728 8576 33554432000 4194304 4677096 140736456646448 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6016/statm: 16893 8576 361 118 0 11852 0
[pid=6017] ppid=5999 vsize=419776 CPUtime=0 cores=0-7
/proc/6017/stat : 6017 (python) S 5999 5999 5686 0 -1 4202560 746 0 0 0 0 0 0 0 20 0 1 0 641870270 429850624 14218 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 10752454890438524927 0 0 17 7 0 0 0
/proc/6017/statm: 104944 14218 343 364 0 40850 0
[pid=6019] ppid=6017 vsize=15260 CPUtime=0.87 cores=0-7
/proc/6019/stat : 6019 (lingeling) R 6017 6019 6019 0 -1 4202496 7294 0 0 0 86 1 0 0 25 0 1 0 641870271 15626240 2971 33554432000 4194304 4352236 140736524902336 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6019/statm: 3815 2971 121 39 0 2895 0
[pid=6020] ppid=5999 vsize=430032 CPUtime=0 cores=0-7
/proc/6020/stat : 6020 (python) S 5999 5999 5686 0 -1 4202560 734 0 0 0 0 0 0 0 15 0 1 0 641870273 440352768 14342 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 6355577435072725249 0 0 17 1 0 0 0
/proc/6020/statm: 107508 14342 348 364 0 43411 0
[pid=6022] ppid=6020 vsize=65244 CPUtime=0.83 cores=0-7
/proc/6022/stat : 6022 (cryptominisat-2) R 6020 6022 6022 0 -1 4202496 10412 0 0 0 82 1 0 0 25 0 1 0 641870273 66809856 8003 33554432000 4194304 4677096 140737188905120 18446744073709551615 4320291 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/6022/statm: 16311 8003 361 118 0 11270 0
[pid=6023] ppid=5999 vsize=440288 CPUtime=0 cores=0-7
/proc/6023/stat : 6023 (python) S 5999 5999 5686 0 -1 4202560 720 0 0 0 0 0 0 0 20 0 1 0 641870276 450854912 14331 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 13501944244390068223 0 0 17 1 0 0 0
/proc/6023/statm: 110072 14331 344 364 0 45972 0
[pid=6025] ppid=6023 vsize=54600 CPUtime=0.79 cores=0-7
/proc/6025/stat : 6025 (precosat) R 6023 6025 6025 0 -1 4202496 13953 0 0 0 77 2 0 0 25 0 1 0 641870278 55910400 12595 33554432000 4194304 4890832 140735448893104 18446744073709551615 4450120 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/6025/statm: 13650 12595 80 171 0 13477 0
[pid=6026] ppid=5999 vsize=450544 CPUtime=0 cores=0-7
/proc/6026/stat : 6026 (python) S 5999 5999 5686 0 -1 4202560 757 0 0 0 0 0 0 0 22 0 1 0 641870278 461357056 14334 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 13501940396099371007 0 0 17 1 0 0 0
/proc/6026/statm: 112636 14334 350 364 0 48533 0
[pid=6028] ppid=6026 vsize=14976 CPUtime=0.77 cores=0-7
/proc/6028/stat : 6028 (lingeling) R 6026 6028 6028 0 -1 4202496 7244 0 0 0 76 1 0 0 25 0 1 0 641870279 15335424 2899 33554432000 4194304 4352236 140736415055040 18446744073709551615 4317799 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/6028/statm: 3744 2899 120 39 0 2824 0
[pid=5999/tid=6006] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6006/stat : 6006 (python) S 5997 5999 5686 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 9 0 641870261 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 0 0 0 0
[pid=5999/tid=6009] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6009/stat : 6009 (python) S 5997 5999 5686 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 9 0 641870263 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 6 0 0 0
[pid=5999/tid=6012] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6012/stat : 6012 (python) S 5997 5999 5686 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 9 0 641870265 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 0 0 0 0
[pid=5999/tid=6015] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6015/stat : 6015 (python) S 5997 5999 5686 0 -1 4202560 19 931 0 0 0 0 0 0 18 0 9 0 641870268 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 5 0 0 0
[pid=5999/tid=6018] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6018/stat : 6018 (python) S 5997 5999 5686 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 641870271 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 5 0 0 0
[pid=5999/tid=6021] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6021/stat : 6021 (python) S 5997 5999 5686 0 -1 4202560 59 931 0 0 0 0 0 0 19 0 9 0 641870273 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 7 0 0 0
[pid=5999/tid=6024] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6024/stat : 6024 (python) S 5997 5999 5686 0 -1 4202560 36 931 0 0 0 0 0 0 20 0 9 0 641870276 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 1 0 0 0
[pid=5999/tid=6027] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6027/stat : 6027 (python) S 5997 5999 5686 0 -1 4202560 32 931 0 0 0 0 0 0 21 0 9 0 641870279 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 19.04
Current children cumulated vsize (KiB) 3832720

[startup+14.3139 s]
/proc/loadavg: 5.89 5.91 4.03 9/356 6028
/proc/meminfo: memFree=20397440/32951124 swapFree=57171160/67111528
[pid=5999] ppid=5997 vsize=460788 CPUtime=12.04 cores=0-7
/proc/5999/stat : 5999 (python) S 5997 5999 5686 0 -1 4202496 30528 931 1 0 1189 15 0 0 20 0 9 0 641869009 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5999/statm: 115197 15877 1889 364 0 51094 0
[pid=6005] ppid=5999 vsize=313216 CPUtime=0 cores=0-7
/proc/6005/stat : 6005 (python) S 5999 5999 5686 0 -1 4202560 808 0 0 0 0 0 0 0 18 0 1 0 641870260 320733184 14215 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403855 0 0 16781312 514 16239847494563921919 0 0 17 1 0 0 0
/proc/6005/statm: 78304 14215 358 364 0 14222 0
[pid=6007] ppid=6005 vsize=16868 CPUtime=1.79 cores=0-7
/proc/6007/stat : 6007 (lingeling) R 6005 6007 6007 0 -1 4202496 7698 0 0 0 178 1 0 0 25 0 1 0 641870261 17272832 3384 33554432000 4194304 4352236 140735973458688 18446744073709551615 4246215 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/6007/statm: 4217 3384 127 39 0 3297 0
[pid=6008] ppid=5999 vsize=323472 CPUtime=0 cores=0-7
/proc/6008/stat : 6008 (python) S 5999 5999 5686 0 -1 4202560 746 0 0 0 0 0 0 0 15 0 1 0 641870263 331235328 14208 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 16897703718282035458 0 0 17 2 0 0 0
/proc/6008/statm: 80868 14208 347 364 0 16783 0
[pid=6010] ppid=6008 vsize=106588 CPUtime=1.76 cores=0-7
/proc/6010/stat : 6010 (cryptominisat-2) R 6008 6010 6010 0 -1 4202496 20267 0 0 0 173 3 0 0 25 0 1 0 641870263 109146112 17849 33554432000 4194304 4677096 140736318410512 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6010/statm: 26647 17849 362 118 0 21606 0
[pid=6011] ppid=5999 vsize=333728 CPUtime=0 cores=0-7
/proc/6011/stat : 6011 (python) S 5999 5999 5686 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 641870265 341737472 14212 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 12408026931776192511 0 0 17 1 0 0 0
/proc/6011/statm: 83432 14212 347 364 0 19344 0
[pid=6013] ppid=6011 vsize=16816 CPUtime=1.73 cores=0-7
/proc/6013/stat : 6013 (lingeling) R 6011 6013 6013 0 -1 4202496 7718 0 0 0 172 1 0 0 25 0 1 0 641870266 17219584 3371 33554432000 4194304 4352236 140733206651088 18446744073709551615 4211611 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/6013/statm: 4204 3371 127 39 0 3284 0
[pid=6014] ppid=5999 vsize=343984 CPUtime=0 cores=0-7
/proc/6014/stat : 6014 (python) S 5999 5999 5686 0 -1 4202560 759 0 0 0 0 0 0 0 15 0 1 0 641870268 352239616 14216 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 282130289935745282 0 0 17 1 0 0 0
/proc/6014/statm: 85996 14216 347 364 0 21905 0
[pid=6016] ppid=6014 vsize=104752 CPUtime=1.71 cores=0-7
/proc/6016/stat : 6016 (cryptominisat-2) R 6014 6016 6016 0 -1 4202496 19859 0 0 0 169 2 0 0 25 0 1 0 641870268 107266048 17441 33554432000 4194304 4677096 140736456646448 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6016/statm: 26188 17441 362 118 0 21147 0
[pid=6017] ppid=5999 vsize=419776 CPUtime=0 cores=0-7
/proc/6017/stat : 6017 (python) S 5999 5999 5686 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 641870270 429850624 14222 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 10752454890438524927 0 0 17 7 0 0 0
/proc/6017/statm: 104944 14222 347 364 0 40850 0
[pid=6019] ppid=6017 vsize=16872 CPUtime=1.68 cores=0-7
/proc/6019/stat : 6019 (lingeling) R 6017 6019 6019 0 -1 4202496 7709 0 0 0 167 1 0 0 25 0 1 0 641870271 17276928 3386 33554432000 4194304 4352236 140736524902336 18446744073709551615 4298776 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6019/statm: 4218 3386 127 39 0 3298 0
[pid=6020] ppid=5999 vsize=430032 CPUtime=0 cores=0-7
/proc/6020/stat : 6020 (python) S 5999 5999 5686 0 -1 4202560 734 0 0 0 0 0 0 0 15 0 1 0 641870273 440352768 14342 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 6355577435072725249 0 0 17 1 0 0 0
/proc/6020/statm: 107508 14342 348 364 0 43411 0
[pid=6022] ppid=6020 vsize=99736 CPUtime=1.63 cores=0-7
/proc/6022/stat : 6022 (cryptominisat-2) R 6020 6022 6022 0 -1 4202496 18642 0 0 0 161 2 0 0 25 0 1 0 641870273 102129664 16233 33554432000 4194304 4677096 140737188905120 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/6022/statm: 24934 16233 362 118 0 19893 0
[pid=6023] ppid=5999 vsize=440288 CPUtime=0 cores=0-7
/proc/6023/stat : 6023 (python) S 5999 5999 5686 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 641870276 450854912 14335 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 13501944244390068223 0 0 17 1 0 0 0
/proc/6023/statm: 110072 14335 348 364 0 45972 0
[pid=6025] ppid=6023 vsize=60492 CPUtime=1.6 cores=0-7
/proc/6025/stat : 6025 (precosat) R 6023 6025 6025 0 -1 4202496 15532 0 0 0 158 2 0 0 25 0 1 0 641870278 61943808 14174 33554432000 4194304 4890832 140735448893104 18446744073709551615 4280267 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/6025/statm: 15123 14174 86 171 0 14950 0
[pid=6026] ppid=5999 vsize=450544 CPUtime=0 cores=0-7
/proc/6026/stat : 6026 (python) S 5999 5999 5686 0 -1 4202560 774 0 0 0 0 0 0 0 18 0 1 0 641870278 461357056 14338 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 13501940396099371007 0 0 17 1 0 0 0
/proc/6026/statm: 112636 14338 354 364 0 48533 0
[pid=6028] ppid=6026 vsize=17024 CPUtime=1.59 cores=0-7
/proc/6028/stat : 6028 (lingeling) R 6026 6028 6028 0 -1 4202496 7769 0 0 0 158 1 0 0 25 0 1 0 641870279 17432576 3424 33554432000 4194304 4352236 140736415055040 18446744073709551615 4229936 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/6028/statm: 4256 3424 127 39 0 3336 0
[pid=5999/tid=6006] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6006/stat : 6006 (python) S 5997 5999 5686 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 9 0 641870261 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 0 0 0 0
[pid=5999/tid=6009] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6009/stat : 6009 (python) S 5997 5999 5686 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 9 0 641870263 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 6 0 0 0
[pid=5999/tid=6012] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6012/stat : 6012 (python) S 5997 5999 5686 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 9 0 641870265 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 0 0 0 0
[pid=5999/tid=6015] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6015/stat : 6015 (python) S 5997 5999 5686 0 -1 4202560 19 931 0 0 0 0 0 0 18 0 9 0 641870268 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 5 0 0 0
[pid=5999/tid=6018] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6018/stat : 6018 (python) S 5997 5999 5686 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 641870271 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 5 0 0 0
[pid=5999/tid=6021] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6021/stat : 6021 (python) S 5997 5999 5686 0 -1 4202560 59 931 0 0 0 0 0 0 19 0 9 0 641870273 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 7 0 0 0
[pid=5999/tid=6024] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6024/stat : 6024 (python) S 5997 5999 5686 0 -1 4202560 36 931 0 0 0 0 0 0 20 0 9 0 641870276 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 1 0 0 0
[pid=5999/tid=6027] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6027/stat : 6027 (python) S 5997 5999 5686 0 -1 4202560 32 931 0 0 0 0 0 0 21 0 9 0 641870279 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 3954976

[startup+14.5019 s]
/proc/loadavg: 5.89 5.91 4.03 9/356 6028
/proc/meminfo: memFree=20397440/32951124 swapFree=57171160/67111528
[pid=5999] ppid=5997 vsize=460788 CPUtime=12.04 cores=0-7
/proc/5999/stat : 5999 (python) S 5997 5999 5686 0 -1 4202496 30528 931 1 0 1189 15 0 0 20 0 9 0 641869009 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/5999/statm: 115197 15877 1889 364 0 51094 0
[pid=6005] ppid=5999 vsize=313216 CPUtime=0 cores=0-7
/proc/6005/stat : 6005 (python) S 5999 5999 5686 0 -1 4202560 808 0 0 0 0 0 0 0 18 0 1 0 641870260 320733184 14215 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403855 0 0 16781312 514 16239847494563921919 0 0 17 1 0 0 0
/proc/6005/statm: 78304 14215 358 364 0 14222 0
[pid=6007] ppid=6005 vsize=25064 CPUtime=1.97 cores=0-7
/proc/6007/stat : 6007 (lingeling) R 6005 6007 6007 0 -1 4202496 9747 0 0 0 196 1 0 0 25 0 1 0 641870261 25665536 5433 33554432000 4194304 4352236 140735973458688 18446744073709551615 4228390 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/6007/statm: 6266 5433 127 39 0 5346 0
[pid=6008] ppid=5999 vsize=323472 CPUtime=0 cores=0-7
/proc/6008/stat : 6008 (python) S 5999 5999 5686 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 641870263 331235328 14208 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 10752462587019919359 0 0 17 2 0 0 0
/proc/6008/statm: 80868 14208 347 364 0 16783 0
[pid=6010] ppid=6008 vsize=115676 CPUtime=1.94 cores=0-7
/proc/6010/stat : 6010 (cryptominisat-2) R 6008 6010 6010 0 -1 4202496 22277 0 0 0 191 3 0 0 25 0 1 0 641870263 118452224 19859 33554432000 4194304 4677096 140736318410512 18446744073709551615 4387306 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/6010/statm: 28919 19859 362 118 0 23878 0
[pid=6011] ppid=5999 vsize=333728 CPUtime=0 cores=0-7
/proc/6011/stat : 6011 (python) S 5999 5999 5686 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 641870265 341737472 14212 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 12408026931776192511 0 0 17 1 0 0 0
/proc/6011/statm: 83432 14212 347 364 0 19344 0
[pid=6013] ppid=6011 vsize=16816 CPUtime=1.92 cores=0-7
/proc/6013/stat : 6013 (lingeling) R 6011 6013 6013 0 -1 4202496 7718 0 0 0 191 1 0 0 25 0 1 0 641870266 17219584 3371 33554432000 4194304 4352236 140733206651088 18446744073709551615 4290384 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/6013/statm: 4204 3371 127 39 0 3284 0
[pid=6014] ppid=5999 vsize=343984 CPUtime=0 cores=0-7
/proc/6014/stat : 6014 (python) S 5999 5999 5686 0 -1 4202560 760 0 0 0 0 0 0 0 15 0 1 0 641870268 352239616 14216 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 12408019235194798079 0 0 17 1 0 0 0
/proc/6014/statm: 85996 14216 347 364 0 21905 0
[pid=6016] ppid=6014 vsize=113344 CPUtime=1.9 cores=0-7
/proc/6016/stat : 6016 (cryptominisat-2) R 6014 6016 6016 0 -1 4202496 21831 0 0 0 188 2 0 0 25 0 1 0 641870268 116064256 19413 33554432000 4194304 4677096 140736456646448 18446744073709551615 4238499 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/6016/statm: 28336 19413 362 118 0 23295 0
[pid=6017] ppid=5999 vsize=419776 CPUtime=0 cores=0-7
/proc/6017/stat : 6017 (python) S 5999 5999 5686 0 -1 4202560 764 0 0 0 0 0 0 0 18 0 1 0 641870270 429850624 14222 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 10752454890438524927 0 0 17 7 0 0 0
/proc/6017/statm: 104944 14222 347 364 0 40850 0
[pid=6019] ppid=6017 vsize=16872 CPUtime=1.87 cores=0-7
/proc/6019/stat : 6019 (lingeling) R 6017 6019 6019 0 -1 4202496 7709 0 0 0 186 1 0 0 25 0 1 0 641870271 17276928 3386 33554432000 4194304 4352236 140736524902336 18446744073709551615 4298750 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/6019/statm: 4218 3386 127 39 0 3298 0
[pid=6020] ppid=5999 vsize=430032 CPUtime=0 cores=0-7
/proc/6020/stat : 6020 (python) S 5999 5999 5686 0 -1 4202560 734 0 0 0 0 0 0 0 15 0 1 0 641870273 440352768 14342 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 6355577435072725249 0 0 17 1 0 0 0
/proc/6020/statm: 107508 14342 348 364 0 43411 0
[pid=6022] ppid=6020 vsize=108096 CPUtime=1.82 cores=0-7
/proc/6022/stat : 6022 (cryptominisat-2) R 6020 6022 6022 0 -1 4202496 20645 0 0 0 180 2 0 0 25 0 1 0 641870273 110690304 18236 33554432000 4194304 4677096 140737188905120 18446744073709551615 4238428 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/6022/statm: 27024 18236 362 118 0 21983 0
[pid=6023] ppid=5999 vsize=440288 CPUtime=0 cores=0-7
/proc/6023/stat : 6023 (python) S 5999 5999 5686 0 -1 4202560 736 0 0 0 0 0 0 0 18 0 1 0 641870276 450854912 14335 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 13501944244390068223 0 0 17 1 0 0 0
/proc/6023/statm: 110072 14335 348 364 0 45972 0
[pid=6025] ppid=6023 vsize=61040 CPUtime=1.79 cores=0-7
/proc/6025/stat : 6025 (precosat) R 6023 6025 6025 0 -1 4202496 15670 0 0 0 177 2 0 0 25 0 1 0 641870278 62504960 14312 33554432000 4194304 4890832 140735448893104 18446744073709551615 4298510 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/6025/statm: 15260 14312 86 171 0 15087 0
[pid=6026] ppid=5999 vsize=450544 CPUtime=0 cores=0-7
/proc/6026/stat : 6026 (python) S 5999 5999 5686 0 -1 4202560 774 0 0 0 0 0 0 0 18 0 1 0 641870278 461357056 14338 33554432000 4194304 5683644 140736150105760 18446744073709551615 270338403910 0 0 16781312 514 13501940396099371007 0 0 17 1 0 0 0
/proc/6026/statm: 112636 14338 354 364 0 48533 0
[pid=6028] ppid=6026 vsize=17024 CPUtime=1.78 cores=0-7
/proc/6028/stat : 6028 (lingeling) R 6026 6028 6028 0 -1 4202496 7769 0 0 0 177 1 0 0 25 0 1 0 641870279 17432576 3424 33554432000 4194304 4352236 140736415055040 18446744073709551615 4228410 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/6028/statm: 4256 3424 127 39 0 3336 0
[pid=5999/tid=6006] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6006/stat : 6006 (python) S 5997 5999 5686 0 -1 4202560 23 931 0 0 0 0 0 0 25 0 9 0 641870261 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 0 0 0 0
[pid=5999/tid=6009] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6009/stat : 6009 (python) S 5997 5999 5686 0 -1 4202560 22 931 0 0 0 0 0 0 20 0 9 0 641870263 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 6 0 0 0
[pid=5999/tid=6012] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6012/stat : 6012 (python) S 5997 5999 5686 0 -1 4202560 26 931 0 0 0 0 0 0 19 0 9 0 641870265 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 0 0 0 0
[pid=5999/tid=6015] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6015/stat : 6015 (python) S 5997 5999 5686 0 -1 4202560 19 931 0 0 0 0 0 0 18 0 9 0 641870268 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 5 0 0 0
[pid=5999/tid=6018] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6018/stat : 6018 (python) S 5997 5999 5686 0 -1 4202560 29 931 0 0 0 0 0 0 18 0 9 0 641870271 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 5 0 0 0
[pid=5999/tid=6021] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6021/stat : 6021 (python) S 5997 5999 5686 0 -1 4202560 59 931 0 0 0 0 0 0 19 0 9 0 641870273 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 7 0 0 0
[pid=5999/tid=6024] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6024/stat : 6024 (python) S 5997 5999 5686 0 -1 4202560 36 931 0 0 0 0 0 0 20 0 9 0 641870276 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 1 0 0 0
[pid=5999/tid=6027] ppid=5997 vsize=460788 CPUtime=0 cores=0-7
/proc/5999/task/6027/stat : 6027 (python) S 5997 5999 5686 0 -1 4202560 32 931 0 0 0 0 0 0 21 0 9 0 641870279 471846912 15877 33554432000 4194304 5683644 140736150105760 18446744073709551615 270350207409 0 0 16781312 2 18446604449427329152 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 27.03
Current children cumulated vsize (KiB) 3989760

Child status: 0
Real time (s): 14.5906
CPU time (s): 27.5768
CPU user time (s): 27.1559
CPU system time (s): 0.420936
CPU usage (%): 189.004
Max. virtual memory (cumulated for all children) (KiB): 3989760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.1559
system time used= 0.420936
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163398
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= 3184
involuntary context switches= 160

runsolver used 0.055991 second user time and 0.113982 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-15 23:22:14
IDJOB=3380906
IDBENCH=82491
IDSOLVER=1864
FILE ID=node143/3380906-1305494534
RUNJOBID= node143-1305494300-5700
PBS_JOBID= 13325431
Free space on /tmp= 73540 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bc57sensorsp3-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-3380906-1305494534/watcher-3380906-1305494534 -o /tmp/evaluation-result-3380906-1305494534/solver-3380906-1305494534 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380906-1305494534.cnf -seed 1444865160 -budget 40000 -cores 8

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

MD5SUM BENCH= 7dac843deb28c1c66e8118997464d4b0
RANDOM SEED=1444865160

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20778948 kB
Buffers:        175776 kB
Cached:        1303656 kB
SwapCached:      39776 kB
Active:        4324760 kB
Inactive:      7579492 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20778948 kB
SwapTotal:    67111528 kB
SwapFree:     57171160 kB
Dirty:           34832 kB
Writeback:          12 kB
AnonPages:    10385560 kB
Mapped:          23244 kB
Slab:           136876 kB
PageTables:      62532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74729836 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= 73512 MiB
End job on node143 at 2011-05-15 23:22:29