Trace number 3317859

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 273.781 192.875

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
grid-strips-grid-y-4.025-NOTKNOWN.cnf
MD5SUM7a66f04f295b538081ccaebd0fd7d9b2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.59085
Satisfiable
(Un)Satisfiability was proved
Number of variables281936
Number of clauses2464339
Sum of the clauses size5907714
Maximum clause length770
Minimum clause length1
Number of clauses of size 1864
Number of clauses of size 22420825
Number of clauses of size 30
Number of clauses of size 4200
Number of clauses of size 51200
Number of clauses of size over 541250

Solver Data

0.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3317859-1304268930.cnf
0.36/0.67	c INFO: computing task features
8.43/8.73	c INFO: computed variable-clause graph statistics
8.73/9.01	c INFO: computed clause balance statistics
41.13/41.46	c INFO: computed variable balance statistics
65.44/65.80	c INFO: computed small-clause counts
66.24/66.59	c INFO: computed Horn-clause counts
165.23/165.57	c INFO: computed variable graph statistics
165.23/165.57	c INFO: collected features for HOME/instance-3317859-1304268930.cnf in 164.55 s
165.33/165.60	c INFO: running lingeling-276@0 for 97 with 4635 remaining (b = 0.35)
165.33/165.63	c INFO: running cryptominisat-2.9.0@0 for 485 with 4635 remaining (b = 0.24)
165.33/165.66	c INFO: running lingeling-276@0 for 1261 with 4635 remaining (b = 0.35)
165.33/165.69	c INFO: running SApperloT@0 for 97 with 4635 remaining (b = 0.03)
273.37/192.77	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-3317859-1304268930/watcher-3317859-1304268930 -o /tmp/evaluation-result-3317859-1304268930/solver-3317859-1304268930 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317859-1304268930.cnf -seed 1199177234 -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: 5.78 6.69 6.02 3/189 21399
/proc/meminfo: memFree=28909548/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/21399/stat : 21399 (python) R 21397 21399 21052 0 -1 4202496 792 0 0 0 0 0 0 0 17 0 1 0 538491098 15749120 679 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550533477 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21399/statm: 3845 679 322 364 0 332 0

[startup+0.0118129 s]
/proc/loadavg: 5.78 6.69 6.02 3/189 21399
/proc/meminfo: memFree=28909548/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=15776 CPUtime=0 cores=0,2,4,6
/proc/21399/stat : 21399 (python) S 21397 21399 21052 0 -1 4202496 895 0 0 0 0 0 0 0 17 0 1 0 538491098 16154624 776 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 6 0 0 0
/proc/21399/statm: 3944 776 343 364 0 431 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15776

[startup+0.100944 s]
/proc/loadavg: 5.78 6.69 6.02 3/189 21399
/proc/meminfo: memFree=28909548/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=91832 CPUtime=0.06 cores=0,2,4,6
/proc/21399/stat : 21399 (python) S 21397 21399 21052 0 -1 4202496 2679 0 0 0 4 2 0 0 17 0 1 0 538491098 94035968 2394 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 6 0 0 0
/proc/21399/statm: 22958 2394 755 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91832

[startup+0.300854 s]
/proc/loadavg: 5.78 6.69 6.02 3/189 21399
/proc/meminfo: memFree=28909548/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=135752 CPUtime=0.18 cores=0,2,4,6
/proc/21399/stat : 21399 (python) S 21397 21399 21052 0 -1 4202496 5963 936 1 0 13 5 0 0 17 0 1 0 538491098 139010048 4150 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550533637 0 2147483391 16781312 2 18446744071699469502 0 0 17 6 0 0 0
/proc/21399/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.70673 s]
/proc/loadavg: 5.78 6.69 6.02 3/189 21399
/proc/meminfo: memFree=28909548/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=325028 CPUtime=0.43 cores=0,2,4,6
/proc/21399/stat : 21399 (python) R 21397 21399 21052 0 -1 4202496 20912 936 1 0 30 13 0 0 16 0 1 0 538491098 332828672 18592 33554432000 4194304 5683644 140736133233360 18446744073709551615 47793707889747 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21399/statm: 81257 18592 1761 364 0 17181 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 325028

[startup+1.50058 s]
/proc/loadavg: 5.78 6.69 6.02 4/190 21404
/proc/meminfo: memFree=28821996/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=380240 CPUtime=1.23 cores=0,2,4,6
/proc/21399/stat : 21399 (python) R 21397 21399 21052 0 -1 4202496 34444 936 1 0 107 16 0 0 17 0 1 0 538491098 389365760 32124 33554432000 4194304 5683644 140736133233360 18446744073709551615 4602384 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21399/statm: 95060 32125 1761 364 0 30984 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 380240

[startup+3.1003 s]
/proc/loadavg: 5.78 6.69 6.02 4/190 21404
/proc/meminfo: memFree=28743940/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=489812 CPUtime=2.83 cores=0,2,4,6
/proc/21399/stat : 21399 (python) R 21397 21399 21052 0 -1 4202496 61805 936 1 0 263 20 0 0 19 0 1 0 538491098 501567488 59485 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550198469 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21399/statm: 122453 59486 1761 364 0 58377 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 489812

[startup+6.3007 s]
/proc/loadavg: 5.55 6.62 6.00 4/190 21404
/proc/meminfo: memFree=28511072/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=690312 CPUtime=6.03 cores=0,2,4,6
/proc/21399/stat : 21399 (python) R 21397 21399 21052 0 -1 4202496 110322 936 1 0 576 27 0 0 25 0 1 0 538491098 706879488 108002 33554432000 4194304 5683644 140736133233360 18446744073709551615 47793537290730 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21399/statm: 172578 108002 1761 364 0 108502 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 690312

[startup+12.7005 s]
/proc/loadavg: 5.35 6.56 5.98 4/190 21405
/proc/meminfo: memFree=28449088/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=684796 CPUtime=12.43 cores=0,2,4,6
/proc/21399/stat : 21399 (python) R 21397 21399 21052 0 -1 4202496 211507 936 1 0 1201 42 0 0 25 0 1 0 538491098 701231104 108615 33554432000 4194304 5683644 140736133233360 18446744073709551615 4531488 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21399/statm: 171199 108615 1826 364 0 107123 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 684796

[startup+25.5002 s]
/proc/loadavg: 5.15 6.45 5.96 7/202 21417
/proc/meminfo: memFree=27748196/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=684796 CPUtime=25.23 cores=0,2,4,6
/proc/21399/stat : 21399 (python) R 21397 21399 21052 0 -1 4202496 211507 936 1 0 2481 42 0 0 25 0 1 0 538491098 701231104 108615 33554432000 4194304 5683644 140736133233360 18446744073709551615 47793537107835 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21399/statm: 171199 108615 1826 364 0 107123 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 684796

[startup+51.1006 s]
/proc/loadavg: 4.98 6.32 5.92 4/190 21450
/proc/meminfo: memFree=28456844/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=684796 CPUtime=50.83 cores=0,2,4,6
/proc/21399/stat : 21399 (python) R 21397 21399 21052 0 -1 4202496 211508 936 1 0 5040 43 0 0 25 0 1 0 538491098 701231104 108616 33554432000 4194304 5683644 140736133233360 18446744073709551615 47793539815672 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21399/statm: 171199 108616 1827 364 0 107123 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 684796

[startup+102.306 s]
/proc/loadavg: 3.89 5.82 5.77 4/190 21451
/proc/meminfo: memFree=28035264/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=704048 CPUtime=102.04 cores=0,2,4,6
/proc/21399/stat : 21399 (python) R 21397 21399 21052 0 -1 4202496 230734 936 1 0 10158 46 0 0 25 0 1 0 538491098 720945152 113435 33554432000 4194304 5683644 140736133233360 18446744073709551615 47793537038464 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21399/statm: 176012 113435 1833 364 0 111936 0
Current children cumulated CPU time (s) 102.04
Current children cumulated vsize (KiB) 704048

[startup+162.3 s]
/proc/loadavg: 3.37 5.32 5.60 4/190 21453
/proc/meminfo: memFree=28006180/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=704048 CPUtime=162.03 cores=0,2,4,6
/proc/21399/stat : 21399 (python) R 21397 21399 21052 0 -1 4202496 230734 936 1 0 16157 46 0 0 25 0 1 0 538491098 720945152 113435 33554432000 4194304 5683644 140736133233360 18446744073709551615 47793537038476 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21399/statm: 176012 113435 1833 364 0 111936 0
Current children cumulated CPU time (s) 162.03
Current children cumulated vsize (KiB) 704048

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

[startup+179.101 s]
/proc/loadavg: 3.75 5.30 5.59 7/202 21465
/proc/meminfo: memFree=27398252/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=568132 CPUtime=165.43 cores=0,2,4,6
/proc/21399/stat : 21399 (python) S 21397 21399 21052 0 -1 4202496 233427 936 1 0 16493 50 0 0 22 0 5 0 538491098 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21399/statm: 142033 69261 1881 364 0 77942 0
[pid=21454] ppid=21399 vsize=527120 CPUtime=0.01 cores=0,2,4,6
/proc/21454/stat : 21454 (python) S 21399 21399 21052 0 -1 4202560 975 0 0 0 0 1 0 0 18 0 1 0 538507659 539770880 67745 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557711 0 0 16781312 514 14538393653337882884 0 0 17 2 0 0 0
/proc/21454/statm: 131780 67745 381 364 0 67698 0
[pid=21456] ppid=21454 vsize=72320 CPUtime=13.44 cores=0,2,4,6
/proc/21456/stat : 21456 (lingeling) R 21454 21456 21456 0 -1 4202496 36253 0 0 0 1337 7 0 0 25 0 1 0 538507660 74055680 17248 33554432000 4194304 4352236 140733759189936 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21456/statm: 18080 17248 127 39 0 17160 0
[pid=21457] ppid=21399 vsize=537376 CPUtime=0.02 cores=0,2,4,6
/proc/21457/stat : 21457 (python) S 21399 21399 21052 0 -1 4202560 911 0 0 0 1 1 0 0 15 0 1 0 538507662 550273024 67738 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 3747971260592652548 0 0 17 0 0 0 0
/proc/21457/statm: 134344 67738 370 364 0 70259 0
[pid=21459] ppid=21457 vsize=775996 CPUtime=13.42 cores=0,2,4,6
/proc/21459/stat : 21459 (cryptominisat-2) R 21457 21459 21459 0 -1 4202496 147517 0 0 0 1321 21 0 0 25 0 1 0 538507663 794619904 138605 33554432000 4194304 4677096 140736392143616 18446744073709551615 4462616 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21459/statm: 193999 138605 373 118 0 188958 0
[pid=21460] ppid=21399 vsize=547632 CPUtime=0.02 cores=0,2,4,6
/proc/21460/stat : 21460 (python) S 21399 21399 21052 0 -1 4202560 927 0 0 0 1 1 0 0 18 0 1 0 538507664 560775168 67742 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 14538393653337882884 0 0 17 4 0 0 0
/proc/21460/statm: 136908 67742 370 364 0 72820 0
[pid=21462] ppid=21460 vsize=68824 CPUtime=13.34 cores=0,2,4,6
/proc/21462/stat : 21462 (lingeling) R 21460 21462 21462 0 -1 4202496 35455 0 0 0 1328 6 0 0 25 0 1 0 538507666 70475776 16374 33554432000 4194304 4352236 140735672189936 18446744073709551615 4208896 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21462/statm: 17206 16374 127 39 0 16286 0
[pid=21463] ppid=21399 vsize=557888 CPUtime=0.01 cores=0,2,4,6
/proc/21463/stat : 21463 (python) S 21399 21399 21052 0 -1 4202560 938 0 0 0 0 1 0 0 18 0 1 0 538507668 571277312 67746 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 14538393653337882883 0 0 17 0 0 0 0
/proc/21463/statm: 139472 67746 370 364 0 75381 0
[pid=21465] ppid=21463 vsize=85668 CPUtime=13.37 cores=0,2,4,6
/proc/21465/stat : 21465 (SApperloT-base) R 21463 21465 21465 0 -1 4202496 19895 0 0 0 1331 6 0 0 25 0 1 0 538507669 87724032 18153 33554432000 134512640 135674940 4290589536 18446744073709551615 134551947 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21465/statm: 21417 18153 99 284 0 21131 0
[pid=21399/tid=21455] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21455/stat : 21455 (python) S 21397 21399 21052 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 538507660 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
[pid=21399/tid=21458] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21458/stat : 21458 (python) S 21397 21399 21052 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 5 0 538507662 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
[pid=21399/tid=21461] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21461/stat : 21461 (python) S 21397 21399 21052 0 -1 4202560 36 936 0 0 0 0 0 0 20 0 5 0 538507665 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
[pid=21399/tid=21464] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21464/stat : 21464 (python) S 21397 21399 21052 0 -1 4202560 28 936 0 0 0 0 0 0 22 0 5 0 538507668 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 219.06
Current children cumulated vsize (KiB) 3740956

[startup+185.501 s]
/proc/loadavg: 4.10 5.33 5.60 7/202 21465
/proc/meminfo: memFree=27347404/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=568132 CPUtime=165.43 cores=0,2,4,6
/proc/21399/stat : 21399 (python) S 21397 21399 21052 0 -1 4202496 233427 936 1 0 16493 50 0 0 22 0 5 0 538491098 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21399/statm: 142033 69261 1881 364 0 77942 0
[pid=21454] ppid=21399 vsize=527120 CPUtime=0.02 cores=0,2,4,6
/proc/21454/stat : 21454 (python) S 21399 21399 21052 0 -1 4202560 977 0 0 0 0 2 0 0 18 0 1 0 538507659 539770880 67745 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557711 0 0 16781312 514 14538393653337882884 0 0 17 2 0 0 0
/proc/21454/statm: 131780 67745 381 364 0 67698 0
[pid=21456] ppid=21454 vsize=72320 CPUtime=19.82 cores=0,2,4,6
/proc/21456/stat : 21456 (lingeling) R 21454 21456 21456 0 -1 4202496 36253 0 0 0 1975 7 0 0 25 0 1 0 538507660 74055680 17248 33554432000 4194304 4352236 140733759189936 18446744073709551615 4208551 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21456/statm: 18080 17248 127 39 0 17160 0
[pid=21457] ppid=21399 vsize=537376 CPUtime=0.02 cores=0,2,4,6
/proc/21457/stat : 21457 (python) S 21399 21399 21052 0 -1 4202560 914 0 0 0 1 1 0 0 15 0 1 0 538507662 550273024 67738 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 3747971260592652548 0 0 17 0 0 0 0
/proc/21457/statm: 134344 67738 370 364 0 70259 0
[pid=21459] ppid=21457 vsize=801424 CPUtime=19.82 cores=0,2,4,6
/proc/21459/stat : 21459 (cryptominisat-2) R 21457 21459 21459 0 -1 4202496 153989 0 0 0 1960 22 0 0 25 0 1 0 538507663 820658176 145077 33554432000 4194304 4677096 140736392143616 18446744073709551615 4354024 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21459/statm: 200356 145077 383 118 0 195315 0
[pid=21460] ppid=21399 vsize=547632 CPUtime=0.02 cores=0,2,4,6
/proc/21460/stat : 21460 (python) S 21399 21399 21052 0 -1 4202560 930 0 0 0 1 1 0 0 18 0 1 0 538507664 560775168 67742 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 14538393653337882884 0 0 17 4 0 0 0
/proc/21460/statm: 136908 67742 370 364 0 72820 0

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

/proc/meminfo: memFree=27333808/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=568132 CPUtime=165.43 cores=0,2,4,6
/proc/21399/stat : 21399 (python) S 21397 21399 21052 0 -1 4202496 233427 936 1 0 16493 50 0 0 22 0 5 0 538491098 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21399/statm: 142033 69261 1881 364 0 77942 0
[pid=21454] ppid=21399 vsize=527120 CPUtime=0.03 cores=0,2,4,6
/proc/21454/stat : 21454 (python) S 21399 21399 21052 0 -1 4202560 981 0 0 0 1 2 0 0 18 0 1 0 538507659 539770880 67745 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557711 0 0 16781312 514 14538393653337882884 0 0 17 2 0 0 0
/proc/21454/statm: 131780 67745 381 364 0 67698 0
[pid=21456] ppid=21454 vsize=72320 CPUtime=24.61 cores=0,2,4,6
/proc/21456/stat : 21456 (lingeling) R 21454 21456 21456 0 -1 4202496 36253 0 0 0 2454 7 0 0 25 0 1 0 538507660 74055680 17248 33554432000 4194304 4352236 140733759189936 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21456/statm: 18080 17248 127 39 0 17160 0
[pid=21457] ppid=21399 vsize=537376 CPUtime=0.03 cores=0,2,4,6
/proc/21457/stat : 21457 (python) S 21399 21399 21052 0 -1 4202560 918 0 0 0 2 1 0 0 15 0 1 0 538507662 550273024 67738 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 3747971260592652548 0 0 17 0 0 0 0
/proc/21457/statm: 134344 67738 370 364 0 70259 0
[pid=21459] ppid=21457 vsize=801424 CPUtime=24.61 cores=0,2,4,6
/proc/21459/stat : 21459 (cryptominisat-2) R 21457 21459 21459 0 -1 4202496 155074 0 0 0 2439 22 0 0 25 0 1 0 538507663 820658176 146162 33554432000 4194304 4677096 140736392143616 18446744073709551615 4318809 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21459/statm: 200356 146162 387 118 0 195315 0
[pid=21460] ppid=21399 vsize=547632 CPUtime=0.03 cores=0,2,4,6
/proc/21460/stat : 21460 (python) S 21399 21399 21052 0 -1 4202560 933 0 0 0 2 1 0 0 18 0 1 0 538507664 560775168 67742 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 14538393653337882884 0 0 17 4 0 0 0
/proc/21460/statm: 136908 67742 370 364 0 72820 0
[pid=21462] ppid=21460 vsize=68824 CPUtime=24.48 cores=0,2,4,6
/proc/21462/stat : 21462 (lingeling) R 21460 21462 21462 0 -1 4202496 35455 0 0 0 2442 6 0 0 25 0 1 0 538507666 70475776 16374 33554432000 4194304 4352236 140735672189936 18446744073709551615 4268343 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21462/statm: 17206 16374 127 39 0 16286 0
[pid=21463] ppid=21399 vsize=557888 CPUtime=0.03 cores=0,2,4,6
/proc/21463/stat : 21463 (python) S 21399 21399 21052 0 -1 4202560 942 0 0 0 1 2 0 0 18 0 1 0 538507668 571277312 67746 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 14538393653337882883 0 0 17 0 0 0 0
/proc/21463/statm: 139472 67746 370 364 0 75381 0
[pid=21465] ppid=21463 vsize=120684 CPUtime=24.56 cores=0,2,4,6
/proc/21465/stat : 21465 (SApperloT-base) R 21463 21465 21465 0 -1 4202496 32278 0 0 0 2448 8 0 0 25 0 1 0 538507669 123580416 23365 33554432000 134512640 135674940 4290589536 18446744073709551615 134552159 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21465/statm: 30171 23365 99 284 0 29885 0
[pid=21399/tid=21455] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21455/stat : 21455 (python) S 21397 21399 21052 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 538507660 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
[pid=21399/tid=21458] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21458/stat : 21458 (python) S 21397 21399 21052 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 5 0 538507662 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
[pid=21399/tid=21461] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21461/stat : 21461 (python) S 21397 21399 21052 0 -1 4202560 36 936 0 0 0 0 0 0 20 0 5 0 538507665 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
[pid=21399/tid=21464] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21464/stat : 21464 (python) S 21397 21399 21052 0 -1 4202560 28 936 0 0 0 0 0 0 22 0 5 0 538507668 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 263.81
Current children cumulated vsize (KiB) 3801400

[startup+191.901 s]
/proc/loadavg: 4.25 5.34 5.60 7/202 21465
/proc/meminfo: memFree=27331948/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=568132 CPUtime=165.43 cores=0,2,4,6
/proc/21399/stat : 21399 (python) S 21397 21399 21052 0 -1 4202496 233427 936 1 0 16493 50 0 0 22 0 5 0 538491098 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21399/statm: 142033 69261 1881 364 0 77942 0
[pid=21454] ppid=21399 vsize=527120 CPUtime=0.03 cores=0,2,4,6
/proc/21454/stat : 21454 (python) S 21399 21399 21052 0 -1 4202560 981 0 0 0 1 2 0 0 18 0 1 0 538507659 539770880 67745 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557711 0 0 16781312 514 14538393653337882884 0 0 17 2 0 0 0
/proc/21454/statm: 131780 67745 381 364 0 67698 0
[pid=21456] ppid=21454 vsize=72320 CPUtime=26.2 cores=0,2,4,6
/proc/21456/stat : 21456 (lingeling) R 21454 21456 21456 0 -1 4202496 36253 0 0 0 2613 7 0 0 25 0 1 0 538507660 74055680 17248 33554432000 4194304 4352236 140733759189936 18446744073709551615 4250880 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21456/statm: 18080 17248 127 39 0 17160 0
[pid=21457] ppid=21399 vsize=537376 CPUtime=0.03 cores=0,2,4,6
/proc/21457/stat : 21457 (python) S 21399 21399 21052 0 -1 4202560 921 0 0 0 2 1 0 0 15 0 1 0 538507662 550273024 67738 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 14538393653337882884 0 0 17 0 0 0 0
/proc/21457/statm: 134344 67738 370 364 0 70259 0
[pid=21459] ppid=21457 vsize=834240 CPUtime=26.21 cores=0,2,4,6
/proc/21459/stat : 21459 (cryptominisat-2) R 21457 21459 21459 0 -1 4202496 155318 0 0 0 2599 22 0 0 25 0 1 0 538507663 854261760 146406 33554432000 4194304 4677096 140736392143616 18446744073709551615 4336210 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21459/statm: 208560 146406 387 118 0 203519 0
[pid=21460] ppid=21399 vsize=547632 CPUtime=0.03 cores=0,2,4,6
/proc/21460/stat : 21460 (python) S 21399 21399 21052 0 -1 4202560 933 0 0 0 2 1 0 0 18 0 1 0 538507664 560775168 67742 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 14538393653337882884 0 0 17 4 0 0 0
/proc/21460/statm: 136908 67742 370 364 0 72820 0
[pid=21462] ppid=21460 vsize=68824 CPUtime=26.07 cores=0,2,4,6
/proc/21462/stat : 21462 (lingeling) R 21460 21462 21462 0 -1 4202496 35455 0 0 0 2601 6 0 0 25 0 1 0 538507666 70475776 16374 33554432000 4194304 4352236 140735672189936 18446744073709551615 4207597 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21462/statm: 17206 16374 127 39 0 16286 0
[pid=21463] ppid=21399 vsize=557888 CPUtime=0.03 cores=0,2,4,6
/proc/21463/stat : 21463 (python) S 21399 21399 21052 0 -1 4202560 942 0 0 0 1 2 0 0 18 0 1 0 538507668 571277312 67746 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 14538393653337882883 0 0 17 0 0 0 0
/proc/21463/statm: 139472 67746 370 364 0 75381 0
[pid=21465] ppid=21463 vsize=121084 CPUtime=26.16 cores=0,2,4,6
/proc/21465/stat : 21465 (SApperloT-base) R 21463 21465 21465 0 -1 4202496 32382 0 0 0 2608 8 0 0 25 0 1 0 538507669 123990016 23469 33554432000 134512640 135674940 4290589536 18446744073709551615 134566934 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21465/statm: 30271 23469 99 284 0 29985 0
[pid=21399/tid=21455] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21455/stat : 21455 (python) S 21397 21399 21052 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 538507660 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
[pid=21399/tid=21458] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21458/stat : 21458 (python) S 21397 21399 21052 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 5 0 538507662 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
[pid=21399/tid=21461] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21461/stat : 21461 (python) S 21397 21399 21052 0 -1 4202560 36 936 0 0 0 0 0 0 20 0 5 0 538507665 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
[pid=21399/tid=21464] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21464/stat : 21464 (python) S 21397 21399 21052 0 -1 4202560 28 936 0 0 0 0 0 0 22 0 5 0 538507668 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 270.19
Current children cumulated vsize (KiB) 3834616

[startup+192.301 s]
/proc/loadavg: 4.25 5.34 5.60 7/202 21465
/proc/meminfo: memFree=27331948/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=568132 CPUtime=165.43 cores=0,2,4,6
/proc/21399/stat : 21399 (python) S 21397 21399 21052 0 -1 4202496 233427 936 1 0 16493 50 0 0 22 0 5 0 538491098 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21399/statm: 142033 69261 1881 364 0 77942 0
[pid=21454] ppid=21399 vsize=527120 CPUtime=0.03 cores=0,2,4,6
/proc/21454/stat : 21454 (python) S 21399 21399 21052 0 -1 4202560 981 0 0 0 1 2 0 0 18 0 1 0 538507659 539770880 67745 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557711 0 0 16781312 514 14538393653337882884 0 0 17 2 0 0 0
/proc/21454/statm: 131780 67745 381 364 0 67698 0
[pid=21456] ppid=21454 vsize=72320 CPUtime=26.6 cores=0,2,4,6
/proc/21456/stat : 21456 (lingeling) R 21454 21456 21456 0 -1 4202496 36253 0 0 0 2653 7 0 0 25 0 1 0 538507660 74055680 17248 33554432000 4194304 4352236 140733759189936 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21456/statm: 18080 17248 127 39 0 17160 0
[pid=21457] ppid=21399 vsize=537376 CPUtime=0.03 cores=0,2,4,6
/proc/21457/stat : 21457 (python) S 21399 21399 21052 0 -1 4202560 921 0 0 0 2 1 0 0 15 0 1 0 538507662 550273024 67738 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 14538393653337882884 0 0 17 0 0 0 0
/proc/21457/statm: 134344 67738 370 364 0 70259 0
[pid=21459] ppid=21457 vsize=834240 CPUtime=26.61 cores=0,2,4,6
/proc/21459/stat : 21459 (cryptominisat-2) R 21457 21459 21459 0 -1 4202496 155397 0 0 0 2639 22 0 0 25 0 1 0 538507663 854261760 146485 33554432000 4194304 4677096 140736392143616 18446744073709551615 4335955 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21459/statm: 208560 146485 387 118 0 203519 0
[pid=21460] ppid=21399 vsize=547632 CPUtime=0.03 cores=0,2,4,6
/proc/21460/stat : 21460 (python) S 21399 21399 21052 0 -1 4202560 933 0 0 0 2 1 0 0 18 0 1 0 538507664 560775168 67742 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 14538393653337882884 0 0 17 4 0 0 0
/proc/21460/statm: 136908 67742 370 364 0 72820 0
[pid=21462] ppid=21460 vsize=68824 CPUtime=26.47 cores=0,2,4,6
/proc/21462/stat : 21462 (lingeling) R 21460 21462 21462 0 -1 4202496 35455 0 0 0 2641 6 0 0 25 0 1 0 538507666 70475776 16374 33554432000 4194304 4352236 140735672189936 18446744073709551615 4208784 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21462/statm: 17206 16374 127 39 0 16286 0
[pid=21463] ppid=21399 vsize=557888 CPUtime=0.03 cores=0,2,4,6
/proc/21463/stat : 21463 (python) S 21399 21399 21052 0 -1 4202560 942 0 0 0 1 2 0 0 18 0 1 0 538507668 571277312 67746 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 14538393653337882883 0 0 17 0 0 0 0
/proc/21463/statm: 139472 67746 370 364 0 75381 0
[pid=21465] ppid=21463 vsize=121876 CPUtime=26.55 cores=0,2,4,6
/proc/21465/stat : 21465 (SApperloT-base) R 21463 21465 21465 0 -1 4202496 32598 0 0 0 2647 8 0 0 25 0 1 0 538507669 124801024 23685 33554432000 134512640 135674940 4290589536 18446744073709551615 134559629 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21465/statm: 30469 23685 99 284 0 30183 0
[pid=21399/tid=21455] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21455/stat : 21455 (python) S 21397 21399 21052 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 538507660 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
[pid=21399/tid=21458] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21458/stat : 21458 (python) S 21397 21399 21052 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 5 0 538507662 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
[pid=21399/tid=21461] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21461/stat : 21461 (python) S 21397 21399 21052 0 -1 4202560 36 936 0 0 0 0 0 0 20 0 5 0 538507665 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
[pid=21399/tid=21464] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21464/stat : 21464 (python) S 21397 21399 21052 0 -1 4202560 28 936 0 0 0 0 0 0 22 0 5 0 538507668 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 271.78
Current children cumulated vsize (KiB) 3835408

[startup+192.701 s]
/proc/loadavg: 4.25 5.34 5.60 7/202 21465
/proc/meminfo: memFree=27329220/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=568132 CPUtime=165.43 cores=0,2,4,6
/proc/21399/stat : 21399 (python) S 21397 21399 21052 0 -1 4202496 233427 936 1 0 16493 50 0 0 22 0 5 0 538491098 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21399/statm: 142033 69261 1881 364 0 77942 0
[pid=21454] ppid=21399 vsize=527120 CPUtime=0.03 cores=0,2,4,6
/proc/21454/stat : 21454 (python) S 21399 21399 21052 0 -1 4202560 981 0 0 0 1 2 0 0 18 0 1 0 538507659 539770880 67745 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557711 0 0 16781312 514 14538393653337882884 0 0 17 2 0 0 0
/proc/21454/statm: 131780 67745 381 364 0 67698 0
[pid=21456] ppid=21454 vsize=72320 CPUtime=27 cores=0,2,4,6
/proc/21456/stat : 21456 (lingeling) R 21454 21456 21456 0 -1 4202496 36253 0 0 0 2693 7 0 0 25 0 1 0 538507660 74055680 17248 33554432000 4194304 4352236 140733759189936 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21456/statm: 18080 17248 127 39 0 17160 0
[pid=21457] ppid=21399 vsize=537376 CPUtime=0.03 cores=0,2,4,6
/proc/21457/stat : 21457 (python) S 21399 21399 21052 0 -1 4202560 921 0 0 0 2 1 0 0 15 0 1 0 538507662 550273024 67738 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 14538393653337882884 0 0 17 0 0 0 0
/proc/21457/statm: 134344 67738 370 364 0 70259 0
[pid=21459] ppid=21457 vsize=834240 CPUtime=27.01 cores=0,2,4,6
/proc/21459/stat : 21459 (cryptominisat-2) R 21457 21459 21459 0 -1 4202496 155473 0 0 0 2679 22 0 0 25 0 1 0 538507663 854261760 146561 33554432000 4194304 4677096 140736392143616 18446744073709551615 4336461 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/21459/statm: 208560 146561 387 118 0 203519 0
[pid=21460] ppid=21399 vsize=547632 CPUtime=0.03 cores=0,2,4,6
/proc/21460/stat : 21460 (python) S 21399 21399 21052 0 -1 4202560 933 0 0 0 2 1 0 0 18 0 1 0 538507664 560775168 67742 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 14538393653337882884 0 0 17 4 0 0 0
/proc/21460/statm: 136908 67742 370 364 0 72820 0
[pid=21462] ppid=21460 vsize=68824 CPUtime=26.86 cores=0,2,4,6
/proc/21462/stat : 21462 (lingeling) R 21460 21462 21462 0 -1 4202496 35455 0 0 0 2680 6 0 0 25 0 1 0 538507666 70475776 16374 33554432000 4194304 4352236 140735672189936 18446744073709551615 4317314 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21462/statm: 17206 16374 127 39 0 16286 0
[pid=21463] ppid=21399 vsize=557888 CPUtime=0.03 cores=0,2,4,6
/proc/21463/stat : 21463 (python) S 21399 21399 21052 0 -1 4202560 942 0 0 0 1 2 0 0 18 0 1 0 538507668 571277312 67746 33554432000 4194304 5683644 140736133233360 18446744073709551615 271550557766 0 0 16781312 514 14538393653337882883 0 0 17 0 0 0 0
/proc/21463/statm: 139472 67746 370 364 0 75381 0
[pid=21465] ppid=21463 vsize=122008 CPUtime=26.95 cores=0,2,4,6
/proc/21465/stat : 21465 (SApperloT-base) R 21463 21465 21465 0 -1 4202496 32628 0 0 0 2687 8 0 0 25 0 1 0 538507669 124936192 23715 33554432000 134512640 135674940 4290589536 18446744073709551615 134564062 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/21465/statm: 30502 23715 99 284 0 30216 0
[pid=21399/tid=21455] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21455/stat : 21455 (python) S 21397 21399 21052 0 -1 4202560 25 936 0 0 0 0 0 0 25 0 5 0 538507660 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
[pid=21399/tid=21458] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21458/stat : 21458 (python) S 21397 21399 21052 0 -1 4202560 21 936 0 0 0 0 0 0 25 0 5 0 538507662 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
[pid=21399/tid=21461] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21461/stat : 21461 (python) S 21397 21399 21052 0 -1 4202560 36 936 0 0 0 0 0 0 20 0 5 0 538507665 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
[pid=21399/tid=21464] ppid=21397 vsize=568132 CPUtime=0 cores=0,2,4,6
/proc/21399/task/21464/stat : 21464 (python) S 21397 21399 21052 0 -1 4202560 28 936 0 0 0 0 0 0 22 0 5 0 538507668 581767168 69261 33554432000 4194304 5683644 140736133233360 18446744073709551615 271562361265 0 0 16781312 2 18446604448311825408 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 273.37
Current children cumulated vsize (KiB) 3835540

[startup+192.801 s]
/proc/loadavg: 4.25 5.34 5.60 7/202 21465
/proc/meminfo: memFree=27329220/32951124 swapFree=67111336/67111528
[pid=21399] ppid=21397 vsize=557828 CPUtime=273.69 cores=0,2,4,6
/proc/21399/stat : 21399 (python) R 21397 21399 21052 0 -1 4202496 249502 264906 1 0 16495 51 10765 58 17 0 1 0 538491098 571215872 69249 33554432000 4194304 5683644 140736133233360 18446744073709551615 4417878 0 0 16781312 0 0 0 0 17 6 0 0 0
/proc/21399/statm: 139457 69249 1873 364 0 75381 0
Current children cumulated CPU time (s) 273.69
Current children cumulated vsize (KiB) 557828

Child status: 0
Real time (s): 192.875
CPU time (s): 273.781
CPU user time (s): 272.652
CPU system time (s): 1.12983
CPU usage (%): 141.948
Max. virtual memory (cumulated for all children) (KiB): 3835540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 272.652
system time used= 1.12983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 552798
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= 3105
involuntary context switches= 1439

runsolver used 0.341948 second user time and 0.696894 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-01 18:55:32
IDJOB=3317859
IDBENCH=82409
IDSOLVER=1706
FILE ID=node133/3317859-1304268930
RUNJOBID= node133-1304267282-21070
PBS_JOBID= 13173946
Free space on /tmp= 72784 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/rintanen/SATPlanning/grid-strips-grid-y-4.025-NOTKNOWN.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-3317859-1304268930/watcher-3317859-1304268930 -o /tmp/evaluation-result-3317859-1304268930/solver-3317859-1304268930 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317859-1304268930.cnf -seed 1199177234 -budget 4800 -cores 4

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

MD5SUM BENCH= 7a66f04f295b538081ccaebd0fd7d9b2
RANDOM SEED=1199177234

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28909828 kB
Buffers:        569400 kB
Cached:        1390940 kB
SwapCached:        124 kB
Active:        1981632 kB
Inactive:      1706524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28909828 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:           78416 kB
Writeback:           0 kB
AnonPages:     1727380 kB
Mapped:          22464 kB
Slab:           286164 kB
PageTables:       8828 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2071132 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72712 MiB
End job on node133 at 2011-05-01 18:58:45