Trace number 3317685

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 18.8751 12.6784

General information on the benchmark

Nameapplication/leberre/
2dimensionalstrippacking/E04N18.cnf
MD5SUM070544eadaf1d78ec6f23d6f8a90e54a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.132979
Satisfiable
(Un)Satisfiability was proved
Number of variables7794
Number of clauses120068
Sum of the clauses size708976
Maximum clause length78
Minimum clause length1
Number of clauses of size 147
Number of clauses of size 220831
Number of clauses of size 316128
Number of clauses of size 47506
Number of clauses of size 516290
Number of clauses of size over 559266

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-3317685-1304270801.cnf
0.34/0.68	c INFO: computing task features
1.08/1.43	c INFO: computed variable-clause graph statistics
1.08/1.45	c INFO: computed clause balance statistics
4.99/5.35	c INFO: computed variable balance statistics
6.69/7.06	c INFO: computed small-clause counts
6.69/7.07	c INFO: computed Horn-clause counts
6.89/7.29	c INFO: computed variable graph statistics
6.89/7.29	c INFO: collected features for HOME/instance-3317685-1304270801.cnf in 6.59 s
6.99/7.31	c INFO: running lingeling-276@0 for 97 with 4793 remaining (b = 0.25)
6.99/7.34	c INFO: running cryptominisat-2.9.0@0 for 485 with 4793 remaining (b = 0.30)
6.99/7.37	c INFO: running lingeling-276@0 for 1261 with 4793 remaining (b = 0.47)
6.99/7.39	c INFO: running lingeling-276@0 for 1261 with 4793 remaining (b = 0.41)
18.64/12.64	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-3317685-1304270801/watcher-3317685-1304270801 -o /tmp/evaluation-result-3317685-1304270801/solver-3317685-1304270801 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317685-1304270801.cnf -seed 2018229040 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 6.53 8.94 9.34 5/260 28951
/proc/meminfo: memFree=29858024/32951124 swapFree=67111356/67111528
[pid=28951] ppid=28949 vsize=15752 CPUtime=0 cores=0,2,4,6
/proc/28951/stat : 28951 (python) R 28949 28951 27821 0 -1 4202496 839 0 0 0 0 0 0 0 20 0 1 0 519495708 16130048 722 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338427015 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28951/statm: 3938 723 334 364 0 425 0

[startup+0.058308 s]
/proc/loadavg: 6.53 8.94 9.34 5/260 28951
/proc/meminfo: memFree=29858024/32951124 swapFree=67111356/67111528
[pid=28951] ppid=28949 vsize=29784 CPUtime=0.03 cores=0,2,4,6
/proc/28951/stat : 28951 (python) S 28949 28951 27821 0 -1 4202496 1440 0 0 0 3 0 0 0 20 0 1 0 519495708 30498816 1282 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338381824 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/28951/statm: 7446 1282 443 364 0 816 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29784

[startup+0.101417 s]
/proc/loadavg: 6.53 8.94 9.34 5/260 28951
/proc/meminfo: memFree=29858024/32951124 swapFree=67111356/67111528
[pid=28951] ppid=28949 vsize=93956 CPUtime=0.06 cores=0,2,4,6
/proc/28951/stat : 28951 (python) S 28949 28951 27821 0 -1 4202496 2692 0 0 0 4 2 0 0 17 0 1 0 519495708 96210944 2406 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338379621 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/28951/statm: 23489 2406 764 364 0 1621 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 93956

[startup+0.30112 s]
/proc/loadavg: 6.53 8.94 9.34 5/260 28951
/proc/meminfo: memFree=29858024/32951124 swapFree=67111356/67111528
[pid=28951] ppid=28949 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/28951/stat : 28951 (python) S 28949 28951 27821 0 -1 4202496 5962 932 1 0 14 4 0 0 19 0 1 0 519495708 139005952 4150 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338379781 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/28951/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.701025 s]
/proc/loadavg: 6.53 8.94 9.34 5/260 28951
/proc/meminfo: memFree=29858024/32951124 swapFree=67111356/67111528
[pid=28951] ppid=28949 vsize=282716 CPUtime=0.39 cores=0,2,4,6
/proc/28951/stat : 28951 (python) R 28949 28951 27821 0 -1 4202496 10312 932 1 0 30 9 0 0 18 0 1 0 519495708 289501184 7993 33554432000 4194304 5683644 140737106600032 18446744073709551615 4445012 0 0 16781312 2 0 0 0 17 6 0 0 4
/proc/28951/statm: 70679 7993 1761 364 0 6603 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 282716

[startup+1.50089 s]
/proc/loadavg: 6.53 8.94 9.34 5/261 28956
/proc/meminfo: memFree=29773012/32951124 swapFree=67111356/67111528
[pid=28951] ppid=28949 vsize=322800 CPUtime=1.19 cores=0,2,4,6
/proc/28951/stat : 28951 (python) R 28949 28951 27821 0 -1 4202496 26350 932 1 0 108 11 0 0 19 0 1 0 519495708 330547200 18085 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338043815 0 0 16781312 2 0 0 0 17 0 0 0 4
/proc/28951/statm: 80700 18085 1826 364 0 16624 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 322800

[startup+3.1006 s]
/proc/loadavg: 6.40 8.88 9.32 5/261 28956
/proc/meminfo: memFree=29704200/32951124 swapFree=67111356/67111528
[pid=28951] ppid=28949 vsize=322800 CPUtime=2.79 cores=0,2,4,6
/proc/28951/stat : 28951 (python) R 28949 28951 27821 0 -1 4202496 26350 932 1 0 268 11 0 0 22 0 1 0 519495708 330547200 18085 33554432000 4194304 5683644 140737106600032 18446744073709551615 47713490133730 0 0 16781312 2 0 0 0 17 0 0 0 4
/proc/28951/statm: 80700 18085 1826 364 0 16624 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 322800

[startup+6.30094 s]
/proc/loadavg: 6.40 8.88 9.32 5/264 28966
/proc/meminfo: memFree=29452692/32951124 swapFree=67111356/67111528
[pid=28951] ppid=28949 vsize=322800 CPUtime=5.99 cores=0,2,4,6
/proc/28951/stat : 28951 (python) R 28949 28951 27821 0 -1 4202496 26351 932 1 0 588 11 0 0 25 0 1 0 519495708 330547200 18086 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338043315 0 0 16781312 2 0 0 0 17 0 0 0 4
/proc/28951/statm: 80700 18086 1827 364 0 16624 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 322800

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

[startup+9.50127 s]
/proc/loadavg: 6.45 8.85 9.30 8/276 28978
/proc/meminfo: memFree=29162120/32951124 swapFree=67111356/67111528
[pid=28951] ppid=28949 vsize=360368 CPUtime=7.08 cores=0,2,4,6
/proc/28951/stat : 28951 (python) S 28949 28951 27821 0 -1 4202496 29084 932 1 0 696 12 0 0 25 0 5 0 519495708 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28951/statm: 90092 17289 1881 364 0 26001 0
[pid=28967] ppid=28951 vsize=319356 CPUtime=0 cores=0,2,4,6
/proc/28967/stat : 28967 (python) S 28951 28951 27821 0 -1 4202560 805 0 0 0 0 0 0 0 18 0 1 0 519496440 327020544 15750 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403855 0 0 16781312 514 3477219271031881985 0 0 17 6 0 0 0
/proc/28967/statm: 79839 15750 358 364 0 15757 0
[pid=28969] ppid=28967 vsize=15940 CPUtime=1.12 cores=0,2,4,6
/proc/28969/stat : 28969 (lingeling) R 28967 28969 28969 0 -1 4202496 4166 0 0 0 112 0 0 0 25 0 1 0 519496440 16322560 3178 33554432000 4194304 4352236 140737279418512 18446744073709551615 4309510 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/28969/statm: 3985 3178 126 39 0 3065 0
[pid=28970] ppid=28951 vsize=329612 CPUtime=0 cores=0,2,4,6
/proc/28970/stat : 28970 (python) S 28951 28951 27821 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 519496442 337522688 15743 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403910 0 0 16781312 514 15397063860414284036 0 0 17 0 0 0 0
/proc/28970/statm: 82403 15743 347 364 0 18318 0
[pid=28974] ppid=28970 vsize=65348 CPUtime=0.96 cores=0,2,4,6
/proc/28974/stat : 28974 (cryptominisat-2) R 28970 28974 28974 0 -1 4202496 10412 0 0 0 95 1 0 0 25 0 1 0 519496445 66916352 9900 33554432000 4194304 4677096 140734639869168 18446744073709551615 4465304 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/28974/statm: 16337 9900 378 118 0 11296 0
[pid=28972] ppid=28951 vsize=339868 CPUtime=0 cores=0,2,4,6
/proc/28972/stat : 28972 (python) S 28951 28951 27821 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 519496445 348024832 15747 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403910 0 0 16781312 514 4450093822445060354 0 0 17 0 0 0 0
/proc/28972/statm: 84967 15747 347 364 0 20879 0
[pid=28977] ppid=28972 vsize=16232 CPUtime=1.11 cores=0,2,4,6
/proc/28977/stat : 28977 (lingeling) R 28972 28977 28977 0 -1 4202496 4205 0 0 0 111 0 0 0 25 0 1 0 519496448 16621568 3219 33554432000 4194304 4352236 140733588945440 18446744073709551615 4267809 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28977/statm: 4058 3219 126 39 0 3138 0
[pid=28975] ppid=28951 vsize=350124 CPUtime=0 cores=0,2,4,6
/proc/28975/stat : 28975 (python) S 28951 28951 27821 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 519496448 358526976 15751 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403910 0 0 16781312 514 4523856759017701375 0 0 17 2 0 0 0
/proc/28975/statm: 87531 15751 347 364 0 23440 0
[pid=28978] ppid=28975 vsize=15940 CPUtime=1.01 cores=0,2,4,6
/proc/28978/stat : 28978 (lingeling) R 28975 28978 28978 0 -1 4202496 4165 0 0 0 101 0 0 0 25 0 1 0 519496449 16322560 3177 33554432000 4194304 4352236 140733647843408 18446744073709551615 4273971 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/28978/statm: 3985 3177 126 39 0 3065 0
[pid=28951/tid=28968] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28968/stat : 28968 (python) S 28949 28951 27821 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 519496440 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 6 0 0 0
[pid=28951/tid=28971] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28971/stat : 28971 (python) S 28949 28951 27821 0 -1 4202560 35 932 0 0 0 0 0 0 25 0 5 0 519496443 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
[pid=28951/tid=28973] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28973/stat : 28973 (python) S 28949 28951 27821 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 519496445 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
[pid=28951/tid=28976] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28976/stat : 28976 (python) S 28949 28951 27821 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 5 0 519496448 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 1812788

[startup+11.101 s]
/proc/loadavg: 6.45 8.85 9.30 9/276 28978
/proc/meminfo: memFree=29057216/32951124 swapFree=67111356/67111528
[pid=28951] ppid=28949 vsize=360368 CPUtime=7.08 cores=0,2,4,6
/proc/28951/stat : 28951 (python) S 28949 28951 27821 0 -1 4202496 29084 932 1 0 696 12 0 0 25 0 5 0 519495708 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28951/statm: 90092 17289 1881 364 0 26001 0
[pid=28967] ppid=28951 vsize=319356 CPUtime=0 cores=0,2,4,6
/proc/28967/stat : 28967 (python) S 28951 28951 27821 0 -1 4202560 805 0 0 0 0 0 0 0 18 0 1 0 519496440 327020544 15750 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403855 0 0 16781312 514 3477219271031881985 0 0 17 6 0 0 0
/proc/28967/statm: 79839 15750 358 364 0 15757 0
[pid=28969] ppid=28967 vsize=15940 CPUtime=1.91 cores=0,2,4,6
/proc/28969/stat : 28969 (lingeling) R 28967 28969 28969 0 -1 4202496 4166 0 0 0 191 0 0 0 25 0 1 0 519496440 16322560 3178 33554432000 4194304 4352236 140737279418512 18446744073709551615 4267918 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/28969/statm: 3985 3178 126 39 0 3065 0
[pid=28970] ppid=28951 vsize=329612 CPUtime=0.98 cores=0,2,4,6
/proc/28970/stat : 28970 (python) R 28951 28951 27821 0 -1 4202560 750 0 0 0 88 10 0 0 16 0 1 0 519496442 337522688 15743 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350213951 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/28970/statm: 82403 15743 347 364 0 18318 0
[pid=28974] ppid=28970 vsize=0 CPUtime=1.28 cores=0,2,4,6
/proc/28974/stat : 28974 (cryptominisat-2) R 28970 28974 28974 0 -1 4202500 11066 0 0 0 126 2 0 0 25 0 1 0 519496445 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28974/statm: 0 0 0 0 0 0 0
[pid=28972] ppid=28951 vsize=339868 CPUtime=0 cores=0,2,4,6
/proc/28972/stat : 28972 (python) S 28951 28951 27821 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 519496445 348024832 15747 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403910 0 0 16781312 514 4450093822445060354 0 0 17 2 0 0 0
/proc/28972/statm: 84967 15747 347 364 0 20879 0
[pid=28977] ppid=28972 vsize=16232 CPUtime=1.86 cores=0,2,4,6
/proc/28977/stat : 28977 (lingeling) R 28972 28977 28977 0 -1 4202496 4205 0 0 0 186 0 0 0 25 0 1 0 519496448 16621568 3219 33554432000 4194304 4352236 140733588945440 18446744073709551615 4267929 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/28977/statm: 4058 3219 126 39 0 3138 0
[pid=28975] ppid=28951 vsize=350124 CPUtime=0 cores=0,2,4,6
/proc/28975/stat : 28975 (python) S 28951 28951 27821 0 -1 4202560 758 0 0 0 0 0 0 0 18 0 1 0 519496448 358526976 15751 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403910 0 0 16781312 514 4523856759017668867 0 0 17 2 0 0 0
/proc/28975/statm: 87531 15751 347 364 0 23440 0
[pid=28978] ppid=28975 vsize=15940 CPUtime=1.81 cores=0,2,4,6
/proc/28978/stat : 28978 (lingeling) R 28975 28978 28978 0 -1 4202496 4165 0 0 0 181 0 0 0 25 0 1 0 519496449 16322560 3177 33554432000 4194304 4352236 140733647843408 18446744073709551615 4208253 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/28978/statm: 3985 3177 126 39 0 3065 0
[pid=28951/tid=28968] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28968/stat : 28968 (python) S 28949 28951 27821 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 519496440 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 6 0 0 0
[pid=28951/tid=28971] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28971/stat : 28971 (python) S 28949 28951 27821 0 -1 4202560 35 932 0 0 0 0 0 0 25 0 5 0 519496443 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
[pid=28951/tid=28973] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28973/stat : 28973 (python) S 28949 28951 27821 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 519496445 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
[pid=28951/tid=28976] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28976/stat : 28976 (python) S 28949 28951 27821 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 5 0 519496448 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.92
Current children cumulated vsize (KiB) 1747440

[startup+11.9008 s]
/proc/loadavg: 6.45 8.85 9.30 9/276 28978
/proc/meminfo: memFree=29057216/32951124 swapFree=67111356/67111528
[pid=28951] ppid=28949 vsize=360368 CPUtime=7.08 cores=0,2,4,6
/proc/28951/stat : 28951 (python) S 28949 28951 27821 0 -1 4202496 29084 932 1 0 696 12 0 0 25 0 5 0 519495708 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28951/statm: 90092 17289 1881 364 0 26001 0
[pid=28967] ppid=28951 vsize=319356 CPUtime=0 cores=0,2,4,6
/proc/28967/stat : 28967 (python) S 28951 28951 27821 0 -1 4202560 966 0 0 0 0 0 0 0 18 0 1 0 519496440 327020544 15773 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403855 0 0 16781312 514 3477219271031881985 0 0 17 6 0 0 0
/proc/28967/statm: 79839 15773 381 364 0 15757 0
[pid=28969] ppid=28967 vsize=15940 CPUtime=2.3 cores=0,2,4,6
/proc/28969/stat : 28969 (lingeling) R 28967 28969 28969 0 -1 4202496 4166 0 0 0 230 0 0 0 25 0 1 0 519496440 16322560 3178 33554432000 4194304 4352236 140737279418512 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/28969/statm: 3985 3178 126 39 0 3065 0
[pid=28970] ppid=28951 vsize=329612 CPUtime=1.77 cores=0,2,4,6
/proc/28970/stat : 28970 (python) R 28951 28951 27821 0 -1 4202560 907 0 0 0 158 19 0 0 17 0 1 0 519496442 337522688 15766 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350213951 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/28970/statm: 82403 15766 370 364 0 18318 0
[pid=28974] ppid=28970 vsize=0 CPUtime=1.28 cores=0,2,4,6
/proc/28974/stat : 28974 (cryptominisat-2) R 28970 28974 28974 0 -1 4202500 11066 0 0 0 126 2 0 0 25 0 1 0 519496445 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28974/statm: 0 0 0 0 0 0 0
[pid=28972] ppid=28951 vsize=339868 CPUtime=0 cores=0,2,4,6
/proc/28972/stat : 28972 (python) S 28951 28951 27821 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 519496445 348024832 15770 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403910 0 0 16781312 514 4450093822445060354 0 0 17 2 0 0 0
/proc/28972/statm: 84967 15770 370 364 0 20879 0
[pid=28977] ppid=28972 vsize=16232 CPUtime=2.26 cores=0,2,4,6
/proc/28977/stat : 28977 (lingeling) R 28972 28977 28977 0 -1 4202496 4205 0 0 0 226 0 0 0 25 0 1 0 519496448 16621568 3219 33554432000 4194304 4352236 140733588945440 18446744073709551615 4267820 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/28977/statm: 4058 3219 126 39 0 3138 0
[pid=28975] ppid=28951 vsize=350124 CPUtime=0 cores=0,2,4,6
/proc/28975/stat : 28975 (python) S 28951 28951 27821 0 -1 4202560 931 0 0 0 0 0 0 0 18 0 1 0 519496448 358526976 15774 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403910 0 0 16781312 514 4523856759017668867 0 0 17 2 0 0 0
/proc/28975/statm: 87531 15774 370 364 0 23440 0
[pid=28978] ppid=28975 vsize=15940 CPUtime=2.21 cores=0,2,4,6
/proc/28978/stat : 28978 (lingeling) R 28975 28978 28978 0 -1 4202496 4165 0 0 0 221 0 0 0 25 0 1 0 519496449 16322560 3177 33554432000 4194304 4352236 140733647843408 18446744073709551615 4267799 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/28978/statm: 3985 3177 126 39 0 3065 0
[pid=28951/tid=28968] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28968/stat : 28968 (python) S 28949 28951 27821 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 519496440 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 6 0 0 0
[pid=28951/tid=28971] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28971/stat : 28971 (python) S 28949 28951 27821 0 -1 4202560 35 932 0 0 0 0 0 0 25 0 5 0 519496443 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
[pid=28951/tid=28973] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28973/stat : 28973 (python) S 28949 28951 27821 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 519496445 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
[pid=28951/tid=28976] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28976/stat : 28976 (python) S 28949 28951 27821 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 5 0 519496448 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.9
Current children cumulated vsize (KiB) 1747440

[startup+12.3007 s]
/proc/loadavg: 6.58 8.83 9.30 10/276 28978
/proc/meminfo: memFree=28988148/32951124 swapFree=67111356/67111528
[pid=28951] ppid=28949 vsize=360368 CPUtime=7.08 cores=0,2,4,6
/proc/28951/stat : 28951 (python) S 28949 28951 27821 0 -1 4202496 29084 932 1 0 696 12 0 0 25 0 5 0 519495708 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28951/statm: 90092 17289 1881 364 0 26001 0
[pid=28967] ppid=28951 vsize=319356 CPUtime=0 cores=0,2,4,6
/proc/28967/stat : 28967 (python) S 28951 28951 27821 0 -1 4202560 966 0 0 0 0 0 0 0 18 0 1 0 519496440 327020544 15773 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403855 0 0 16781312 514 3477219271031881985 0 0 17 6 0 0 0
/proc/28967/statm: 79839 15773 381 364 0 15757 0
[pid=28969] ppid=28967 vsize=15940 CPUtime=2.5 cores=0,2,4,6
/proc/28969/stat : 28969 (lingeling) R 28967 28969 28969 0 -1 4202496 4166 0 0 0 250 0 0 0 25 0 1 0 519496440 16322560 3178 33554432000 4194304 4352236 140737279418512 18446744073709551615 4267888 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/28969/statm: 3985 3178 126 39 0 3065 0
[pid=28970] ppid=28951 vsize=329612 CPUtime=2.18 cores=0,2,4,6
/proc/28970/stat : 28970 (python) R 28951 28951 27821 0 -1 4202560 907 0 0 0 194 24 0 0 18 0 1 0 519496442 337522688 15766 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350213951 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/28970/statm: 82403 15766 370 364 0 18318 0
[pid=28974] ppid=28970 vsize=0 CPUtime=1.28 cores=0,2,4,6
/proc/28974/stat : 28974 (cryptominisat-2) R 28970 28974 28974 0 -1 4202500 11066 0 0 0 126 2 0 0 25 0 1 0 519496445 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28974/statm: 0 0 0 0 0 0 0
[pid=28972] ppid=28951 vsize=339868 CPUtime=0 cores=0,2,4,6
/proc/28972/stat : 28972 (python) S 28951 28951 27821 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 519496445 348024832 15770 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403910 0 0 16781312 514 4450093822445060354 0 0 17 2 0 0 0
/proc/28972/statm: 84967 15770 370 364 0 20879 0
[pid=28977] ppid=28972 vsize=16232 CPUtime=2.46 cores=0,2,4,6
/proc/28977/stat : 28977 (lingeling) R 28972 28977 28977 0 -1 4202496 4205 0 0 0 246 0 0 0 25 0 1 0 519496448 16621568 3219 33554432000 4194304 4352236 140733588945440 18446744073709551615 4268386 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/28977/statm: 4058 3219 126 39 0 3138 0
[pid=28975] ppid=28951 vsize=350124 CPUtime=0 cores=0,2,4,6
/proc/28975/stat : 28975 (python) S 28951 28951 27821 0 -1 4202560 931 0 0 0 0 0 0 0 18 0 1 0 519496448 358526976 15774 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403910 0 0 16781312 514 4523856759017668867 0 0 17 2 0 0 0
/proc/28975/statm: 87531 15774 370 364 0 23440 0
[pid=28978] ppid=28975 vsize=15940 CPUtime=2.4 cores=0,2,4,6
/proc/28978/stat : 28978 (lingeling) R 28975 28978 28978 0 -1 4202496 4165 0 0 0 240 0 0 0 25 0 1 0 519496449 16322560 3177 33554432000 4194304 4352236 140733647843408 18446744073709551615 4207655 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/28978/statm: 3985 3177 126 39 0 3065 0
[pid=28951/tid=28968] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28968/stat : 28968 (python) S 28949 28951 27821 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 519496440 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 6 0 0 0
[pid=28951/tid=28971] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28971/stat : 28971 (python) S 28949 28951 27821 0 -1 4202560 35 932 0 0 0 0 0 0 25 0 5 0 519496443 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
[pid=28951/tid=28973] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28973/stat : 28973 (python) S 28949 28951 27821 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 519496445 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
[pid=28951/tid=28976] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28976/stat : 28976 (python) S 28949 28951 27821 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 5 0 519496448 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.9
Current children cumulated vsize (KiB) 1747440

[startup+12.5007 s]
/proc/loadavg: 6.58 8.83 9.30 10/276 28978
/proc/meminfo: memFree=28988148/32951124 swapFree=67111356/67111528
[pid=28951] ppid=28949 vsize=360368 CPUtime=7.08 cores=0,2,4,6
/proc/28951/stat : 28951 (python) S 28949 28951 27821 0 -1 4202496 29084 932 1 0 696 12 0 0 25 0 5 0 519495708 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28951/statm: 90092 17289 1881 364 0 26001 0
[pid=28967] ppid=28951 vsize=319356 CPUtime=0 cores=0,2,4,6
/proc/28967/stat : 28967 (python) S 28951 28951 27821 0 -1 4202560 966 0 0 0 0 0 0 0 18 0 1 0 519496440 327020544 15773 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403855 0 0 16781312 514 3477219271031881985 0 0 17 6 0 0 0
/proc/28967/statm: 79839 15773 381 364 0 15757 0
[pid=28969] ppid=28967 vsize=15940 CPUtime=2.6 cores=0,2,4,6
/proc/28969/stat : 28969 (lingeling) R 28967 28969 28969 0 -1 4202496 4166 0 0 0 260 0 0 0 25 0 1 0 519496440 16322560 3178 33554432000 4194304 4352236 140737279418512 18446744073709551615 4267820 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/28969/statm: 3985 3178 126 39 0 3065 0
[pid=28970] ppid=28951 vsize=329612 CPUtime=2.37 cores=0,2,4,6
/proc/28970/stat : 28970 (python) R 28951 28951 27821 0 -1 4202560 907 0 0 0 212 25 0 0 18 0 1 0 519496442 337522688 15766 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403910 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/28970/statm: 82403 15766 370 364 0 18318 0
[pid=28974] ppid=28970 vsize=0 CPUtime=1.28 cores=0,2,4,6
/proc/28974/stat : 28974 (cryptominisat-2) R 28970 28974 28974 0 -1 4202500 11066 0 0 0 126 2 0 0 25 0 1 0 519496445 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28974/statm: 0 0 0 0 0 0 0
[pid=28972] ppid=28951 vsize=339868 CPUtime=0 cores=0,2,4,6
/proc/28972/stat : 28972 (python) S 28951 28951 27821 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 519496445 348024832 15770 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403910 0 0 16781312 514 4450093822445060354 0 0 17 2 0 0 0
/proc/28972/statm: 84967 15770 370 364 0 20879 0
[pid=28977] ppid=28972 vsize=16232 CPUtime=2.56 cores=0,2,4,6
/proc/28977/stat : 28977 (lingeling) R 28972 28977 28977 0 -1 4202496 4205 0 0 0 256 0 0 0 25 0 1 0 519496448 16621568 3219 33554432000 4194304 4352236 140733588945440 18446744073709551615 4267938 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/28977/statm: 4058 3219 126 39 0 3138 0
[pid=28975] ppid=28951 vsize=350124 CPUtime=0 cores=0,2,4,6
/proc/28975/stat : 28975 (python) S 28951 28951 27821 0 -1 4202560 931 0 0 0 0 0 0 0 18 0 1 0 519496448 358526976 15774 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403910 0 0 16781312 514 4523856759017668867 0 0 17 2 0 0 0
/proc/28975/statm: 87531 15774 370 364 0 23440 0
[pid=28978] ppid=28975 vsize=15940 CPUtime=2.5 cores=0,2,4,6
/proc/28978/stat : 28978 (lingeling) R 28975 28978 28978 0 -1 4202496 4165 0 0 0 250 0 0 0 25 0 1 0 519496449 16322560 3177 33554432000 4194304 4352236 140733647843408 18446744073709551615 4267929 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/28978/statm: 3985 3177 126 39 0 3065 0
[pid=28951/tid=28968] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28968/stat : 28968 (python) S 28949 28951 27821 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 519496440 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 6 0 0 0
[pid=28951/tid=28971] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28971/stat : 28971 (python) S 28949 28951 27821 0 -1 4202560 35 932 0 0 0 0 0 0 25 0 5 0 519496443 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
[pid=28951/tid=28973] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28973/stat : 28973 (python) S 28949 28951 27821 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 519496445 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
[pid=28951/tid=28976] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28976/stat : 28976 (python) S 28949 28951 27821 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 5 0 519496448 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.39
Current children cumulated vsize (KiB) 1747440

[startup+12.6007 s]
/proc/loadavg: 6.58 8.83 9.30 10/276 28978
/proc/meminfo: memFree=28988148/32951124 swapFree=67111356/67111528
[pid=28951] ppid=28949 vsize=360368 CPUtime=7.08 cores=0,2,4,6
/proc/28951/stat : 28951 (python) S 28949 28951 27821 0 -1 4202496 29084 932 1 0 696 12 0 0 25 0 5 0 519495708 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350210507 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 4
/proc/28951/statm: 90092 17289 1881 364 0 26001 0
[pid=28967] ppid=28951 vsize=319356 CPUtime=0 cores=0,2,4,6
/proc/28967/stat : 28967 (python) S 28951 28951 27821 0 -1 4202560 966 0 0 0 0 0 0 0 18 0 1 0 519496440 327020544 15773 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403855 0 0 16781312 514 3477219271031881985 0 0 17 6 0 0 0
/proc/28967/statm: 79839 15773 381 364 0 15757 0
[pid=28969] ppid=28967 vsize=15940 CPUtime=2.69 cores=0,2,4,6
/proc/28969/stat : 28969 (lingeling) R 28967 28969 28969 0 -1 4202496 4166 0 0 0 269 0 0 0 25 0 1 0 519496440 16322560 3178 33554432000 4194304 4352236 140737279418512 18446744073709551615 4268080 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/28969/statm: 3985 3178 126 39 0 3065 0
[pid=28970] ppid=28951 vsize=329612 CPUtime=2.47 cores=0,2,4,6
/proc/28970/stat : 28970 (python) R 28951 28951 27821 0 -1 4202560 907 0 0 0 221 26 0 0 18 0 1 0 519496442 337522688 15766 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350213951 0 0 16781312 514 0 0 0 17 0 0 0 0
/proc/28970/statm: 82403 15766 370 364 0 18318 0
[pid=28974] ppid=28970 vsize=0 CPUtime=1.28 cores=0,2,4,6
/proc/28974/stat : 28974 (cryptominisat-2) R 28970 28974 28974 0 -1 4202500 11066 0 0 0 126 2 0 0 25 0 1 0 519496445 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28974/statm: 0 0 0 0 0 0 0
[pid=28972] ppid=28951 vsize=339868 CPUtime=0 cores=0,2,4,6
/proc/28972/stat : 28972 (python) S 28951 28951 27821 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 519496445 348024832 15770 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403910 0 0 16781312 514 4450093822445060354 0 0 17 2 0 0 0
/proc/28972/statm: 84967 15770 370 364 0 20879 0
[pid=28977] ppid=28972 vsize=16232 CPUtime=2.61 cores=0,2,4,6
/proc/28977/stat : 28977 (lingeling) R 28972 28977 28977 0 -1 4202496 4205 0 0 0 261 0 0 0 25 0 1 0 519496448 16621568 3219 33554432000 4194304 4352236 140733588945440 18446744073709551615 4268416 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/28977/statm: 4058 3219 126 39 0 3138 0
[pid=28975] ppid=28951 vsize=350124 CPUtime=0 cores=0,2,4,6
/proc/28975/stat : 28975 (python) S 28951 28951 27821 0 -1 4202560 931 0 0 0 0 0 0 0 18 0 1 0 519496448 358526976 15774 33554432000 4194304 5683644 140737106600032 18446744073709551615 270338403910 0 0 16781312 514 4523856759017668867 0 0 17 2 0 0 0
/proc/28975/statm: 87531 15774 370 364 0 23440 0
[pid=28978] ppid=28975 vsize=15940 CPUtime=2.51 cores=0,2,4,6
/proc/28978/stat : 28978 (lingeling) R 28975 28978 28978 0 -1 4202496 4165 0 0 0 251 0 0 0 25 0 1 0 519496449 16322560 3177 33554432000 4194304 4352236 140733647843408 18446744073709551615 4267820 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/28978/statm: 3985 3177 126 39 0 3065 0
[pid=28951/tid=28968] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28968/stat : 28968 (python) S 28949 28951 27821 0 -1 4202560 24 932 0 0 0 0 0 0 25 0 5 0 519496440 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 6 0 0 0
[pid=28951/tid=28971] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28971/stat : 28971 (python) S 28949 28951 27821 0 -1 4202560 35 932 0 0 0 0 0 0 25 0 5 0 519496443 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
[pid=28951/tid=28973] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28973/stat : 28973 (python) S 28949 28951 27821 0 -1 4202560 30 932 0 0 0 0 0 0 25 0 5 0 519496445 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
[pid=28951/tid=28976] ppid=28949 vsize=360368 CPUtime=0 cores=0,2,4,6
/proc/28951/task/28976/stat : 28976 (python) S 28949 28951 27821 0 -1 4202560 22 932 0 0 0 0 0 0 25 0 5 0 519496448 369016832 17289 33554432000 4194304 5683644 140737106600032 18446744073709551615 270350207409 0 0 16781312 2 18446604453962205888 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.64
Current children cumulated vsize (KiB) 1747440

Child status: 0
Real time (s): 12.6784
CPU time (s): 18.8751
CPU user time (s): 18.3842
CPU system time (s): 0.490925
CPU usage (%): 148.876
Max. virtual memory (cumulated for all children) (KiB): 1812788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.3842
system time used= 0.490925
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66500
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= 3015
involuntary context switches= 312

runsolver used 0.038994 second user time and 0.069989 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-01 19:26:41
IDJOB=3317685
IDBENCH=83457
IDSOLVER=1706
FILE ID=node143/3317685-1304270801
RUNJOBID= node143-1304270801-28937
PBS_JOBID= 13173936
Free space on /tmp= 73528 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/leberre/2dimensionalstrippacking/E04N18.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-3317685-1304270801/watcher-3317685-1304270801 -o /tmp/evaluation-result-3317685-1304270801/solver-3317685-1304270801 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317685-1304270801.cnf -seed 2018229040 -budget 4800 -cores 4

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

MD5SUM BENCH= 070544eadaf1d78ec6f23d6f8a90e54a
RANDOM SEED=2018229040

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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:      29858552 kB
Buffers:        299736 kB
Cached:        1389184 kB
SwapCached:        168 kB
Active:        1561300 kB
Inactive:      1223316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29858552 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           45868 kB
Writeback:          12 kB
AnonPages:     1095452 kB
Mapped:          21124 kB
Slab:           230064 kB
PageTables:      17116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42912156 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= 73372 MiB
End job on node143 at 2011-05-01 19:26:54