Trace number 3322521

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 47.1818 8.52421

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/korf-15.cnf
MD5SUMb5f600e7f9b30a5ff851f80fa6100290
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.81872
Satisfiable
(Un)Satisfiability was proved
Number of variables4740
Number of clauses45569
Sum of the clauses size233173
Maximum clause length45
Minimum clause length1
Number of clauses of size 112
Number of clauses of size 212041
Number of clauses of size 38754
Number of clauses of size 41380
Number of clauses of size 52160
Number of clauses of size over 521222

Solver Data

0.38/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.38/0.67	c INFO: solving HOME/instance-3322521-1304353909.cnf
0.38/0.67	c INFO: computing task features
0.65/0.90	c INFO: computed variable-clause graph statistics
0.65/0.91	c INFO: computed clause balance statistics
1.86/2.13	c INFO: computed variable balance statistics
2.45/2.72	c INFO: computed small-clause counts
2.45/2.72	c INFO: computed Horn-clause counts
2.45/2.79	c INFO: computed variable graph statistics
2.45/2.79	c INFO: collected features for HOME/instance-3322521-1304353909.cnf in 2.11 s
2.55/2.82	c INFO: running lingeling-276@0 for 97 with 39997 remaining (b = 0.28)
2.55/2.85	c INFO: running cryptominisat-2.9.0@0 for 485 with 39997 remaining (b = 0.34)
2.55/2.88	c INFO: running lingeling-276@0 for 1261 with 39997 remaining (b = 0.50)
2.66/2.91	c INFO: running cryptominisat-2.9.0@0 for 485 with 39997 remaining (b = 0.26)
2.66/2.94	c INFO: running lingeling-276@0 for 1261 with 39997 remaining (b = 0.42)
2.66/2.97	c INFO: running SApperloT@0 for 97 with 39997 remaining (b = 0.03)
2.75/3.01	c INFO: running precosat-570@0 for 388 with 39997 remaining (b = 0.18)
2.75/3.04	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39997 remaining (b = 0.47)
46.20/8.50	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-3322521-1304353909/watcher-3322521-1304353909 -o /tmp/evaluation-result-3322521-1304353909/solver-3322521-1304353909 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322521-1304353909.cnf -seed 1432486128 -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: 8.81 8.62 8.42 2/273 29893
/proc/meminfo: memFree=13610532/32951124 swapFree=67111524/67111528
[pid=29893] ppid=29891 vsize=15764 CPUtime=0 cores=0-7
/proc/29893/stat : 29893 (python) S 29891 29893 29577 0 -1 4202496 844 0 0 0 0 0 0 0 20 0 1 0 279582234 16142336 727 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660660224 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/29893/statm: 3941 727 334 364 0 428 0

[startup+0.03593 s]
/proc/loadavg: 8.81 8.62 8.42 2/273 29893
/proc/meminfo: memFree=13610532/32951124 swapFree=67111524/67111528
[pid=29893] ppid=29891 vsize=16816 CPUtime=0.01 cores=0-7
/proc/29893/stat : 29893 (python) R 29891 29893 29577 0 -1 4202496 1228 0 0 0 1 0 0 0 20 0 1 0 279582234 17219584 1086 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660660224 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29893/statm: 4204 1086 417 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16816

[startup+0.100917 s]
/proc/loadavg: 8.81 8.62 8.42 2/273 29893
/proc/meminfo: memFree=13610532/32951124 swapFree=67111524/67111528
[pid=29893] ppid=29891 vsize=87708 CPUtime=0.06 cores=0-7
/proc/29893/stat : 29893 (python) R 29891 29893 29577 0 -1 4202496 2638 0 0 0 5 1 0 0 17 0 1 0 279582234 89812992 2354 33554432000 4194304 5683644 140736265910688 18446744073709551615 268655738503 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/29893/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300883 s]
/proc/loadavg: 8.81 8.62 8.42 2/273 29893
/proc/meminfo: memFree=13610532/32951124 swapFree=67111524/67111528
[pid=29893] ppid=29891 vsize=135752 CPUtime=0.19 cores=0-7
/proc/29893/stat : 29893 (python) S 29891 29893 29577 0 -1 4202496 5964 935 1 0 14 5 0 0 17 0 1 0 279582234 139010048 4150 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660658181 0 2147483391 16781312 2 18446744071699199166 0 0 17 4 0 0 0
/proc/29893/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.70081 s]
/proc/loadavg: 8.81 8.62 8.42 2/273 29893
/proc/meminfo: memFree=13610532/32951124 swapFree=67111524/67111528
[pid=29893] ppid=29891 vsize=280492 CPUtime=0.45 cores=0-7
/proc/29893/stat : 29893 (python) R 29891 29893 29577 0 -1 4202496 9780 935 1 0 35 10 0 0 16 0 1 0 279582234 287223808 7460 33554432000 4194304 5683644 140736265910688 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29893/statm: 70123 7460 1761 364 0 6047 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 280492

[startup+1.50068 s]
/proc/loadavg: 8.19 8.50 8.38 2/274 29898
/proc/meminfo: memFree=13573448/32951124 swapFree=67111524/67111528
[pid=29893] ppid=29891 vsize=292492 CPUtime=1.25 cores=0-7
/proc/29893/stat : 29893 (python) R 29891 29893 29577 0 -1 4202496 14686 935 1 0 114 11 0 0 17 0 1 0 279582234 299511808 10507 33554432000 4194304 5683644 140736265910688 18446744073709551615 4603005 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29893/statm: 73123 10507 1826 364 0 9047 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 292492

[startup+3.10035 s]
/proc/loadavg: 8.19 8.50 8.38 2/274 29898
/proc/meminfo: memFree=13574440/32951124 swapFree=67111524/67111528
[pid=29893] ppid=29891 vsize=439176 CPUtime=2.79 cores=0-7
/proc/29893/stat : 29893 (python) S 29891 29893 29577 0 -1 4202496 19901 935 1 0 266 13 0 0 23 0 9 0 279582234 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29893/statm: 109794 10471 1889 364 0 45691 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 439176

[startup+6.30179 s]
/proc/loadavg: 8.17 8.49 8.37 9/298 29923
/proc/meminfo: memFree=13448256/32951124 swapFree=67111524/67111528
[pid=29893] ppid=29891 vsize=439176 CPUtime=2.79 cores=0-7
/proc/29893/stat : 29893 (python) S 29891 29893 29577 0 -1 4202496 19901 935 1 0 266 13 0 0 23 0 9 0 279582234 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29893/statm: 109794 10471 1889 364 0 45691 0
[pid=29899] ppid=29893 vsize=291604 CPUtime=0 cores=0-7
/proc/29899/stat : 29899 (python) S 29893 29893 29577 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 279582517 298602496 8806 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682255 0 0 16781312 514 4501606217084272898 0 0 17 1 0 0 0
/proc/29899/statm: 72901 8806 353 364 0 8819 0
[pid=29901] ppid=29899 vsize=10736 CPUtime=3.46 cores=0-7
/proc/29901/stat : 29901 (lingeling) R 29899 29901 29901 0 -1 4202496 3541 0 0 0 346 0 0 0 25 0 1 0 279582517 10993664 1848 33554432000 4194304 4352236 140737248740912 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/29901/statm: 2684 1848 129 39 0 1764 0
[pid=29902] ppid=29893 vsize=301860 CPUtime=0 cores=0-7
/proc/29902/stat : 29902 (python) S 29893 29893 29577 0 -1 4202560 754 0 0 0 0 0 0 0 15 0 1 0 279582520 309104640 8804 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 17687918327118135553 0 0 17 1 0 0 0
/proc/29902/statm: 75465 8804 347 364 0 11380 0
[pid=29904] ppid=29902 vsize=50228 CPUtime=3.43 cores=0-7
/proc/29904/stat : 29904 (cryptominisat-2) R 29902 29904 29904 0 -1 4202496 9064 0 0 0 342 1 0 0 25 0 1 0 279582520 51433472 5604 33554432000 4194304 4677096 140736546904352 18446744073709551615 4336328 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/29904/statm: 12557 5604 391 118 0 7516 0
[pid=29905] ppid=29893 vsize=377652 CPUtime=0 cores=0-7
/proc/29905/stat : 29905 (python) S 29893 29893 29577 0 -1 4202560 705 0 0 0 0 0 0 0 18 0 1 0 279582523 386715648 8926 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 4461457549996032257 0 0 17 1 0 0 0
/proc/29905/statm: 94413 8926 348 364 0 30325 0
[pid=29907] ppid=29905 vsize=10468 CPUtime=3.4 cores=0-7
/proc/29907/stat : 29907 (lingeling) R 29905 29907 29907 0 -1 4202496 3455 0 0 0 340 0 0 0 25 0 1 0 279582523 10719232 1781 33554432000 4194304 4352236 140735808300224 18446744073709551615 4328109 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29907/statm: 2617 1781 129 39 0 1697 0
[pid=29908] ppid=29893 vsize=387908 CPUtime=0 cores=0-7
/proc/29908/stat : 29908 (python) S 29893 29893 29577 0 -1 4202560 723 0 0 0 0 0 0 0 15 0 1 0 279582526 397217792 8910 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 4523210521058443524 0 0 17 4 0 0 0
/proc/29908/statm: 96977 8910 348 364 0 32886 0
[pid=29910] ppid=29908 vsize=49648 CPUtime=3.37 cores=0-7
/proc/29910/stat : 29910 (cryptominisat-2) R 29908 29910 29910 0 -1 4202496 8228 0 0 0 337 0 0 0 25 0 1 0 279582526 50839552 5563 33554432000 4194304 4677096 140734567510064 18446744073709551615 268660358631 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/29910/statm: 12412 5563 391 118 0 7371 0
[pid=29911] ppid=29893 vsize=398164 CPUtime=0 cores=0-7
/proc/29911/stat : 29911 (python) S 29893 29893 29577 0 -1 4202560 723 0 0 0 0 0 0 0 18 0 1 0 279582529 407719936 8983 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 9609071099446788354 0 0 17 1 0 0 0
/proc/29911/statm: 99541 8983 348 364 0 35447 0
[pid=29913] ppid=29911 vsize=9908 CPUtime=3.31 cores=0-7
/proc/29913/stat : 29913 (lingeling) R 29911 29913 29913 0 -1 4202496 3322 0 0 0 331 0 0 0 25 0 1 0 279582529 10145792 1641 33554432000 4194304 4352236 140734235069168 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/29913/statm: 2477 1641 129 39 0 1557 0
[pid=29914] ppid=29893 vsize=408420 CPUtime=0 cores=0-7
/proc/29914/stat : 29914 (python) S 29893 29893 29577 0 -1 4202560 728 0 0 0 0 0 0 0 18 0 1 0 279582532 418222080 8987 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 4357997903868821763 0 0 17 0 0 0 0
/proc/29914/statm: 102105 8987 348 364 0 38008 0
[pid=29916] ppid=29914 vsize=12100 CPUtime=3.3 cores=0-7
/proc/29916/stat : 29916 (SApperloT-base) R 29914 29916 29916 0 -1 4202496 2992 0 0 0 330 0 0 0 25 0 1 0 279582533 12390400 2734 33554432000 134512640 135674940 4286895920 18446744073709551615 134564628 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29916/statm: 3025 2734 99 284 0 2739 0
[pid=29917] ppid=29893 vsize=418676 CPUtime=0 cores=0-7
/proc/29917/stat : 29917 (python) S 29893 29893 29577 0 -1 4202560 735 0 0 0 0 0 0 0 18 0 1 0 279582535 428724224 8933 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 16234327671314546948 0 0 17 0 0 0 0
/proc/29917/statm: 104669 8933 348 364 0 40569 0
[pid=29919] ppid=29917 vsize=12684 CPUtime=3.26 cores=0-7
/proc/29919/stat : 29919 (precosat) R 29917 29919 29919 0 -1 4202496 3991 0 0 0 326 0 0 0 25 0 1 0 279582536 12988416 2955 33554432000 4194304 4890832 140737191904416 18446744073709551615 4219910 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/29919/statm: 3171 2955 86 171 0 2998 0
[pid=29921] ppid=29893 vsize=428932 CPUtime=0 cores=0-7
/proc/29921/stat : 29921 (python) S 29893 29893 29577 0 -1 4202560 786 0 0 0 0 0 0 0 15 0 1 0 279582539 439226368 8932 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 14502738694567330052 0 0 17 0 0 0 0
/proc/29921/statm: 107233 8932 354 364 0 43130 0
[pid=29923] ppid=29921 vsize=48688 CPUtime=3.2 cores=0-7
/proc/29923/stat : 29923 (cryptominisat-2) R 29921 29923 29923 0 -1 4202496 7917 0 0 0 319 1 0 0 25 0 1 0 279582541 49856512 5238 33554432000 4194304 4677096 140734125295120 18446744073709551615 4320272 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29923/statm: 12172 5238 391 118 0 7131 0
[pid=29893/tid=29900] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29900/stat : 29900 (python) S 29891 29893 29577 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 279582517 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 6 0 0 0
[pid=29893/tid=29903] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29903/stat : 29903 (python) S 29891 29893 29577 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 279582520 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 3 0 0 0
[pid=29893/tid=29906] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29906/stat : 29906 (python) S 29891 29893 29577 0 -1 4202560 86 935 0 0 0 0 0 0 19 0 9 0 279582523 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 6 0 0 0
[pid=29893/tid=29909] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29909/stat : 29909 (python) S 29891 29893 29577 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 9 0 279582526 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 4 0 0 0
[pid=29893/tid=29912] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29912/stat : 29912 (python) S 29891 29893 29577 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 9 0 279582529 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 6 0 0 0
[pid=29893/tid=29915] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29915/stat : 29915 (python) S 29891 29893 29577 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 9 0 279582532 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 6 0 0 0
[pid=29893/tid=29918] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29918/stat : 29918 (python) S 29891 29893 29577 0 -1 4202560 34 935 0 0 0 0 0 0 22 0 9 0 279582536 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 0 0 0 0
[pid=29893/tid=29922] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29922/stat : 29922 (python) S 29891 29893 29577 0 -1 4202560 35 935 0 0 0 0 0 0 23 0 9 0 279582539 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 29.52
Current children cumulated vsize (KiB) 3656852

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

[startup+7.90151 s]
/proc/loadavg: 8.17 8.49 8.37 10/298 29923
/proc/meminfo: memFree=13451984/32951124 swapFree=67111524/67111528
[pid=29893] ppid=29891 vsize=439176 CPUtime=2.79 cores=0-7
/proc/29893/stat : 29893 (python) S 29891 29893 29577 0 -1 4202496 19901 935 1 0 266 13 0 0 23 0 9 0 279582234 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29893/statm: 109794 10471 1889 364 0 45691 0
[pid=29899] ppid=29893 vsize=291604 CPUtime=0 cores=0-7
/proc/29899/stat : 29899 (python) S 29893 29893 29577 0 -1 4202560 917 0 0 0 0 0 0 0 18 0 1 0 279582517 298602496 8828 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682255 0 0 16781312 514 4501606217084272898 0 0 17 1 0 0 0
/proc/29899/statm: 72901 8828 375 364 0 8819 0
[pid=29901] ppid=29899 vsize=12392 CPUtime=5.06 cores=0-7
/proc/29901/stat : 29901 (lingeling) R 29899 29901 29901 0 -1 4202496 4085 0 0 0 506 0 0 0 25 0 1 0 279582517 12689408 2262 33554432000 4194304 4352236 140737248740912 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/29901/statm: 3098 2262 129 39 0 2178 0
[pid=29902] ppid=29893 vsize=301860 CPUtime=0.01 cores=0-7
/proc/29902/stat : 29902 (python) S 29893 29893 29577 0 -1 4202560 909 0 0 0 1 0 0 0 15 0 1 0 279582520 309104640 8827 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 17687918327118135553 0 0 17 3 0 0 0
/proc/29902/statm: 75465 8827 370 364 0 11380 0
[pid=29904] ppid=29902 vsize=55000 CPUtime=5.02 cores=0-7
/proc/29904/stat : 29904 (cryptominisat-2) R 29902 29904 29904 0 -1 4202496 11177 0 0 0 500 2 0 0 25 0 1 0 279582520 56320000 6887 33554432000 4194304 4677096 140736546904352 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/29904/statm: 13750 6887 391 118 0 8709 0
[pid=29905] ppid=29893 vsize=377652 CPUtime=0 cores=0-7
/proc/29905/stat : 29905 (python) S 29893 29893 29577 0 -1 4202560 775 0 0 0 0 0 0 0 18 0 1 0 279582523 386715648 8948 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 4461457549996032257 0 0 17 1 0 0 0
/proc/29905/statm: 94413 8948 370 364 0 30325 0
[pid=29907] ppid=29905 vsize=12124 CPUtime=5 cores=0-7
/proc/29907/stat : 29907 (lingeling) R 29905 29907 29907 0 -1 4202496 3999 0 0 0 500 0 0 0 25 0 1 0 279582523 12414976 2195 33554432000 4194304 4352236 140735808300224 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29907/statm: 3031 2195 129 39 0 2111 0
[pid=29908] ppid=29893 vsize=387908 CPUtime=1.53 cores=0-7
/proc/29908/stat : 29908 (python) R 29893 29893 29577 0 -1 4202560 799 0 0 0 129 24 0 0 17 0 1 0 279582526 397217792 8933 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672492351 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/29908/statm: 96977 8933 371 364 0 32886 0
[pid=29910] ppid=29908 vsize=0 CPUtime=3.43 cores=0-7
/proc/29910/stat : 29910 (cryptominisat-2) R 29908 29910 29910 0 -1 4202500 8260 0 0 0 343 0 0 0 25 0 1 0 279582526 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29910/statm: 0 0 0 0 0 0 0
[pid=29911] ppid=29893 vsize=398164 CPUtime=0 cores=0-7
/proc/29911/stat : 29911 (python) S 29893 29893 29577 0 -1 4202560 798 0 0 0 0 0 0 0 18 0 1 0 279582529 407719936 9006 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 9609071099446788354 0 0 17 1 0 0 0
/proc/29911/statm: 99541 9006 371 364 0 35447 0
[pid=29913] ppid=29911 vsize=12204 CPUtime=4.88 cores=0-7
/proc/29913/stat : 29913 (lingeling) R 29911 29913 29913 0 -1 4202496 3930 0 0 0 488 0 0 0 25 0 1 0 279582529 12496896 2215 33554432000 4194304 4352236 140734235069168 18446744073709551615 4328385 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/29913/statm: 3051 2215 129 39 0 2131 0
[pid=29914] ppid=29893 vsize=408420 CPUtime=0 cores=0-7
/proc/29914/stat : 29914 (python) S 29893 29893 29577 0 -1 4202560 806 0 0 0 0 0 0 0 18 0 1 0 279582532 418222080 9010 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 4357997903868821763 0 0 17 0 0 0 0
/proc/29914/statm: 102105 9010 371 364 0 38008 0
[pid=29916] ppid=29914 vsize=12436 CPUtime=4.86 cores=0-7
/proc/29916/stat : 29916 (SApperloT-base) R 29914 29916 29916 0 -1 4202496 3082 0 0 0 486 0 0 0 25 0 1 0 279582533 12734464 2824 33554432000 134512640 135674940 4286895920 18446744073709551615 134549470 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29916/statm: 3109 2824 99 284 0 2823 0
[pid=29917] ppid=29893 vsize=418676 CPUtime=0 cores=0-7
/proc/29917/stat : 29917 (python) S 29893 29893 29577 0 -1 4202560 813 0 0 0 0 0 0 0 18 0 1 0 279582535 428724224 8956 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 16234327671314546948 0 0 17 0 0 0 0
/proc/29917/statm: 104669 8956 371 364 0 40569 0
[pid=29919] ppid=29917 vsize=13952 CPUtime=4.86 cores=0-7
/proc/29919/stat : 29919 (precosat) R 29917 29919 29919 0 -1 4202496 4304 0 0 0 486 0 0 0 25 0 1 0 279582536 14286848 3268 33554432000 4194304 4890832 140737191904416 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/29919/statm: 3488 3268 86 171 0 3315 0
[pid=29921] ppid=29893 vsize=428932 CPUtime=0 cores=0-7
/proc/29921/stat : 29921 (python) S 29893 29893 29577 0 -1 4202560 866 0 0 0 0 0 0 0 15 0 1 0 279582539 439226368 8955 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 14502738694567330052 0 0 17 0 0 0 0
/proc/29921/statm: 107233 8955 377 364 0 43130 0
[pid=29923] ppid=29921 vsize=48736 CPUtime=4.77 cores=0-7
/proc/29923/stat : 29923 (cryptominisat-2) R 29921 29923 29923 0 -1 4202496 8734 0 0 0 476 1 0 0 25 0 1 0 279582541 49905664 5392 33554432000 4194304 4677096 140734125295120 18446744073709551615 4586888 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29923/statm: 12184 5392 391 118 0 7143 0
[pid=29893/tid=29900] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29900/stat : 29900 (python) S 29891 29893 29577 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 279582517 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 6 0 0 0
[pid=29893/tid=29903] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29903/stat : 29903 (python) S 29891 29893 29577 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 279582520 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 3 0 0 0
[pid=29893/tid=29906] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29906/stat : 29906 (python) S 29891 29893 29577 0 -1 4202560 86 935 0 0 0 0 0 0 19 0 9 0 279582523 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 6 0 0 0
[pid=29893/tid=29909] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29909/stat : 29909 (python) S 29891 29893 29577 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 9 0 279582526 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 4 0 0 0
[pid=29893/tid=29912] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29912/stat : 29912 (python) S 29891 29893 29577 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 9 0 279582529 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 6 0 0 0
[pid=29893/tid=29915] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29915/stat : 29915 (python) S 29891 29893 29577 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 9 0 279582532 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 6 0 0 0
[pid=29893/tid=29918] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29918/stat : 29918 (python) S 29891 29893 29577 0 -1 4202560 34 935 0 0 0 0 0 0 22 0 9 0 279582536 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 0 0 0 0
[pid=29893/tid=29922] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29922/stat : 29922 (python) S 29891 29893 29577 0 -1 4202560 35 935 0 0 0 0 0 0 23 0 9 0 279582539 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.21
Current children cumulated vsize (KiB) 3619236

[startup+8.30144 s]
/proc/loadavg: 8.17 8.49 8.37 10/298 29923
/proc/meminfo: memFree=13451984/32951124 swapFree=67111524/67111528
[pid=29893] ppid=29891 vsize=439176 CPUtime=2.79 cores=0-7
/proc/29893/stat : 29893 (python) S 29891 29893 29577 0 -1 4202496 19901 935 1 0 266 13 0 0 23 0 9 0 279582234 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672488907 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29893/statm: 109794 10471 1889 364 0 45691 0
[pid=29899] ppid=29893 vsize=291604 CPUtime=0 cores=0-7
/proc/29899/stat : 29899 (python) S 29893 29893 29577 0 -1 4202560 917 0 0 0 0 0 0 0 18 0 1 0 279582517 298602496 8828 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682255 0 0 16781312 514 4501606217084272898 0 0 17 1 0 0 0
/proc/29899/statm: 72901 8828 375 364 0 8819 0
[pid=29901] ppid=29899 vsize=13036 CPUtime=5.46 cores=0-7
/proc/29901/stat : 29901 (lingeling) R 29899 29901 29901 0 -1 4202496 4246 0 0 0 546 0 0 0 25 0 1 0 279582517 13348864 2423 33554432000 4194304 4352236 140737248740912 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/29901/statm: 3259 2423 129 39 0 2339 0
[pid=29902] ppid=29893 vsize=301860 CPUtime=0.01 cores=0-7
/proc/29902/stat : 29902 (python) S 29893 29893 29577 0 -1 4202560 909 0 0 0 1 0 0 0 15 0 1 0 279582520 309104640 8827 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 17687918327118135553 0 0 17 3 0 0 0
/proc/29902/statm: 75465 8827 370 364 0 11380 0
[pid=29904] ppid=29902 vsize=55000 CPUtime=5.42 cores=0-7
/proc/29904/stat : 29904 (cryptominisat-2) R 29902 29904 29904 0 -1 4202496 11330 0 0 0 540 2 0 0 25 0 1 0 279582520 56320000 7040 33554432000 4194304 4677096 140736546904352 18446744073709551615 4346664 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/29904/statm: 13750 7040 391 118 0 8709 0
[pid=29905] ppid=29893 vsize=377652 CPUtime=0 cores=0-7
/proc/29905/stat : 29905 (python) S 29893 29893 29577 0 -1 4202560 775 0 0 0 0 0 0 0 18 0 1 0 279582523 386715648 8948 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 4461457549996032257 0 0 17 1 0 0 0
/proc/29905/statm: 94413 8948 370 364 0 30325 0
[pid=29907] ppid=29905 vsize=13284 CPUtime=5.4 cores=0-7
/proc/29907/stat : 29907 (lingeling) R 29905 29907 29907 0 -1 4202496 4289 0 0 0 540 0 0 0 25 0 1 0 279582523 13602816 2485 33554432000 4194304 4352236 140735808300224 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/29907/statm: 3321 2485 129 39 0 2401 0
[pid=29908] ppid=29893 vsize=387908 CPUtime=1.93 cores=0-7
/proc/29908/stat : 29908 (python) R 29893 29893 29577 0 -1 4202560 799 0 0 0 164 29 0 0 18 0 1 0 279582526 397217792 8933 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672492351 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/29908/statm: 96977 8933 371 364 0 32886 0
[pid=29910] ppid=29908 vsize=0 CPUtime=3.43 cores=0-7
/proc/29910/stat : 29910 (cryptominisat-2) R 29908 29910 29910 0 -1 4202500 8260 0 0 0 343 0 0 0 25 0 1 0 279582526 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29910/statm: 0 0 0 0 0 0 0
[pid=29911] ppid=29893 vsize=398164 CPUtime=0 cores=0-7
/proc/29911/stat : 29911 (python) S 29893 29893 29577 0 -1 4202560 798 0 0 0 0 0 0 0 18 0 1 0 279582529 407719936 9006 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 9609071099446788354 0 0 17 1 0 0 0
/proc/29911/statm: 99541 9006 371 364 0 35447 0
[pid=29913] ppid=29911 vsize=12500 CPUtime=5.28 cores=0-7
/proc/29913/stat : 29913 (lingeling) R 29911 29913 29913 0 -1 4202496 4004 0 0 0 528 0 0 0 25 0 1 0 279582529 12800000 2289 33554432000 4194304 4352236 140734235069168 18446744073709551615 4328035 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/29913/statm: 3125 2289 129 39 0 2205 0
[pid=29914] ppid=29893 vsize=408420 CPUtime=0 cores=0-7
/proc/29914/stat : 29914 (python) S 29893 29893 29577 0 -1 4202560 806 0 0 0 0 0 0 0 18 0 1 0 279582532 418222080 9010 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 4357997903868821763 0 0 17 0 0 0 0
/proc/29914/statm: 102105 9010 371 364 0 38008 0
[pid=29916] ppid=29914 vsize=12700 CPUtime=5.26 cores=0-7
/proc/29916/stat : 29916 (SApperloT-base) R 29914 29916 29916 0 -1 4202496 3151 0 0 0 526 0 0 0 25 0 1 0 279582533 13004800 2893 33554432000 134512640 135674940 4286895920 18446744073709551615 134564175 0 0 16781312 0 0 0 0 17 1 0 0 0
/proc/29916/statm: 3175 2893 100 284 0 2889 0
[pid=29917] ppid=29893 vsize=418676 CPUtime=0 cores=0-7
/proc/29917/stat : 29917 (python) S 29893 29893 29577 0 -1 4202560 813 0 0 0 0 0 0 0 18 0 1 0 279582535 428724224 8956 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 16234327671314546948 0 0 17 0 0 0 0
/proc/29917/statm: 104669 8956 371 364 0 40569 0
[pid=29919] ppid=29917 vsize=13952 CPUtime=5.26 cores=0-7
/proc/29919/stat : 29919 (precosat) R 29917 29919 29919 0 -1 4202496 4304 0 0 0 526 0 0 0 25 0 1 0 279582536 14286848 3268 33554432000 4194304 4890832 140737191904416 18446744073709551615 4238565 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/29919/statm: 3488 3268 86 171 0 3315 0
[pid=29921] ppid=29893 vsize=428932 CPUtime=0 cores=0-7
/proc/29921/stat : 29921 (python) S 29893 29893 29577 0 -1 4202560 866 0 0 0 0 0 0 0 15 0 1 0 279582539 439226368 8955 33554432000 4194304 5683644 140736265910688 18446744073709551615 268660682310 0 0 16781312 514 14502738694567330052 0 0 17 0 0 0 0
/proc/29921/statm: 107233 8955 377 364 0 43130 0
[pid=29923] ppid=29921 vsize=50272 CPUtime=5.16 cores=0-7
/proc/29923/stat : 29923 (cryptominisat-2) R 29921 29923 29923 0 -1 4202496 9149 0 0 0 515 1 0 0 25 0 1 0 279582541 51478528 5807 33554432000 4194304 4677096 140734125295120 18446744073709551615 4317747 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/29923/statm: 12568 5807 391 118 0 7527 0
[pid=29893/tid=29900] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29900/stat : 29900 (python) S 29891 29893 29577 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 279582517 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 6 0 0 0
[pid=29893/tid=29903] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29903/stat : 29903 (python) S 29891 29893 29577 0 -1 4202560 24 935 0 0 0 0 0 0 18 0 9 0 279582520 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 3 0 0 0
[pid=29893/tid=29906] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29906/stat : 29906 (python) S 29891 29893 29577 0 -1 4202560 86 935 0 0 0 0 0 0 19 0 9 0 279582523 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 6 0 0 0
[pid=29893/tid=29909] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29909/stat : 29909 (python) S 29891 29893 29577 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 9 0 279582526 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 4 0 0 0
[pid=29893/tid=29912] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29912/stat : 29912 (python) S 29891 29893 29577 0 -1 4202560 33 935 0 0 0 0 0 0 21 0 9 0 279582529 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 6 0 0 0
[pid=29893/tid=29915] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29915/stat : 29915 (python) S 29891 29893 29577 0 -1 4202560 34 935 0 0 0 0 0 0 20 0 9 0 279582532 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 6 0 0 0
[pid=29893/tid=29918] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29918/stat : 29918 (python) S 29891 29893 29577 0 -1 4202560 34 935 0 0 0 0 0 0 22 0 9 0 279582536 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 0 0 0 0
[pid=29893/tid=29922] ppid=29891 vsize=439176 CPUtime=0 cores=0-7
/proc/29893/task/29922/stat : 29922 (python) S 29891 29893 29577 0 -1 4202560 35 935 0 0 0 0 0 0 23 0 9 0 279582539 449716224 10471 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 2 18446604453958830016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 45.4
Current children cumulated vsize (KiB) 3623136

[startup+8.5015 s]
/proc/loadavg: 8.17 8.49 8.37 10/298 29923
/proc/meminfo: memFree=13451984/32951124 swapFree=67111524/67111528
[pid=29893] ppid=29891 vsize=418580 CPUtime=47.15 cores=0-7
/proc/29893/stat : 29893 (python) R 29891 29893 29577 0 -1 4202496 20534 57560 1 0 267 13 4387 48 17 0 4 0 279582234 428625920 10429 33554432000 4194304 5683644 140736265910688 18446744073709551615 4633694 0 0 16781312 0 18446744073709551615 0 0 17 6 0 0 0
/proc/29893/statm: 104645 10429 1873 364 0 40569 0
[pid=29893/tid=29900] ppid=29891 vsize=418580 CPUtime=44.35 cores=0-7
/proc/29893/task/29900/stat : 29900 (python) S 29891 29893 29577 0 -1 4202560 33 57560 0 0 0 0 4387 48 18 0 4 0 279582517 428625920 10429 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 0 18446604453958830016 0 0 -1 6 0 0 0
[pid=29893/tid=29909] ppid=29891 vsize=418580 CPUtime=44.35 cores=0-7
/proc/29893/task/29909/stat : 29909 (python) S 29891 29893 29577 0 -1 4202560 35 57560 0 0 0 0 4387 48 18 0 4 0 279582526 428625920 10429 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 0 18446604453958830016 0 0 -1 4 0 0 0
[pid=29893/tid=29912] ppid=29891 vsize=418580 CPUtime=44.35 cores=0-7
/proc/29893/task/29912/stat : 29912 (python) S 29891 29893 29577 0 -1 4202560 35 57560 0 0 0 0 4387 48 18 0 4 0 279582529 428625920 10429 33554432000 4194304 5683644 140736265910688 18446744073709551615 268672485809 0 0 16781312 0 18446604453958830016 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.15
Current children cumulated vsize (KiB) 418580

Child status: 0
Real time (s): 8.52421
CPU time (s): 47.1818
CPU user time (s): 46.5559
CPU system time (s): 0.625904
CPU usage (%): 553.504
Max. virtual memory (cumulated for all children) (KiB): 3660952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 46.5559
system time used= 0.625904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83166
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= 3362
involuntary context switches= 495

runsolver used 0.025996 second user time and 0.06199 second system time

The end

Launcher Data

Begin job on node107 at 2011-05-02 18:31:50
IDJOB=3322521
IDBENCH=83433
IDSOLVER=1710
FILE ID=node107/3322521-1304353909
RUNJOBID= node107-1304348805-29591
PBS_JOBID= 13178668
Free space on /tmp= 72932 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/korf-15.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-3322521-1304353909/watcher-3322521-1304353909 -o /tmp/evaluation-result-3322521-1304353909/solver-3322521-1304353909 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322521-1304353909.cnf -seed 1432486128 -budget 40000 -cores 8

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

MD5SUM BENCH= b5f600e7f9b30a5ff851f80fa6100290
RANDOM SEED=1432486128

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:      13610812 kB
Buffers:        450936 kB
Cached:        3239272 kB
SwapCached:          4 kB
Active:       15656412 kB
Inactive:      3274944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13610812 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           33000 kB
Writeback:           0 kB
AnonPages:    15241352 kB
Mapped:          23264 kB
Slab:           296552 kB
PageTables:      45756 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 48769272 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= 72900 MiB
End job on node107 at 2011-05-02 18:31:58