Trace number 3321603

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 392.829 194.734

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.41687
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.37/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.37/0.67	c INFO: solving HOME/instance-3321603-1304348078.cnf
0.37/0.67	c INFO: computing task features
8.64/8.99	c INFO: computed variable-clause graph statistics
8.94/9.28	c INFO: computed clause balance statistics
41.45/41.72	c INFO: computed variable balance statistics
65.94/66.29	c INFO: computed small-clause counts
66.75/67.09	c INFO: computed Horn-clause counts
165.76/166.04	c INFO: computed variable graph statistics
165.76/166.04	c INFO: collected features for HOME/instance-3321603-1304348078.cnf in 165.08 s
165.76/166.08	c INFO: running lingeling-276@0 for 97 with 39834 remaining (b = 0.35)
165.85/166.11	c INFO: running cryptominisat-2.9.0@0 for 485 with 39834 remaining (b = 0.24)
165.85/166.15	c INFO: running lingeling-276@0 for 1261 with 39834 remaining (b = 0.35)
165.85/166.18	c INFO: running cryptominisat-2.9.0@0 for 485 with 39834 remaining (b = 0.17)
165.94/166.22	c INFO: running precosat-570@0 for 97 with 39834 remaining (b = 0.07)
165.94/166.25	c INFO: running cryptominisat-2.9.0@0 for 1649 with 39834 remaining (b = 0.37)
165.94/166.29	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39834 remaining (b = 0.33)
166.04/166.32	c INFO: running lingeling-276@0 for 1261 with 39834 remaining (b = 0.20)
392.60/194.63	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-3321603-1304348078/watcher-3321603-1304348078 -o /tmp/evaluation-result-3321603-1304348078/solver-3321603-1304348078 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321603-1304348078.cnf -seed 972192511 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 6.92 7.80 7.92 2/251 8429
/proc/meminfo: memFree=17593892/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=15384 CPUtime=0 cores=0-7
/proc/8429/stat : 8429 (python) R 8427 8429 8402 0 -1 4202496 811 0 0 0 0 0 0 0 21 0 1 0 546406662 15753216 697 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814236084 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8429/statm: 3846 698 334 364 0 333 0

[startup+0.0653241 s]
/proc/loadavg: 6.92 7.80 7.92 2/251 8429
/proc/meminfo: memFree=17593892/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=30112 CPUtime=0.03 cores=0-7
/proc/8429/stat : 8429 (python) R 8427 8429 8402 0 -1 4202496 1515 0 0 0 3 0 0 0 21 0 1 0 546406662 30834688 1352 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814236005 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8429/statm: 7528 1352 443 364 0 898 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30112

[startup+0.100314 s]
/proc/loadavg: 6.92 7.80 7.92 2/251 8429
/proc/meminfo: memFree=17593892/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=87704 CPUtime=0.06 cores=0-7
/proc/8429/stat : 8429 (python) S 8427 8429 8402 0 -1 4202496 2638 0 0 0 4 2 0 0 21 0 1 0 546406662 89808896 2354 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814238208 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/8429/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.3003 s]
/proc/loadavg: 6.92 7.80 7.92 2/251 8429
/proc/meminfo: memFree=17593892/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=135748 CPUtime=0.18 cores=0-7
/proc/8429/stat : 8429 (python) S 8427 8429 8402 0 -1 4202496 5964 934 1 0 13 5 0 0 21 0 1 0 546406662 139005952 4150 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814236165 0 2147483391 16781312 2 18446744071699215550 0 0 17 2 0 0 0
/proc/8429/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700214 s]
/proc/loadavg: 6.92 7.80 7.92 2/251 8429
/proc/meminfo: memFree=17593892/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=325024 CPUtime=0.44 cores=0-7
/proc/8429/stat : 8429 (python) R 8427 8429 8402 0 -1 4202496 20914 934 1 0 30 14 0 0 20 0 1 0 546406662 332824576 18591 33554432000 4194304 5683644 140734928078672 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8429/statm: 81256 18592 1761 364 0 17180 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 325024

[startup+1.50008 s]
/proc/loadavg: 6.92 7.80 7.92 2/252 8434
/proc/meminfo: memFree=17507208/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=378364 CPUtime=1.24 cores=0-7
/proc/8429/stat : 8429 (python) R 8427 8429 8402 0 -1 4202496 33860 934 1 0 108 16 0 0 22 0 1 0 546406662 387444736 31538 33554432000 4194304 5683644 140734928078672 18446744073709551615 4421834 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8429/statm: 94591 31538 1761 364 0 30515 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 378364

[startup+3.10081 s]
/proc/loadavg: 6.92 7.80 7.92 2/252 8434
/proc/meminfo: memFree=17434172/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=483708 CPUtime=2.84 cores=0-7
/proc/8429/stat : 8429 (python) R 8427 8429 8402 0 -1 4202496 59909 934 1 0 264 20 0 0 25 0 1 0 546406662 495316992 57586 33554432000 4194304 5683644 140734928078672 18446744073709551615 251813900997 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8429/statm: 120927 57588 1761 364 0 56851 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 483708

[startup+6.30035 s]
/proc/loadavg: 6.53 7.70 7.89 2/252 8434
/proc/meminfo: memFree=17221768/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=690308 CPUtime=6.04 cores=0-7
/proc/8429/stat : 8429 (python) R 8427 8429 8402 0 -1 4202496 106598 934 1 0 578 26 0 0 25 0 1 0 546406662 706875392 104275 33554432000 4194304 5683644 140734928078672 18446744073709551615 47699737275077 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8429/statm: 172577 104276 1761 364 0 108501 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 690308

[startup+12.7003 s]
/proc/loadavg: 6.08 7.59 7.85 2/252 8434
/proc/meminfo: memFree=17166648/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=684792 CPUtime=12.44 cores=0-7
/proc/8429/stat : 8429 (python) R 8427 8429 8402 0 -1 4202496 211510 934 1 0 1205 39 0 0 25 0 1 0 546406662 701227008 108615 33554432000 4194304 5683644 140734928078672 18446744073709551615 47699737371360 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8429/statm: 171198 108615 1826 364 0 107122 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 684792

[startup+25.501 s]
/proc/loadavg: 4.96 7.26 7.74 2/252 8434
/proc/meminfo: memFree=17167336/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=684792 CPUtime=25.24 cores=0-7
/proc/8429/stat : 8429 (python) R 8427 8429 8402 0 -1 4202496 211510 934 1 0 2485 39 0 0 25 0 1 0 546406662 701227008 108615 33554432000 4194304 5683644 140734928078672 18446744073709551615 251813900827 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/8429/statm: 171198 108615 1826 364 0 107122 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 684792

[startup+51.1007 s]
/proc/loadavg: 3.61 6.76 7.56 2/252 8435
/proc/meminfo: memFree=17167060/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=684792 CPUtime=50.84 cores=0-7
/proc/8429/stat : 8429 (python) R 8427 8429 8402 0 -1 4202496 211511 934 1 0 5045 39 0 0 25 0 1 0 546406662 701227008 108616 33554432000 4194304 5683644 140734928078672 18446744073709551615 47699769866368 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8429/statm: 171198 108616 1827 364 0 107122 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 684792

[startup+102.308 s]
/proc/loadavg: 2.13 5.87 7.22 2/252 8437
/proc/meminfo: memFree=17147520/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=704044 CPUtime=102.06 cores=0-7
/proc/8429/stat : 8429 (python) R 8427 8429 8402 0 -1 4202496 230737 934 1 0 10164 42 0 0 25 0 1 0 546406662 720941056 113435 33554432000 4194304 5683644 140734928078672 18446744073709551615 47699737094272 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8429/statm: 176011 113435 1833 364 0 111935 0
Current children cumulated CPU time (s) 102.06
Current children cumulated vsize (KiB) 704044

[startup+162.301 s]
/proc/loadavg: 1.41 4.98 6.83 2/252 8438
/proc/meminfo: memFree=17147628/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=704044 CPUtime=162.05 cores=0-7
/proc/8429/stat : 8429 (python) R 8427 8429 8402 0 -1 4202496 230737 934 1 0 16163 42 0 0 25 0 1 0 546406662 720941056 113435 33554432000 4194304 5683644 140734928078672 18446744073709551615 47699737094275 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8429/statm: 176011 113435 1833 364 0 111935 0
Current children cumulated CPU time (s) 162.05
Current children cumulated vsize (KiB) 704044

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

[startup+179.101 s]
/proc/loadavg: 2.40 5.02 6.81 9/276 8463
/proc/meminfo: memFree=14573976/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=674688 CPUtime=166.08 cores=0-7
/proc/8429/stat : 8429 (python) S 8427 8429 8402 0 -1 4202496 236234 934 1 0 16559 49 0 0 25 0 9 0 546406662 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8429/statm: 168672 69456 1889 364 0 104569 0
[pid=8439] ppid=8429 vsize=527116 CPUtime=0.02 cores=0-7
/proc/8439/stat : 8439 (python) S 8429 8429 8402 0 -1 4202560 914 0 0 0 1 1 0 0 18 0 1 0 546423270 539766784 67740 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260239 0 0 16781312 514 17499070603682873604 0 0 17 1 0 0 0
/proc/8439/statm: 131779 67740 376 364 0 67697 0
[pid=8441] ppid=8439 vsize=73080 CPUtime=12.99 cores=0-7
/proc/8441/stat : 8441 (lingeling) R 8439 8441 8441 0 -1 4202496 36459 0 0 0 1292 7 0 0 25 0 1 0 546423270 74833920 17439 33554432000 4194304 4352236 140735527362144 18446744073709551615 4267594 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8441/statm: 18270 17439 127 39 0 17350 0
[pid=8442] ppid=8429 vsize=537372 CPUtime=0.03 cores=0-7
/proc/8442/stat : 8442 (python) S 8429 8429 8402 0 -1 4202560 908 0 0 0 1 2 0 0 15 0 1 0 546423273 550268928 67738 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 3017227036679700738 0 0 17 6 0 0 0
/proc/8442/statm: 134343 67738 370 364 0 70258 0
[pid=8444] ppid=8442 vsize=775996 CPUtime=12.93 cores=0-7
/proc/8444/stat : 8444 (cryptominisat-2) R 8442 8444 8444 0 -1 4202496 147518 0 0 0 1274 19 0 0 25 0 1 0 546423274 794619904 138605 33554432000 4194304 4677096 140735583689872 18446744073709551615 4462616 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8444/statm: 193999 138605 373 118 0 188958 0
[pid=8445] ppid=8429 vsize=547628 CPUtime=0.02 cores=0-7
/proc/8445/stat : 8445 (python) S 8429 8429 8402 0 -1 4202560 905 0 0 0 0 2 0 0 18 0 1 0 546423277 560771072 67742 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873602 0 0 17 1 0 0 0
/proc/8445/statm: 136907 67742 370 364 0 72819 0
[pid=8447] ppid=8445 vsize=71608 CPUtime=12.92 cores=0-7
/proc/8447/stat : 8447 (lingeling) R 8445 8447 8447 0 -1 4202496 36097 0 0 0 1286 6 0 0 25 0 1 0 546423278 73326592 17070 33554432000 4194304 4352236 140733683985344 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/8447/statm: 17902 17070 127 39 0 16982 0
[pid=8448] ppid=8429 vsize=557884 CPUtime=0.03 cores=0-7
/proc/8448/stat : 8448 (python) S 8429 8429 8402 0 -1 4202560 938 0 0 0 1 2 0 0 15 0 1 0 546423280 571273216 67746 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 16106064142376337668 0 0 17 1 0 0 0
/proc/8448/statm: 139471 67746 370 364 0 75380 0
[pid=8450] ppid=8448 vsize=776000 CPUtime=12.89 cores=0-7
/proc/8450/stat : 8450 (cryptominisat-2) R 8448 8450 8450 0 -1 4202496 147518 0 0 0 1269 20 0 0 25 0 1 0 546423281 794624000 138606 33554432000 4194304 4677096 140734300476112 18446744073709551615 4462744 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8450/statm: 194000 138606 373 118 0 188959 0
[pid=8451] ppid=8429 vsize=633676 CPUtime=0.02 cores=0-7
/proc/8451/stat : 8451 (python) S 8429 8429 8402 0 -1 4202560 797 0 0 0 1 1 0 0 18 0 1 0 546423284 648884224 67868 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873604 0 0 17 1 0 0 0
/proc/8451/statm: 158419 67868 371 364 0 94325 0
[pid=8453] ppid=8451 vsize=305964 CPUtime=12.85 cores=0-7
/proc/8453/stat : 8453 (precosat) R 8451 8453 8453 0 -1 4202496 77683 0 0 0 1272 13 0 0 25 0 1 0 546423285 313307136 73018 33554432000 4194304 4890832 140737456119344 18446744073709551615 4246665 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/8453/statm: 76491 73018 80 171 0 76318 0
[pid=8454] ppid=8429 vsize=643932 CPUtime=0.03 cores=0-7
/proc/8454/stat : 8454 (python) S 8429 8429 8402 0 -1 4202560 813 0 0 0 1 2 0 0 15 0 1 0 546423287 659386368 67868 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 15728900867723591940 0 0 17 7 0 0 0
/proc/8454/statm: 160983 67868 371 364 0 96886 0
[pid=8456] ppid=8454 vsize=775996 CPUtime=12.68 cores=0-7
/proc/8456/stat : 8456 (cryptominisat-2) R 8454 8456 8456 0 -1 4202496 147508 0 0 0 1247 21 0 0 25 0 1 0 546423288 794619904 138605 33554432000 4194304 4677096 140733757430608 18446744073709551615 4462632 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/8456/statm: 193999 138605 373 118 0 188958 0
[pid=8457] ppid=8429 vsize=654188 CPUtime=0.03 cores=0-7
/proc/8457/stat : 8457 (python) S 8429 8429 8402 0 -1 4202560 817 0 0 0 1 2 0 0 15 0 1 0 546423291 669888512 67861 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 18062913364840907012 0 0 17 1 0 0 0
/proc/8457/statm: 163547 67861 371 364 0 99447 0
[pid=8459] ppid=8457 vsize=776004 CPUtime=12.74 cores=0-7
/proc/8459/stat : 8459 (cryptominisat-2) R 8457 8459 8459 0 -1 4202496 147511 0 0 0 1256 18 0 0 25 0 1 0 546423293 794628096 138606 33554432000 4194304 4677096 140733545284624 18446744073709551615 4462641 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8459/statm: 194001 138606 373 118 0 188960 0
[pid=8460] ppid=8429 vsize=664444 CPUtime=0.02 cores=0-7
/proc/8460/stat : 8460 (python) S 8429 8429 8402 0 -1 4202560 859 0 0 0 1 1 0 0 18 0 1 0 546423295 680390656 67941 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873602 0 0 17 1 0 0 0
/proc/8460/statm: 166111 67941 377 364 0 102008 0
[pid=8462] ppid=8460 vsize=72424 CPUtime=12.59 cores=0-7
/proc/8462/stat : 8462 (lingeling) R 8460 8462 8462 0 -1 4202496 36284 0 0 0 1250 9 0 0 25 0 1 0 546423296 74162176 17273 33554432000 4194304 4352236 140734251044928 18446744073709551615 4207650 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/8462/statm: 18106 17273 127 39 0 17186 0
[pid=8429/tid=8440] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8440/stat : 8440 (python) S 8427 8429 8402 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 546423270 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 2 0 0 0
[pid=8429/tid=8443] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8443/stat : 8443 (python) S 8427 8429 8402 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 546423274 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 0 0 0 0
[pid=8429/tid=8446] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8446/stat : 8446 (python) S 8427 8429 8402 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 546423277 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 0 0 0 0
[pid=8429/tid=8449] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8449/stat : 8449 (python) S 8427 8429 8402 0 -1 4202560 26 934 0 0 0 0 0 0 22 0 9 0 546423281 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 5 0 0 0

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

/proc/8429/task/8443/stat : 8443 (python) S 8427 8429 8402 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 546423274 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 0 0 0 0
[pid=8429/tid=8446] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8446/stat : 8446 (python) S 8427 8429 8402 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 546423277 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 0 0 0 0
[pid=8429/tid=8449] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8449/stat : 8449 (python) S 8427 8429 8402 0 -1 4202560 26 934 0 0 0 0 0 0 22 0 9 0 546423281 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 5 0 0 0
[pid=8429/tid=8452] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8452/stat : 8452 (python) S 8427 8429 8402 0 -1 4202560 61 934 0 0 0 0 0 0 23 0 9 0 546423284 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 0 0 0 0
[pid=8429/tid=8455] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8455/stat : 8455 (python) S 8427 8429 8402 0 -1 4202560 34 934 0 0 0 0 0 0 24 0 9 0 546423288 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 7 0 0 0
[pid=8429/tid=8458] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8458/stat : 8458 (python) S 8427 8429 8402 0 -1 4202560 33 934 0 0 0 0 0 0 25 0 9 0 546423292 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 1 0 0 0
[pid=8429/tid=8461] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8461/stat : 8461 (python) S 8427 8429 8402 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 546423295 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 371.17
Current children cumulated vsize (KiB) 9221776

[startup+193.502 s]
/proc/loadavg: 3.64 5.16 6.82 9/276 8463
/proc/meminfo: memFree=14404624/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=674688 CPUtime=166.08 cores=0-7
/proc/8429/stat : 8429 (python) S 8427 8429 8402 0 -1 4202496 236234 934 1 0 16559 49 0 0 25 0 9 0 546406662 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8429/statm: 168672 69456 1889 364 0 104569 0
[pid=8439] ppid=8429 vsize=527116 CPUtime=0.05 cores=0-7
/proc/8439/stat : 8439 (python) S 8429 8429 8402 0 -1 4202560 920 0 0 0 3 2 0 0 18 0 1 0 546423270 539766784 67740 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260239 0 0 16781312 514 17499070603682873604 0 0 17 1 0 0 0
/proc/8439/statm: 131779 67740 376 364 0 67697 0
[pid=8441] ppid=8439 vsize=73080 CPUtime=27.4 cores=0-7
/proc/8441/stat : 8441 (lingeling) R 8439 8441 8441 0 -1 4202496 36459 0 0 0 2733 7 0 0 25 0 1 0 546423270 74833920 17439 33554432000 4194304 4352236 140735527362144 18446744073709551615 4207584 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8441/statm: 18270 17439 127 39 0 17350 0
[pid=8442] ppid=8429 vsize=537372 CPUtime=0.05 cores=0-7
/proc/8442/stat : 8442 (python) S 8429 8429 8402 0 -1 4202560 915 0 0 0 2 3 0 0 15 0 1 0 546423273 550268928 67738 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873602 0 0 17 6 0 0 0
/proc/8442/statm: 134343 67738 370 364 0 70258 0
[pid=8444] ppid=8442 vsize=801424 CPUtime=27.32 cores=0-7
/proc/8444/stat : 8444 (cryptominisat-2) R 8442 8444 8444 0 -1 4202496 155128 0 0 0 2712 20 0 0 25 0 1 0 546423274 820658176 146215 33554432000 4194304 4677096 140735583689872 18446744073709551615 4346878 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8444/statm: 200356 146215 387 118 0 195315 0
[pid=8445] ppid=8429 vsize=547628 CPUtime=0.05 cores=0-7
/proc/8445/stat : 8445 (python) S 8429 8429 8402 0 -1 4202560 912 0 0 0 2 3 0 0 18 0 1 0 546423277 560771072 67742 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873602 0 0 17 1 0 0 0
/proc/8445/statm: 136907 67742 370 364 0 72819 0
[pid=8447] ppid=8445 vsize=71608 CPUtime=27.33 cores=0-7
/proc/8447/stat : 8447 (lingeling) R 8445 8447 8447 0 -1 4202496 36097 0 0 0 2727 6 0 0 25 0 1 0 546423278 73326592 17070 33554432000 4194304 4352236 140733683985344 18446744073709551615 4205983 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/8447/statm: 17902 17070 127 39 0 16982 0
[pid=8448] ppid=8429 vsize=557884 CPUtime=0.05 cores=0-7
/proc/8448/stat : 8448 (python) S 8429 8429 8402 0 -1 4202560 944 0 0 0 2 3 0 0 15 0 1 0 546423280 571273216 67746 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873604 0 0 17 1 0 0 0
/proc/8448/statm: 139471 67746 370 364 0 75380 0
[pid=8450] ppid=8448 vsize=801428 CPUtime=27.3 cores=0-7
/proc/8450/stat : 8450 (cryptominisat-2) R 8448 8450 8450 0 -1 4202496 155051 0 0 0 2709 21 0 0 25 0 1 0 546423281 820662272 146139 33554432000 4194304 4677096 140734300476112 18446744073709551615 4336322 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8450/statm: 200357 146139 387 118 0 195316 0
[pid=8451] ppid=8429 vsize=633676 CPUtime=0.04 cores=0-7
/proc/8451/stat : 8451 (python) S 8429 8429 8402 0 -1 4202560 797 0 0 0 2 2 0 0 18 0 1 0 546423284 648884224 67868 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873604 0 0 17 1 0 0 0
/proc/8451/statm: 158419 67868 371 364 0 94325 0
[pid=8453] ppid=8451 vsize=358028 CPUtime=27.26 cores=0-7
/proc/8453/stat : 8453 (precosat) R 8451 8453 8453 0 -1 4202496 90547 0 0 0 2711 15 0 0 25 0 1 0 546423285 366620672 85882 33554432000 4194304 4890832 140737456119344 18446744073709551615 4238565 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/8453/statm: 89507 85882 86 171 0 89334 0
[pid=8454] ppid=8429 vsize=643932 CPUtime=0.05 cores=0-7
/proc/8454/stat : 8454 (python) S 8429 8429 8402 0 -1 4202560 813 0 0 0 2 3 0 0 15 0 1 0 546423287 659386368 67868 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873604 0 0 17 7 0 0 0
/proc/8454/statm: 160983 67868 371 364 0 96886 0
[pid=8456] ppid=8454 vsize=801424 CPUtime=26.93 cores=0-7
/proc/8456/stat : 8456 (cryptominisat-2) R 8454 8456 8456 0 -1 4202496 154810 0 0 0 2672 21 0 0 25 0 1 0 546423288 820658176 145907 33554432000 4194304 4677096 140733757430608 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/8456/statm: 200356 145907 387 118 0 195315 0
[pid=8457] ppid=8429 vsize=654188 CPUtime=0.05 cores=0-7
/proc/8457/stat : 8457 (python) S 8429 8429 8402 0 -1 4202560 818 0 0 0 2 3 0 0 15 0 1 0 546423291 669888512 67861 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873604 0 0 17 1 0 0 0
/proc/8457/statm: 163547 67861 371 364 0 99447 0
[pid=8459] ppid=8457 vsize=801432 CPUtime=27.16 cores=0-7
/proc/8459/stat : 8459 (cryptominisat-2) R 8457 8459 8459 0 -1 4202496 155012 0 0 0 2697 19 0 0 25 0 1 0 546423293 820666368 146107 33554432000 4194304 4677096 140733545284624 18446744073709551615 4336454 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8459/statm: 200358 146107 387 118 0 195317 0
[pid=8460] ppid=8429 vsize=664444 CPUtime=0.04 cores=0-7
/proc/8460/stat : 8460 (python) S 8429 8429 8402 0 -1 4202560 859 0 0 0 2 2 0 0 18 0 1 0 546423295 680390656 67941 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873602 0 0 17 1 0 0 0
/proc/8460/statm: 166111 67941 377 364 0 102008 0
[pid=8462] ppid=8460 vsize=72424 CPUtime=26.87 cores=0-7
/proc/8462/stat : 8462 (lingeling) R 8460 8462 8462 0 -1 4202496 36284 0 0 0 2678 9 0 0 25 0 1 0 546423296 74162176 17273 33554432000 4194304 4352236 140734251044928 18446744073709551615 4207645 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/8462/statm: 18106 17273 127 39 0 17186 0
[pid=8429/tid=8440] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8440/stat : 8440 (python) S 8427 8429 8402 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 546423270 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 2 0 0 0
[pid=8429/tid=8443] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8443/stat : 8443 (python) S 8427 8429 8402 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 546423274 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 0 0 0 0
[pid=8429/tid=8446] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8446/stat : 8446 (python) S 8427 8429 8402 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 546423277 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 0 0 0 0
[pid=8429/tid=8449] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8449/stat : 8449 (python) S 8427 8429 8402 0 -1 4202560 26 934 0 0 0 0 0 0 22 0 9 0 546423281 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 5 0 0 0
[pid=8429/tid=8452] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8452/stat : 8452 (python) S 8427 8429 8402 0 -1 4202560 61 934 0 0 0 0 0 0 23 0 9 0 546423284 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 0 0 0 0
[pid=8429/tid=8455] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8455/stat : 8455 (python) S 8427 8429 8402 0 -1 4202560 34 934 0 0 0 0 0 0 24 0 9 0 546423288 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 7 0 0 0
[pid=8429/tid=8458] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8458/stat : 8458 (python) S 8427 8429 8402 0 -1 4202560 33 934 0 0 0 0 0 0 25 0 9 0 546423292 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 1 0 0 0
[pid=8429/tid=8461] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8461/stat : 8461 (python) S 8427 8429 8402 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 546423295 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 384.03
Current children cumulated vsize (KiB) 9221776

[startup+194.302 s]
/proc/loadavg: 3.64 5.16 6.82 9/276 8463
/proc/meminfo: memFree=14404624/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=674688 CPUtime=166.08 cores=0-7
/proc/8429/stat : 8429 (python) S 8427 8429 8402 0 -1 4202496 236234 934 1 0 16559 49 0 0 25 0 9 0 546406662 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826066891 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/8429/statm: 168672 69456 1889 364 0 104569 0
[pid=8439] ppid=8429 vsize=527116 CPUtime=0.06 cores=0-7
/proc/8439/stat : 8439 (python) S 8429 8429 8402 0 -1 4202560 923 0 0 0 4 2 0 0 18 0 1 0 546423270 539766784 67740 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260239 0 0 16781312 514 17499070603682873604 0 0 17 1 0 0 0
/proc/8439/statm: 131779 67740 376 364 0 67697 0
[pid=8441] ppid=8439 vsize=73080 CPUtime=28.19 cores=0-7
/proc/8441/stat : 8441 (lingeling) R 8439 8441 8441 0 -1 4202496 36459 0 0 0 2812 7 0 0 25 0 1 0 546423270 74833920 17439 33554432000 4194304 4352236 140735527362144 18446744073709551615 4207602 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/8441/statm: 18270 17439 127 39 0 17350 0
[pid=8442] ppid=8429 vsize=537372 CPUtime=0.05 cores=0-7
/proc/8442/stat : 8442 (python) S 8429 8429 8402 0 -1 4202560 918 0 0 0 2 3 0 0 15 0 1 0 546423273 550268928 67738 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873602 0 0 17 6 0 0 0
/proc/8442/statm: 134343 67738 370 364 0 70258 0
[pid=8444] ppid=8442 vsize=834240 CPUtime=28.1 cores=0-7
/proc/8444/stat : 8444 (cryptominisat-2) R 8442 8444 8444 0 -1 4202496 155205 0 0 0 2790 20 0 0 25 0 1 0 546423274 854261760 146292 33554432000 4194304 4677096 140735583689872 18446744073709551615 4336368 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/8444/statm: 208560 146292 387 118 0 203519 0
[pid=8445] ppid=8429 vsize=547628 CPUtime=0.05 cores=0-7
/proc/8445/stat : 8445 (python) S 8429 8429 8402 0 -1 4202560 914 0 0 0 2 3 0 0 18 0 1 0 546423277 560771072 67742 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873602 0 0 17 1 0 0 0
/proc/8445/statm: 136907 67742 370 364 0 72819 0
[pid=8447] ppid=8445 vsize=71608 CPUtime=28.12 cores=0-7
/proc/8447/stat : 8447 (lingeling) R 8445 8447 8447 0 -1 4202496 36097 0 0 0 2806 6 0 0 25 0 1 0 546423278 73326592 17070 33554432000 4194304 4352236 140733683985344 18446744073709551615 4207615 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/8447/statm: 17902 17070 127 39 0 16982 0
[pid=8448] ppid=8429 vsize=557884 CPUtime=0.05 cores=0-7
/proc/8448/stat : 8448 (python) S 8429 8429 8402 0 -1 4202560 946 0 0 0 2 3 0 0 15 0 1 0 546423280 571273216 67746 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873604 0 0 17 1 0 0 0
/proc/8448/statm: 139471 67746 370 364 0 75380 0
[pid=8450] ppid=8448 vsize=801428 CPUtime=28.09 cores=0-7
/proc/8450/stat : 8450 (cryptominisat-2) R 8448 8450 8450 0 -1 4202496 155106 0 0 0 2788 21 0 0 25 0 1 0 546423281 820662272 146194 33554432000 4194304 4677096 140734300476112 18446744073709551615 4336232 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/8450/statm: 200357 146194 387 118 0 195316 0
[pid=8451] ppid=8429 vsize=633676 CPUtime=0.05 cores=0-7
/proc/8451/stat : 8451 (python) S 8429 8429 8402 0 -1 4202560 797 0 0 0 2 3 0 0 18 0 1 0 546423284 648884224 67868 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873604 0 0 17 1 0 0 0
/proc/8451/statm: 158419 67868 371 364 0 94325 0
[pid=8453] ppid=8451 vsize=358028 CPUtime=28.05 cores=0-7
/proc/8453/stat : 8453 (precosat) R 8451 8453 8453 0 -1 4202496 90552 0 0 0 2790 15 0 0 25 0 1 0 546423285 366620672 85887 33554432000 4194304 4890832 140737456119344 18446744073709551615 4238505 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/8453/statm: 89507 85887 86 171 0 89334 0
[pid=8454] ppid=8429 vsize=643932 CPUtime=0.06 cores=0-7
/proc/8454/stat : 8454 (python) S 8429 8429 8402 0 -1 4202560 813 0 0 0 2 4 0 0 15 0 1 0 546423287 659386368 67868 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873604 0 0 17 7 0 0 0
/proc/8454/statm: 160983 67868 371 364 0 96886 0
[pid=8456] ppid=8454 vsize=801424 CPUtime=27.71 cores=0-7
/proc/8456/stat : 8456 (cryptominisat-2) R 8454 8456 8456 0 -1 4202496 154946 0 0 0 2750 21 0 0 25 0 1 0 546423288 820658176 146043 33554432000 4194304 4677096 140733757430608 18446744073709551615 4336125 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/8456/statm: 200356 146043 387 118 0 195315 0
[pid=8457] ppid=8429 vsize=654188 CPUtime=0.06 cores=0-7
/proc/8457/stat : 8457 (python) S 8429 8429 8402 0 -1 4202560 818 0 0 0 3 3 0 0 15 0 1 0 546423291 669888512 67861 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873604 0 0 17 1 0 0 0
/proc/8457/statm: 163547 67861 371 364 0 99447 0
[pid=8459] ppid=8457 vsize=801432 CPUtime=27.95 cores=0-7
/proc/8459/stat : 8459 (cryptominisat-2) R 8457 8459 8459 0 -1 4202496 155159 0 0 0 2776 19 0 0 25 0 1 0 546423293 820666368 146254 33554432000 4194304 4677096 140733545284624 18446744073709551615 4335943 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/8459/statm: 200358 146254 387 118 0 195317 0
[pid=8460] ppid=8429 vsize=664444 CPUtime=0.04 cores=0-7
/proc/8460/stat : 8460 (python) S 8429 8429 8402 0 -1 4202560 859 0 0 0 2 2 0 0 18 0 1 0 546423295 680390656 67941 33554432000 4194304 5683644 140734928078672 18446744073709551615 251814260294 0 0 16781312 514 17499070603682873602 0 0 17 1 0 0 0
/proc/8460/statm: 166111 67941 377 364 0 102008 0
[pid=8462] ppid=8460 vsize=72424 CPUtime=27.6 cores=0-7
/proc/8462/stat : 8462 (lingeling) R 8460 8462 8462 0 -1 4202496 36284 0 0 0 2751 9 0 0 25 0 1 0 546423296 74162176 17273 33554432000 4194304 4352236 140734251044928 18446744073709551615 4207631 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/8462/statm: 18106 17273 127 39 0 17186 0
[pid=8429/tid=8440] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8440/stat : 8440 (python) S 8427 8429 8402 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 9 0 546423270 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 2 0 0 0
[pid=8429/tid=8443] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8443/stat : 8443 (python) S 8427 8429 8402 0 -1 4202560 21 934 0 0 0 0 0 0 20 0 9 0 546423274 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 0 0 0 0
[pid=8429/tid=8446] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8446/stat : 8446 (python) S 8427 8429 8402 0 -1 4202560 22 934 0 0 0 0 0 0 21 0 9 0 546423277 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 0 0 0 0
[pid=8429/tid=8449] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8449/stat : 8449 (python) S 8427 8429 8402 0 -1 4202560 26 934 0 0 0 0 0 0 22 0 9 0 546423281 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 5 0 0 0
[pid=8429/tid=8452] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8452/stat : 8452 (python) S 8427 8429 8402 0 -1 4202560 61 934 0 0 0 0 0 0 23 0 9 0 546423284 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 0 0 0 0
[pid=8429/tid=8455] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8455/stat : 8455 (python) S 8427 8429 8402 0 -1 4202560 34 934 0 0 0 0 0 0 24 0 9 0 546423288 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 7 0 0 0
[pid=8429/tid=8458] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8458/stat : 8458 (python) S 8427 8429 8402 0 -1 4202560 33 934 0 0 0 0 0 0 25 0 9 0 546423292 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 1 0 0 0
[pid=8429/tid=8461] ppid=8427 vsize=674688 CPUtime=0 cores=0-7
/proc/8429/task/8461/stat : 8461 (python) S 8427 8429 8402 0 -1 4202560 34 934 0 0 0 0 0 0 25 0 9 0 546423295 690880512 69456 33554432000 4194304 5683644 140734928078672 18446744073709551615 251826063793 0 0 16781312 2 18446604453882026944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 390.31
Current children cumulated vsize (KiB) 9254592

[startup+194.71 s]
/proc/loadavg: 4.15 5.24 6.84 5/268 8464
/proc/meminfo: memFree=17099440/32950928 swapFree=67111448/67111528
[pid=8429] ppid=8427 vsize=623360 CPUtime=392.79 cores=0-7
/proc/8429/stat : 8429 (python) R 8427 8429 8402 0 -1 4202496 288671 828490 1 0 16564 52 22495 168 16 0 1 0 546406662 638320640 69329 33554432000 4194304 5683644 140734928078672 18446744073709551615 5307662 0 0 16781312 0 0 0 0 17 4 0 0 0
/proc/8429/statm: 155840 69329 1873 364 0 91764 0
Current children cumulated CPU time (s) 392.79
Current children cumulated vsize (KiB) 623360

Child status: 0
Real time (s): 194.734
CPU time (s): 392.829
CPU user time (s): 390.606
CPU system time (s): 2.22366
CPU usage (%): 201.726
Max. virtual memory (cumulated for all children) (KiB): 9287408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 390.606
system time used= 2.22366
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1119226
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= 3470
involuntary context switches= 1758

runsolver used 0.45393 second user time and 1.00085 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-02 16:54:39
IDJOB=3321603
IDBENCH=82409
IDSOLVER=1710
FILE ID=node126/3321603-1304348078
RUNJOBID= node126-1304348078-8416
PBS_JOBID= 13178661
Free space on /tmp= 73612 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-3321603-1304348078/watcher-3321603-1304348078 -o /tmp/evaluation-result-3321603-1304348078/solver-3321603-1304348078 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321603-1304348078.cnf -seed 972192511 -budget 40000 -cores 8

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

MD5SUM BENCH= 7a66f04f295b538081ccaebd0fd7d9b2
RANDOM SEED=972192511

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17594420 kB
Buffers:        337052 kB
Cached:        2042756 kB
SwapCached:         76 kB
Active:       13112368 kB
Inactive:      1880028 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17594420 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:           78588 kB
Writeback:           0 kB
AnonPages:    12612628 kB
Mapped:          22028 kB
Slab:           262952 kB
PageTables:      37388 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35611392 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73580 MiB
End job on node126 at 2011-05-02 16:57:54