Trace number 3498369

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)UNSAT 637.165 637.285

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-3.035-NOTKNOWN.cnf
MD5SUMa85b6db657886fb2a1a46ae1fe4d7999
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark198.951
Satisfiable
(Un)Satisfiability was proved
Number of variables257380
Number of clauses2139615
Sum of the clauses size5163755
Maximum clause length541
Minimum clause length1
Number of clauses of size 1625
Number of clauses of size 22096290
Number of clauses of size 30
Number of clauses of size 4280
Number of clauses of size 51400
Number of clauses of size over 541020

Solver Data

0.39/1.14	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.39/1.14	c INFO: solving HOME/instance-3498369-1307953281.cnf
0.39/1.14	c INFO: computing task features
7.97/8.80	c INFO: computed variable-clause graph statistics
8.27/9.07	c INFO: computed clause balance statistics
41.77/42.56	c INFO: computed variable balance statistics
67.17/67.93	c INFO: computed small-clause counts
67.77/68.57	c INFO: computed Horn-clause counts
159.57/160.35	c INFO: computed variable graph statistics
159.57/160.35	c INFO: collected features for HOME/instance-3498369-1307953281.cnf in 158.95 s
159.57/160.38	c INFO: running lingeling-276@0 for 97 with 4841 remaining (b = 0.31)
259.88/260.52	c INFO: running cryptominisat-2.9.0@0 for 485 with 4740 remaining (b = 0.22)
636.92/637.18	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498369-1307953281/watcher-3498369-1307953281 -o /var/tmp/evaluation-result-3498369-1307953281/solver-3498369-1307953281 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498369-1307953281.cnf -seed 1095469177 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 1.83 0.78 0.29 2/180 21430
/proc/meminfo: memFree=14687604/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/21430/stat : 21430 (python) S 21428 21430 21327 0 -1 4202496 729 0 0 0 0 0 0 0 22 0 1 0 985558960 15548416 617 33554432000 4194304 5683644 140737305953296 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/21430/statm: 3796 617 322 364 0 283 0

[startup+0.048355 s]
/proc/loadavg: 1.83 0.78 0.29 2/180 21430
/proc/meminfo: memFree=14687604/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=18888 CPUtime=0.02 cores=0,2,4,6
/proc/21430/stat : 21430 (python) R 21428 21430 21327 0 -1 4202496 1290 0 0 0 2 0 0 0 22 0 1 0 985558960 19341312 1141 33554432000 4194304 5683644 140737305953296 18446744073709551615 4445878 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21430/statm: 4722 1141 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.100581 s]
/proc/loadavg: 1.83 0.78 0.29 2/180 21430
/proc/meminfo: memFree=14687604/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=85620 CPUtime=0.06 cores=0,2,4,6
/proc/21430/stat : 21430 (python) S 21428 21430 21327 0 -1 4202496 2631 0 0 0 5 1 0 0 22 0 1 0 985558960 87674880 2348 33554432000 4194304 5683644 140737305953296 18446744073709551615 256415389696 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21430/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300294 s]
/proc/loadavg: 1.83 0.78 0.29 2/180 21430
/proc/meminfo: memFree=14687604/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=135748 CPUtime=0.18 cores=0,2,4,6
/proc/21430/stat : 21430 (python) S 21428 21430 21327 0 -1 4202496 5970 933 1 0 14 4 0 0 17 0 1 0 985558960 139005952 4149 33554432000 4194304 5683644 140737305953296 18446744073709551615 256415387653 0 2147483391 16781312 2 18446744071699199166 0 0 17 6 0 0 0
/proc/21430/statm: 33937 4149 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700276 s]
/proc/loadavg: 1.83 0.78 0.29 2/180 21430
/proc/meminfo: memFree=14687604/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=157380 CPUtime=0.26 cores=0,2,4,6
/proc/21430/stat : 21430 (python) D 21428 21430 21327 0 -1 4202496 6595 933 1 0 19 7 0 0 16 0 1 0 985558960 161157120 4696 33554432000 4194304 5683644 140737305953296 18446744073709551615 256415397431 0 0 16781312 2 18446744071562154983 0 0 17 6 0 0 0
/proc/21430/statm: 39345 4696 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 157380

[startup+1.50104 s]
/proc/loadavg: 1.83 0.78 0.29 3/181 21435
/proc/meminfo: memFree=14668400/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=340232 CPUtime=0.77 cores=0,2,4,6
/proc/21430/stat : 21430 (python) R 21428 21430 21327 0 -1 4202496 24666 933 1 0 63 14 0 0 16 0 1 0 985558960 348397568 22338 33554432000 4194304 5683644 140737305953296 18446744073709551615 47377214550134 0 0 16781312 2 0 0 0 17 6 0 0 45
/proc/21430/statm: 85058 22338 1761 364 0 20982 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 340232

[startup+3.10082 s]
/proc/loadavg: 1.83 0.78 0.29 3/181 21435
/proc/meminfo: memFree=14563876/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=442856 CPUtime=2.36 cores=0,2,4,6
/proc/21430/stat : 21430 (python) R 21428 21430 21327 0 -1 4202496 49664 933 1 0 220 16 0 0 18 0 1 0 985558960 453484544 47336 33554432000 4194304 5683644 140737305953296 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 0 0 0 45
/proc/21430/statm: 110714 47337 1761 364 0 46638 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 442856
heavy processes:

[startup+6.3012 s]
/proc/loadavg: 1.84 0.80 0.30 3/181 21435
/proc/meminfo: memFree=14367956/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=639444 CPUtime=5.57 cores=0,2,4,6
/proc/21430/stat : 21430 (python) R 21428 21430 21327 0 -1 4202496 91373 933 1 0 534 23 0 0 25 0 1 0 985558960 654790656 89045 33554432000 4194304 5683644 140737305953296 18446744073709551615 47377043868357 0 0 16781312 2 0 0 0 17 0 0 0 45
/proc/21430/statm: 159861 89047 1761 364 0 95785 0
Current children cumulated CPU time (s) 5.57
Current children cumulated vsize (KiB) 639444

[startup+12.701 s]
/proc/loadavg: 1.86 0.82 0.31 3/181 21436
/proc/meminfo: memFree=14309692/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=633320 CPUtime=11.97 cores=0,2,4,6
/proc/21430/stat : 21430 (python) R 21428 21430 21327 0 -1 4202496 185571 933 1 0 1163 34 0 0 25 0 1 0 985558960 648519680 95747 33554432000 4194304 5683644 140737305953296 18446744073709551615 4541168 0 0 16781312 2 0 0 0 17 0 0 0 45
/proc/21430/statm: 158330 95747 1826 364 0 94254 0
Current children cumulated CPU time (s) 11.97
Current children cumulated vsize (KiB) 633320

[startup+25.5005 s]
/proc/loadavg: 1.89 0.88 0.33 3/181 21436
/proc/meminfo: memFree=14310312/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=633320 CPUtime=24.77 cores=0,2,4,6
/proc/21430/stat : 21430 (python) R 21428 21430 21327 0 -1 4202496 185571 933 1 0 2443 34 0 0 25 0 1 0 985558960 648519680 95747 33554432000 4194304 5683644 140737305953296 18446744073709551615 256415040437 0 0 16781312 2 0 0 0 17 0 0 0 45
/proc/21430/statm: 158330 95747 1826 364 0 94254 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 633320

[startup+51.1006 s]
/proc/loadavg: 1.92 0.97 0.38 3/185 21441
/proc/meminfo: memFree=13887004/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=633320 CPUtime=50.37 cores=0,2,4,6
/proc/21430/stat : 21430 (python) R 21428 21430 21327 0 -1 4202496 185572 933 1 0 5003 34 0 0 25 0 1 0 985558960 648519680 95748 33554432000 4194304 5683644 140737305953296 18446744073709551615 47377043626472 0 0 16781312 2 0 0 0 17 0 0 0 45
/proc/21430/statm: 158330 95748 1827 364 0 94254 0
Current children cumulated CPU time (s) 50.37
Current children cumulated vsize (KiB) 633320

[startup+102.306 s]
/proc/loadavg: 1.97 1.12 0.46 3/185 21442
/proc/meminfo: memFree=13613340/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=650036 CPUtime=101.58 cores=0,2,4,6
/proc/21430/stat : 21430 (python) R 21428 21430 21327 0 -1 4202496 202262 933 1 0 10122 36 0 0 25 0 1 0 985558960 665636864 99933 33554432000 4194304 5683644 140737305953296 18446744073709551615 47377043687552 0 0 16781312 2 0 0 0 17 0 0 0 45
/proc/21430/statm: 162509 99933 1833 364 0 98433 0
Current children cumulated CPU time (s) 101.58
Current children cumulated vsize (KiB) 650036

[startup+162.3 s]
/proc/loadavg: 1.99 1.28 0.55 3/188 21447
/proc/meminfo: memFree=13459168/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=505696 CPUtime=159.66 cores=0,2,4,6
/proc/21430/stat : 21430 (python) S 21428 21430 21327 0 -1 4202496 202636 933 1 0 15929 37 0 0 25 0 2 0 985558960 517832704 61327 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 45
/proc/21430/statm: 126424 61327 1875 364 0 62342 0
[pid=21444] ppid=21430 vsize=495452 CPUtime=0 cores=0,2,4,6
/proc/21444/stat : 21444 (python) S 21430 21430 21327 0 -1 4202560 815 0 0 0 0 0 0 0 18 0 1 0 985574999 507342848 59806 33554432000 4194304 5683644 140737305953296 18446744073709551615 256415411727 0 0 16781312 514 9095472175682420735 0 0 17 6 0 0 0
/proc/21444/statm: 123863 59806 358 364 0 59781 0
[pid=21446] ppid=21444 vsize=57832 CPUtime=1.89 cores=0,2,4,6
/proc/21446/stat : 21446 (lingeling) R 21444 21446 21446 0 -1 4202496 14417 0 0 0 186 3 0 0 25 0 1 0 985574999 59219968 13608 33554432000 4194304 4352236 140737333472896 18446744073709551615 4257381 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21446/statm: 14458 13608 114 39 0 13538 0
[pid=21430/tid=21445] ppid=21428 vsize=505696 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21445/stat : 21445 (python) S 21428 21430 21327 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 2 0 985574999 517832704 61327 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 161.55
Current children cumulated vsize (KiB) 1058980

[startup+222.301 s]
/proc/loadavg: 1.99 1.41 0.64 3/188 21448
/proc/meminfo: memFree=13259892/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=505696 CPUtime=159.66 cores=0,2,4,6
/proc/21430/stat : 21430 (python) S 21428 21430 21327 0 -1 4202496 202636 933 1 0 15929 37 0 0 25 0 2 0 985558960 517832704 61327 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 45
/proc/21430/statm: 126424 61327 1875 364 0 62342 0
[pid=21444] ppid=21430 vsize=495452 CPUtime=0.06 cores=0,2,4,6
/proc/21444/stat : 21444 (python) S 21430 21430 21327 0 -1 4202560 993 0 0 0 3 3 0 0 18 0 1 0 985574999 507342848 59829 33554432000 4194304 5683644 140737305953296 18446744073709551615 256415411727 0 0 16781312 514 15047247634672615684 0 0 17 6 0 0 0
/proc/21444/statm: 123863 59829 381 364 0 59781 0
[pid=21446] ppid=21444 vsize=72996 CPUtime=61.89 cores=0,2,4,6
/proc/21446/stat : 21446 (lingeling) R 21444 21446 21446 0 -1 4202496 32426 0 0 0 6184 5 0 0 25 0 1 0 985574999 74747904 17420 33554432000 4194304 4352236 140737333472896 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21446/statm: 18249 17420 129 39 0 17329 0
[pid=21430/tid=21445] ppid=21428 vsize=505696 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21445/stat : 21445 (python) S 21428 21430 21327 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 2 0 985574999 517832704 61327 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 221.61
Current children cumulated vsize (KiB) 1074144

[startup+282.301 s]
/proc/loadavg: 1.99 1.51 0.72 3/192 21454
/proc/meminfo: memFree=12608736/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=515952 CPUtime=159.69 cores=0,2,4,6
/proc/21430/stat : 21430 (python) S 21428 21430 21327 0 -1 4202496 203383 933 1 0 15931 38 0 0 20 0 3 0 985558960 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 45
/proc/21430/statm: 128988 61334 1878 364 0 64903 0
[pid=21444] ppid=21430 vsize=505696 CPUtime=0.12 cores=0,2,4,6
/proc/21444/stat : 21444 (python) S 21430 21430 21327 0 -1 4202560 1169 0 0 0 6 6 0 0 19 0 2 0 985574999 517832704 59867 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21444/statm: 126424 59867 414 364 0 62342 0
[pid=21446] ppid=21444 vsize=86660 CPUtime=100.1 cores=0,2,4,6
/proc/21446/stat : 21446 (lingeling) T 21444 21446 21446 0 -1 4202496 35853 0 0 0 10004 6 0 0 25 0 1 0 985574999 88739840 20836 33554432000 4194304 4352236 140737333472896 18446744073709551615 4207791 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21446/statm: 21665 20836 129 39 0 20745 0
[pid=21444/tid=21450] ppid=21430 vsize=505696 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21450/stat : 21450 (python) S 21430 21430 21327 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985585011 517832704 59867 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 514 18446604446440463296 0 0 -1 6 0 0 0
[pid=21451] ppid=21430 vsize=505708 CPUtime=0.03 cores=0,2,4,6
/proc/21451/stat : 21451 (python) S 21430 21430 21327 0 -1 4202560 896 0 0 0 1 2 0 0 15 0 1 0 985585013 517844992 59822 33554432000 4194304 5683644 140737305953296 18446744073709551615 256415411782 0 0 16781312 514 15047247634672615684 0 0 17 6 0 0 0
/proc/21451/statm: 126427 59822 370 364 0 62342 0
[pid=21453] ppid=21451 vsize=747348 CPUtime=21.74 cores=0,2,4,6
/proc/21453/stat : 21453 (cryptominisat-2) R 21451 21453 21453 0 -1 4202496 141682 0 0 0 2156 18 0 0 25 0 1 0 985585014 765284352 136907 33554432000 4194304 4677096 140735992791024 18446744073709551615 256415088395 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21453/statm: 186837 136907 387 118 0 181796 0
[pid=21430/tid=21445] ppid=21428 vsize=515952 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21445/stat : 21445 (python) S 21428 21430 21327 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 3 0 985574999 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 0 0 0 0
[pid=21430/tid=21452] ppid=21428 vsize=515952 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21452/stat : 21452 (python) S 21428 21430 21327 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 985585014 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 281.68
Current children cumulated vsize (KiB) 2361364

[startup+342.301 s]
/proc/loadavg: 1.99 1.60 0.80 3/192 21455
/proc/meminfo: memFree=12485632/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=515952 CPUtime=159.69 cores=0,2,4,6
/proc/21430/stat : 21430 (python) S 21428 21430 21327 0 -1 4202496 203383 933 1 0 15931 38 0 0 20 0 3 0 985558960 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 45
/proc/21430/statm: 128988 61334 1878 364 0 64903 0
[pid=21444] ppid=21430 vsize=505696 CPUtime=0.12 cores=0,2,4,6
/proc/21444/stat : 21444 (python) S 21430 21430 21327 0 -1 4202560 1169 0 0 0 6 6 0 0 19 0 2 0 985574999 517832704 59867 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21444/statm: 126424 59867 414 364 0 62342 0
[pid=21446] ppid=21444 vsize=86660 CPUtime=100.1 cores=0,2,4,6
/proc/21446/stat : 21446 (lingeling) T 21444 21446 21446 0 -1 4202496 35853 0 0 0 10004 6 0 0 25 0 1 0 985574999 88739840 20836 33554432000 4194304 4352236 140737333472896 18446744073709551615 4207791 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0

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

/proc/21430/stat : 21430 (python) S 21428 21430 21327 0 -1 4202496 203383 933 1 0 15931 38 0 0 20 0 3 0 985558960 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 45
/proc/21430/statm: 128988 61334 1878 364 0 64903 0
[pid=21444] ppid=21430 vsize=505696 CPUtime=0.12 cores=0,2,4,6
/proc/21444/stat : 21444 (python) S 21430 21430 21327 0 -1 4202560 1169 0 0 0 6 6 0 0 19 0 2 0 985574999 517832704 59867 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21444/statm: 126424 59867 414 364 0 62342 0
[pid=21446] ppid=21444 vsize=86660 CPUtime=100.1 cores=0,2,4,6
/proc/21446/stat : 21446 (lingeling) T 21444 21446 21446 0 -1 4202496 35853 0 0 0 10004 6 0 0 25 0 1 0 985574999 88739840 20836 33554432000 4194304 4352236 140737333472896 18446744073709551615 4207791 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21446/statm: 21665 20836 129 39 0 20745 0
[pid=21444/tid=21450] ppid=21430 vsize=505696 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21450/stat : 21450 (python) S 21430 21430 21327 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985585011 517832704 59867 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 514 18446604446440463296 0 0 -1 6 0 0 0
[pid=21451] ppid=21430 vsize=505708 CPUtime=0.45 cores=0,2,4,6
/proc/21451/stat : 21451 (python) S 21430 21430 21327 0 -1 4202560 981 0 0 0 25 20 0 0 15 0 1 0 985585013 517844992 59822 33554432000 4194304 5683644 140737305953296 18446744073709551615 256415411782 0 0 16781312 514 3207970313866281220 0 0 17 6 0 0 0
/proc/21451/statm: 126427 59822 370 364 0 62342 0
[pid=21453] ppid=21451 vsize=2000284 CPUtime=366.56 cores=0,2,4,6
/proc/21453/stat : 21453 (cryptominisat-2) R 21451 21453 21453 0 -1 4202496 455296 0 0 0 36592 64 0 0 25 0 1 0 985585014 2048290816 378829 33554432000 4194304 4677096 140735992791024 18446744073709551615 4336304 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21453/statm: 500071 378829 391 118 0 495030 0
[pid=21430/tid=21445] ppid=21428 vsize=515952 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21445/stat : 21445 (python) S 21428 21430 21327 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 3 0 985574999 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 0 0 0 0
[pid=21430/tid=21452] ppid=21428 vsize=515952 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21452/stat : 21452 (python) S 21428 21430 21327 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 985585014 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 626.92
Current children cumulated vsize (KiB) 3614300

[startup+633.501 s]
/proc/loadavg: 1.99 1.84 1.12 3/193 21464
/proc/meminfo: memFree=11484940/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=515952 CPUtime=159.69 cores=0,2,4,6
/proc/21430/stat : 21430 (python) S 21428 21430 21327 0 -1 4202496 203383 933 1 0 15931 38 0 0 20 0 3 0 985558960 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 45
/proc/21430/statm: 128988 61334 1878 364 0 64903 0
[pid=21444] ppid=21430 vsize=505696 CPUtime=0.12 cores=0,2,4,6
/proc/21444/stat : 21444 (python) S 21430 21430 21327 0 -1 4202560 1169 0 0 0 6 6 0 0 19 0 2 0 985574999 517832704 59867 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21444/statm: 126424 59867 414 364 0 62342 0
[pid=21446] ppid=21444 vsize=86660 CPUtime=100.1 cores=0,2,4,6
/proc/21446/stat : 21446 (lingeling) T 21444 21446 21446 0 -1 4202496 35853 0 0 0 10004 6 0 0 25 0 1 0 985574999 88739840 20836 33554432000 4194304 4352236 140737333472896 18446744073709551615 4207791 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21446/statm: 21665 20836 129 39 0 20745 0
[pid=21444/tid=21450] ppid=21430 vsize=505696 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21450/stat : 21450 (python) S 21430 21430 21327 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985585011 517832704 59867 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 514 18446604446440463296 0 0 -1 6 0 0 0
[pid=21451] ppid=21430 vsize=505708 CPUtime=0.45 cores=0,2,4,6
/proc/21451/stat : 21451 (python) S 21430 21430 21327 0 -1 4202560 981 0 0 0 25 20 0 0 15 0 1 0 985585013 517844992 59822 33554432000 4194304 5683644 140737305953296 18446744073709551615 256415411782 0 0 16781312 514 15047247634672615684 0 0 17 6 0 0 0
/proc/21451/statm: 126427 59822 370 364 0 62342 0
[pid=21453] ppid=21451 vsize=2061328 CPUtime=372.96 cores=0,2,4,6
/proc/21453/stat : 21453 (cryptominisat-2) R 21451 21453 21453 0 -1 4202496 457562 0 0 0 37232 64 0 0 25 0 1 0 985585014 2110799872 381095 33554432000 4194304 4677096 140735992791024 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21453/statm: 515332 381095 391 118 0 510291 0
[pid=21430/tid=21445] ppid=21428 vsize=515952 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21445/stat : 21445 (python) S 21428 21430 21327 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 3 0 985574999 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 0 0 0 0
[pid=21430/tid=21452] ppid=21428 vsize=515952 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21452/stat : 21452 (python) S 21428 21430 21327 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 985585014 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 633.32
Current children cumulated vsize (KiB) 3675344

[startup+635.101 s]
/proc/loadavg: 1.99 1.84 1.12 3/193 21464
/proc/meminfo: memFree=11482832/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=515952 CPUtime=159.69 cores=0,2,4,6
/proc/21430/stat : 21430 (python) S 21428 21430 21327 0 -1 4202496 203383 933 1 0 15931 38 0 0 20 0 3 0 985558960 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 45
/proc/21430/statm: 128988 61334 1878 364 0 64903 0
[pid=21444] ppid=21430 vsize=505696 CPUtime=0.12 cores=0,2,4,6
/proc/21444/stat : 21444 (python) S 21430 21430 21327 0 -1 4202560 1169 0 0 0 6 6 0 0 19 0 2 0 985574999 517832704 59867 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21444/statm: 126424 59867 414 364 0 62342 0
[pid=21446] ppid=21444 vsize=86660 CPUtime=100.1 cores=0,2,4,6
/proc/21446/stat : 21446 (lingeling) T 21444 21446 21446 0 -1 4202496 35853 0 0 0 10004 6 0 0 25 0 1 0 985574999 88739840 20836 33554432000 4194304 4352236 140737333472896 18446744073709551615 4207791 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21446/statm: 21665 20836 129 39 0 20745 0
[pid=21444/tid=21450] ppid=21430 vsize=505696 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21450/stat : 21450 (python) S 21430 21430 21327 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985585011 517832704 59867 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 514 18446604446440463296 0 0 -1 6 0 0 0
[pid=21451] ppid=21430 vsize=505708 CPUtime=0.46 cores=0,2,4,6
/proc/21451/stat : 21451 (python) S 21430 21430 21327 0 -1 4202560 981 0 0 0 25 21 0 0 15 0 1 0 985585013 517844992 59822 33554432000 4194304 5683644 140737305953296 18446744073709551615 256415411782 0 0 16781312 514 15047247634672615684 0 0 17 6 0 0 0
/proc/21451/statm: 126427 59822 370 364 0 62342 0
[pid=21453] ppid=21451 vsize=2061328 CPUtime=374.55 cores=0,2,4,6
/proc/21453/stat : 21453 (cryptominisat-2) R 21451 21453 21453 0 -1 4202496 458255 0 0 0 37391 64 0 0 25 0 1 0 985585014 2110799872 381788 33554432000 4194304 4677096 140735992791024 18446744073709551615 4335815 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21453/statm: 515332 381788 391 118 0 510291 0
[pid=21430/tid=21445] ppid=21428 vsize=515952 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21445/stat : 21445 (python) S 21428 21430 21327 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 3 0 985574999 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 0 0 0 0
[pid=21430/tid=21452] ppid=21428 vsize=515952 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21452/stat : 21452 (python) S 21428 21430 21327 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 985585014 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 634.92
Current children cumulated vsize (KiB) 3675344

[startup+635.901 s]
/proc/loadavg: 1.99 1.84 1.12 3/193 21464
/proc/meminfo: memFree=11481344/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=515952 CPUtime=159.69 cores=0,2,4,6
/proc/21430/stat : 21430 (python) S 21428 21430 21327 0 -1 4202496 203383 933 1 0 15931 38 0 0 20 0 3 0 985558960 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 45
/proc/21430/statm: 128988 61334 1878 364 0 64903 0
[pid=21444] ppid=21430 vsize=505696 CPUtime=0.12 cores=0,2,4,6
/proc/21444/stat : 21444 (python) S 21430 21430 21327 0 -1 4202560 1169 0 0 0 6 6 0 0 19 0 2 0 985574999 517832704 59867 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21444/statm: 126424 59867 414 364 0 62342 0
[pid=21446] ppid=21444 vsize=86660 CPUtime=100.1 cores=0,2,4,6
/proc/21446/stat : 21446 (lingeling) T 21444 21446 21446 0 -1 4202496 35853 0 0 0 10004 6 0 0 25 0 1 0 985574999 88739840 20836 33554432000 4194304 4352236 140737333472896 18446744073709551615 4207791 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21446/statm: 21665 20836 129 39 0 20745 0
[pid=21444/tid=21450] ppid=21430 vsize=505696 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21450/stat : 21450 (python) S 21430 21430 21327 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985585011 517832704 59867 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 514 18446604446440463296 0 0 -1 6 0 0 0
[pid=21451] ppid=21430 vsize=505708 CPUtime=0.46 cores=0,2,4,6
/proc/21451/stat : 21451 (python) S 21430 21430 21327 0 -1 4202560 981 0 0 0 25 21 0 0 15 0 1 0 985585013 517844992 59822 33554432000 4194304 5683644 140737305953296 18446744073709551615 256415411782 0 0 16781312 514 15047247634672615684 0 0 17 6 0 0 0
/proc/21451/statm: 126427 59822 370 364 0 62342 0
[pid=21453] ppid=21451 vsize=2061328 CPUtime=375.35 cores=0,2,4,6
/proc/21453/stat : 21453 (cryptominisat-2) R 21451 21453 21453 0 -1 4202496 458487 0 0 0 37471 64 0 0 25 0 1 0 985585014 2110799872 382020 33554432000 4194304 4677096 140735992791024 18446744073709551615 4336461 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21453/statm: 515332 382020 391 118 0 510291 0
[pid=21430/tid=21445] ppid=21428 vsize=515952 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21445/stat : 21445 (python) S 21428 21430 21327 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 3 0 985574999 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 0 0 0 0
[pid=21430/tid=21452] ppid=21428 vsize=515952 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21452/stat : 21452 (python) S 21428 21430 21327 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 985585014 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 635.72
Current children cumulated vsize (KiB) 3675344

[startup+636.701 s]
/proc/loadavg: 1.99 1.84 1.12 3/193 21464
/proc/meminfo: memFree=11481344/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=515952 CPUtime=159.69 cores=0,2,4,6
/proc/21430/stat : 21430 (python) S 21428 21430 21327 0 -1 4202496 203383 933 1 0 15931 38 0 0 20 0 3 0 985558960 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 45
/proc/21430/statm: 128988 61334 1878 364 0 64903 0
[pid=21444] ppid=21430 vsize=505696 CPUtime=0.12 cores=0,2,4,6
/proc/21444/stat : 21444 (python) S 21430 21430 21327 0 -1 4202560 1169 0 0 0 6 6 0 0 19 0 2 0 985574999 517832704 59867 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21444/statm: 126424 59867 414 364 0 62342 0
[pid=21446] ppid=21444 vsize=86660 CPUtime=100.1 cores=0,2,4,6
/proc/21446/stat : 21446 (lingeling) T 21444 21446 21446 0 -1 4202496 35853 0 0 0 10004 6 0 0 25 0 1 0 985574999 88739840 20836 33554432000 4194304 4352236 140737333472896 18446744073709551615 4207791 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21446/statm: 21665 20836 129 39 0 20745 0
[pid=21444/tid=21450] ppid=21430 vsize=505696 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21450/stat : 21450 (python) S 21430 21430 21327 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985585011 517832704 59867 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 514 18446604446440463296 0 0 -1 6 0 0 0
[pid=21451] ppid=21430 vsize=505708 CPUtime=0.46 cores=0,2,4,6
/proc/21451/stat : 21451 (python) S 21430 21430 21327 0 -1 4202560 981 0 0 0 25 21 0 0 15 0 1 0 985585013 517844992 59822 33554432000 4194304 5683644 140737305953296 18446744073709551615 256415411782 0 0 16781312 514 15047247634672615684 0 0 17 6 0 0 0
/proc/21451/statm: 126427 59822 370 364 0 62342 0
[pid=21453] ppid=21451 vsize=2061328 CPUtime=376.15 cores=0,2,4,6
/proc/21453/stat : 21453 (cryptominisat-2) R 21451 21453 21453 0 -1 4202496 458626 0 0 0 37551 64 0 0 25 0 1 0 985585014 2110799872 382159 33554432000 4194304 4677096 140735992791024 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21453/statm: 515332 382159 391 118 0 510291 0
[pid=21430/tid=21445] ppid=21428 vsize=515952 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21445/stat : 21445 (python) S 21428 21430 21327 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 3 0 985574999 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 0 0 0 0
[pid=21430/tid=21452] ppid=21428 vsize=515952 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21452/stat : 21452 (python) S 21428 21430 21327 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 985585014 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 636.52
Current children cumulated vsize (KiB) 3675344

[startup+637.101 s]
/proc/loadavg: 1.99 1.84 1.12 3/193 21464
/proc/meminfo: memFree=11480724/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=515952 CPUtime=159.69 cores=0,2,4,6
/proc/21430/stat : 21430 (python) S 21428 21430 21327 0 -1 4202496 203383 933 1 0 15931 38 0 0 20 0 3 0 985558960 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 45
/proc/21430/statm: 128988 61334 1878 364 0 64903 0
[pid=21444] ppid=21430 vsize=505696 CPUtime=0.12 cores=0,2,4,6
/proc/21444/stat : 21444 (python) S 21430 21430 21327 0 -1 4202560 1169 0 0 0 6 6 0 0 19 0 2 0 985574999 517832704 59867 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21444/statm: 126424 59867 414 364 0 62342 0
[pid=21446] ppid=21444 vsize=86660 CPUtime=100.1 cores=0,2,4,6
/proc/21446/stat : 21446 (lingeling) T 21444 21446 21446 0 -1 4202496 35853 0 0 0 10004 6 0 0 25 0 1 0 985574999 88739840 20836 33554432000 4194304 4352236 140737333472896 18446744073709551615 4207791 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21446/statm: 21665 20836 129 39 0 20745 0
[pid=21444/tid=21450] ppid=21430 vsize=505696 CPUtime=0 cores=0,2,4,6
/proc/21444/task/21450/stat : 21450 (python) S 21430 21430 21327 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985585011 517832704 59867 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 514 18446604446440463296 0 0 -1 6 0 0 0
[pid=21451] ppid=21430 vsize=505708 CPUtime=0.46 cores=0,2,4,6
/proc/21451/stat : 21451 (python) S 21430 21430 21327 0 -1 4202560 983 0 0 0 25 21 0 0 15 0 1 0 985585013 517844992 59822 33554432000 4194304 5683644 140737305953296 18446744073709551615 256415411782 0 0 16781312 514 5617619315369935108 0 0 17 6 0 0 0
/proc/21451/statm: 126427 59822 370 364 0 62342 0
[pid=21453] ppid=21451 vsize=2034000 CPUtime=376.55 cores=0,2,4,6
/proc/21453/stat : 21453 (cryptominisat-2) R 21451 21453 21453 0 -1 4202496 458694 0 0 0 37591 64 0 0 25 0 1 0 985585014 2082816000 376193 33554432000 4194304 4677096 140735992791024 18446744073709551615 256415041100 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21453/statm: 508500 376193 396 118 0 503459 0
[pid=21430/tid=21445] ppid=21428 vsize=515952 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21445/stat : 21445 (python) S 21428 21430 21327 0 -1 4202560 28 933 0 0 0 0 0 0 25 0 3 0 985574999 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 0 0 0 0
[pid=21430/tid=21452] ppid=21428 vsize=515952 CPUtime=0 cores=0,2,4,6
/proc/21430/task/21452/stat : 21452 (python) S 21428 21430 21327 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 3 0 985585014 528334848 61334 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 2 18446604446440461504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 636.92
Current children cumulated vsize (KiB) 3648016

[startup+637.201 s]
/proc/loadavg: 1.99 1.84 1.12 3/193 21464
/proc/meminfo: memFree=11480724/32950928 swapFree=67056212/67111528
[pid=21430] ppid=21428 vsize=515924 CPUtime=637.07 cores=0,2,4,6
/proc/21430/stat : 21430 (python) R 21428 21430 21327 0 -1 4202496 210332 497880 1 0 15932 39 47630 106 17 0 3 0 985558960 528306176 61330 33554432000 4194304 5683644 140737305953296 18446744073709551615 256415047095 0 0 16781312 0 18446744073709551615 0 0 17 0 0 0 45
/proc/21430/statm: 128981 61330 1874 364 0 64903 0
[pid=21430/tid=21445] ppid=21428 vsize=515924 CPUtime=477.36 cores=0,2,4,6
/proc/21430/task/21445/stat : 21445 (python) S 21428 21430 21327 0 -1 4202560 30 497880 0 0 0 0 47630 106 18 0 3 0 985574999 528306176 61330 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 0 18446604446440461504 0 0 -1 6 0 0 0
[pid=21430/tid=21452] ppid=21428 vsize=515924 CPUtime=477.36 cores=0,2,4,6
/proc/21430/task/21452/stat : 21452 (python) S 21428 21430 21327 0 -1 4202560 25 497880 0 0 0 0 47630 106 18 0 3 0 985585014 528306176 61330 33554432000 4194304 5683644 140737305953296 18446744073709551615 256427215281 0 0 16781312 0 18446604446440461504 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 637.07
Current children cumulated vsize (KiB) 515924

Child status: 0
Real time (s): 637.285
CPU time (s): 637.165
CPU user time (s): 635.672
CPU system time (s): 1.49277
CPU usage (%): 99.9812
Max. virtual memory (cumulated for all children) (KiB): 3889704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 635.672
system time used= 1.49277
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 749349
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= 3482
involuntary context switches= 7708

runsolver used 1.07384 second user time and 2.25166 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-13 10:21:23
IDJOB=3498369
IDBENCH=82403
IDSOLVER=1991
FILE ID=node115/3498369-1307953281
RUNJOBID= node115-1307953122-21345
PBS_JOBID= 13559713
Free space on /var/tmp= 2796 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-3.035-NOTKNOWN.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3498369-1307953281/watcher-3498369-1307953281 -o /var/tmp/evaluation-result-3498369-1307953281/solver-3498369-1307953281 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498369-1307953281.cnf -seed 1095469177 -budget 5000

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

MD5SUM BENCH= a85b6db657886fb2a1a46ae1fe4d7999
RANDOM SEED=1095469177

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14687784 kB
Buffers:         99244 kB
Cached:       17235800 kB
SwapCached:       9240 kB
Active:        1976760 kB
Inactive:     15662728 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14687784 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:           71944 kB
Writeback:           0 kB
AnonPages:      302112 kB
Mapped:          18768 kB
Slab:           557604 kB
PageTables:       6764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   712196 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 /var/tmp at the end= 2764 MiB
End job on node115 at 2011-06-13 10:32:00