Trace number 3498389

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 252.352 252.286

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pathways-13-step17.cnf
MD5SUMe7acb1f64be7eb3ff1367dad08444685
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark179.191
Satisfiable
(Un)Satisfiability was proved
Number of variables25631
Number of clauses142227
Sum of the clauses size317942
Maximum clause length49
Minimum clause length1
Number of clauses of size 1224
Number of clauses of size 2125320
Number of clauses of size 313034
Number of clauses of size 42438
Number of clauses of size 5163
Number of clauses of size over 51048

Solver Data

0.35/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.69	c INFO: solving HOME/instance-3498389-1308500744.cnf
0.35/0.69	c INFO: computing task features
0.73/1.07	c INFO: computed variable-clause graph statistics
0.73/1.08	c INFO: computed clause balance statistics
2.62/2.91	c INFO: computed variable balance statistics
4.03/4.38	c INFO: computed small-clause counts
4.03/4.39	c INFO: computed Horn-clause counts
4.92/5.25	c INFO: computed variable graph statistics
4.92/5.25	c INFO: collected features for HOME/instance-3498389-1308500744.cnf in 4.56 s
4.92/5.28	c INFO: running lingeling-276@0 for 97 with 4995 remaining (b = 0.28)
105.23/105.41	c INFO: running cryptominisat-2.9.0@0 for 485 with 4895 remaining (b = 0.29)
252.21/252.26	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-3498389-1308500744/watcher-3498389-1308500744 -o /tmp/evaluation-result-3498389-1308500744/solver-3498389-1308500744 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498389-1308500744.cnf -seed 1780501116 -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: 1.91 1.66 1.46 2/180 24857
/proc/meminfo: memFree=27162480/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 713 0 0 0 0 0 0 0 22 0 1 0 694265668 15548416 603 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/24857/statm: 3796 603 319 364 0 283 0

[startup+0.0720671 s]
/proc/loadavg: 1.91 1.66 1.46 2/180 24857
/proc/meminfo: memFree=27162480/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=36504 CPUtime=0.03 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 1611 0 0 0 3 0 0 0 17 0 1 0 694265668 37380096 1443 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/24857/statm: 9126 1443 452 364 0 943 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 36504

[startup+0.101057 s]
/proc/loadavg: 1.91 1.66 1.46 2/180 24857
/proc/meminfo: memFree=27162480/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=85616 CPUtime=0.05 cores=1,3,5,7
/proc/24857/stat : 24857 (python) R 24855 24857 24229 0 -1 4202496 2630 0 0 0 4 1 0 0 17 0 1 0 694265668 87670784 2347 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660660224 0 2147483391 16781312 2 0 0 0 17 3 0 0 0
/proc/24857/statm: 21404 2347 713 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85616

[startup+0.300979 s]
/proc/loadavg: 1.91 1.66 1.46 2/180 24857
/proc/meminfo: memFree=27162480/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=135744 CPUtime=0.18 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 5966 930 1 0 14 4 0 0 17 0 1 0 694265668 139001856 4147 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660658181 0 2147483391 16781312 2 18446744071699199166 0 0 17 7 0 0 0
/proc/24857/statm: 33936 4147 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135744

[startup+0.70094 s]
/proc/loadavg: 1.91 1.66 1.46 2/180 24857
/proc/meminfo: memFree=27162480/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=280780 CPUtime=0.42 cores=1,3,5,7
/proc/24857/stat : 24857 (python) R 24855 24857 24229 0 -1 4202496 9842 930 1 0 31 11 0 0 15 0 1 0 694265668 287518720 7515 33554432000 4194304 5683644 140734867202528 18446744073709551615 4571108 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24857/statm: 70195 7515 1761 364 0 6119 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 280780

[startup+1.50081 s]
/proc/loadavg: 1.91 1.66 1.46 3/181 24862
/proc/meminfo: memFree=27118972/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=303676 CPUtime=1.22 cores=1,3,5,7
/proc/24857/stat : 24857 (python) R 24855 24857 24229 0 -1 4202496 20057 930 1 0 110 12 0 0 16 0 1 0 694265668 310964224 13304 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660318170 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24857/statm: 75919 13304 1826 364 0 11843 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 303676

[startup+3.10051 s]
/proc/loadavg: 1.91 1.66 1.46 3/181 24862
/proc/meminfo: memFree=27114136/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=303676 CPUtime=2.82 cores=1,3,5,7
/proc/24857/stat : 24857 (python) R 24855 24857 24229 0 -1 4202496 20058 930 1 0 270 12 0 0 18 0 1 0 694265668 310964224 13305 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660348638 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24857/statm: 75919 13305 1827 364 0 11843 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 303676

[startup+6.30095 s]
/proc/loadavg: 1.92 1.66 1.46 3/184 24865
/proc/meminfo: memFree=27103944/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=312940 CPUtime=5 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 20700 930 1 0 488 12 0 0 25 0 2 0 694265668 320450560 13098 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24857/statm: 78235 13098 1867 364 0 14153 0
[pid=24863] ppid=24857 vsize=302696 CPUtime=0 cores=1,3,5,7
/proc/24863/stat : 24863 (python) S 24857 24857 24229 0 -1 4202560 809 0 0 0 0 0 0 0 18 0 1 0 694266197 309960704 11585 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660682255 0 0 16781312 514 5627683145299001343 0 0 17 1 0 0 0
/proc/24863/statm: 75674 11585 358 364 0 11592 0
[pid=24865] ppid=24863 vsize=10884 CPUtime=1.01 cores=1,3,5,7
/proc/24865/stat : 24865 (lingeling) R 24863 24865 24865 0 -1 4202496 3406 0 0 0 101 0 0 0 25 0 1 0 694266197 11145216 1876 33554432000 4194304 4352236 140735126530528 18446744073709551615 4207636 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/24865/statm: 2721 1876 120 39 0 1801 0
[pid=24857/tid=24864] ppid=24855 vsize=312940 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24864/stat : 24864 (python) S 24855 24857 24229 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 694266197 320450560 13098 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 626520

[startup+12.7008 s]
/proc/loadavg: 1.93 1.67 1.47 3/184 24866
/proc/meminfo: memFree=27091308/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=312940 CPUtime=5 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 20700 930 1 0 488 12 0 0 25 0 2 0 694265668 320450560 13098 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24857/statm: 78235 13098 1867 364 0 14153 0
[pid=24863] ppid=24857 vsize=302696 CPUtime=0 cores=1,3,5,7
/proc/24863/stat : 24863 (python) S 24857 24857 24229 0 -1 4202560 962 0 0 0 0 0 0 0 18 0 1 0 694266197 309960704 11607 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660682255 0 0 16781312 514 5627683145298968840 0 0 17 1 0 0 0
/proc/24863/statm: 75674 11607 380 364 0 11592 0
[pid=24865] ppid=24863 vsize=18260 CPUtime=7.4 cores=1,3,5,7
/proc/24865/stat : 24865 (lingeling) R 24863 24865 24865 0 -1 4202496 5273 0 0 0 740 0 0 0 25 0 1 0 694266197 18698240 3735 33554432000 4194304 4352236 140735126530528 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/24865/statm: 4565 3735 129 39 0 3645 0
[pid=24857/tid=24864] ppid=24855 vsize=312940 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24864/stat : 24864 (python) S 24855 24857 24229 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 694266197 320450560 13098 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 633896

[startup+25.5006 s]
/proc/loadavg: 1.94 1.68 1.47 3/184 24866
/proc/meminfo: memFree=27082032/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=312940 CPUtime=5 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 20700 930 1 0 488 12 0 0 25 0 2 0 694265668 320450560 13098 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24857/statm: 78235 13098 1867 364 0 14153 0
[pid=24863] ppid=24857 vsize=302696 CPUtime=0.01 cores=1,3,5,7
/proc/24863/stat : 24863 (python) S 24857 24857 24229 0 -1 4202560 968 0 0 0 1 0 0 0 18 0 1 0 694266197 309960704 11608 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660682255 0 0 16781312 514 5627683145298968840 0 0 17 1 0 0 0
/proc/24863/statm: 75674 11608 381 364 0 11592 0
[pid=24865] ppid=24863 vsize=21844 CPUtime=20.2 cores=1,3,5,7
/proc/24865/stat : 24865 (lingeling) R 24863 24865 24865 0 -1 4202496 6169 0 0 0 2020 0 0 0 25 0 1 0 694266197 22368256 4631 33554432000 4194304 4352236 140735126530528 18446744073709551615 4327867 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/24865/statm: 5461 4631 129 39 0 4541 0
[pid=24857/tid=24864] ppid=24855 vsize=312940 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24864/stat : 24864 (python) S 24855 24857 24229 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 694266197 320450560 13098 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.21
Current children cumulated vsize (KiB) 637480

[startup+51.1011 s]
/proc/loadavg: 1.96 1.71 1.48 3/184 24867
/proc/meminfo: memFree=27013484/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=312940 CPUtime=5 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 20700 930 1 0 488 12 0 0 25 0 2 0 694265668 320450560 13098 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24857/statm: 78235 13098 1867 364 0 14153 0
[pid=24863] ppid=24857 vsize=302696 CPUtime=0.04 cores=1,3,5,7
/proc/24863/stat : 24863 (python) S 24857 24857 24229 0 -1 4202560 975 0 0 0 3 1 0 0 18 0 1 0 694266197 309960704 11608 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660682255 0 0 16781312 514 14358742249452306696 0 0 17 1 0 0 0
/proc/24863/statm: 75674 11608 381 364 0 11592 0
[pid=24865] ppid=24863 vsize=23372 CPUtime=45.81 cores=1,3,5,7
/proc/24865/stat : 24865 (lingeling) R 24863 24865 24865 0 -1 4202496 6553 0 0 0 4581 0 0 0 25 0 1 0 694266197 23932928 5013 33554432000 4194304 4352236 140735126530528 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/24865/statm: 5843 5013 129 39 0 4923 0
[pid=24857/tid=24864] ppid=24855 vsize=312940 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24864/stat : 24864 (python) S 24855 24857 24229 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 694266197 320450560 13098 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 639008

[startup+102.307 s]
/proc/loadavg: 1.98 1.75 1.51 3/184 24868
/proc/meminfo: memFree=26984260/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=312940 CPUtime=5 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 20700 930 1 0 488 12 0 0 25 0 2 0 694265668 320450560 13098 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24857/statm: 78235 13098 1867 364 0 14153 0
[pid=24863] ppid=24857 vsize=302696 CPUtime=0.1 cores=1,3,5,7
/proc/24863/stat : 24863 (python) S 24857 24857 24229 0 -1 4202560 993 0 0 0 6 4 0 0 18 0 1 0 694266197 309960704 11608 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660682255 0 0 16781312 514 14358742249452306696 0 0 17 1 0 0 0
/proc/24863/statm: 75674 11608 381 364 0 11592 0
[pid=24865] ppid=24863 vsize=38732 CPUtime=97.02 cores=1,3,5,7
/proc/24865/stat : 24865 (lingeling) R 24863 24865 24865 0 -1 4202496 12441 0 0 0 9701 1 0 0 25 0 1 0 694266197 39661568 8853 33554432000 4194304 4352236 140735126530528 18446744073709551615 4279053 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/24865/statm: 9683 8853 129 39 0 8763 0
[pid=24857/tid=24864] ppid=24855 vsize=312940 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24864/stat : 24864 (python) S 24855 24857 24229 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 2 0 694266197 320450560 13098 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 654368

[startup+162.3 s]
/proc/loadavg: 1.99 1.79 1.54 3/188 24874
/proc/meminfo: memFree=26702580/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=323196 CPUtime=5.03 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 21453 930 1 0 491 12 0 0 19 0 3 0 694265668 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24857/statm: 80799 13113 1878 364 0 16714 0
[pid=24863] ppid=24857 vsize=312940 CPUtime=0.11 cores=1,3,5,7
/proc/24863/stat : 24863 (python) S 24857 24857 24229 0 -1 4202560 1154 0 0 0 6 5 0 0 19 0 2 0 694266197 320450560 11646 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24863/statm: 78235 11646 414 364 0 14153 0
[pid=24865] ppid=24863 vsize=38732 CPUtime=100.1 cores=1,3,5,7
/proc/24865/stat : 24865 (lingeling) T 24863 24865 24865 0 -1 4202496 12441 0 0 0 10009 1 0 0 25 0 1 0 694266197 39661568 8853 33554432000 4194304 4352236 140735126530528 18446744073709551615 4207584 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24865/statm: 9683 8853 129 39 0 8763 0
[pid=24863/tid=24869] ppid=24857 vsize=312940 CPUtime=0 cores=1,3,5,7
/proc/24863/task/24869/stat : 24869 (python) S 24857 24857 24229 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 694276207 320450560 11646 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 514 18446604454222990336 0 0 -1 1 0 0 0
[pid=24870] ppid=24857 vsize=312952 CPUtime=0.07 cores=1,3,5,7
/proc/24870/stat : 24870 (python) S 24857 24857 24229 0 -1 4202560 923 0 0 0 4 3 0 0 15 0 1 0 694276210 320462848 11601 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660682310 0 0 16781312 514 4604618361978978568 0 0 17 3 0 0 0
/proc/24870/statm: 78238 11601 370 364 0 14153 0
[pid=24872] ppid=24870 vsize=264464 CPUtime=56.88 cores=1,3,5,7
/proc/24872/stat : 24872 (cryptominisat-2) R 24870 24872 24872 0 -1 4202496 61064 0 0 0 5680 8 0 0 25 0 1 0 694276210 270811136 49176 33554432000 4194304 4677096 140737366255392 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24872/statm: 66116 49176 391 118 0 61075 0
[pid=24857/tid=24864] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24864/stat : 24864 (python) S 24855 24857 24229 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 3 0 694266197 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
[pid=24857/tid=24871] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24871/stat : 24871 (python) S 24855 24857 24229 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 3 0 694276210 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 1252284

[startup+222.301 s]
/proc/loadavg: 1.99 1.83 1.56 3/188 24875
/proc/meminfo: memFree=26682428/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=323196 CPUtime=5.03 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 21453 930 1 0 491 12 0 0 19 0 3 0 694265668 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24857/statm: 80799 13113 1878 364 0 16714 0

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

/proc/24872/stat : 24872 (cryptominisat-2) R 24870 24872 24872 0 -1 4202496 80373 0 0 0 13757 11 0 0 25 0 1 0 694276210 296574976 54706 33554432000 4194304 4677096 140737366255392 18446744073709551615 4465368 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24872/statm: 72406 54706 391 118 0 67365 0
[pid=24857/tid=24864] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24864/stat : 24864 (python) S 24855 24857 24229 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 3 0 694266197 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
[pid=24857/tid=24871] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24871/stat : 24871 (python) S 24855 24857 24229 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 3 0 694276210 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 243.1
Current children cumulated vsize (KiB) 1277444

[startup+246.301 s]
/proc/loadavg: 1.99 1.84 1.57 3/188 24876
/proc/meminfo: memFree=26669024/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=323196 CPUtime=5.03 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 21453 930 1 0 491 12 0 0 19 0 3 0 694265668 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24857/statm: 80799 13113 1878 364 0 16714 0
[pid=24863] ppid=24857 vsize=312940 CPUtime=0.11 cores=1,3,5,7
/proc/24863/stat : 24863 (python) S 24857 24857 24229 0 -1 4202560 1154 0 0 0 6 5 0 0 19 0 2 0 694266197 320450560 11646 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24863/statm: 78235 11646 414 364 0 14153 0
[pid=24865] ppid=24863 vsize=38732 CPUtime=100.1 cores=1,3,5,7
/proc/24865/stat : 24865 (lingeling) T 24863 24865 24865 0 -1 4202496 12441 0 0 0 10009 1 0 0 25 0 1 0 694266197 39661568 8853 33554432000 4194304 4352236 140735126530528 18446744073709551615 4207584 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24865/statm: 9683 8853 129 39 0 8763 0
[pid=24863/tid=24869] ppid=24857 vsize=312940 CPUtime=0 cores=1,3,5,7
/proc/24863/task/24869/stat : 24869 (python) S 24857 24857 24229 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 694276207 320450560 11646 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 514 18446604454222990336 0 0 -1 1 0 0 0
[pid=24870] ppid=24857 vsize=312952 CPUtime=0.2 cores=1,3,5,7
/proc/24870/stat : 24870 (python) S 24857 24857 24229 0 -1 4202560 953 0 0 0 11 9 0 0 15 0 1 0 694276210 320462848 11601 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660682310 0 0 16781312 514 14358742249452306696 0 0 17 3 0 0 0
/proc/24870/statm: 78238 11601 370 364 0 14153 0
[pid=24872] ppid=24870 vsize=289624 CPUtime=140.88 cores=1,3,5,7
/proc/24872/stat : 24872 (cryptominisat-2) R 24870 24872 24872 0 -1 4202496 80900 0 0 0 14077 11 0 0 25 0 1 0 694276210 296574976 55233 33554432000 4194304 4677096 140737366255392 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24872/statm: 72406 55233 391 118 0 67365 0
[pid=24857/tid=24864] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24864/stat : 24864 (python) S 24855 24857 24229 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 3 0 694266197 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
[pid=24857/tid=24871] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24871/stat : 24871 (python) S 24855 24857 24229 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 3 0 694276210 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 246.32
Current children cumulated vsize (KiB) 1277444

[startup+249.501 s]
/proc/loadavg: 1.99 1.84 1.57 3/188 24876
/proc/meminfo: memFree=26674228/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=323196 CPUtime=5.03 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 21453 930 1 0 491 12 0 0 19 0 3 0 694265668 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24857/statm: 80799 13113 1878 364 0 16714 0
[pid=24863] ppid=24857 vsize=312940 CPUtime=0.11 cores=1,3,5,7
/proc/24863/stat : 24863 (python) S 24857 24857 24229 0 -1 4202560 1154 0 0 0 6 5 0 0 19 0 2 0 694266197 320450560 11646 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24863/statm: 78235 11646 414 364 0 14153 0
[pid=24865] ppid=24863 vsize=38732 CPUtime=100.1 cores=1,3,5,7
/proc/24865/stat : 24865 (lingeling) T 24863 24865 24865 0 -1 4202496 12441 0 0 0 10009 1 0 0 25 0 1 0 694266197 39661568 8853 33554432000 4194304 4352236 140735126530528 18446744073709551615 4207584 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24865/statm: 9683 8853 129 39 0 8763 0
[pid=24863/tid=24869] ppid=24857 vsize=312940 CPUtime=0 cores=1,3,5,7
/proc/24863/task/24869/stat : 24869 (python) S 24857 24857 24229 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 694276207 320450560 11646 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 514 18446604454222990336 0 0 -1 1 0 0 0
[pid=24870] ppid=24857 vsize=312952 CPUtime=0.2 cores=1,3,5,7
/proc/24870/stat : 24870 (python) S 24857 24857 24229 0 -1 4202560 953 0 0 0 11 9 0 0 15 0 1 0 694276210 320462848 11601 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660682310 0 0 16781312 514 4604618361978978568 0 0 17 3 0 0 0
/proc/24870/statm: 78238 11601 370 364 0 14153 0
[pid=24872] ppid=24870 vsize=279116 CPUtime=144.07 cores=1,3,5,7
/proc/24872/stat : 24872 (cryptominisat-2) R 24870 24872 24872 0 -1 4202496 80978 0 0 0 14396 11 0 0 25 0 1 0 694276210 285814784 53555 33554432000 4194304 4677096 140737366255392 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24872/statm: 69779 53555 391 118 0 64738 0
[pid=24857/tid=24864] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24864/stat : 24864 (python) S 24855 24857 24229 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 3 0 694266197 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
[pid=24857/tid=24871] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24871/stat : 24871 (python) S 24855 24857 24229 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 3 0 694276210 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 249.51
Current children cumulated vsize (KiB) 1266936

[startup+251.101 s]
/proc/loadavg: 1.99 1.84 1.58 3/188 24876
/proc/meminfo: memFree=26672988/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=323196 CPUtime=5.03 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 21453 930 1 0 491 12 0 0 19 0 3 0 694265668 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24857/statm: 80799 13113 1878 364 0 16714 0
[pid=24863] ppid=24857 vsize=312940 CPUtime=0.11 cores=1,3,5,7
/proc/24863/stat : 24863 (python) S 24857 24857 24229 0 -1 4202560 1154 0 0 0 6 5 0 0 19 0 2 0 694266197 320450560 11646 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24863/statm: 78235 11646 414 364 0 14153 0
[pid=24865] ppid=24863 vsize=38732 CPUtime=100.1 cores=1,3,5,7
/proc/24865/stat : 24865 (lingeling) T 24863 24865 24865 0 -1 4202496 12441 0 0 0 10009 1 0 0 25 0 1 0 694266197 39661568 8853 33554432000 4194304 4352236 140735126530528 18446744073709551615 4207584 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24865/statm: 9683 8853 129 39 0 8763 0
[pid=24863/tid=24869] ppid=24857 vsize=312940 CPUtime=0 cores=1,3,5,7
/proc/24863/task/24869/stat : 24869 (python) S 24857 24857 24229 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 694276207 320450560 11646 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 514 18446604454222990336 0 0 -1 1 0 0 0
[pid=24870] ppid=24857 vsize=312952 CPUtime=0.2 cores=1,3,5,7
/proc/24870/stat : 24870 (python) S 24857 24857 24229 0 -1 4202560 953 0 0 0 11 9 0 0 15 0 1 0 694276210 320462848 11601 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660682310 0 0 16781312 514 4604618361978978568 0 0 17 3 0 0 0
/proc/24870/statm: 78238 11601 370 364 0 14153 0
[pid=24872] ppid=24870 vsize=279116 CPUtime=145.67 cores=1,3,5,7
/proc/24872/stat : 24872 (cryptominisat-2) R 24870 24872 24872 0 -1 4202496 80978 0 0 0 14556 11 0 0 25 0 1 0 694276210 285814784 53555 33554432000 4194304 4677096 140737366255392 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24872/statm: 69779 53555 391 118 0 64738 0
[pid=24857/tid=24864] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24864/stat : 24864 (python) S 24855 24857 24229 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 3 0 694266197 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
[pid=24857/tid=24871] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24871/stat : 24871 (python) S 24855 24857 24229 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 3 0 694276210 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 251.11
Current children cumulated vsize (KiB) 1266936

[startup+251.907 s]
/proc/loadavg: 1.99 1.84 1.58 3/188 24876
/proc/meminfo: memFree=26672740/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=323196 CPUtime=5.03 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 21453 930 1 0 491 12 0 0 19 0 3 0 694265668 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24857/statm: 80799 13113 1878 364 0 16714 0
[pid=24863] ppid=24857 vsize=312940 CPUtime=0.11 cores=1,3,5,7
/proc/24863/stat : 24863 (python) S 24857 24857 24229 0 -1 4202560 1154 0 0 0 6 5 0 0 19 0 2 0 694266197 320450560 11646 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24863/statm: 78235 11646 414 364 0 14153 0
[pid=24865] ppid=24863 vsize=38732 CPUtime=100.1 cores=1,3,5,7
/proc/24865/stat : 24865 (lingeling) T 24863 24865 24865 0 -1 4202496 12441 0 0 0 10009 1 0 0 25 0 1 0 694266197 39661568 8853 33554432000 4194304 4352236 140735126530528 18446744073709551615 4207584 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24865/statm: 9683 8853 129 39 0 8763 0
[pid=24863/tid=24869] ppid=24857 vsize=312940 CPUtime=0 cores=1,3,5,7
/proc/24863/task/24869/stat : 24869 (python) S 24857 24857 24229 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 694276207 320450560 11646 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 514 18446604454222990336 0 0 -1 1 0 0 0
[pid=24870] ppid=24857 vsize=312952 CPUtime=0.2 cores=1,3,5,7
/proc/24870/stat : 24870 (python) S 24857 24857 24229 0 -1 4202560 955 0 0 0 11 9 0 0 15 0 1 0 694276210 320462848 11601 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660682310 0 0 16781312 514 14358742249452306696 0 0 17 3 0 0 0
/proc/24870/statm: 78238 11601 370 364 0 14153 0
[pid=24872] ppid=24870 vsize=279116 CPUtime=146.48 cores=1,3,5,7
/proc/24872/stat : 24872 (cryptominisat-2) R 24870 24872 24872 0 -1 4202496 80978 0 0 0 14637 11 0 0 25 0 1 0 694276210 285814784 53555 33554432000 4194304 4677096 140737366255392 18446744073709551615 4320275 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24872/statm: 69779 53555 391 118 0 64738 0
[pid=24857/tid=24864] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24864/stat : 24864 (python) S 24855 24857 24229 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 3 0 694266197 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
[pid=24857/tid=24871] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24871/stat : 24871 (python) S 24855 24857 24229 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 3 0 694276210 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 251.92
Current children cumulated vsize (KiB) 1266936

[startup+252.101 s]
/proc/loadavg: 1.99 1.84 1.58 3/188 24876
/proc/meminfo: memFree=26672740/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=323196 CPUtime=5.03 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 21453 930 1 0 491 12 0 0 19 0 3 0 694265668 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24857/statm: 80799 13113 1878 364 0 16714 0
[pid=24863] ppid=24857 vsize=312940 CPUtime=0.11 cores=1,3,5,7
/proc/24863/stat : 24863 (python) S 24857 24857 24229 0 -1 4202560 1154 0 0 0 6 5 0 0 19 0 2 0 694266197 320450560 11646 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24863/statm: 78235 11646 414 364 0 14153 0
[pid=24865] ppid=24863 vsize=38732 CPUtime=100.1 cores=1,3,5,7
/proc/24865/stat : 24865 (lingeling) T 24863 24865 24865 0 -1 4202496 12441 0 0 0 10009 1 0 0 25 0 1 0 694266197 39661568 8853 33554432000 4194304 4352236 140735126530528 18446744073709551615 4207584 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24865/statm: 9683 8853 129 39 0 8763 0
[pid=24863/tid=24869] ppid=24857 vsize=312940 CPUtime=0 cores=1,3,5,7
/proc/24863/task/24869/stat : 24869 (python) S 24857 24857 24229 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 694276207 320450560 11646 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 514 18446604454222990336 0 0 -1 1 0 0 0
[pid=24870] ppid=24857 vsize=312952 CPUtime=0.2 cores=1,3,5,7
/proc/24870/stat : 24870 (python) S 24857 24857 24229 0 -1 4202560 955 0 0 0 11 9 0 0 15 0 1 0 694276210 320462848 11601 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660682310 0 0 16781312 514 14358742249452306696 0 0 17 3 0 0 0
/proc/24870/statm: 78238 11601 370 364 0 14153 0
[pid=24872] ppid=24870 vsize=279116 CPUtime=146.67 cores=1,3,5,7
/proc/24872/stat : 24872 (cryptominisat-2) R 24870 24872 24872 0 -1 4202496 80978 0 0 0 14656 11 0 0 25 0 1 0 694276210 285814784 53555 33554432000 4194304 4677096 140737366255392 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24872/statm: 69779 53555 391 118 0 64738 0
[pid=24857/tid=24864] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24864/stat : 24864 (python) S 24855 24857 24229 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 3 0 694266197 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
[pid=24857/tid=24871] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24871/stat : 24871 (python) S 24855 24857 24229 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 3 0 694276210 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 252.11
Current children cumulated vsize (KiB) 1266936

[startup+252.201 s]
/proc/loadavg: 1.99 1.84 1.58 3/188 24876
/proc/meminfo: memFree=26672740/32951124 swapFree=67055716/67111528
[pid=24857] ppid=24855 vsize=323196 CPUtime=5.03 cores=1,3,5,7
/proc/24857/stat : 24857 (python) S 24855 24857 24229 0 -1 4202496 21453 930 1 0 491 12 0 0 19 0 3 0 694265668 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/24857/statm: 80799 13113 1878 364 0 16714 0
[pid=24863] ppid=24857 vsize=312940 CPUtime=0.11 cores=1,3,5,7
/proc/24863/stat : 24863 (python) S 24857 24857 24229 0 -1 4202560 1154 0 0 0 6 5 0 0 19 0 2 0 694266197 320450560 11646 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672488907 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24863/statm: 78235 11646 414 364 0 14153 0
[pid=24865] ppid=24863 vsize=38732 CPUtime=100.1 cores=1,3,5,7
/proc/24865/stat : 24865 (lingeling) T 24863 24865 24865 0 -1 4202496 12441 0 0 0 10009 1 0 0 25 0 1 0 694266197 39661568 8853 33554432000 4194304 4352236 140735126530528 18446744073709551615 4207584 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24865/statm: 9683 8853 129 39 0 8763 0
[pid=24863/tid=24869] ppid=24857 vsize=312940 CPUtime=0 cores=1,3,5,7
/proc/24863/task/24869/stat : 24869 (python) S 24857 24857 24229 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 694276207 320450560 11646 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 514 18446604454222990336 0 0 -1 1 0 0 0
[pid=24870] ppid=24857 vsize=312952 CPUtime=0.2 cores=1,3,5,7
/proc/24870/stat : 24870 (python) S 24857 24857 24229 0 -1 4202560 955 0 0 0 11 9 0 0 15 0 1 0 694276210 320462848 11601 33554432000 4194304 5683644 140734867202528 18446744073709551615 268660682310 0 0 16781312 514 14358742249452306696 0 0 17 3 0 0 0
/proc/24870/statm: 78238 11601 370 364 0 14153 0
[pid=24872] ppid=24870 vsize=279116 CPUtime=146.77 cores=1,3,5,7
/proc/24872/stat : 24872 (cryptominisat-2) R 24870 24872 24872 0 -1 4202496 80978 0 0 0 14666 11 0 0 25 0 1 0 694276210 285814784 53555 33554432000 4194304 4677096 140737366255392 18446744073709551615 4317673 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24872/statm: 69779 53555 391 118 0 64738 0
[pid=24857/tid=24864] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24864/stat : 24864 (python) S 24855 24857 24229 0 -1 4202560 27 930 0 0 0 0 0 0 25 0 3 0 694266197 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
[pid=24857/tid=24871] ppid=24855 vsize=323196 CPUtime=0 cores=1,3,5,7
/proc/24857/task/24871/stat : 24871 (python) S 24855 24857 24229 0 -1 4202560 23 930 0 0 0 0 0 0 20 0 3 0 694276210 330952704 13113 33554432000 4194304 5683644 140734867202528 18446744073709551615 268672485809 0 0 16781312 2 18446604460476524480 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 252.21
Current children cumulated vsize (KiB) 1266936

Child status: 0
Real time (s): 252.286
CPU time (s): 252.352
CPU user time (s): 251.924
CPU system time (s): 0.427934
CPU usage (%): 100.026
Max. virtual memory (cumulated for all children) (KiB): 1277444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.924
system time used= 0.427934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125248
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= 3373
involuntary context switches= 344

runsolver used 0.394939 second user time and 0.949855 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-19 18:25:44
IDJOB=3498389
IDBENCH=82433
IDSOLVER=1991
FILE ID=node107/3498389-1308500744
RUNJOBID= node107-1308500405-24764
PBS_JOBID= 13608199
Free space on /tmp= 73680 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-13-step17.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-3498389-1308500744/watcher-3498389-1308500744 -o /tmp/evaluation-result-3498389-1308500744/solver-3498389-1308500744 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498389-1308500744.cnf -seed 1780501116 -budget 5000

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

MD5SUM BENCH= e7acb1f64be7eb3ff1367dad08444685
RANDOM SEED=1780501116

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27162536 kB
Buffers:        479164 kB
Cached:        3415380 kB
SwapCached:      20424 kB
Active:        2685212 kB
Inactive:      2732508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27162536 kB
SwapTotal:    67111528 kB
SwapFree:     67055716 kB
Dirty:           33908 kB
Writeback:           0 kB
AnonPages:     1520736 kB
Mapped:          18672 kB
Slab:           301432 kB
PageTables:       9212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2230720 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= 73652 MiB
End job on node107 at 2011-06-19 18:29:56