Trace number 3321619

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrialUNSAT 1368.11 181.36

General information on the benchmark

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

Solver Data

0.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.68	c INFO: solving HOME/instance-3321619-1304348279.cnf
0.34/0.68	c INFO: computing task features
1.11/1.45	c INFO: computed variable-clause graph statistics
1.11/1.48	c INFO: computed clause balance statistics
4.91/5.23	c INFO: computed variable balance statistics
7.81/8.19	c INFO: computed small-clause counts
7.91/8.22	c INFO: computed Horn-clause counts
11.01/11.31	c INFO: computed variable graph statistics
11.01/11.31	c INFO: collected features for HOME/instance-3321619-1304348279.cnf in 10.61 s
11.01/11.34	c INFO: running lingeling-276@0 for 97 with 39989 remaining (b = 0.26)
11.01/11.37	c INFO: running cryptominisat-2.9.0@0 for 485 with 39989 remaining (b = 0.25)
11.11/11.41	c INFO: running lingeling-276@0 for 1261 with 39989 remaining (b = 0.41)
11.11/11.44	c INFO: running lingeling-276@0 for 1261 with 39989 remaining (b = 0.35)
11.11/11.48	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39989 remaining (b = 0.43)
11.21/11.51	c INFO: running lingeling-276@0 for 1261 with 39989 remaining (b = 0.28)
11.21/11.54	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39989 remaining (b = 0.36)
11.21/11.58	c INFO: running precosat-570@0 for 776 with 39989 remaining (b = 0.22)
810.68/111.52	c INFO: running SApperloT@0 for 97 with 39889 remaining (b = 0.02)
1367.90/181.32	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321619-1304348279/watcher-3321619-1304348279 -o /tmp/evaluation-result-3321619-1304348279/solver-3321619-1304348279 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321619-1304348279.cnf -seed 2115416908 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 7.38 7.89 7.96 2/198 26620
/proc/meminfo: memFree=25561884/32950928 swapFree=67111356/67111528
[pid=26620] ppid=26618 vsize=15184 CPUtime=0 cores=0-7
/proc/26620/stat : 26620 (python) S 26618 26620 26594 0 -1 4202496 733 0 0 0 0 0 0 0 17 0 1 0 625058601 15548416 621 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895488512 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/26620/statm: 3796 621 322 364 0 283 0

[startup+0.055735 s]
/proc/loadavg: 7.38 7.89 7.96 2/198 26620
/proc/meminfo: memFree=25561884/32950928 swapFree=67111356/67111528
[pid=26620] ppid=26618 vsize=29412 CPUtime=0.02 cores=0-7
/proc/26620/stat : 26620 (python) R 26618 26620 26594 0 -1 4202496 1365 0 0 0 2 0 0 0 17 0 1 0 625058601 30117888 1208 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895151301 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26620/statm: 7353 1208 443 364 0 723 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29412

[startup+0.100715 s]
/proc/loadavg: 7.38 7.89 7.96 2/198 26620
/proc/meminfo: memFree=25561884/32950928 swapFree=67111356/67111528
[pid=26620] ppid=26618 vsize=85616 CPUtime=0.05 cores=0-7
/proc/26620/stat : 26620 (python) S 26618 26620 26594 0 -1 4202496 2630 0 0 0 4 1 0 0 17 0 1 0 625058601 87670784 2347 33554432000 4194304 5683644 140735088315872 18446744073709551615 231890566791 0 2147483391 16781312 2 18446744071699215550 0 0 17 4 0 0 0
/proc/26620/statm: 21925 2349 713 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85616

[startup+0.300673 s]
/proc/loadavg: 7.38 7.89 7.96 2/198 26620
/proc/meminfo: memFree=25561884/32950928 swapFree=67111356/67111528
[pid=26620] ppid=26618 vsize=135748 CPUtime=0.18 cores=0-7
/proc/26620/stat : 26620 (python) R 26618 26620 26594 0 -1 4202496 5964 935 1 0 13 5 0 0 18 0 1 0 625058601 139005952 4149 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895486469 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26620/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700609 s]
/proc/loadavg: 7.38 7.89 7.96 2/198 26620
/proc/meminfo: memFree=25561884/32950928 swapFree=67111356/67111528
[pid=26620] ppid=26618 vsize=283692 CPUtime=0.41 cores=0-7
/proc/26620/stat : 26620 (python) R 26618 26620 26594 0 -1 4202496 10559 935 1 0 31 10 0 0 17 0 1 0 625058601 290500608 8240 33554432000 4194304 5683644 140735088315872 18446744073709551615 4943918 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26620/statm: 70923 8240 1761 364 0 6847 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 283692

[startup+1.50045 s]
/proc/loadavg: 6.87 7.78 7.92 2/199 26625
/proc/meminfo: memFree=25515252/32950928 swapFree=67111356/67111528
[pid=26620] ppid=26618 vsize=329420 CPUtime=1.21 cores=0-7
/proc/26620/stat : 26620 (python) R 26618 26620 26594 0 -1 4202496 30948 935 1 0 109 12 0 0 18 0 1 0 625058601 337326080 19740 33554432000 4194304 5683644 140735088315872 18446744073709551615 47807622104860 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26620/statm: 82355 19740 1826 364 0 18279 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 329420

[startup+3.10116 s]
/proc/loadavg: 6.87 7.78 7.92 2/199 26625
/proc/meminfo: memFree=25489336/32950928 swapFree=67111356/67111528
[pid=26620] ppid=26618 vsize=329420 CPUtime=2.81 cores=0-7
/proc/26620/stat : 26620 (python) R 26618 26620 26594 0 -1 4202496 30948 935 1 0 269 12 0 0 21 0 1 0 625058601 337326080 19740 33554432000 4194304 5683644 140735088315872 18446744073709551615 4314261 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26620/statm: 82355 19740 1826 364 0 18279 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 329420

[startup+6.30056 s]
/proc/loadavg: 6.87 7.78 7.92 2/199 26625
/proc/meminfo: memFree=25490276/32950928 swapFree=67111356/67111528
[pid=26620] ppid=26618 vsize=329420 CPUtime=6.01 cores=0-7
/proc/26620/stat : 26620 (python) R 26618 26620 26594 0 -1 4202496 30949 935 1 0 589 12 0 0 25 0 1 0 625058601 337326080 19741 33554432000 4194304 5683644 140735088315872 18446744073709551615 47807654521068 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26620/statm: 82355 19741 1827 364 0 18279 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 329420

[startup+12.7013 s]
/proc/loadavg: 5.97 7.56 7.84 9/223 26649
/proc/meminfo: memFree=25286320/32950928 swapFree=67111356/67111528
[pid=26620] ppid=26618 vsize=475012 CPUtime=11.29 cores=0-7
/proc/26620/stat : 26620 (python) S 26618 26620 26594 0 -1 4202496 36935 935 1 0 1114 15 0 0 23 0 9 0 625058601 486412288 19436 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26620/statm: 118753 19436 1889 364 0 54650 0
[pid=26626] ppid=26620 vsize=327440 CPUtime=0 cores=0-7
/proc/26626/stat : 26626 (python) S 26620 26620 26594 0 -1 4202560 739 0 0 0 0 0 0 0 18 0 1 0 625059736 335298560 17766 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510543 0 0 16781312 514 3986489142639853567 0 0 17 1 0 0 0
/proc/26626/statm: 81860 17766 353 364 0 17778 0
[pid=26628] ppid=26626 vsize=17972 CPUtime=1.33 cores=0-7
/proc/26628/stat : 26628 (lingeling) R 26626 26628 26628 0 -1 4202496 6510 0 0 0 133 0 0 0 25 0 1 0 625059737 18403328 3674 33554432000 4194304 4352236 140733533550768 18446744073709551615 4319146 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26628/statm: 4493 3674 121 39 0 3573 0
[pid=26629] ppid=26620 vsize=337696 CPUtime=0 cores=0-7
/proc/26629/stat : 26629 (python) S 26620 26620 26594 0 -1 4202560 741 0 0 0 0 0 0 0 15 0 1 0 625059739 345800704 17764 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 7890302153401532676 0 0 17 4 0 0 0
/proc/26629/statm: 84424 17764 347 364 0 20339 0
[pid=26631] ppid=26629 vsize=114444 CPUtime=1.3 cores=0-7
/proc/26631/stat : 26631 (cryptominisat-2) R 26629 26631 26631 0 -1 4202496 20753 0 0 0 128 2 0 0 25 0 1 0 625059740 117190656 19436 33554432000 4194304 4677096 140735619921248 18446744073709551615 4250231 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26631/statm: 28611 19436 362 118 0 23570 0
[pid=26632] ppid=26620 vsize=347952 CPUtime=0 cores=0-7
/proc/26632/stat : 26632 (python) S 26620 26620 26594 0 -1 4202560 750 0 0 0 0 0 0 0 18 0 1 0 625059743 356302848 17768 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 4215997076653211647 0 0 17 1 0 0 0
/proc/26632/statm: 86988 17768 347 364 0 22900 0
[pid=26634] ppid=26632 vsize=17880 CPUtime=1.27 cores=0-7
/proc/26634/stat : 26634 (lingeling) R 26632 26634 26634 0 -1 4202496 6497 0 0 0 126 1 0 0 25 0 1 0 625059743 18309120 3626 33554432000 4194304 4352236 140736010192736 18446744073709551615 4319146 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26634/statm: 4470 3626 121 39 0 3550 0
[pid=26635] ppid=26620 vsize=358208 CPUtime=0 cores=0-7
/proc/26635/stat : 26635 (python) S 26620 26620 26594 0 -1 4202560 753 0 0 0 0 0 0 0 18 0 1 0 625059746 366804992 17772 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 4215985531781119999 0 0 17 1 0 0 0
/proc/26635/statm: 89552 17772 347 364 0 25461 0
[pid=26637] ppid=26635 vsize=17868 CPUtime=1.24 cores=0-7
/proc/26637/stat : 26637 (lingeling) R 26635 26637 26637 0 -1 4202496 6458 0 0 0 123 1 0 0 25 0 1 0 625059747 18296832 3622 33554432000 4194304 4352236 140734274756944 18446744073709551615 4319146 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26637/statm: 4467 3622 121 39 0 3547 0
[pid=26638] ppid=26620 vsize=434000 CPUtime=0 cores=0-7
/proc/26638/stat : 26638 (python) S 26620 26620 26594 0 -1 4202560 724 0 0 0 0 0 0 0 15 0 1 0 625059750 444416000 17894 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 5627696339438502146 0 0 17 7 0 0 0
/proc/26638/statm: 108500 17894 348 364 0 44406 0
[pid=26640] ppid=26638 vsize=105596 CPUtime=1.2 cores=0-7
/proc/26640/stat : 26640 (cryptominisat-2) R 26638 26640 26640 0 -1 4202496 18974 0 0 0 118 2 0 0 25 0 1 0 625059750 108130304 17668 33554432000 4194304 4677096 140736106130528 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26640/statm: 26399 17668 362 118 0 21358 0
[pid=26641] ppid=26620 vsize=444256 CPUtime=0 cores=0-7
/proc/26641/stat : 26641 (python) S 26620 26620 26594 0 -1 4202560 731 0 0 0 0 0 0 0 18 0 1 0 625059753 454918144 17894 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 3361102321923653631 0 0 17 1 0 0 0
/proc/26641/statm: 111064 17894 348 364 0 46967 0
[pid=26643] ppid=26641 vsize=17872 CPUtime=1.16 cores=0-7
/proc/26643/stat : 26643 (lingeling) R 26641 26643 26643 0 -1 4202496 6454 0 0 0 115 1 0 0 25 0 1 0 625059753 18300928 3623 33554432000 4194304 4352236 140735651791488 18446744073709551615 4319056 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26643/statm: 4468 3623 120 39 0 3548 0
[pid=26644] ppid=26620 vsize=454512 CPUtime=0 cores=0-7
/proc/26644/stat : 26644 (python) S 26620 26620 26594 0 -1 4202560 742 0 0 0 0 0 0 0 16 0 1 0 625059756 465420288 17898 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 5634055914693558532 0 0 17 1 0 0 0
/proc/26644/statm: 113628 17898 348 364 0 49528 0
[pid=26646] ppid=26644 vsize=89528 CPUtime=1.11 cores=0-7
/proc/26646/stat : 26646 (cryptominisat-2) R 26644 26646 26646 0 -1 4202496 15526 0 0 0 109 2 0 0 25 0 1 0 625059758 91676672 14217 33554432000 4194304 4677096 140733427371696 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/26646/statm: 22382 14218 362 118 0 17341 0
[pid=26647] ppid=26620 vsize=464768 CPUtime=0 cores=0-7
/proc/26647/stat : 26647 (python) S 26620 26620 26594 0 -1 4202560 778 0 0 0 0 0 0 0 18 0 1 0 625059760 475922432 17897 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 4582456055853744127 0 0 17 0 0 0 0
/proc/26647/statm: 116192 17897 354 364 0 52089 0
[pid=26649] ppid=26647 vsize=54992 CPUtime=1.09 cores=0-7
/proc/26649/stat : 26649 (precosat) R 26647 26649 26649 0 -1 4202496 14203 0 0 0 107 2 0 0 25 0 1 0 625059760 56311808 13150 33554432000 4194304 4890832 140733842511984 18446744073709551615 4293232 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/26649/statm: 13748 13153 84 171 0 13575 0
[pid=26620/tid=26627] ppid=26618 vsize=475012 CPUtime=0 cores=0-7
/proc/26620/task/26627/stat : 26627 (python) S 26618 26620 26594 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 625059737 486412288 19436 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 0 0 0 0
[pid=26620/tid=26630] ppid=26618 vsize=475012 CPUtime=0 cores=0-7
/proc/26620/task/26630/stat : 26630 (python) S 26618 26620 26594 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 9 0 625059740 486412288 19436 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 2 0 0 0
[pid=26620/tid=26633] ppid=26618 vsize=475012 CPUtime=0 cores=0-7
/proc/26620/task/26633/stat : 26633 (python) S 26618 26620 26594 0 -1 4202560 21 935 0 0 0 0 0 0 19 0 9 0 625059743 486412288 19436 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 2 0 0 0
[pid=26620/tid=26636] ppid=26618 vsize=475012 CPUtime=0 cores=0-7
/proc/26620/task/26636/stat : 26636 (python) S 26618 26620 26594 0 -1 4202560 22 935 0 0 0 0 0 0 18 0 9 0 625059747 486412288 19436 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 5 0 0 0
[pid=26620/tid=26639] ppid=26618 vsize=475012 CPUtime=0 cores=0-7
/proc/26620/task/26639/stat : 26639 (python) S 26618 26620 26594 0 -1 4202560 81 935 0 0 0 0 0 0 19 0 9 0 625059750 486412288 19436 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 2 0 0 0
[pid=26620/tid=26642] ppid=26618 vsize=475012 CPUtime=0 cores=0-7
/proc/26620/task/26642/stat : 26642 (python) S 26618 26620 26594 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 9 0 625059753 486412288 19436 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 7 0 0 0
[pid=26620/tid=26645] ppid=26618 vsize=475012 CPUtime=0 cores=0-7
/proc/26620/task/26645/stat : 26645 (python) S 26618 26620 26594 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 9 0 625059757 486412288 19436 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 1 0 0 0
[pid=26620/tid=26648] ppid=26618 vsize=475012 CPUtime=0 cores=0-7
/proc/26620/task/26648/stat : 26648 (python) S 26618 26620 26594 0 -1 4202560 34 935 0 0 0 0 0 0 23 0 9 0 625059760 486412288 19436 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.99
Current children cumulated vsize (KiB) 4079996

[startup+25.5019 s]
/proc/loadavg: 6.35 7.59 7.85 9/223 26650
/proc/meminfo: memFree=23999192/32950928 swapFree=67111356/67111528
[pid=26620] ppid=26618 vsize=475012 CPUtime=11.29 cores=0-7
/proc/26620/stat : 26620 (python) S 26618 26620 26594 0 -1 4202496 36935 935 1 0 1114 15 0 0 23 0 9 0 625058601 486412288 19436 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26620/statm: 118753 19436 1889 364 0 54650 0
[pid=26626] ppid=26620 vsize=327440 CPUtime=0.02 cores=0-7
/proc/26626/stat : 26626 (python) S 26620 26620 26594 0 -1 4202560 914 0 0 0 1 1 0 0 18 0 1 0 625059736 335298560 17789 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510543 0 0 16781312 514 1245262889153954052 0 0 17 1 0 0 0
/proc/26626/statm: 81860 17789 376 364 0 17778 0
[pid=26628] ppid=26626 vsize=28196 CPUtime=14.14 cores=0-7
/proc/26628/stat : 26628 (lingeling) R 26626 26628 26628 0 -1 4202496 9169 0 0 0 1413 1 0 0 25 0 1 0 625059737 28872704 5964 33554432000 4194304 4352236 140733533550768 18446744073709551615 4329000 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/26628/statm: 7049 5964 129 39 0 6129 0
[pid=26629] ppid=26620 vsize=337696 CPUtime=0.01 cores=0-7
/proc/26629/stat : 26629 (python) S 26620 26620 26594 0 -1 4202560 904 0 0 0 0 1 0 0 15 0 1 0 625059739 345800704 17787 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 7890302153401532676 0 0 17 4 0 0 0
/proc/26629/statm: 84424 17787 370 364 0 20339 0
[pid=26631] ppid=26629 vsize=571548 CPUtime=14.08 cores=0-7
/proc/26631/stat : 26631 (cryptominisat-2) R 26629 26631 26631 0 -1 4202496 112961 0 0 0 1395 13 0 0 25 0 1 0 625059740 585265152 109348 33554432000 4194304 4677096 140735619921248 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26631/statm: 142887 109348 388 118 0 137846 0
[pid=26632] ppid=26620 vsize=347952 CPUtime=0.01 cores=0-7
/proc/26632/stat : 26632 (python) S 26620 26620 26594 0 -1 4202560 915 0 0 0 0 1 0 0 18 0 1 0 625059743 356302848 17791 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 1245262889153954051 0 0 17 1 0 0 0
/proc/26632/statm: 86988 17791 370 364 0 22900 0
[pid=26634] ppid=26632 vsize=27700 CPUtime=14.07 cores=0-7
/proc/26634/stat : 26634 (lingeling) R 26632 26634 26634 0 -1 4202496 9076 0 0 0 1406 1 0 0 25 0 1 0 625059743 28364800 5840 33554432000 4194304 4352236 140736010192736 18446744073709551615 4251210 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26634/statm: 6925 5840 129 39 0 6005 0
[pid=26635] ppid=26620 vsize=358208 CPUtime=0.01 cores=0-7
/proc/26635/stat : 26635 (python) S 26620 26620 26594 0 -1 4202560 934 0 0 0 0 1 0 0 18 0 1 0 625059746 366804992 17795 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 1245262889153954052 0 0 17 1 0 0 0
/proc/26635/statm: 89552 17795 370 364 0 25461 0
[pid=26637] ppid=26635 vsize=27484 CPUtime=14.04 cores=0-7
/proc/26637/stat : 26637 (lingeling) R 26635 26637 26637 0 -1 4202496 9246 0 0 0 1403 1 0 0 25 0 1 0 625059747 28143616 6040 33554432000 4194304 4352236 140734274756944 18446744073709551615 4328429 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26637/statm: 6871 6040 129 39 0 5951 0
[pid=26638] ppid=26620 vsize=434000 CPUtime=0.01 cores=0-7
/proc/26638/stat : 26638 (python) S 26620 26620 26594 0 -1 4202560 800 0 0 0 1 0 0 0 15 0 1 0 625059750 444416000 17917 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 5627696339438502146 0 0 17 7 0 0 0
/proc/26638/statm: 108500 17917 371 364 0 44406 0
[pid=26640] ppid=26638 vsize=571492 CPUtime=14 cores=0-7
/proc/26640/stat : 26640 (cryptominisat-2) R 26638 26640 26640 0 -1 4202496 112902 0 0 0 1387 13 0 0 25 0 1 0 625059750 585207808 109423 33554432000 4194304 4677096 140736106130528 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/26640/statm: 142873 109423 388 118 0 137832 0

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

/proc/26643/statm: 11467 10637 129 39 0 10547 0
[pid=26644] ppid=26620 vsize=454512 CPUtime=0.29 cores=0-7
/proc/26644/stat : 26644 (python) S 26620 26620 26594 0 -1 4202560 827 0 0 0 18 11 0 0 15 0 1 0 625059756 465420288 17921 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 5634055914693558532 0 0 17 0 0 0 0
/proc/26644/statm: 113628 17921 371 364 0 49528 0
[pid=26646] ppid=26644 vsize=623076 CPUtime=168.84 cores=0-7
/proc/26646/stat : 26646 (cryptominisat-2) R 26644 26646 26646 0 -1 4202496 149909 0 0 0 16858 26 0 0 25 0 1 0 625059758 638029824 121950 33554432000 4194304 4677096 140733427371696 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26646/statm: 155769 121950 391 118 0 150728 0
[pid=26647] ppid=26620 vsize=464768 CPUtime=0.25 cores=0-7
/proc/26647/stat : 26647 (python) S 26620 26620 26594 0 -1 4202560 865 0 0 0 14 11 0 0 18 0 1 0 625059760 475922432 17920 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 1245262889153954049 0 0 17 0 0 0 0
/proc/26647/statm: 116192 17920 377 364 0 52089 0
[pid=26649] ppid=26647 vsize=62944 CPUtime=168.15 cores=0-7
/proc/26649/stat : 26649 (precosat) R 26647 26649 26649 0 -1 4202496 16144 0 0 0 16812 3 0 0 25 0 1 0 625059760 64454656 15091 33554432000 4194304 4890832 140733842511984 18446744073709551615 4229325 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/26649/statm: 15736 15091 86 171 0 15563 0
[pid=26654] ppid=26620 vsize=475024 CPUtime=0.09 cores=0-7
/proc/26654/stat : 26654 (python) S 26620 26620 26594 0 -1 4202560 836 0 0 0 5 4 0 0 18 0 1 0 625069754 486424576 17987 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 1245262889153954052 0 0 17 0 0 0 0
/proc/26654/statm: 118756 17987 371 364 0 54650 0
[pid=26656] ppid=26654 vsize=63276 CPUtime=68.83 cores=0-7
/proc/26656/stat : 26656 (SApperloT-base) R 26654 26656 26656 0 -1 4202496 15325 0 0 0 6879 4 0 0 25 0 1 0 625069755 64794624 14958 33554432000 134512640 135674940 4292339056 18446744073709551615 134564020 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26656/statm: 15819 14958 100 284 0 15533 0
[pid=26620/tid=26627] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26627/stat : 26627 (python) S 26618 26620 26594 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 10 0 625059737 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 0 0 0 0
[pid=26620/tid=26630] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26630/stat : 26630 (python) S 26618 26620 26594 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 10 0 625059740 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 2 0 0 0
[pid=26620/tid=26633] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26633/stat : 26633 (python) S 26618 26620 26594 0 -1 4202560 21 935 0 0 0 0 0 0 19 0 10 0 625059743 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 2 0 0 0
[pid=26620/tid=26636] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26636/stat : 26636 (python) S 26618 26620 26594 0 -1 4202560 22 935 0 0 0 0 0 0 18 0 10 0 625059747 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 5 0 0 0
[pid=26620/tid=26639] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26639/stat : 26639 (python) S 26618 26620 26594 0 -1 4202560 81 935 0 0 0 0 0 0 19 0 10 0 625059750 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 2 0 0 0
[pid=26620/tid=26642] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26642/stat : 26642 (python) S 26618 26620 26594 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 10 0 625059753 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 7 0 0 0
[pid=26620/tid=26645] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26645/stat : 26645 (python) S 26618 26620 26594 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 10 0 625059757 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 1 0 0 0
[pid=26620/tid=26648] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26648/stat : 26648 (python) S 26618 26620 26594 0 -1 4202560 34 935 0 0 0 0 0 0 23 0 10 0 625059760 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 0 0 0 0
[pid=26620/tid=26655] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26655/stat : 26655 (python) S 26618 26620 26594 0 -1 4202560 40 935 0 0 0 0 0 0 20 0 10 0 625069755 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1363.2
Current children cumulated vsize (KiB) 5675280

[startup+181.102 s]
/proc/loadavg: 7.91 7.76 7.87 10/227 26658
/proc/meminfo: memFree=24213064/32950928 swapFree=67111356/67111528
[pid=26620] ppid=26618 vsize=485268 CPUtime=11.33 cores=0-7
/proc/26620/stat : 26620 (python) S 26618 26620 26594 0 -1 4202496 37637 935 1 0 1117 16 0 0 19 0 10 0 625058601 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907317195 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26620/statm: 121317 19512 1892 364 0 57211 0
[pid=26626] ppid=26620 vsize=337684 CPUtime=0.15 cores=0-7
/proc/26626/stat : 26626 (python) S 26620 26620 26594 0 -1 4202560 1103 0 0 0 8 7 0 0 19 0 2 0 625059736 345788416 17827 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907317195 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/26626/statm: 84421 17827 409 364 0 20339 0
[pid=26628] ppid=26626 vsize=39624 CPUtime=100.12 cores=0-7
/proc/26628/stat : 26628 (lingeling) T 26626 26628 26628 0 -1 4202496 12986 0 0 0 10011 1 0 0 25 0 1 0 625059737 40574976 9076 33554432000 4194304 4352236 140733533550768 18446744073709551615 4281116 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/26628/statm: 9906 9076 129 39 0 8986 0
[pid=26626/tid=26653] ppid=26620 vsize=337684 CPUtime=0 cores=0-7
/proc/26626/task/26653/stat : 26653 (python) S 26620 26620 26594 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 625069751 345788416 17827 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 514 18446604453840870080 0 0 -1 1 0 0 0
[pid=26629] ppid=26620 vsize=337696 CPUtime=0.28 cores=0-7
/proc/26629/stat : 26629 (python) S 26620 26620 26594 0 -1 4202560 989 0 0 0 14 14 0 0 15 0 1 0 625059739 345800704 17788 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 7890302153401532676 0 0 17 4 0 0 0
/proc/26629/statm: 84424 17788 371 364 0 20339 0
[pid=26631] ppid=26629 vsize=614204 CPUtime=169.4 cores=0-7
/proc/26631/stat : 26631 (cryptominisat-2) R 26629 26631 26631 0 -1 4202496 148689 0 0 0 16918 22 0 0 25 0 1 0 625059740 628944896 119953 33554432000 4194304 4677096 140735619921248 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/26631/statm: 153551 119953 391 118 0 148510 0
[pid=26632] ppid=26620 vsize=347952 CPUtime=0.24 cores=0-7
/proc/26632/stat : 26632 (python) S 26620 26620 26594 0 -1 4202560 964 0 0 0 12 12 0 0 18 0 1 0 625059743 356302848 17791 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 1245262889153954051 0 0 17 1 0 0 0
/proc/26632/statm: 86988 17791 370 364 0 22900 0
[pid=26634] ppid=26632 vsize=40628 CPUtime=169.68 cores=0-7
/proc/26634/stat : 26634 (lingeling) R 26632 26634 26634 0 -1 4202496 13364 0 0 0 16966 2 0 0 25 0 1 0 625059743 41603072 9327 33554432000 4194304 4352236 140736010192736 18446744073709551615 4235938 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26634/statm: 10157 9327 129 39 0 9237 0
[pid=26635] ppid=26620 vsize=358208 CPUtime=0.25 cores=0-7
/proc/26635/stat : 26635 (python) S 26620 26620 26594 0 -1 4202560 982 0 0 0 15 10 0 0 18 0 1 0 625059746 366804992 17795 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 1245262889153954052 0 0 17 1 0 0 0
/proc/26635/statm: 89552 17795 370 364 0 25461 0
[pid=26637] ppid=26635 vsize=46292 CPUtime=169.64 cores=0-7
/proc/26637/stat : 26637 (lingeling) R 26635 26637 26637 0 -1 4202496 14717 0 0 0 16962 2 0 0 25 0 1 0 625059747 47403008 10742 33554432000 4194304 4352236 140734274756944 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/26637/statm: 11573 10742 129 39 0 10653 0
[pid=26638] ppid=26620 vsize=434000 CPUtime=2.27 cores=0-7
/proc/26638/stat : 26638 (python) R 26620 26620 26594 0 -1 4202560 805 0 0 0 183 44 0 0 18 0 1 0 625059750 444416000 17917 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 0 0 0 17 2 0 0 0
/proc/26638/statm: 108500 17917 371 364 0 44406 0
[pid=26640] ppid=26638 vsize=0 CPUtime=167.42 cores=0-7
/proc/26640/stat : 26640 (cryptominisat-2) R 26638 26640 26640 0 -1 4202500 148774 0 0 0 16717 25 0 0 25 0 1 0 625059750 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26640/statm: 0 0 0 0 0 0 0
[pid=26641] ppid=26620 vsize=444256 CPUtime=0.25 cores=0-7
/proc/26641/stat : 26641 (python) S 26620 26620 26594 0 -1 4202560 810 0 0 0 11 14 0 0 18 0 1 0 625059753 454918144 17917 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 1245262889153954052 0 0 17 1 0 0 0
/proc/26641/statm: 111064 17917 371 364 0 46967 0
[pid=26643] ppid=26641 vsize=45868 CPUtime=167.72 cores=0-7
/proc/26643/stat : 26643 (lingeling) R 26641 26643 26643 0 -1 4202496 14629 0 0 0 16770 2 0 0 25 0 1 0 625059753 46968832 10637 33554432000 4194304 4352236 140735651791488 18446744073709551615 4329000 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/26643/statm: 11467 10637 129 39 0 10547 0
[pid=26644] ppid=26620 vsize=454512 CPUtime=0.29 cores=0-7
/proc/26644/stat : 26644 (python) S 26620 26620 26594 0 -1 4202560 827 0 0 0 18 11 0 0 15 0 1 0 625059756 465420288 17921 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 5634055914693558532 0 0 17 0 0 0 0
/proc/26644/statm: 113628 17921 371 364 0 49528 0
[pid=26646] ppid=26644 vsize=623076 CPUtime=169.24 cores=0-7
/proc/26646/stat : 26646 (cryptominisat-2) R 26644 26646 26646 0 -1 4202496 149960 0 0 0 16898 26 0 0 25 0 1 0 625059758 638029824 122001 33554432000 4194304 4677096 140733427371696 18446744073709551615 4320166 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/26646/statm: 155769 122001 391 118 0 150728 0
[pid=26647] ppid=26620 vsize=464768 CPUtime=0.25 cores=0-7
/proc/26647/stat : 26647 (python) S 26620 26620 26594 0 -1 4202560 865 0 0 0 14 11 0 0 18 0 1 0 625059760 475922432 17920 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 1245262889153954049 0 0 17 0 0 0 0
/proc/26647/statm: 116192 17920 377 364 0 52089 0
[pid=26649] ppid=26647 vsize=62944 CPUtime=168.55 cores=0-7
/proc/26649/stat : 26649 (precosat) R 26647 26649 26649 0 -1 4202496 16144 0 0 0 16852 3 0 0 25 0 1 0 625059760 64454656 15091 33554432000 4194304 4890832 140733842511984 18446744073709551615 4239054 0 0 16781312 17442 0 0 0 17 1 0 0 0
/proc/26649/statm: 15736 15091 86 171 0 15563 0
[pid=26654] ppid=26620 vsize=475024 CPUtime=0.09 cores=0-7
/proc/26654/stat : 26654 (python) S 26620 26620 26594 0 -1 4202560 836 0 0 0 5 4 0 0 18 0 1 0 625069754 486424576 17987 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 1245262889153954052 0 0 17 0 0 0 0
/proc/26654/statm: 118756 17987 371 364 0 54650 0
[pid=26656] ppid=26654 vsize=63936 CPUtime=69.23 cores=0-7
/proc/26656/stat : 26656 (SApperloT-base) R 26654 26656 26656 0 -1 4202496 15491 0 0 0 6919 4 0 0 25 0 1 0 625069755 65470464 15124 33554432000 134512640 135674940 4292339056 18446744073709551615 134556795 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/26656/statm: 15984 15124 100 284 0 15698 0
[pid=26620/tid=26627] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26627/stat : 26627 (python) S 26618 26620 26594 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 10 0 625059737 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 0 0 0 0
[pid=26620/tid=26630] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26630/stat : 26630 (python) S 26618 26620 26594 0 -1 4202560 21 935 0 0 0 0 0 0 20 0 10 0 625059740 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 2 0 0 0
[pid=26620/tid=26633] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26633/stat : 26633 (python) S 26618 26620 26594 0 -1 4202560 21 935 0 0 0 0 0 0 19 0 10 0 625059743 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 2 0 0 0
[pid=26620/tid=26636] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26636/stat : 26636 (python) S 26618 26620 26594 0 -1 4202560 22 935 0 0 0 0 0 0 18 0 10 0 625059747 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 5 0 0 0
[pid=26620/tid=26639] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26639/stat : 26639 (python) S 26618 26620 26594 0 -1 4202560 81 935 0 0 0 0 0 0 19 0 10 0 625059750 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 2 0 0 0
[pid=26620/tid=26642] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26642/stat : 26642 (python) S 26618 26620 26594 0 -1 4202560 33 935 0 0 0 0 0 0 20 0 10 0 625059753 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 7 0 0 0
[pid=26620/tid=26645] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26645/stat : 26645 (python) S 26618 26620 26594 0 -1 4202560 32 935 0 0 0 0 0 0 21 0 10 0 625059757 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 1 0 0 0
[pid=26620/tid=26648] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26648/stat : 26648 (python) S 26618 26620 26594 0 -1 4202560 34 935 0 0 0 0 0 0 23 0 10 0 625059760 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 0 0 0 0
[pid=26620/tid=26655] ppid=26618 vsize=485268 CPUtime=0 cores=0-7
/proc/26620/task/26655/stat : 26655 (python) S 26618 26620 26594 0 -1 4202560 40 935 0 0 0 0 0 0 20 0 10 0 625069755 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1366.4
Current children cumulated vsize (KiB) 5675940

[startup+181.302 s]
/proc/loadavg: 7.91 7.76 7.87 10/227 26658
/proc/meminfo: memFree=24213064/32950928 swapFree=67111356/67111528
[pid=26620] ppid=26618 vsize=485268 CPUtime=788.56 cores=0-7
/proc/26620/stat : 26620 (python) S 26618 26620 26594 0 -1 4202496 37674 214190 1 0 1117 16 77627 96 17 0 10 0 625058601 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907320639 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26620/statm: 121317 19512 1892 364 0 57211 0
[pid=26629] ppid=26620 vsize=337696 CPUtime=0.28 cores=0-7
/proc/26629/stat : 26629 (python) S 26620 26620 26594 0 -1 4202560 1008 0 0 0 14 14 0 0 15 0 1 0 625059739 345800704 17793 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907320639 0 0 16781824 2 18446744071562232103 0 0 17 4 0 0 0
/proc/26629/statm: 84424 17793 376 364 0 20339 0
[pid=26631] ppid=26629 vsize=0 CPUtime=169.6 cores=0-7
/proc/26631/stat : 26631 (cryptominisat-2) R 26629 26631 26631 0 -1 4203524 148689 0 0 0 16937 23 0 0 25 0 1 0 625059740 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26631/statm: 0 0 0 0 0 0 0
[pid=26632] ppid=26620 vsize=347952 CPUtime=0.24 cores=0-7
/proc/26632/stat : 26632 (python) S 26620 26620 26594 0 -1 4202560 964 0 0 0 12 12 0 0 18 0 1 0 625059743 356302848 17791 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 1245262889153954051 0 0 17 1 0 0 0
/proc/26632/statm: 86988 17791 370 364 0 22900 0
[pid=26634] ppid=26632 vsize=40628 CPUtime=169.88 cores=0-7
/proc/26634/stat : 26634 (lingeling) R 26632 26634 26634 0 -1 4202496 13364 0 0 0 16986 2 0 0 25 0 1 0 625059743 41603072 9327 33554432000 4194304 4352236 140736010192736 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/26634/statm: 10157 9327 129 39 0 9237 0
[pid=26638] ppid=26620 vsize=0 CPUtime=169.83 cores=0-7
/proc/26638/stat : 26638 (python) Z 26620 26620 26594 0 -1 4202588 1110 148774 0 0 195 46 16717 25 19 0 1 0 625059750 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26638/statm: 0 0 0 0 0 0 0
[pid=26654] ppid=26620 vsize=475024 CPUtime=0.09 cores=0-7
/proc/26654/stat : 26654 (python) S 26620 26620 26594 0 -1 4202560 836 0 0 0 5 4 0 0 18 0 1 0 625069754 486424576 17987 33554432000 4194304 5683644 140735088315872 18446744073709551615 231895510598 0 0 16781312 514 1245262889153954052 0 0 17 0 0 0 0
/proc/26654/statm: 118756 17987 371 364 0 54650 0
[pid=26656] ppid=26654 vsize=64364 CPUtime=69.42 cores=0-7
/proc/26656/stat : 26656 (SApperloT-base) R 26654 26656 26656 0 -1 4202496 15594 0 0 0 6938 4 0 0 25 0 1 0 625069755 65908736 15227 33554432000 134512640 135674940 4292339056 18446744073709551615 134564339 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/26656/statm: 16091 15227 100 284 0 15805 0
[pid=26620/tid=26627] ppid=26618 vsize=485268 CPUtime=777.23 cores=0-7
/proc/26620/task/26627/stat : 26627 (python) S 26618 26620 26594 0 -1 4202560 26 214190 0 0 0 0 77627 96 25 0 10 0 625059737 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 0 0 0 0
[pid=26620/tid=26630] ppid=26618 vsize=485268 CPUtime=777.23 cores=0-7
/proc/26620/task/26630/stat : 26630 (python) S 26618 26620 26594 0 -1 4202560 21 214190 0 0 0 0 77627 96 20 0 10 0 625059740 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 2 0 0 0
[pid=26620/tid=26633] ppid=26618 vsize=485268 CPUtime=777.23 cores=0-7
/proc/26620/task/26633/stat : 26633 (python) S 26618 26620 26594 0 -1 4202560 21 214190 0 0 0 0 77627 96 19 0 10 0 625059743 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 2 0 0 0
[pid=26620/tid=26636] ppid=26618 vsize=485268 CPUtime=777.23 cores=0-7
/proc/26620/task/26636/stat : 26636 (python) S 26618 26620 26594 0 -1 4202560 22 214190 0 0 0 0 77627 96 18 0 10 0 625059747 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 5 0 0 0
[pid=26620/tid=26639] ppid=26618 vsize=485268 CPUtime=777.23 cores=0-7
/proc/26620/task/26639/stat : 26639 (python) S 26618 26620 26594 0 -1 4202560 81 214190 0 0 0 0 77627 96 19 0 10 0 625059750 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 2 0 0 0
[pid=26620/tid=26642] ppid=26618 vsize=485268 CPUtime=777.23 cores=0-7
/proc/26620/task/26642/stat : 26642 (python) S 26618 26620 26594 0 -1 4202560 33 214190 0 0 0 0 77627 96 20 0 10 0 625059753 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 7 0 0 0
[pid=26620/tid=26645] ppid=26618 vsize=485268 CPUtime=777.23 cores=0-7
/proc/26620/task/26645/stat : 26645 (python) S 26618 26620 26594 0 -1 4202560 32 214190 0 0 0 0 77627 96 21 0 10 0 625059757 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 1 0 0 0
[pid=26620/tid=26648] ppid=26618 vsize=485268 CPUtime=777.23 cores=0-7
/proc/26620/task/26648/stat : 26648 (python) S 26618 26620 26594 0 -1 4202560 34 214190 0 0 0 0 77627 96 23 0 10 0 625059760 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 0 0 0 0
[pid=26620/tid=26655] ppid=26618 vsize=485268 CPUtime=777.23 cores=0-7
/proc/26620/task/26655/stat : 26655 (python) S 26618 26620 26594 0 -1 4202560 40 214190 0 0 0 0 77627 96 20 0 10 0 625069755 496914432 19512 33554432000 4194304 5683644 140735088315872 18446744073709551615 231907314097 0 0 16781312 2 18446604445542308608 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1367.9
Current children cumulated vsize (KiB) 1750932

Child status: 0
Real time (s): 181.36
CPU time (s): 1368.11
CPU user time (s): 1365.6
CPU system time (s): 2.51362
CPU usage (%): 754.363
Max. virtual memory (cumulated for all children) (KiB): 6297176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1365.6
system time used= 2.51362
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 592195
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= 5063
involuntary context switches= 8218

runsolver used 0.557915 second user time and 1.2948 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-02 16:57:59
IDJOB=3321619
IDBENCH=82422
IDSOLVER=1710
FILE ID=node114/3321619-1304348279
RUNJOBID= node114-1304348279-26608
PBS_JOBID= 13178665
Free space on /tmp= 73708 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pathways-17-step20.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3321619-1304348279/watcher-3321619-1304348279 -o /tmp/evaluation-result-3321619-1304348279/solver-3321619-1304348279 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321619-1304348279.cnf -seed 2115416908 -budget 40000 -cores 8

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

MD5SUM BENCH= 8f0e3738453893efc8a2d1abcf0d190d
RANDOM SEED=2115416908

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25562164 kB
Buffers:       1147744 kB
Cached:        2474420 kB
SwapCached:        168 kB
Active:        3646168 kB
Inactive:      3221564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25562164 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           36388 kB
Writeback:           0 kB
AnonPages:     3245316 kB
Mapped:          20048 kB
Slab:           447188 kB
PageTables:      11696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3801204 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= 73680 MiB
End job on node114 at 2011-05-02 17:01:01