Trace number 3498387

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-seq-industrial (fixed)UNSAT 635.249 634.741

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-TPP-21-step11.cnf
MD5SUM00d93f117a3253605ad3ac6a153ec61f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark218.303
Satisfiable
(Un)Satisfiability was proved
Number of variables99736
Number of clauses783991
Sum of the clauses size1708562
Maximum clause length91
Minimum clause length1
Number of clauses of size 1139
Number of clauses of size 2756759
Number of clauses of size 37636
Number of clauses of size 411357
Number of clauses of size 5745
Number of clauses of size over 57355

Solver Data

0.43/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.43/0.70	c INFO: solving HOME/instance-3498387-1307953507.cnf
0.43/0.70	c INFO: computing task features
2.53/2.82	c INFO: computed variable-clause graph statistics
2.63/2.92	c INFO: computed clause balance statistics
12.63/12.98	c INFO: computed variable balance statistics
21.03/21.31	c INFO: computed small-clause counts
21.13/21.42	c INFO: computed Horn-clause counts
32.93/33.20	c INFO: computed variable graph statistics
32.93/33.20	c INFO: collected features for HOME/instance-3498387-1307953507.cnf in 32.41 s
32.93/33.22	c INFO: running SApperloT@0 for 97 with 4967 remaining (b = 0.07)
133.13/133.36	c INFO: running lingeling-276@0 for 97 with 4867 remaining (b = 0.15)
232.43/232.50	c INFO: running cryptominisat-2.9.0@0 for 485 with 4768 remaining (b = 0.16)
635.02/634.69	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.1 (svn: 989)

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-3498387-1307953507/watcher-3498387-1307953507 -o /tmp/evaluation-result-3498387-1307953507/solver-3498387-1307953507 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498387-1307953507.cnf -seed 1856906190 -budget 5000 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.05 1.85 0.92 2/175 27980
/proc/meminfo: memFree=9747736/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/27980/stat : 27980 (python) S 27978 27980 27824 0 -1 4202496 713 0 0 0 0 0 0 0 24 0 1 0 906950367 15548416 604 33554432000 4194304 5683644 140737467683136 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/27980/statm: 3796 604 319 364 0 283 0

[startup+0.0239929 s]
/proc/loadavg: 2.05 1.85 0.92 2/175 27980
/proc/meminfo: memFree=9747736/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=16244 CPUtime=0.01 cores=1,3,5,7
/proc/27980/stat : 27980 (python) R 27978 27980 27824 0 -1 4202496 1052 0 0 0 1 0 0 0 17 0 1 0 906950367 16633856 923 33554432000 4194304 5683644 140737467683136 18446744073709551615 274664808192 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27980/statm: 4061 923 381 364 0 548 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16244

[startup+0.100978 s]
/proc/loadavg: 2.05 1.85 0.92 2/175 27980
/proc/meminfo: memFree=9747736/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=85360 CPUtime=0.05 cores=1,3,5,7
/proc/27980/stat : 27980 (python) R 27978 27980 27824 0 -1 4202496 2584 0 0 0 4 1 0 0 17 0 1 0 906950367 87408640 2308 33554432000 4194304 5683644 140737467683136 18446744073709551615 274664808192 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27980/statm: 21340 2308 707 364 0 1557 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85360

[startup+0.300984 s]
/proc/loadavg: 2.05 1.85 0.92 2/175 27980
/proc/meminfo: memFree=9747736/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=135748 CPUtime=0.19 cores=1,3,5,7
/proc/27980/stat : 27980 (python) R 27978 27980 27824 0 -1 4202496 5968 935 1 0 14 5 0 0 17 0 1 0 906950367 139005952 4148 33554432000 4194304 5683644 140737467683136 18446744073709551615 274664804357 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27980/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700862 s]
/proc/loadavg: 2.05 1.85 0.92 2/175 27980
/proc/meminfo: memFree=9747736/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=268644 CPUtime=0.43 cores=1,3,5,7
/proc/27980/stat : 27980 (python) S 27978 27980 27824 0 -1 4202496 8864 935 1 0 31 12 0 0 15 0 1 0 906950367 275091456 6623 33554432000 4194304 5683644 140737467683136 18446744073709551615 274659884679 0 2147483391 16781312 2 18446744071699109054 0 0 17 5 0 0 0
/proc/27980/statm: 67161 6623 1705 364 0 5292 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 268644

[startup+1.50073 s]
/proc/loadavg: 2.05 1.85 0.92 3/176 27985
/proc/meminfo: memFree=9694556/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=346192 CPUtime=1.23 cores=1,3,5,7
/proc/27980/stat : 27980 (python) R 27978 27980 27824 0 -1 4202496 25865 935 1 0 108 15 0 0 16 0 1 0 906950367 354500608 23538 33554432000 4194304 5683644 140737467683136 18446744073709551615 274664469189 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27980/statm: 86548 23538 1761 364 0 22472 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 346192

[startup+3.10046 s]
/proc/loadavg: 2.05 1.85 0.92 3/176 27985
/proc/meminfo: memFree=9620900/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=416864 CPUtime=2.83 cores=1,3,5,7
/proc/27980/stat : 27980 (python) R 27978 27980 27824 0 -1 4202496 68155 935 1 0 263 20 0 0 18 0 1 0 906950367 426868736 41601 33554432000 4194304 5683644 140737467683136 18446744073709551615 4570201 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27980/statm: 104216 41601 1826 364 0 40140 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 416864

[startup+6.30091 s]
/proc/loadavg: 2.04 1.85 0.92 3/176 27985
/proc/meminfo: memFree=9585448/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=416864 CPUtime=6.03 cores=1,3,5,7
/proc/27980/stat : 27980 (python) R 27978 27980 27824 0 -1 4202496 68155 935 1 0 583 20 0 0 25 0 1 0 906950367 426868736 41601 33554432000 4194304 5683644 140737467683136 18446744073709551615 47500309853520 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27980/statm: 104216 41601 1826 364 0 40140 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 416864

[startup+12.7008 s]
/proc/loadavg: 2.20 1.89 0.94 3/176 27985
/proc/meminfo: memFree=9585804/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=416864 CPUtime=12.43 cores=1,3,5,7
/proc/27980/stat : 27980 (python) R 27978 27980 27824 0 -1 4202496 68155 935 1 0 1223 20 0 0 25 0 1 0 906950367 426868736 41601 33554432000 4194304 5683644 140737467683136 18446744073709551615 274664466560 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27980/statm: 104216 41601 1826 364 0 40140 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 416864

[startup+25.5006 s]
/proc/loadavg: 2.29 1.92 0.96 3/176 27985
/proc/meminfo: memFree=9580968/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=422988 CPUtime=25.23 cores=1,3,5,7
/proc/27980/stat : 27980 (python) R 27978 27980 27824 0 -1 4202496 69693 935 1 0 2503 20 0 0 25 0 1 0 906950367 433139712 43139 33554432000 4194304 5683644 140737467683136 18446744073709551615 47500307077248 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/27980/statm: 105747 43139 1833 364 0 41671 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 422988

[startup+51.1011 s]
/proc/loadavg: 2.19 1.93 0.99 3/179 27989
/proc/meminfo: memFree=9530532/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=421844 CPUtime=32.96 cores=1,3,5,7
/proc/27980/stat : 27980 (python) S 27978 27980 27824 0 -1 4202496 70062 935 1 0 3275 21 0 0 20 0 2 0 906950367 431968256 40332 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27980/statm: 105461 40332 1875 364 0 41379 0
[pid=27986] ppid=27980 vsize=411600 CPUtime=0.02 cores=1,3,5,7
/proc/27986/stat : 27986 (python) S 27980 27980 27824 0 -1 4202560 972 0 0 0 1 1 0 0 18 0 1 0 906953690 421478400 38834 33554432000 4194304 5683644 140737467683136 18446744073709551615 274664828431 0 0 16781312 514 9503897035519000840 0 0 17 1 0 0 0
/proc/27986/statm: 102900 38834 381 364 0 38818 0
[pid=27988] ppid=27986 vsize=65348 CPUtime=17.86 cores=1,3,5,7
/proc/27988/stat : 27988 (SApperloT-base) R 27986 27988 27988 0 -1 4202496 15602 0 0 0 1782 4 0 0 25 0 1 0 906953690 66916352 15258 33554432000 134512640 135674940 4291226336 18446744073709551615 134536750 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27988/statm: 16337 15258 99 284 0 16051 0
[pid=27980/tid=27987] ppid=27978 vsize=421844 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27987/stat : 27987 (python) S 27978 27980 27824 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 2 0 906953690 431968256 40332 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 898792

[startup+102.306 s]
/proc/loadavg: 2.08 1.94 1.04 3/179 27990
/proc/meminfo: memFree=9475452/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=421844 CPUtime=32.96 cores=1,3,5,7
/proc/27980/stat : 27980 (python) S 27978 27980 27824 0 -1 4202496 70062 935 1 0 3275 21 0 0 20 0 2 0 906950367 431968256 40332 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27980/statm: 105461 40332 1875 364 0 41379 0
[pid=27986] ppid=27980 vsize=411600 CPUtime=0.07 cores=1,3,5,7
/proc/27986/stat : 27986 (python) S 27980 27980 27824 0 -1 4202560 987 0 0 0 4 3 0 0 18 0 1 0 906953690 421478400 38834 33554432000 4194304 5683644 140737467683136 18446744073709551615 274664828431 0 0 16781312 514 9503897035519000840 0 0 17 1 0 0 0
/proc/27986/statm: 102900 38834 381 364 0 38818 0
[pid=27988] ppid=27986 vsize=118952 CPUtime=69.06 cores=1,3,5,7
/proc/27988/stat : 27988 (SApperloT-base) R 27986 27988 27988 0 -1 4202496 28970 0 0 0 6899 7 0 0 25 0 1 0 906953690 121806848 28497 33554432000 134512640 135674940 4291226336 18446744073709551615 134564660 0 0 16781312 0 0 0 0 17 5 0 0 0
/proc/27988/statm: 29738 28497 100 284 0 29452 0
[pid=27980/tid=27987] ppid=27978 vsize=421844 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27987/stat : 27987 (python) S 27978 27980 27824 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 2 0 906953690 431968256 40332 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 952396

[startup+162.301 s]
/proc/loadavg: 2.03 1.94 1.10 3/183 27996
/proc/meminfo: memFree=9406580/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=432100 CPUtime=32.99 cores=1,3,5,7
/proc/27980/stat : 27980 (python) S 27978 27980 27824 0 -1 4202496 70804 935 1 0 3277 22 0 0 19 0 3 0 906950367 442470400 40339 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27980/statm: 108025 40339 1878 364 0 43940 0
[pid=27986] ppid=27980 vsize=421844 CPUtime=0.11 cores=1,3,5,7
/proc/27986/stat : 27986 (python) S 27980 27980 27824 0 -1 4202560 1157 0 0 0 6 5 0 0 19 0 2 0 906953690 431968256 38872 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27986/statm: 105461 38872 414 364 0 41379 0
[pid=27988] ppid=27986 vsize=141880 CPUtime=100.1 cores=1,3,5,7
/proc/27988/stat : 27988 (SApperloT-base) T 27986 27988 27988 0 -1 4202496 34660 0 0 0 10001 9 0 0 25 0 1 0 906953690 145285120 34187 33554432000 134512640 135674940 4291226336 18446744073709551615 134564107 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27988/statm: 35470 34187 100 284 0 35184 0
[pid=27986/tid=27993] ppid=27980 vsize=421844 CPUtime=0 cores=1,3,5,7
/proc/27986/task/27993/stat : 27993 (python) S 27980 27980 27824 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906963701 431968256 38872 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 514 18446604471002703104 0 0 -1 1 0 0 0
[pid=27994] ppid=27980 vsize=421856 CPUtime=0.02 cores=1,3,5,7
/proc/27994/stat : 27994 (python) S 27980 27980 27824 0 -1 4202560 909 0 0 0 1 1 0 0 18 0 1 0 906963704 431980544 38827 33554432000 4194304 5683644 140737467683136 18446744073709551615 274664828486 0 0 16781312 514 9503897035519000839 0 0 17 5 0 0 0
/proc/27994/statm: 105464 38827 370 364 0 41379 0
[pid=27996] ppid=27994 vsize=45240 CPUtime=28.91 cores=1,3,5,7
/proc/27996/stat : 27996 (lingeling) R 27994 27996 27996 0 -1 4202496 15853 0 0 0 2890 1 0 0 25 0 1 0 906963704 46325760 10480 33554432000 4194304 4352236 140735895516256 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/27996/statm: 11310 10480 129 39 0 10390 0
[pid=27980/tid=27987] ppid=27978 vsize=432100 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27987/stat : 27987 (python) S 27978 27980 27824 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 906953690 442470400 40339 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
[pid=27980/tid=27995] ppid=27978 vsize=432100 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27995/stat : 27995 (python) S 27978 27980 27824 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 906963704 442470400 40339 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 1462920

[startup+222.3 s]
/proc/loadavg: 2.01 1.95 1.15 3/183 27998
/proc/meminfo: memFree=9405696/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=432100 CPUtime=32.99 cores=1,3,5,7
/proc/27980/stat : 27980 (python) S 27978 27980 27824 0 -1 4202496 70804 935 1 0 3277 22 0 0 19 0 3 0 906950367 442470400 40339 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27980/statm: 108025 40339 1878 364 0 43940 0
[pid=27986] ppid=27980 vsize=421844 CPUtime=0.11 cores=1,3,5,7
/proc/27986/stat : 27986 (python) S 27980 27980 27824 0 -1 4202560 1157 0 0 0 6 5 0 0 19 0 2 0 906953690 431968256 38872 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27986/statm: 105461 38872 414 364 0 41379 0
[pid=27988] ppid=27986 vsize=141880 CPUtime=100.1 cores=1,3,5,7
/proc/27988/stat : 27988 (SApperloT-base) T 27986 27988 27988 0 -1 4202496 34660 0 0 0 10001 9 0 0 25 0 1 0 906953690 145285120 34187 33554432000 134512640 135674940 4291226336 18446744073709551615 134564107 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27988/statm: 35470 34187 100 284 0 35184 0
[pid=27986/tid=27993] ppid=27980 vsize=421844 CPUtime=0 cores=1,3,5,7
/proc/27986/task/27993/stat : 27993 (python) S 27980 27980 27824 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906963701 431968256 38872 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 514 18446604471002703104 0 0 -1 1 0 0 0
[pid=27994] ppid=27980 vsize=421856 CPUtime=0.1 cores=1,3,5,7
/proc/27994/stat : 27994 (python) S 27980 27980 27824 0 -1 4202560 932 0 0 0 5 5 0 0 18 0 1 0 906963704 431980544 38827 33554432000 4194304 5683644 140737467683136 18446744073709551615 274664828486 0 0 16781312 514 9503897035519000839 0 0 17 5 0 0 0
/proc/27994/statm: 105464 38827 370 364 0 41379 0
[pid=27996] ppid=27994 vsize=45660 CPUtime=88.92 cores=1,3,5,7
/proc/27996/stat : 27996 (lingeling) R 27994 27996 27996 0 -1 4202496 16124 0 0 0 8890 2 0 0 25 0 1 0 906963704 46755840 10585 33554432000 4194304 4352236 140735895516256 18446744073709551615 4276751 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/27996/statm: 11415 10585 129 39 0 10495 0
[pid=27980/tid=27987] ppid=27978 vsize=432100 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27987/stat : 27987 (python) S 27978 27980 27824 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 3 0 906953690 442470400 40339 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
[pid=27980/tid=27995] ppid=27978 vsize=432100 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27995/stat : 27995 (python) S 27978 27980 27824 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 3 0 906963704 442470400 40339 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1463340

[startup+282.301 s]
/proc/loadavg: 2.00 1.96 1.20 3/187 28004
/proc/meminfo: memFree=9088344/32951132 swapFree=67054624/67111528

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

[pid=28002] ppid=28000 vsize=410700 CPUtime=394.58 cores=1,3,5,7
/proc/28002/stat : 28002 (cryptominisat-2) R 28000 28002 28002 0 -1 4202496 151081 0 0 0 39434 24 0 0 25 0 1 0 906973619 420556800 90344 33554432000 4194304 4677096 140734059988256 18446744073709551615 4320307 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28002/statm: 102675 90344 391 118 0 97634 0
[pid=27980/tid=27987] ppid=27978 vsize=442356 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27987/stat : 27987 (python) S 27978 27980 27824 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 4 0 906953690 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
[pid=27980/tid=27995] ppid=27978 vsize=442356 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27995/stat : 27995 (python) S 27978 27980 27824 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 4 0 906963704 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
[pid=27980/tid=28001] ppid=27978 vsize=442356 CPUtime=0 cores=1,3,5,7
/proc/27980/task/28001/stat : 28001 (python) S 27978 27980 27824 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 906973619 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 627.51
Current children cumulated vsize (KiB) 2316744

[startup+630.307 s]
/proc/loadavg: 2.02 2.00 1.45 3/187 28012
/proc/meminfo: memFree=9038688/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=442356 CPUtime=33.01 cores=1,3,5,7
/proc/27980/stat : 27980 (python) S 27978 27980 27824 0 -1 4202496 71613 935 1 0 3279 22 0 0 19 0 4 0 906950367 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27980/statm: 110589 40345 1880 364 0 46501 0
[pid=27986] ppid=27980 vsize=421844 CPUtime=0.11 cores=1,3,5,7
/proc/27986/stat : 27986 (python) S 27980 27980 27824 0 -1 4202560 1157 0 0 0 6 5 0 0 19 0 2 0 906953690 431968256 38872 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27986/statm: 105461 38872 414 364 0 41379 0
[pid=27988] ppid=27986 vsize=141880 CPUtime=100.1 cores=1,3,5,7
/proc/27988/stat : 27988 (SApperloT-base) T 27986 27988 27988 0 -1 4202496 34660 0 0 0 10001 9 0 0 25 0 1 0 906953690 145285120 34187 33554432000 134512640 135674940 4291226336 18446744073709551615 134564107 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27988/statm: 35470 34187 100 284 0 35184 0
[pid=27986/tid=27993] ppid=27980 vsize=421844 CPUtime=0 cores=1,3,5,7
/proc/27986/task/27993/stat : 27993 (python) S 27980 27980 27824 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906963701 431968256 38872 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 514 18446604471002703104 0 0 -1 1 0 0 0
[pid=27994] ppid=27980 vsize=421856 CPUtime=0.11 cores=1,3,5,7
/proc/27994/stat : 27994 (python) S 27980 27980 27824 0 -1 4202560 1087 0 0 0 6 5 0 0 19 0 2 0 906963704 431980544 38857 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27994/statm: 105464 38857 399 364 0 41379 0
[pid=27996] ppid=27994 vsize=45996 CPUtime=99.1 cores=1,3,5,7
/proc/27996/stat : 27996 (lingeling) T 27994 27996 27996 0 -1 4202496 16209 0 0 0 9908 2 0 0 25 0 1 0 906963704 47099904 10669 33554432000 4194304 4352236 140735895516256 18446744073709551615 4207636 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/27996/statm: 11499 10669 129 39 0 10579 0
[pid=27994/tid=27999] ppid=27980 vsize=421856 CPUtime=0 cores=1,3,5,7
/proc/27994/task/27999/stat : 27999 (python) S 27980 27980 27824 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 906973616 431980544 38857 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 514 18446604471143187392 0 0 -1 5 0 0 0
[pid=28000] ppid=27980 vsize=432112 CPUtime=0.5 cores=1,3,5,7
/proc/28000/stat : 28000 (python) S 27980 27980 27824 0 -1 4202560 991 0 0 0 27 23 0 0 15 0 1 0 906973618 442482688 38831 33554432000 4194304 5683644 140737467683136 18446744073709551615 274664828486 0 0 16781312 514 9503897035519000838 0 0 17 5 0 0 0
/proc/28000/statm: 108028 38831 370 364 0 43940 0
[pid=28002] ppid=28000 vsize=455532 CPUtime=397.79 cores=1,3,5,7
/proc/28002/stat : 28002 (cryptominisat-2) R 28000 28002 28002 0 -1 4202496 151417 0 0 0 39755 24 0 0 25 0 1 0 906973619 466464768 90680 33554432000 4194304 4677096 140734059988256 18446744073709551615 274664504984 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28002/statm: 113883 90680 391 118 0 108842 0
[pid=27980/tid=27987] ppid=27978 vsize=442356 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27987/stat : 27987 (python) S 27978 27980 27824 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 4 0 906953690 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
[pid=27980/tid=27995] ppid=27978 vsize=442356 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27995/stat : 27995 (python) S 27978 27980 27824 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 4 0 906963704 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
[pid=27980/tid=28001] ppid=27978 vsize=442356 CPUtime=0 cores=1,3,5,7
/proc/27980/task/28001/stat : 28001 (python) S 27978 27980 27824 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 906973619 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 630.72
Current children cumulated vsize (KiB) 2361576

[startup+631.901 s]
/proc/loadavg: 2.02 2.00 1.45 3/187 28012
/proc/meminfo: memFree=9038192/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=442356 CPUtime=33.01 cores=1,3,5,7
/proc/27980/stat : 27980 (python) S 27978 27980 27824 0 -1 4202496 71613 935 1 0 3279 22 0 0 19 0 4 0 906950367 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27980/statm: 110589 40345 1880 364 0 46501 0
[pid=27986] ppid=27980 vsize=421844 CPUtime=0.11 cores=1,3,5,7
/proc/27986/stat : 27986 (python) S 27980 27980 27824 0 -1 4202560 1157 0 0 0 6 5 0 0 19 0 2 0 906953690 431968256 38872 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27986/statm: 105461 38872 414 364 0 41379 0
[pid=27988] ppid=27986 vsize=141880 CPUtime=100.1 cores=1,3,5,7
/proc/27988/stat : 27988 (SApperloT-base) T 27986 27988 27988 0 -1 4202496 34660 0 0 0 10001 9 0 0 25 0 1 0 906953690 145285120 34187 33554432000 134512640 135674940 4291226336 18446744073709551615 134564107 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27988/statm: 35470 34187 100 284 0 35184 0
[pid=27986/tid=27993] ppid=27980 vsize=421844 CPUtime=0 cores=1,3,5,7
/proc/27986/task/27993/stat : 27993 (python) S 27980 27980 27824 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906963701 431968256 38872 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 514 18446604471002703104 0 0 -1 1 0 0 0
[pid=27994] ppid=27980 vsize=421856 CPUtime=0.11 cores=1,3,5,7
/proc/27994/stat : 27994 (python) S 27980 27980 27824 0 -1 4202560 1087 0 0 0 6 5 0 0 19 0 2 0 906963704 431980544 38857 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27994/statm: 105464 38857 399 364 0 41379 0
[pid=27996] ppid=27994 vsize=45996 CPUtime=99.1 cores=1,3,5,7
/proc/27996/stat : 27996 (lingeling) T 27994 27996 27996 0 -1 4202496 16209 0 0 0 9908 2 0 0 25 0 1 0 906963704 47099904 10669 33554432000 4194304 4352236 140735895516256 18446744073709551615 4207636 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/27996/statm: 11499 10669 129 39 0 10579 0
[pid=27994/tid=27999] ppid=27980 vsize=421856 CPUtime=0 cores=1,3,5,7
/proc/27994/task/27999/stat : 27999 (python) S 27980 27980 27824 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 906973616 431980544 38857 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 514 18446604471143187392 0 0 -1 5 0 0 0
[pid=28000] ppid=27980 vsize=432112 CPUtime=0.51 cores=1,3,5,7
/proc/28000/stat : 28000 (python) S 27980 27980 27824 0 -1 4202560 991 0 0 0 28 23 0 0 15 0 1 0 906973618 442482688 38831 33554432000 4194304 5683644 140737467683136 18446744073709551615 274664828486 0 0 16781312 514 9503897035519000838 0 0 17 5 0 0 0
/proc/28000/statm: 108028 38831 370 364 0 43940 0
[pid=28002] ppid=28000 vsize=455532 CPUtime=399.38 cores=1,3,5,7
/proc/28002/stat : 28002 (cryptominisat-2) R 28000 28002 28002 0 -1 4202496 151570 0 0 0 39914 24 0 0 25 0 1 0 906973619 466464768 90833 33554432000 4194304 4677096 140734059988256 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28002/statm: 113883 90833 391 118 0 108842 0
[pid=27980/tid=27987] ppid=27978 vsize=442356 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27987/stat : 27987 (python) S 27978 27980 27824 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 4 0 906953690 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
[pid=27980/tid=27995] ppid=27978 vsize=442356 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27995/stat : 27995 (python) S 27978 27980 27824 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 4 0 906963704 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
[pid=27980/tid=28001] ppid=27978 vsize=442356 CPUtime=0 cores=1,3,5,7
/proc/27980/task/28001/stat : 28001 (python) S 27978 27980 27824 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 906973619 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 632.32
Current children cumulated vsize (KiB) 2361576

[startup+633.501 s]
/proc/loadavg: 2.02 2.00 1.45 3/187 28012
/proc/meminfo: memFree=9047120/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=442356 CPUtime=33.01 cores=1,3,5,7
/proc/27980/stat : 27980 (python) S 27978 27980 27824 0 -1 4202496 71613 935 1 0 3279 22 0 0 19 0 4 0 906950367 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27980/statm: 110589 40345 1880 364 0 46501 0
[pid=27986] ppid=27980 vsize=421844 CPUtime=0.11 cores=1,3,5,7
/proc/27986/stat : 27986 (python) S 27980 27980 27824 0 -1 4202560 1157 0 0 0 6 5 0 0 19 0 2 0 906953690 431968256 38872 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27986/statm: 105461 38872 414 364 0 41379 0
[pid=27988] ppid=27986 vsize=141880 CPUtime=100.1 cores=1,3,5,7
/proc/27988/stat : 27988 (SApperloT-base) T 27986 27988 27988 0 -1 4202496 34660 0 0 0 10001 9 0 0 25 0 1 0 906953690 145285120 34187 33554432000 134512640 135674940 4291226336 18446744073709551615 134564107 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27988/statm: 35470 34187 100 284 0 35184 0
[pid=27986/tid=27993] ppid=27980 vsize=421844 CPUtime=0 cores=1,3,5,7
/proc/27986/task/27993/stat : 27993 (python) S 27980 27980 27824 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906963701 431968256 38872 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 514 18446604471002703104 0 0 -1 1 0 0 0
[pid=27994] ppid=27980 vsize=421856 CPUtime=0.11 cores=1,3,5,7
/proc/27994/stat : 27994 (python) S 27980 27980 27824 0 -1 4202560 1087 0 0 0 6 5 0 0 19 0 2 0 906963704 431980544 38857 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27994/statm: 105464 38857 399 364 0 41379 0
[pid=27996] ppid=27994 vsize=45996 CPUtime=99.1 cores=1,3,5,7
/proc/27996/stat : 27996 (lingeling) T 27994 27996 27996 0 -1 4202496 16209 0 0 0 9908 2 0 0 25 0 1 0 906963704 47099904 10669 33554432000 4194304 4352236 140735895516256 18446744073709551615 4207636 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/27996/statm: 11499 10669 129 39 0 10579 0
[pid=27994/tid=27999] ppid=27980 vsize=421856 CPUtime=0 cores=1,3,5,7
/proc/27994/task/27999/stat : 27999 (python) S 27980 27980 27824 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 906973616 431980544 38857 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 514 18446604471143187392 0 0 -1 5 0 0 0
[pid=28000] ppid=27980 vsize=432112 CPUtime=0.51 cores=1,3,5,7
/proc/28000/stat : 28000 (python) S 27980 27980 27824 0 -1 4202560 991 0 0 0 28 23 0 0 15 0 1 0 906973618 442482688 38831 33554432000 4194304 5683644 140737467683136 18446744073709551615 274664828486 0 0 16781312 514 3928423108943249670 0 0 17 5 0 0 0
/proc/28000/statm: 108028 38831 370 364 0 43940 0
[pid=28002] ppid=28000 vsize=410640 CPUtime=400.98 cores=1,3,5,7
/proc/28002/stat : 28002 (cryptominisat-2) R 28000 28002 28002 0 -1 4202496 152289 0 0 0 40074 24 0 0 25 0 1 0 906973619 420495360 88476 33554432000 4194304 4677096 140734059988256 18446744073709551615 274664505030 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28002/statm: 102660 88476 391 118 0 97619 0
[pid=27980/tid=27987] ppid=27978 vsize=442356 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27987/stat : 27987 (python) S 27978 27980 27824 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 4 0 906953690 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
[pid=27980/tid=27995] ppid=27978 vsize=442356 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27995/stat : 27995 (python) S 27978 27980 27824 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 4 0 906963704 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
[pid=27980/tid=28001] ppid=27978 vsize=442356 CPUtime=0 cores=1,3,5,7
/proc/27980/task/28001/stat : 28001 (python) S 27978 27980 27824 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 906973619 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 633.92
Current children cumulated vsize (KiB) 2316684

[startup+634.301 s]
/proc/loadavg: 2.02 2.00 1.45 3/187 28012
/proc/meminfo: memFree=9047120/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=442356 CPUtime=33.01 cores=1,3,5,7
/proc/27980/stat : 27980 (python) S 27978 27980 27824 0 -1 4202496 71613 935 1 0 3279 22 0 0 19 0 4 0 906950367 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/27980/statm: 110589 40345 1880 364 0 46501 0
[pid=27986] ppid=27980 vsize=421844 CPUtime=0.11 cores=1,3,5,7
/proc/27986/stat : 27986 (python) S 27980 27980 27824 0 -1 4202560 1157 0 0 0 6 5 0 0 19 0 2 0 906953690 431968256 38872 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/27986/statm: 105461 38872 414 364 0 41379 0
[pid=27988] ppid=27986 vsize=141880 CPUtime=100.1 cores=1,3,5,7
/proc/27988/stat : 27988 (SApperloT-base) T 27986 27988 27988 0 -1 4202496 34660 0 0 0 10001 9 0 0 25 0 1 0 906953690 145285120 34187 33554432000 134512640 135674940 4291226336 18446744073709551615 134564107 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/27988/statm: 35470 34187 100 284 0 35184 0
[pid=27986/tid=27993] ppid=27980 vsize=421844 CPUtime=0 cores=1,3,5,7
/proc/27986/task/27993/stat : 27993 (python) S 27980 27980 27824 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 906963701 431968256 38872 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 514 18446604471002703104 0 0 -1 1 0 0 0
[pid=27994] ppid=27980 vsize=421856 CPUtime=0.11 cores=1,3,5,7
/proc/27994/stat : 27994 (python) S 27980 27980 27824 0 -1 4202560 1087 0 0 0 6 5 0 0 19 0 2 0 906963704 431980544 38857 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/27994/statm: 105464 38857 399 364 0 41379 0
[pid=27996] ppid=27994 vsize=45996 CPUtime=99.1 cores=1,3,5,7
/proc/27996/stat : 27996 (lingeling) T 27994 27996 27996 0 -1 4202496 16209 0 0 0 9908 2 0 0 25 0 1 0 906963704 47099904 10669 33554432000 4194304 4352236 140735895516256 18446744073709551615 4207636 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/27996/statm: 11499 10669 129 39 0 10579 0
[pid=27994/tid=27999] ppid=27980 vsize=421856 CPUtime=0 cores=1,3,5,7
/proc/27994/task/27999/stat : 27999 (python) S 27980 27980 27824 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 906973616 431980544 38857 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 514 18446604471143187392 0 0 -1 5 0 0 0
[pid=28000] ppid=27980 vsize=432112 CPUtime=0.51 cores=1,3,5,7
/proc/28000/stat : 28000 (python) S 27980 27980 27824 0 -1 4202560 991 0 0 0 28 23 0 0 15 0 1 0 906973618 442482688 38831 33554432000 4194304 5683644 140737467683136 18446744073709551615 274664828486 0 0 16781312 514 3928423108943249670 0 0 17 5 0 0 0
/proc/28000/statm: 108028 38831 370 364 0 43940 0
[pid=28002] ppid=28000 vsize=410640 CPUtime=401.78 cores=1,3,5,7
/proc/28002/stat : 28002 (cryptominisat-2) R 28000 28002 28002 0 -1 4202496 152421 0 0 0 40154 24 0 0 25 0 1 0 906973619 420495360 88608 33554432000 4194304 4677096 140734059988256 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/28002/statm: 102660 88608 391 118 0 97619 0
[pid=27980/tid=27987] ppid=27978 vsize=442356 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27987/stat : 27987 (python) S 27978 27980 27824 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 4 0 906953690 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
[pid=27980/tid=27995] ppid=27978 vsize=442356 CPUtime=0 cores=1,3,5,7
/proc/27980/task/27995/stat : 27995 (python) S 27978 27980 27824 0 -1 4202560 26 935 0 0 0 0 0 0 20 0 4 0 906963704 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
[pid=27980/tid=28001] ppid=27978 vsize=442356 CPUtime=0 cores=1,3,5,7
/proc/27980/task/28001/stat : 28001 (python) S 27978 27980 27824 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 906973619 452972544 40345 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 2 18446604459821169664 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 634.72
Current children cumulated vsize (KiB) 2316684

[startup+634.707 s]
/proc/loadavg: 2.02 2.00 1.45 3/187 28012
/proc/meminfo: memFree=9046624/32951132 swapFree=67054624/67111528
[pid=27980] ppid=27978 vsize=442312 CPUtime=635.2 cores=1,3,5,7
/proc/27980/stat : 27980 (python) R 27978 27980 27824 0 -1 4202496 75748 207816 1 0 3280 23 60143 74 17 0 2 0 906950367 452927488 40339 33554432000 4194304 5683644 140737467683136 18446744073709551615 274664463799 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/27980/statm: 110578 40339 1874 364 0 46501 0
[pid=27980/tid=28001] ppid=27978 vsize=442312 CPUtime=602.17 cores=1,3,5,7
/proc/27980/task/28001/stat : 28001 (python) S 27978 27980 27824 0 -1 4202560 28 207816 0 0 0 0 60143 74 18 0 2 0 906973619 452927488 40339 33554432000 4194304 5683644 140737467683136 18446744073709551615 274676631985 0 0 16781312 0 18446604459821169664 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 635.2
Current children cumulated vsize (KiB) 442312

Child status: 0
Real time (s): 634.741
CPU time (s): 635.249
CPU user time (s): 634.26
CPU system time (s): 0.989849
CPU usage (%): 100.08
Max. virtual memory (cumulated for all children) (KiB): 2361576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 634.26
system time used= 0.989849
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298711
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= 3767
involuntary context switches= 1304

runsolver used 1.03084 second user time and 2.39364 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-13 10:25:07
IDJOB=3498387
IDBENCH=82431
IDSOLVER=1991
FILE ID=node131/3498387-1307953507
RUNJOBID= node131-1307953117-27843
PBS_JOBID= 13559697
Free space on /tmp= 56308 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-TPP-21-step11.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498387-1307953507/watcher-3498387-1307953507 -o /tmp/evaluation-result-3498387-1307953507/solver-3498387-1307953507 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498387-1307953507.cnf -seed 1856906190 -budget 5000

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

MD5SUM BENCH= 00d93f117a3253605ad3ac6a153ec61f
RANDOM SEED=1856906190

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:       9748172 kB
Buffers:        342028 kB
Cached:       20180240 kB
SwapCached:       9816 kB
Active:       17894240 kB
Inactive:      4607844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:       9748172 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:           44220 kB
Writeback:           0 kB
AnonPages:     1977580 kB
Mapped:          18424 kB
Slab:           633004 kB
PageTables:       8924 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  2169608 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56276 MiB
End job on node131 at 2011-06-13 10:35:42