Trace number 3380824

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 1465.34 195.089

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-17-step20.cnf
MD5SUM8f0e3738453893efc8a2d1abcf0d190d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark130.866
Satisfiable
(Un)Satisfiability was proved
Number of variables50277
Number of clauses283903
Sum of the clauses size636342
Maximum clause length61
Minimum clause length1
Number of clauses of size 1414
Number of clauses of size 2248375
Number of clauses of size 327490
Number of clauses of size 45332
Number of clauses of size 5458
Number of clauses of size over 51834

Solver Data

0.40/2.19	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.40/2.19	c INFO: solving HOME/instance-3380824-1305493382.cnf
0.40/2.19	c INFO: computing task features
1.13/2.95	c INFO: computed variable-clause graph statistics
1.13/2.98	c INFO: computed clause balance statistics
4.94/6.73	c INFO: computed variable balance statistics
7.74/9.58	c INFO: computed small-clause counts
7.84/9.61	c INFO: computed Horn-clause counts
10.94/12.70	c INFO: computed variable graph statistics
10.94/12.70	c INFO: collected features for HOME/instance-3380824-1305493382.cnf in 10.48 s
10.94/12.73	c INFO: running lingeling-276@0 for 97 with 4989 remaining (b = 0.26)
10.94/12.76	c INFO: running cryptominisat-2.9.0@0 for 485 with 4989 remaining (b = 0.25)
10.94/12.78	c INFO: running lingeling-276@0 for 1261 with 4989 remaining (b = 0.41)
11.02/12.81	c INFO: running lingeling-276@0 for 1261 with 4989 remaining (b = 0.35)
11.02/12.84	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4989 remaining (b = 0.43)
11.02/12.87	c INFO: running lingeling-276@0 for 1261 with 4989 remaining (b = 0.28)
11.02/12.89	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4989 remaining (b = 0.36)
11.12/12.92	c INFO: running precosat-570@0 for 776 with 4989 remaining (b = 0.22)
810.96/113.03	c INFO: running SApperloT@0 for 97 with 4889 remaining (b = 0.02)
1465.13/195.02	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-3380824-1305493382/watcher-3380824-1305493382 -o /tmp/evaluation-result-3380824-1305493382/solver-3380824-1305493382 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380824-1305493382.cnf -seed 1366609485 -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: 5.47 4.95 4.84 2/358 19752
/proc/meminfo: memFree=21491704/32950928 swapFree=62959384/67111528
[pid=19752] ppid=19750 vsize=8300 CPUtime=0 cores=0-7
/proc/19752/stat : 19752 (python) D 19750 19752 19408 0 -1 4194304 98 0 1 0 0 0 0 0 18 0 1 0 116947701 8499200 52 33554432000 4194304 5683644 140735191959216 18446744073709551615 218875644838 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 0
/proc/19752/statm: 2075 52 41 364 0 42 0

[startup+0.058884 s]
/proc/loadavg: 5.47 4.95 4.84 2/358 19752
/proc/meminfo: memFree=21491704/32950928 swapFree=62959384/67111528
[pid=19752] ppid=19750 vsize=16400 CPUtime=0 cores=0-7
/proc/19752/stat : 19752 (python) S 19750 19752 19408 0 -1 4202496 1122 0 2 0 0 0 0 0 17 0 1 0 116947701 16793600 991 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880561076 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 2
/proc/19752/statm: 4100 991 413 364 0 587 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 16400

[startup+0.100843 s]
/proc/loadavg: 5.47 4.95 4.84 2/358 19752
/proc/meminfo: memFree=21491704/32950928 swapFree=62959384/67111528
[pid=19752] ppid=19750 vsize=29788 CPUtime=0.03 cores=0-7
/proc/19752/stat : 19752 (python) R 19750 19752 19408 0 -1 4202496 1407 0 7 0 2 1 0 0 17 0 1 0 116947701 30502912 1258 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880563200 0 2147483391 16781312 2 0 0 0 17 6 0 0 3
/proc/19752/statm: 7447 1258 443 364 0 817 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29788

[startup+0.300817 s]
/proc/loadavg: 5.47 4.95 4.84 2/358 19752
/proc/meminfo: memFree=21491704/32950928 swapFree=62959384/67111528
[pid=19752] ppid=19750 vsize=69532 CPUtime=0.05 cores=0-7
/proc/19752/stat : 19752 (python) D 19750 19752 19408 0 -1 4202496 2111 0 25 0 3 2 0 0 17 0 1 0 116947701 71200768 1890 33554432000 4194304 5683644 140735191959216 18446744073709551615 218875641575 0 0 16781312 2 18446744071562234166 0 0 17 2 0 0 18
/proc/19752/statm: 17383 1890 526 364 0 1322 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 69532

[startup+0.700741 s]
/proc/loadavg: 5.47 4.95 4.84 2/358 19752
/proc/meminfo: memFree=21491704/32950928 swapFree=62959384/67111528
[pid=19752] ppid=19750 vsize=113348 CPUtime=0.1 cores=0-7
/proc/19752/stat : 19752 (python) D 19750 19752 19408 0 -1 4202496 3544 0 39 0 6 4 0 0 17 0 1 0 116947701 116068352 3227 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880564992 0 0 16781312 2 18446744071562234166 0 0 17 6 0 0 41
/proc/19752/statm: 28337 3227 886 364 0 2359 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 113348

[startup+1.50059 s]
/proc/loadavg: 5.47 4.95 4.84 2/359 19757
/proc/meminfo: memFree=21469068/32950928 swapFree=62959384/67111528
[pid=19752] ppid=19750 vsize=135896 CPUtime=0.25 cores=0-7
/proc/19752/stat : 19752 (python) R 19750 19752 19408 0 -1 4202496 6000 928 47 8 15 10 0 0 15 0 1 0 116947701 139157504 4189 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880608391 0 0 16781312 2 0 0 0 17 6 0 0 66
/proc/19752/statm: 33974 4189 1032 364 0 3160 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 135896

[startup+3.10032 s]
/proc/loadavg: 5.47 4.95 4.84 2/359 19757
/proc/meminfo: memFree=21449464/32950928 swapFree=62959384/67111528
[pid=19752] ppid=19750 vsize=329420 CPUtime=1.34 cores=0-7
/proc/19752/stat : 19752 (python) R 19750 19752 19408 0 -1 4202496 30853 928 97 8 116 18 0 0 16 0 1 0 116947701 337326080 19740 33554432000 4194304 5683644 140735191959216 18446744073709551615 218883973813 0 0 16781312 2 0 0 0 17 6 0 0 103
/proc/19752/statm: 82355 19740 1826 364 0 18279 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 329420
heavy processes:

[startup+6.30076 s]
/proc/loadavg: 5.12 4.88 4.81 2/359 19757
/proc/meminfo: memFree=21392892/32950928 swapFree=62959384/67111528
[pid=19752] ppid=19750 vsize=329420 CPUtime=4.54 cores=0-7
/proc/19752/stat : 19752 (python) R 19750 19752 19408 0 -1 4202496 30853 928 97 8 436 18 0 0 22 0 1 0 116947701 337326080 19740 33554432000 4194304 5683644 140735191959216 18446744073709551615 47730978821893 0 0 16781312 2 0 0 0 17 6 0 0 103
/proc/19752/statm: 82355 19740 1826 364 0 18279 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 329420
heavy processes:

[startup+12.7006 s]
/proc/loadavg: 4.79 4.82 4.79 2/359 19757
/proc/meminfo: memFree=21389752/32950928 swapFree=62959384/67111528
[pid=19752] ppid=19750 vsize=331640 CPUtime=10.94 cores=0-7
/proc/19752/stat : 19752 (python) R 19750 19752 19408 0 -1 4202496 31415 928 97 8 1076 18 0 0 25 0 1 0 116947701 339599360 20302 33554432000 4194304 5683644 140735191959216 18446744073709551615 47730978576512 0 0 16781312 2 0 0 0 17 6 0 0 103
/proc/19752/statm: 82910 20302 1833 364 0 18834 0
Current children cumulated CPU time (s) 10.94
Current children cumulated vsize (KiB) 331640

[startup+25.5013 s]
/proc/loadavg: 5.50 4.97 4.84 9/383 19782
/proc/meminfo: memFree=19903120/32950928 swapFree=62959384/67111528
[pid=19752] ppid=19750 vsize=409476 CPUtime=11.15 cores=0-7
/proc/19752/stat : 19752 (python) S 19750 19752 19408 0 -1 4202496 37320 928 97 8 1094 21 0 0 20 0 9 0 116947701 419303424 19334 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 103
/proc/19752/statm: 102369 19334 1889 364 0 38266 0
[pid=19758] ppid=19752 vsize=327440 CPUtime=0.02 cores=0-7
/proc/19758/stat : 19758 (python) S 19752 19752 19408 0 -1 4202560 993 0 0 0 1 1 0 0 18 0 1 0 116948975 335298560 17794 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585231 0 0 16781312 514 4106262513371283719 0 0 17 4 0 0 0
/proc/19758/statm: 81860 17794 381 364 0 17778 0
[pid=19760] ppid=19758 vsize=26944 CPUtime=12.75 cores=0-7
/proc/19760/stat : 19760 (lingeling) R 19758 19760 19760 0 -1 4202496 8853 0 0 0 1274 1 0 0 25 0 1 0 116948976 27590656 5652 33554432000 4194304 4352236 140733811564144 18446744073709551615 4284096 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/19760/statm: 6736 5652 129 39 0 5816 0
[pid=19761] ppid=19752 vsize=337696 CPUtime=0.03 cores=0-7
/proc/19761/stat : 19761 (python) S 19752 19752 19408 0 -1 4202560 907 0 0 0 1 2 0 0 15 0 1 0 116948977 345800704 17787 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 18398735002289275144 0 0 17 3 0 0 0
/proc/19761/statm: 84424 17787 370 364 0 20339 0
[pid=19763] ppid=19761 vsize=571440 CPUtime=12.68 cores=0-7
/proc/19763/stat : 19763 (cryptominisat-2) R 19761 19763 19763 0 -1 4202496 112470 0 1 0 1255 13 0 0 25 0 1 0 116948978 585154560 109047 33554432000 4194304 4677096 140736763111152 18446744073709551615 4317747 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19763/statm: 142860 109047 387 118 0 137819 0
[pid=19764] ppid=19752 vsize=347952 CPUtime=0.03 cores=0-7
/proc/19764/stat : 19764 (python) S 19752 19752 19408 0 -1 4202560 908 0 0 0 1 2 0 0 18 0 1 0 116948980 356302848 17791 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 4106262513371283717 0 0 17 1 0 0 0
/proc/19764/statm: 86988 17791 370 364 0 22900 0
[pid=19766] ppid=19764 vsize=27380 CPUtime=12.69 cores=0-7
/proc/19766/stat : 19766 (lingeling) R 19764 19766 19766 0 -1 4202496 9216 0 0 0 1268 1 0 0 25 0 1 0 116948981 28037120 6014 33554432000 4194304 4352236 140736732176608 18446744073709551615 4327955 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/19766/statm: 6845 6014 129 39 0 5925 0
[pid=19767] ppid=19752 vsize=358208 CPUtime=0.02 cores=0-7
/proc/19767/stat : 19767 (python) S 19752 19752 19408 0 -1 4202560 930 0 0 0 1 1 0 0 18 0 1 0 116948983 366804992 17795 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 4106262513371283718 0 0 17 1 0 0 0
/proc/19767/statm: 89552 17795 370 364 0 25461 0
[pid=19769] ppid=19767 vsize=27640 CPUtime=12.67 cores=0-7
/proc/19769/stat : 19769 (lingeling) R 19767 19769 19769 0 -1 4202496 9314 0 0 0 1266 1 0 0 25 0 1 0 116948983 28303360 6079 33554432000 4194304 4352236 140734233367200 18446744073709551615 4319064 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19769/statm: 6910 6079 129 39 0 5990 0
[pid=19770] ppid=19752 vsize=368464 CPUtime=0.03 cores=0-7
/proc/19770/stat : 19770 (python) S 19752 19752 19408 0 -1 4202560 944 0 0 0 2 1 0 0 15 0 1 0 116948985 377307136 17799 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 13936265905890623749 0 0 17 7 0 0 0
/proc/19770/statm: 92116 17799 370 364 0 28022 0
[pid=19772] ppid=19770 vsize=570692 CPUtime=12.43 cores=0-7
/proc/19772/stat : 19772 (cryptominisat-2) R 19770 19772 19772 0 -1 4202496 111698 0 0 0 1230 13 0 0 25 0 1 0 116948986 584388608 109068 33554432000 4194304 4677096 140735349253184 18446744073709551615 4317747 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/19772/statm: 142673 109068 387 118 0 137632 0
[pid=19773] ppid=19752 vsize=378720 CPUtime=0.02 cores=0-7
/proc/19773/stat : 19773 (python) S 19752 19752 19408 0 -1 4202560 941 0 0 0 1 1 0 0 18 0 1 0 116948988 387809280 17803 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 4106262513371283717 0 0 17 3 0 0 0
/proc/19773/statm: 94680 17803 370 364 0 30583 0
[pid=19775] ppid=19773 vsize=27088 CPUtime=12.61 cores=0-7
/proc/19775/stat : 19775 (lingeling) R 19773 19775 19775 0 -1 4202496 9181 0 0 0 1260 1 0 0 25 0 1 0 116948989 27738112 5941 33554432000 4194304 4352236 140735543357936 18446744073709551615 4208068 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19775/statm: 6772 5941 129 39 0 5852 0
[pid=19776] ppid=19752 vsize=388976 CPUtime=0.02 cores=0-7
/proc/19776/stat : 19776 (python) S 19752 19752 19408 0 -1 4202560 954 0 0 0 1 1 0 0 15 0 1 0 116948991 398311424 17807 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 16657398854961824005 0 0 17 3 0 0 0
/proc/19776/statm: 97244 17807 370 364 0 33144 0
[pid=19778] ppid=19776 vsize=570340 CPUtime=12.46 cores=0-7
/proc/19778/stat : 19778 (cryptominisat-2) R 19776 19778 19778 0 -1 4202496 111733 0 0 0 1231 15 0 0 25 0 1 0 116948992 584028160 109119 33554432000 4194304 4677096 140733374687504 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19778/statm: 142585 109120 387 118 0 137544 0
[pid=19779] ppid=19752 vsize=399232 CPUtime=0.03 cores=0-7
/proc/19779/stat : 19779 (python) S 19752 19752 19408 0 -1 4202560 991 0 0 0 2 1 0 0 18 0 1 0 116948994 408813568 17817 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 4106262513371283717 0 0 17 1 0 0 0
/proc/19779/statm: 99808 17817 376 364 0 35705 0
[pid=19781] ppid=19779 vsize=59404 CPUtime=12.45 cores=0-7
/proc/19781/stat : 19781 (precosat) R 19779 19781 19781 0 -1 4202496 15426 0 0 0 1243 2 0 0 25 0 1 0 116948995 60829696 14365 33554432000 4194304 4890832 140735804027520 18446744073709551615 4238592 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/19781/statm: 14851 14365 86 171 0 14678 0
[pid=19752/tid=19759] ppid=19750 vsize=409476 CPUtime=0 cores=0-7
/proc/19752/task/19759/stat : 19759 (python) S 19750 19752 19408 0 -1 4202560 24 928 0 8 0 0 0 0 25 0 9 0 116948975 419303424 19334 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 6 0 0 0
[pid=19752/tid=19762] ppid=19750 vsize=409476 CPUtime=0 cores=0-7
/proc/19752/task/19762/stat : 19762 (python) S 19750 19752 19408 0 -1 4202560 23 928 0 8 0 0 0 0 20 0 9 0 116948978 419303424 19334 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19765] ppid=19750 vsize=409476 CPUtime=0 cores=0-7
/proc/19752/task/19765/stat : 19765 (python) S 19750 19752 19408 0 -1 4202560 26 928 0 8 0 0 0 0 20 0 9 0 116948980 419303424 19334 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19768] ppid=19750 vsize=409476 CPUtime=0 cores=0-7
/proc/19752/task/19768/stat : 19768 (python) S 19750 19752 19408 0 -1 4202560 23 928 0 8 0 0 0 0 20 0 9 0 116948983 419303424 19334 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19771] ppid=19750 vsize=409476 CPUtime=0 cores=0-7
/proc/19752/task/19771/stat : 19771 (python) S 19750 19752 19408 0 -1 4202560 23 928 0 8 0 0 0 0 20 0 9 0 116948986 419303424 19334 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19774] ppid=19750 vsize=409476 CPUtime=0 cores=0-7
/proc/19752/task/19774/stat : 19774 (python) S 19750 19752 19408 0 -1 4202560 25 928 0 8 0 0 0 0 22 0 9 0 116948989 419303424 19334 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 3 0 0 0
[pid=19752/tid=19777] ppid=19750 vsize=409476 CPUtime=0 cores=0-7
/proc/19752/task/19777/stat : 19777 (python) S 19750 19752 19408 0 -1 4202560 24 928 0 8 0 0 0 0 20 0 9 0 116948992 419303424 19334 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 3 0 0 0
[pid=19752/tid=19780] ppid=19750 vsize=409476 CPUtime=0 cores=0-7
/proc/19752/task/19780/stat : 19780 (python) S 19750 19752 19408 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 9 0 116948995 419303424 19334 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 112.09
Current children cumulated vsize (KiB) 5197092

[startup+51.1018 s]
/proc/loadavg: 6.43 5.23 4.93 9/383 19782
/proc/meminfo: memFree=19809276/32950928 swapFree=62959384/67111528
[pid=19752] ppid=19750 vsize=409476 CPUtime=11.15 cores=0-7
/proc/19752/stat : 19752 (python) S 19750 19752 19408 0 -1 4202496 37320 928 97 8 1094 21 0 0 20 0 9 0 116947701 419303424 19334 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 103
/proc/19752/statm: 102369 19334 1889 364 0 38266 0
[pid=19758] ppid=19752 vsize=327440 CPUtime=0.09 cores=0-7
/proc/19758/stat : 19758 (python) S 19752 19752 19408 0 -1 4202560 1006 0 0 0 5 4 0 0 18 0 1 0 116948975 335298560 17794 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585231 0 0 16781312 514 4106262513371283719 0 0 17 4 0 0 0
/proc/19758/statm: 81860 17794 381 364 0 17778 0
[pid=19760] ppid=19758 vsize=33684 CPUtime=38.34 cores=0-7
/proc/19760/stat : 19760 (lingeling) R 19758 19760 19760 0 -1 4202496 10857 0 0 0 3833 1 0 0 25 0 1 0 116948976 34492416 7337 33554432000 4194304 4352236 140733811564144 18446744073709551615 4276575 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/19760/statm: 8421 7337 129 39 0 7501 0
[pid=19761] ppid=19752 vsize=337696 CPUtime=0.11 cores=0-7
/proc/19761/stat : 19761 (python) S 19752 19752 19408 0 -1 4202560 917 0 0 0 5 6 0 0 15 0 1 0 116948977 345800704 17787 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 18398735002289275144 0 0 17 3 0 0 0
/proc/19761/statm: 84424 17787 370 364 0 20339 0
[pid=19763] ppid=19761 vsize=603304 CPUtime=38.22 cores=0-7
/proc/19763/stat : 19763 (cryptominisat-2) R 19761 19763 19763 0 -1 4202496 120423 0 1 0 3807 15 0 0 25 0 1 0 116948978 617783296 115540 33554432000 4194304 4677096 140736763111152 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/19763/statm: 150826 115540 391 118 0 145785 0
[pid=19764] ppid=19752 vsize=347952 CPUtime=0.09 cores=0-7
/proc/19764/stat : 19764 (python) S 19752 19752 19408 0 -1 4202560 920 0 0 0 4 5 0 0 18 0 1 0 116948980 356302848 17791 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 4106262513371283717 0 0 17 1 0 0 0
/proc/19764/statm: 86988 17791 370 364 0 22900 0
[pid=19766] ppid=19764 vsize=29724 CPUtime=38.29 cores=0-7
/proc/19766/stat : 19766 (lingeling) R 19764 19766 19766 0 -1 4202496 9964 0 0 0 3828 1 0 0 25 0 1 0 116948981 30437376 6600 33554432000 4194304 4352236 140736732176608 18446744073709551615 4234128 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/19766/statm: 7431 6600 129 39 0 6511 0
[pid=19767] ppid=19752 vsize=358208 CPUtime=0.09 cores=0-7

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

/proc/19781/statm: 14851 14372 86 171 0 14678 0
[pid=19786] ppid=19752 vsize=409488 CPUtime=0.2 cores=0-7
/proc/19786/stat : 19786 (python) S 19752 19752 19408 0 -1 4202560 980 0 0 0 10 10 0 0 18 0 1 0 116959004 419315712 17815 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 4106262513371283718 0 0 17 1 0 0 0
/proc/19786/statm: 102372 17815 370 364 0 38266 0
[pid=19788] ppid=19786 vsize=119436 CPUtime=80.77 cores=0-7
/proc/19788/stat : 19788 (SApperloT-base) R 19786 19788 19788 0 -1 4202496 29480 0 0 0 8069 8 0 0 25 0 1 0 116959005 122302464 29109 33554432000 134512640 135674940 4291173264 18446744073709551615 134551160 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19788/statm: 29859 29109 100 284 0 29573 0
[pid=19752/tid=19759] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19759/stat : 19759 (python) S 19750 19752 19408 0 -1 4202560 24 928 0 8 0 0 0 0 25 0 10 0 116948975 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 6 0 0 0
[pid=19752/tid=19762] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19762/stat : 19762 (python) S 19750 19752 19408 0 -1 4202560 23 928 0 8 0 0 0 0 20 0 10 0 116948978 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19765] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19765/stat : 19765 (python) S 19750 19752 19408 0 -1 4202560 26 928 0 8 0 0 0 0 20 0 10 0 116948980 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19768] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19768/stat : 19768 (python) S 19750 19752 19408 0 -1 4202560 23 928 0 8 0 0 0 0 20 0 10 0 116948983 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19771] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19771/stat : 19771 (python) S 19750 19752 19408 0 -1 4202560 23 928 0 8 0 0 0 0 20 0 10 0 116948986 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19774] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19774/stat : 19774 (python) S 19750 19752 19408 0 -1 4202560 25 928 0 8 0 0 0 0 22 0 10 0 116948989 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 3 0 0 0
[pid=19752/tid=19777] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19777/stat : 19777 (python) S 19750 19752 19408 0 -1 4202560 24 928 0 8 0 0 0 0 20 0 10 0 116948992 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 3 0 0 0
[pid=19752/tid=19780] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19780/stat : 19780 (python) S 19750 19752 19408 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 10 0 116948995 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19787] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19787/stat : 19787 (python) S 19750 19752 19408 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 10 0 116959005 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1462.89
Current children cumulated vsize (KiB) 5993824

[startup+194.902 s]
/proc/loadavg: 7.99 6.31 5.38 9/387 19790
/proc/meminfo: memFree=19552028/32950928 swapFree=62959384/67111528
[pid=19752] ppid=19750 vsize=419732 CPUtime=11.18 cores=0-7
/proc/19752/stat : 19752 (python) S 19750 19752 19408 0 -1 4202496 38176 928 97 8 1096 22 0 0 19 0 10 0 116947701 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892391883 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 103
/proc/19752/statm: 104933 19341 1892 364 0 40827 0
[pid=19758] ppid=19752 vsize=337684 CPUtime=0.27 cores=0-7
/proc/19758/stat : 19758 (python) S 19752 19752 19408 0 -1 4202560 1188 0 0 0 14 13 0 0 19 0 2 0 116948975 345788416 17832 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892391883 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/19758/statm: 84421 17832 414 364 0 20339 0
[pid=19760] ppid=19758 vsize=38760 CPUtime=100.24 cores=0-7
/proc/19760/stat : 19760 (lingeling) T 19758 19760 19760 0 -1 4202496 12780 0 0 0 10023 1 0 0 25 0 1 0 116948976 39690240 8861 33554432000 4194304 4352236 140733811564144 18446744073709551615 4327820 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/19760/statm: 9690 8861 129 39 0 8770 0
[pid=19758/tid=19785] ppid=19752 vsize=337684 CPUtime=0 cores=0-7
/proc/19758/task/19785/stat : 19785 (python) S 19752 19752 19408 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 116959002 345788416 17832 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 514 18446604463402435008 0 0 -1 4 0 0 0
[pid=19761] ppid=19752 vsize=337696 CPUtime=0.55 cores=0-7
/proc/19761/stat : 19761 (python) S 19752 19752 19408 0 -1 4202560 980 0 0 0 28 27 0 0 16 0 1 0 116948977 345800704 17787 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 5607052226942959880 0 0 17 3 0 0 0
/proc/19761/statm: 84424 17787 370 364 0 20339 0
[pid=19763] ppid=19761 vsize=641436 CPUtime=181.84 cores=0-7
/proc/19763/stat : 19763 (cryptominisat-2) R 19761 19763 19763 0 -1 4202496 144923 0 1 0 18160 24 0 0 25 0 1 0 116948978 656830464 123548 33554432000 4194304 4677096 140736763111152 18446744073709551615 218880220363 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/19763/statm: 160359 123548 396 118 0 155318 0
[pid=19764] ppid=19752 vsize=347952 CPUtime=0.48 cores=0-7
/proc/19764/stat : 19764 (python) S 19752 19752 19408 0 -1 4202560 965 0 0 0 24 24 0 0 18 0 1 0 116948980 356302848 17791 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 4106262513371283717 0 0 17 1 0 0 0
/proc/19764/statm: 86988 17791 370 364 0 22900 0
[pid=19766] ppid=19764 vsize=47568 CPUtime=182.09 cores=0-7
/proc/19766/stat : 19766 (lingeling) R 19764 19766 19766 0 -1 4202496 14907 0 0 0 18207 2 0 0 25 0 1 0 116948981 48709632 11061 33554432000 4194304 4352236 140736732176608 18446744073709551615 4328889 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/19766/statm: 11892 11061 129 39 0 10972 0
[pid=19767] ppid=19752 vsize=358208 CPUtime=0.48 cores=0-7
/proc/19767/stat : 19767 (python) S 19752 19752 19408 0 -1 4202560 986 0 0 0 23 25 0 0 18 0 1 0 116948983 366804992 17795 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 4106262513371283718 0 0 17 1 0 0 0
/proc/19767/statm: 89552 17795 370 364 0 25461 0
[pid=19769] ppid=19767 vsize=45012 CPUtime=182.08 cores=0-7
/proc/19769/stat : 19769 (lingeling) R 19767 19769 19769 0 -1 4202496 14541 0 0 0 18206 2 0 0 25 0 1 0 116948983 46092288 10422 33554432000 4194304 4352236 140734233367200 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19769/statm: 11253 10422 129 39 0 10333 0
[pid=19770] ppid=19752 vsize=368464 CPUtime=0.56 cores=0-7
/proc/19770/stat : 19770 (python) S 19752 19752 19408 0 -1 4202560 1017 0 0 0 29 27 0 0 15 0 1 0 116948985 377307136 17799 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 13936265905890623749 0 0 17 7 0 0 0
/proc/19770/statm: 92116 17799 370 364 0 28022 0
[pid=19772] ppid=19770 vsize=624360 CPUtime=178.41 cores=0-7
/proc/19772/stat : 19772 (cryptominisat-2) R 19770 19772 19772 0 -1 4202496 153093 0 0 0 17815 26 0 0 25 0 1 0 116948986 639344640 122371 33554432000 4194304 4677096 140735349253184 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/19772/statm: 156090 122371 391 118 0 151049 0
[pid=19773] ppid=19752 vsize=378720 CPUtime=0.48 cores=0-7
/proc/19773/stat : 19773 (python) S 19752 19752 19408 0 -1 4202560 992 0 0 0 24 24 0 0 18 0 1 0 116948988 387809280 17803 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 4106262513371283717 0 0 17 3 0 0 0
/proc/19773/statm: 94680 17803 370 364 0 30583 0
[pid=19775] ppid=19773 vsize=45736 CPUtime=182.02 cores=0-7
/proc/19775/stat : 19775 (lingeling) R 19773 19775 19775 0 -1 4202496 14634 0 0 0 18200 2 0 0 25 0 1 0 116948989 46833664 10603 33554432000 4194304 4352236 140735543357936 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19775/statm: 11434 10603 129 39 0 10514 0
[pid=19776] ppid=19752 vsize=388976 CPUtime=0.55 cores=0-7
/proc/19776/stat : 19776 (python) S 19752 19752 19408 0 -1 4202560 1019 0 0 0 28 27 0 0 15 0 1 0 116948991 398311424 17807 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 16657398854961824005 0 0 17 3 0 0 0
/proc/19776/statm: 97244 17807 370 364 0 33144 0
[pid=19778] ppid=19776 vsize=625960 CPUtime=180.34 cores=0-7
/proc/19778/stat : 19778 (cryptominisat-2) R 19776 19778 19778 0 -1 4202496 140911 0 0 0 18010 24 0 0 25 0 1 0 116948992 640983040 121563 33554432000 4194304 4677096 140733374687504 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/19778/statm: 156490 121563 391 118 0 151449 0
[pid=19779] ppid=19752 vsize=399232 CPUtime=0.48 cores=0-7
/proc/19779/stat : 19779 (python) S 19752 19752 19408 0 -1 4202560 1043 0 0 0 23 25 0 0 18 0 1 0 116948994 408813568 17817 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 4106262513371283717 0 0 17 1 0 0 0
/proc/19779/statm: 99808 17817 376 364 0 35705 0
[pid=19781] ppid=19779 vsize=59404 CPUtime=181.18 cores=0-7
/proc/19781/stat : 19781 (precosat) R 19779 19781 19781 0 -1 4202496 15433 0 0 0 18115 3 0 0 25 0 1 0 116948995 60829696 14372 33554432000 4194304 4890832 140735804027520 18446744073709551615 4299172 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/19781/statm: 14851 14372 86 171 0 14678 0
[pid=19786] ppid=19752 vsize=409488 CPUtime=0.2 cores=0-7
/proc/19786/stat : 19786 (python) S 19752 19752 19408 0 -1 4202560 980 0 0 0 10 10 0 0 18 0 1 0 116959004 419315712 17815 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 4106262513371283718 0 0 17 1 0 0 0
/proc/19786/statm: 102372 17815 370 364 0 38266 0
[pid=19788] ppid=19786 vsize=119700 CPUtime=80.96 cores=0-7
/proc/19788/stat : 19788 (SApperloT-base) R 19786 19788 19788 0 -1 4202496 29536 0 0 0 8088 8 0 0 25 0 1 0 116959005 122572800 29165 33554432000 134512640 135674940 4291173264 18446744073709551615 134551227 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/19788/statm: 29925 29165 100 284 0 29639 0
[pid=19752/tid=19759] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19759/stat : 19759 (python) S 19750 19752 19408 0 -1 4202560 24 928 0 8 0 0 0 0 25 0 10 0 116948975 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 6 0 0 0
[pid=19752/tid=19762] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19762/stat : 19762 (python) S 19750 19752 19408 0 -1 4202560 23 928 0 8 0 0 0 0 20 0 10 0 116948978 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19765] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19765/stat : 19765 (python) S 19750 19752 19408 0 -1 4202560 26 928 0 8 0 0 0 0 20 0 10 0 116948980 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19768] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19768/stat : 19768 (python) S 19750 19752 19408 0 -1 4202560 23 928 0 8 0 0 0 0 20 0 10 0 116948983 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19771] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19771/stat : 19771 (python) S 19750 19752 19408 0 -1 4202560 23 928 0 8 0 0 0 0 20 0 10 0 116948986 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19774] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19774/stat : 19774 (python) S 19750 19752 19408 0 -1 4202560 25 928 0 8 0 0 0 0 22 0 10 0 116948989 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 3 0 0 0
[pid=19752/tid=19777] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19777/stat : 19777 (python) S 19750 19752 19408 0 -1 4202560 24 928 0 8 0 0 0 0 20 0 10 0 116948992 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 3 0 0 0
[pid=19752/tid=19780] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19780/stat : 19780 (python) S 19750 19752 19408 0 -1 4202560 29 928 0 8 0 0 0 0 20 0 10 0 116948995 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19787] ppid=19750 vsize=419732 CPUtime=0 cores=0-7
/proc/19752/task/19787/stat : 19787 (python) S 19750 19752 19408 0 -1 4202560 28 928 0 8 0 0 0 0 20 0 10 0 116959005 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1464.39
Current children cumulated vsize (KiB) 5994088

[startup+195.002 s]
/proc/loadavg: 7.99 6.31 5.38 9/387 19790
/proc/meminfo: memFree=19552028/32950928 swapFree=62959384/67111528
[pid=19752] ppid=19750 vsize=419732 CPUtime=373.94 cores=0-7
/proc/19752/stat : 19752 (python) S 19750 19752 19408 0 -1 4202496 38221 187479 97 8 1096 22 36185 91 17 0 10 0 116947701 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892395327 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 103
/proc/19752/statm: 104933 19341 1892 364 0 40827 0
[pid=19761] ppid=19752 vsize=0 CPUtime=182.43 cores=0-7
/proc/19761/stat : 19761 (python) Z 19752 19752 19408 0 -1 4202588 1203 144924 0 1 28 27 18162 26 16 0 1 0 116948977 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19761/statm: 0 0 0 0 0 0 0
[pid=19764] ppid=19752 vsize=347952 CPUtime=0.48 cores=0-7
/proc/19764/stat : 19764 (python) S 19752 19752 19408 0 -1 4202560 965 0 0 0 24 24 0 0 18 0 1 0 116948980 356302848 17791 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 4106262513371283717 0 0 17 1 0 0 0
/proc/19764/statm: 86988 17791 370 364 0 22900 0
[pid=19766] ppid=19764 vsize=47568 CPUtime=182.19 cores=0-7
/proc/19766/stat : 19766 (lingeling) R 19764 19766 19766 0 -1 4202496 14907 0 0 0 18217 2 0 0 25 0 1 0 116948981 48709632 11061 33554432000 4194304 4352236 140736732176608 18446744073709551615 4328368 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/19766/statm: 11892 11061 129 39 0 10972 0
[pid=19767] ppid=19752 vsize=358208 CPUtime=0.48 cores=0-7
/proc/19767/stat : 19767 (python) S 19752 19752 19408 0 -1 4202560 986 0 0 0 23 25 0 0 18 0 1 0 116948983 366804992 17795 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 4106262513371283718 0 0 17 1 0 0 0
/proc/19767/statm: 89552 17795 370 364 0 25461 0
[pid=19769] ppid=19767 vsize=45012 CPUtime=182.18 cores=0-7
/proc/19769/stat : 19769 (lingeling) R 19767 19769 19769 0 -1 4202496 14541 0 0 0 18216 2 0 0 25 0 1 0 116948983 46092288 10422 33554432000 4194304 4352236 140734233367200 18446744073709551615 4328345 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/19769/statm: 11253 10422 129 39 0 10333 0
[pid=19770] ppid=19752 vsize=368464 CPUtime=0.56 cores=0-7
/proc/19770/stat : 19770 (python) S 19752 19752 19408 0 -1 4202560 1034 0 0 0 29 27 0 0 15 0 1 0 116948985 377307136 17804 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892395327 0 0 16781824 2 18446744071562232103 0 0 17 7 0 0 0
/proc/19770/statm: 92116 17804 375 364 0 28022 0
[pid=19772] ppid=19770 vsize=0 CPUtime=178.51 cores=0-7
/proc/19772/stat : 19772 (cryptominisat-2) R 19770 19772 19772 0 -1 4203524 153093 0 0 0 17823 28 0 0 25 0 1 0 116948986 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/19772/statm: 0 0 0 0 0 0 0
[pid=19773] ppid=19752 vsize=378720 CPUtime=0.48 cores=0-7
/proc/19773/stat : 19773 (python) S 19752 19752 19408 0 -1 4202560 992 0 0 0 24 24 0 0 18 0 1 0 116948988 387809280 17803 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 4106262513371283717 0 0 17 3 0 0 0
/proc/19773/statm: 94680 17803 370 364 0 30583 0
[pid=19775] ppid=19773 vsize=45736 CPUtime=182.12 cores=0-7
/proc/19775/stat : 19775 (lingeling) R 19773 19775 19775 0 -1 4202496 14634 0 0 0 18210 2 0 0 25 0 1 0 116948989 46833664 10603 33554432000 4194304 4352236 140735543357936 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/19775/statm: 11434 10603 129 39 0 10514 0
[pid=19779] ppid=19752 vsize=399232 CPUtime=0.48 cores=0-7
/proc/19779/stat : 19779 (python) S 19752 19752 19408 0 -1 4202560 1043 0 0 0 23 25 0 0 18 0 1 0 116948994 408813568 17817 33554432000 4194304 5683644 140735191959216 18446744073709551615 218880585286 0 0 16781312 514 4106262513371283717 0 0 17 1 0 0 0
/proc/19779/statm: 99808 17817 376 364 0 35705 0
[pid=19781] ppid=19779 vsize=59404 CPUtime=181.28 cores=0-7
/proc/19781/stat : 19781 (precosat) R 19779 19781 19781 0 -1 4202496 15433 0 0 0 18125 3 0 0 25 0 1 0 116948995 60829696 14372 33554432000 4194304 4890832 140735804027520 18446744073709551615 4238327 0 0 16781312 17442 0 0 0 17 4 0 0 0
/proc/19781/statm: 14851 14372 86 171 0 14678 0
[pid=19752/tid=19759] ppid=19750 vsize=419732 CPUtime=362.76 cores=0-7
/proc/19752/task/19759/stat : 19759 (python) S 19750 19752 19408 0 -1 4202560 24 187479 0 8 0 0 36185 91 25 0 10 0 116948975 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 6 0 0 0
[pid=19752/tid=19762] ppid=19750 vsize=419732 CPUtime=362.76 cores=0-7
/proc/19752/task/19762/stat : 19762 (python) S 19750 19752 19408 0 -1 4202560 23 187479 0 8 0 0 36185 91 20 0 10 0 116948978 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19765] ppid=19750 vsize=419732 CPUtime=362.76 cores=0-7
/proc/19752/task/19765/stat : 19765 (python) S 19750 19752 19408 0 -1 4202560 26 187479 0 8 0 0 36185 91 20 0 10 0 116948980 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19768] ppid=19750 vsize=419732 CPUtime=362.76 cores=0-7
/proc/19752/task/19768/stat : 19768 (python) S 19750 19752 19408 0 -1 4202560 23 187479 0 8 0 0 36185 91 20 0 10 0 116948983 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19771] ppid=19750 vsize=419732 CPUtime=362.76 cores=0-7
/proc/19752/task/19771/stat : 19771 (python) S 19750 19752 19408 0 -1 4202560 23 187479 0 8 0 0 36185 91 20 0 10 0 116948986 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19774] ppid=19750 vsize=419732 CPUtime=362.76 cores=0-7
/proc/19752/task/19774/stat : 19774 (python) S 19750 19752 19408 0 -1 4202560 25 187479 0 8 0 0 36185 91 22 0 10 0 116948989 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 3 0 0 0
[pid=19752/tid=19777] ppid=19750 vsize=419732 CPUtime=362.76 cores=0-7
/proc/19752/task/19777/stat : 19777 (python) S 19750 19752 19408 0 -1 4202560 24 187479 0 8 0 0 36185 91 20 0 10 0 116948992 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 3 0 0 0
[pid=19752/tid=19780] ppid=19750 vsize=419732 CPUtime=362.76 cores=0-7
/proc/19752/task/19780/stat : 19780 (python) S 19750 19752 19408 0 -1 4202560 29 187479 0 8 0 0 36185 91 20 0 10 0 116948995 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
[pid=19752/tid=19787] ppid=19750 vsize=419732 CPUtime=362.76 cores=0-7
/proc/19752/task/19787/stat : 19787 (python) S 19750 19752 19408 0 -1 4202560 28 187479 0 8 0 0 36185 91 20 0 10 0 116959005 429805568 19341 33554432000 4194304 5683644 140735191959216 18446744073709551615 218892388785 0 0 16781312 2 18446604452277119040 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1465.13
Current children cumulated vsize (KiB) 2470028

Child status: 0
Real time (s): 195.089
CPU time (s): 1465.34
CPU user time (s): 1461.98
CPU system time (s): 3.36149
CPU usage (%): 751.116
Max. virtual memory (cumulated for all children) (KiB): 5996648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1461.98
system time used= 3.36149
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 599526
page faults= 111
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6290
involuntary context switches= 8961

runsolver used 0.98085 second user time and 2.25566 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-15 23:03:02
IDJOB=3380824
IDBENCH=82422
IDSOLVER=1864
FILE ID=node112/3380824-1305493382
RUNJOBID= node112-1305487284-19422
PBS_JOBID= 13325388
Free space on /tmp= 73520 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.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-3380824-1305493382/watcher-3380824-1305493382 -o /tmp/evaluation-result-3380824-1305493382/solver-3380824-1305493382 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380824-1305493382.cnf -seed 1366609485 -budget 40000 -cores 8

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

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=1366609485

node112.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.847
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.847
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	: 5180.45
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.847
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.76
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.847
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.82
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.847
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.61
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.847
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.847
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.847
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:     32950928 kB
MemFree:      21491868 kB
Buffers:          1436 kB
Cached:         102532 kB
SwapCached:      67260 kB
Active:          56204 kB
Inactive:     11216616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21491868 kB
SwapTotal:    67111528 kB
SwapFree:     62959384 kB
Dirty:           36328 kB
Writeback:           0 kB
AnonPages:    11108232 kB
Mapped:          18816 kB
Slab:            66580 kB
PageTables:      52328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 74556872 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= 73492 MiB
End job on node112 at 2011-05-15 23:06:18