Trace number 3380928

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-par-industrial (fixed)UNSAT 3594.45 470.864

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark114.081
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
Number of clauses of size 50
Number of clauses of size over 50

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-3380928-1305495073.cnf
0.36/0.67	c INFO: computing task features
2.63/2.94	c INFO: computed variable-clause graph statistics
2.63/2.99	c INFO: computed clause balance statistics
13.23/13.52	c INFO: computed variable balance statistics
20.73/21.07	c INFO: computed small-clause counts
20.83/21.11	c INFO: computed Horn-clause counts
22.84/23.18	c INFO: computed variable graph statistics
22.84/23.18	c INFO: collected features for HOME/instance-3380928-1305495073.cnf in 22.43 s
22.93/23.20	c INFO: running lingeling-276@0 for 97 with 4977 remaining (b = 0.17)
22.93/23.23	c INFO: running cryptominisat-2.9.0@0 for 485 with 4977 remaining (b = 0.17)
22.93/23.26	c INFO: running lingeling-276@0 for 1261 with 4977 remaining (b = 0.34)
22.93/23.28	c INFO: running lingeling-276@0 for 1261 with 4977 remaining (b = 0.28)
23.04/23.31	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4977 remaining (b = 0.36)
23.04/23.34	c INFO: running SApperloT@0 for 97 with 4977 remaining (b = 0.02)
23.04/23.37	c INFO: running precosat-570@0 for 291 with 4977 remaining (b = 0.06)
23.13/23.40	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4977 remaining (b = 0.29)
822.42/123.48	c INFO: running lingeling-276@0 for 1164 with 4877 remaining (b = 0.20)
824.01/123.62	c INFO: running precosat-570@0 for 776 with 4877 remaining (b = 0.18)
2360.08/316.12	c INFO: running lingeling-276@0 for 97 with 4684 remaining (b = 0.06)
3152.35/415.41	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4585 remaining (b = 0.27)
3593.68/470.80	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: 961)

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-3380928-1305495073/watcher-3380928-1305495073 -o /tmp/evaluation-result-3380928-1305495073/solver-3380928-1305495073 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380928-1305495073.cnf -seed 1037496900 -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: 7.82 6.89 5.40 1/321 21317
/proc/meminfo: memFree=8850836/32950928 swapFree=64721848/67111528
[pid=21317] ppid=21315 vsize=15776 CPUtime=0 cores=0-7
/proc/21317/stat : 21317 (python) R 21315 21317 21107 0 -1 4202496 876 0 0 0 0 0 0 0 20 0 1 0 661107131 16154624 758 33554432000 4194304 5683644 140735669070464 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21317/statm: 3944 759 343 364 0 431 0

[startup+0.0858431 s]
/proc/loadavg: 7.82 6.89 5.40 1/321 21317
/proc/meminfo: memFree=8850836/32950928 swapFree=64721848/67111528
[pid=21317] ppid=21315 vsize=54540 CPUtime=0.04 cores=0-7
/proc/21317/stat : 21317 (python) R 21315 21317 21107 0 -1 4202496 2047 0 0 0 4 0 0 0 20 0 1 0 661107131 55848960 1806 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21317/statm: 13635 1806 492 364 0 1285 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 54540

[startup+0.100844 s]
/proc/loadavg: 7.82 6.89 5.40 1/321 21317
/proc/meminfo: memFree=8850836/32950928 swapFree=64721848/67111528
[pid=21317] ppid=21315 vsize=87708 CPUtime=0.06 cores=0-7
/proc/21317/stat : 21317 (python) S 21315 21317 21107 0 -1 4202496 2638 0 0 0 5 1 0 0 17 0 1 0 661107131 89812992 2354 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/21317/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300885 s]
/proc/loadavg: 7.82 6.89 5.40 1/321 21317
/proc/meminfo: memFree=8850836/32950928 swapFree=64721848/67111528
[pid=21317] ppid=21315 vsize=135752 CPUtime=0.18 cores=0-7
/proc/21317/stat : 21317 (python) S 21315 21317 21107 0 -1 4202496 5966 933 1 0 14 4 0 0 18 0 1 0 661107131 139010048 4150 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089694213 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/21317/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.700735 s]
/proc/loadavg: 7.82 6.89 5.40 1/321 21317
/proc/meminfo: memFree=8850836/32950928 swapFree=64721848/67111528
[pid=21317] ppid=21315 vsize=292780 CPUtime=0.43 cores=0-7
/proc/21317/stat : 21317 (python) R 21315 21317 21107 0 -1 4202496 12835 933 1 0 33 10 0 0 17 0 1 0 661107131 299806720 10512 33554432000 4194304 5683644 140735669070464 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21317/statm: 73195 10512 1761 364 0 9119 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 292780

[startup+1.50059 s]
/proc/loadavg: 7.27 6.80 5.37 3/322 21322
/proc/meminfo: memFree=8796776/32950928 swapFree=64721848/67111528
[pid=21317] ppid=21315 vsize=341924 CPUtime=1.23 cores=0-7
/proc/21317/stat : 21317 (python) R 21315 21317 21107 0 -1 4202496 24897 933 1 0 111 12 0 0 18 0 1 0 661107131 350130176 22574 33554432000 4194304 5683644 140735669070464 18446744073709551615 4423015 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21317/statm: 85481 22574 1761 364 0 21405 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 341924

[startup+3.10031 s]
/proc/loadavg: 7.27 6.80 5.37 2/322 21322
/proc/meminfo: memFree=8730312/32950928 swapFree=64721848/67111528
[pid=21317] ppid=21315 vsize=423388 CPUtime=2.83 cores=0-7
/proc/21317/stat : 21317 (python) R 21315 21317 21107 0 -1 4202496 62923 933 1 0 266 17 0 0 21 0 1 0 661107131 433549312 43231 33554432000 4194304 5683644 140735669070464 18446744073709551615 47280918207992 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21317/statm: 105847 43231 1826 364 0 41771 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 423388

[startup+6.30075 s]
/proc/loadavg: 6.77 6.70 5.35 2/322 21322
/proc/meminfo: memFree=8684380/32950928 swapFree=64721848/67111528
[pid=21317] ppid=21315 vsize=423388 CPUtime=6.03 cores=0-7
/proc/21317/stat : 21317 (python) R 21315 21317 21107 0 -1 4202496 62923 933 1 0 586 17 0 0 25 0 1 0 661107131 433549312 43231 33554432000 4194304 5683644 140735669070464 18446744073709551615 4619873 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21317/statm: 105847 43231 1826 364 0 41771 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 423388

[startup+12.7006 s]
/proc/loadavg: 6.31 6.60 5.33 2/322 21322
/proc/meminfo: memFree=8684176/32950928 swapFree=64721848/67111528
[pid=21317] ppid=21315 vsize=423388 CPUtime=12.43 cores=0-7
/proc/21317/stat : 21317 (python) R 21315 21317 21107 0 -1 4202496 62923 933 1 0 1226 17 0 0 25 0 1 0 661107131 433549312 43231 33554432000 4194304 5683644 140735669070464 18446744073709551615 4314624 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21317/statm: 105847 43231 1826 364 0 41771 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 423388

[startup+25.5014 s]
/proc/loadavg: 5.69 6.44 5.29 9/346 21347
/proc/meminfo: memFree=8056552/32950928 swapFree=64721848/67111528
[pid=21317] ppid=21315 vsize=493744 CPUtime=23.14 cores=0-7
/proc/21317/stat : 21317 (python) S 21315 21317 21107 0 -1 4202496 68880 933 1 0 2292 22 0 0 23 0 9 0 661107131 505593856 40400 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21317/statm: 123436 40400 1889 364 0 59333 0
[pid=21324] ppid=21317 vsize=411708 CPUtime=0 cores=0-7
/proc/21324/stat : 21324 (python) S 21317 21317 21107 0 -1 4202560 811 0 0 0 0 0 0 0 18 0 1 0 661109452 421588992 38837 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718287 0 0 16781312 514 2923250128586244354 0 0 17 1 0 0 0
/proc/21324/statm: 102927 38837 358 364 0 38845 0
[pid=21326] ppid=21324 vsize=42236 CPUtime=2.27 cores=0-7
/proc/21326/stat : 21326 (lingeling) R 21324 21326 21326 0 -1 4202496 12053 0 0 0 225 2 0 0 25 0 1 0 661109453 43249664 9600 33554432000 4194304 4352236 140737076328896 18446744073709551615 4207623 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21326/statm: 10559 9600 127 39 0 9639 0
[pid=21327] ppid=21317 vsize=421964 CPUtime=0 cores=0-7
/proc/21327/stat : 21327 (python) S 21317 21317 21107 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 661109455 432091136 38830 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 1596658013593108737 0 0 17 6 0 0 0
/proc/21327/statm: 105491 38830 347 364 0 41406 0
[pid=21329] ppid=21327 vsize=209652 CPUtime=2.25 cores=0-7
/proc/21329/stat : 21329 (cryptominisat-2) R 21327 21329 21329 0 -1 4202496 38585 0 0 0 220 5 0 0 25 0 1 0 661109456 214683648 37243 33554432000 4194304 4677096 140736345830224 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21329/statm: 52413 37243 378 118 0 47372 0
[pid=21330] ppid=21317 vsize=432220 CPUtime=0 cores=0-7
/proc/21330/stat : 21330 (python) S 21317 21317 21107 0 -1 4202560 752 0 0 0 0 0 0 0 18 0 1 0 661109458 442593280 38834 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 1570050656834650370 0 0 17 6 0 0 0
/proc/21330/statm: 108055 38834 347 364 0 43967 0
[pid=21332] ppid=21330 vsize=58588 CPUtime=2.22 cores=0-7
/proc/21332/stat : 21332 (lingeling) R 21330 21332 21332 0 -1 4202496 16141 0 0 0 219 3 0 0 25 0 1 0 661109458 59994112 13689 33554432000 4194304 4352236 140734944747008 18446744073709551615 4208593 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21332/statm: 14647 13689 127 39 0 13727 0
[pid=21333] ppid=21317 vsize=442476 CPUtime=0 cores=0-7
/proc/21333/stat : 21333 (python) S 21317 21317 21107 0 -1 4202560 761 0 0 0 0 0 0 0 18 0 1 0 661109460 453095424 38838 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 1570054505125347585 0 0 17 2 0 0 0
/proc/21333/statm: 110619 38838 347 364 0 46528 0
[pid=21335] ppid=21333 vsize=58588 CPUtime=2.16 cores=0-7
/proc/21335/stat : 21335 (lingeling) R 21333 21335 21335 0 -1 4202496 16140 0 0 0 213 3 0 0 25 0 1 0 661109461 59994112 13688 33554432000 4194304 4352236 140735113973600 18446744073709551615 4208208 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21335/statm: 14647 13688 127 39 0 13727 0
[pid=21336] ppid=21317 vsize=452732 CPUtime=0 cores=0-7
/proc/21336/stat : 21336 (python) S 21317 21317 21107 0 -1 4202560 769 0 0 0 0 0 0 0 15 0 1 0 661109463 463597568 38842 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 5197400264885108996 0 0 17 6 0 0 0
/proc/21336/statm: 113183 38842 347 364 0 49089 0
[pid=21338] ppid=21336 vsize=189796 CPUtime=2.16 cores=0-7
/proc/21338/stat : 21338 (cryptominisat-2) R 21336 21338 21338 0 -1 4202496 35083 0 0 0 210 6 0 0 25 0 1 0 661109464 194351104 33745 33554432000 4194304 4677096 140734303884128 18446744073709551615 4335344 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21338/statm: 47449 33745 375 118 0 42408 0
[pid=21339] ppid=21317 vsize=462988 CPUtime=0 cores=0-7
/proc/21339/stat : 21339 (python) S 21317 21317 21107 0 -1 4202560 757 0 0 0 0 0 0 0 18 0 1 0 661109466 474099712 38846 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 10848134117409652996 0 0 17 0 0 0 0
/proc/21339/statm: 115747 38846 347 364 0 51650 0
[pid=21341] ppid=21339 vsize=36356 CPUtime=2.13 cores=0-7
/proc/21341/stat : 21341 (SApperloT-base) R 21339 21341 21341 0 -1 4202496 9005 0 0 0 212 1 0 0 25 0 1 0 661109467 37228544 8739 33554432000 134512640 135674940 4286987056 18446744073709551615 134565288 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/21341/statm: 9089 8739 99 284 0 8803 0
[pid=21342] ppid=21317 vsize=473244 CPUtime=0 cores=0-7
/proc/21342/stat : 21342 (python) S 21317 21317 21107 0 -1 4202560 769 0 0 0 0 0 0 0 18 0 1 0 661109469 484601856 38850 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 11367186893725729026 0 0 17 1 0 0 0
/proc/21342/statm: 118311 38850 347 364 0 54211 0
[pid=21344] ppid=21342 vsize=111716 CPUtime=2.08 cores=0-7
/proc/21344/stat : 21344 (precosat) R 21342 21344 21344 0 -1 4202496 28189 0 0 0 203 5 0 0 25 0 1 0 661109471 114397184 27310 33554432000 4194304 4890832 140736010732368 18446744073709551615 4238565 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/21344/statm: 27929 27310 86 171 0 27756 0
[pid=21345] ppid=21317 vsize=483500 CPUtime=0 cores=0-7
/proc/21345/stat : 21345 (python) S 21317 21317 21107 0 -1 4202560 828 0 0 0 0 0 0 0 15 0 1 0 661109472 495104000 38860 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 941546995531612417 0 0 17 1 0 0 0
/proc/21345/statm: 120875 38860 353 364 0 56772 0
[pid=21347] ppid=21345 vsize=189792 CPUtime=2.05 cores=0-7
/proc/21347/stat : 21347 (cryptominisat-2) R 21345 21347 21347 0 -1 4202496 35092 0 0 0 201 4 0 0 25 0 1 0 661109475 194347008 33746 33554432000 4194304 4677096 140736043922272 18446744073709551615 4335322 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21347/statm: 47448 33746 375 118 0 42407 0
[pid=21317/tid=21325] ppid=21315 vsize=493744 CPUtime=0 cores=0-7
/proc/21317/task/21325/stat : 21325 (python) S 21315 21317 21107 0 -1 4202560 24 933 0 0 0 0 0 0 25 0 9 0 661109453 505593856 40400 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 6 0 0 0
[pid=21317/tid=21328] ppid=21315 vsize=493744 CPUtime=0 cores=0-7
/proc/21317/task/21328/stat : 21328 (python) S 21315 21317 21107 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 9 0 661109455 505593856 40400 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 6 0 0 0
[pid=21317/tid=21331] ppid=21315 vsize=493744 CPUtime=0 cores=0-7
/proc/21317/task/21331/stat : 21331 (python) S 21315 21317 21107 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 9 0 661109458 505593856 40400 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 4 0 0 0
[pid=21317/tid=21334] ppid=21315 vsize=493744 CPUtime=0 cores=0-7
/proc/21317/task/21334/stat : 21334 (python) S 21315 21317 21107 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 9 0 661109461 505593856 40400 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 0 0 0 0
[pid=21317/tid=21337] ppid=21315 vsize=493744 CPUtime=0 cores=0-7
/proc/21317/task/21337/stat : 21337 (python) S 21315 21317 21107 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 9 0 661109464 505593856 40400 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 2 0 0 0
[pid=21317/tid=21340] ppid=21315 vsize=493744 CPUtime=0 cores=0-7
/proc/21317/task/21340/stat : 21340 (python) S 21315 21317 21107 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 9 0 661109467 505593856 40400 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 0 0 0 0
[pid=21317/tid=21343] ppid=21315 vsize=493744 CPUtime=0 cores=0-7
/proc/21317/task/21343/stat : 21343 (python) S 21315 21317 21107 0 -1 4202560 24 933 0 0 0 0 0 0 23 0 9 0 661109470 505593856 40400 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 1 0 0 0
[pid=21317/tid=21346] ppid=21315 vsize=493744 CPUtime=0 cores=0-7
/proc/21317/task/21346/stat : 21346 (python) S 21315 21317 21107 0 -1 4202560 28 933 0 0 0 0 0 0 24 0 9 0 661109473 505593856 40400 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40.46
Current children cumulated vsize (KiB) 4971300

[startup+51.1018 s]
/proc/loadavg: 6.55 6.58 5.37 9/346 21347
/proc/meminfo: memFree=7753516/32950928 swapFree=64721848/67111528
[pid=21317] ppid=21315 vsize=493744 CPUtime=23.14 cores=0-7
/proc/21317/stat : 21317 (python) S 21315 21317 21107 0 -1 4202496 68880 933 1 0 2292 22 0 0 23 0 9 0 661107131 505593856 40400 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21317/statm: 123436 40400 1889 364 0 59333 0
[pid=21324] ppid=21317 vsize=411708 CPUtime=0.05 cores=0-7
/proc/21324/stat : 21324 (python) S 21317 21317 21107 0 -1 4202560 989 0 0 0 2 3 0 0 18 0 1 0 661109452 421588992 38860 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718287 0 0 16781312 514 8020084103602733314 0 0 17 1 0 0 0
/proc/21324/statm: 102927 38860 381 364 0 38845 0
[pid=21326] ppid=21324 vsize=53760 CPUtime=27.87 cores=0-7
/proc/21326/stat : 21326 (lingeling) R 21324 21326 21326 0 -1 4202496 17245 0 0 0 2784 3 0 0 25 0 1 0 661109453 55050240 12610 33554432000 4194304 4352236 140737076328896 18446744073709551615 4269800 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21326/statm: 13440 12610 129 39 0 12520 0
[pid=21327] ppid=21317 vsize=421964 CPUtime=0.08 cores=0-7
/proc/21327/stat : 21327 (python) S 21317 21317 21107 0 -1 4202560 937 0 0 0 5 3 0 0 15 0 1 0 661109455 432091136 38854 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 1596658013593108737 0 0 17 5 0 0 0
/proc/21327/statm: 105491 38854 371 364 0 41406 0
[pid=21329] ppid=21327 vsize=270976 CPUtime=27.79 cores=0-7
/proc/21329/stat : 21329 (cryptominisat-2) R 21327 21329 21329 0 -1 4202496 57799 0 0 0 2770 9 0 0 25 0 1 0 661109456 277479424 50657 33554432000 4194304 4677096 140736345830224 18446744073709551615 4320195 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21329/statm: 67744 50657 390 118 0 62703 0
[pid=21330] ppid=21317 vsize=432220 CPUtime=0.05 cores=0-7
/proc/21330/stat : 21330 (python) S 21317 21317 21107 0 -1 4202560 921 0 0 0 2 3 0 0 18 0 1 0 661109458 442593280 38857 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 8020084103602733314 0 0 17 6 0 0 0
/proc/21330/statm: 108055 38857 370 364 0 43967 0
[pid=21332] ppid=21330 vsize=54896 CPUtime=27.82 cores=0-7
/proc/21332/stat : 21332 (lingeling) R 21330 21332 21332 0 -1 4202496 17541 0 0 0 2779 3 0 0 25 0 1 0 661109458 56213504 12895 33554432000 4194304 4352236 140734944747008 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21332/statm: 13724 12895 129 39 0 12804 0
[pid=21333] ppid=21317 vsize=442476 CPUtime=0.06 cores=0-7
/proc/21333/stat : 21333 (python) S 21317 21317 21107 0 -1 4202560 946 0 0 0 3 3 0 0 18 0 1 0 661109460 453095424 38861 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 8020084103602733313 0 0 17 2 0 0 0
/proc/21333/statm: 110619 38861 370 364 0 46528 0

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

/proc/21342/statm: 118311 38903 399 364 0 54211 0
[pid=21344] ppid=21342 vsize=113736 CPUtime=292.08 cores=0-7
/proc/21344/stat : 21344 (precosat) T 21342 21344 21344 0 -1 4202496 28695 0 0 0 29203 5 0 0 25 0 1 0 661109471 116465664 27816 33554432000 4194304 4890832 140736010732368 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/21344/statm: 28434 27816 86 171 0 28261 0
[pid=21342/tid=21360] ppid=21317 vsize=473244 CPUtime=0 cores=0-7
/proc/21342/task/21360/stat : 21360 (python) S 21317 21317 21107 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 661138741 484601856 38903 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 514 18446604446969388096 0 0 -1 1 0 0 0
[pid=21345] ppid=21317 vsize=483500 CPUtime=3 cores=0-7
/proc/21345/stat : 21345 (python) R 21317 21317 21107 0 -1 4202560 1090 0 0 0 205 95 0 0 17 0 1 0 661109472 495104000 38884 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/21345/statm: 120875 38884 377 364 0 56772 0
[pid=21347] ppid=21345 vsize=0 CPUtime=442.55 cores=0-7
/proc/21347/stat : 21347 (cryptominisat-2) R 21345 21347 21347 0 -1 4202500 108798 0 0 0 44229 26 0 0 25 0 1 0 661109475 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21347/statm: 0 0 0 0 0 0 0
[pid=21352] ppid=21317 vsize=493756 CPUtime=0.87 cores=0-7
/proc/21352/stat : 21352 (python) S 21317 21317 21107 0 -1 4202560 1019 0 0 0 42 45 0 0 18 0 1 0 661119494 505606144 38881 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 8020084103602733317 0 0 17 6 0 0 0
/proc/21352/statm: 123439 38881 370 364 0 59333 0
[pid=21354] ppid=21352 vsize=111716 CPUtime=345.11 cores=0-7
/proc/21354/stat : 21354 (precosat) R 21352 21354 21354 0 -1 4202496 29599 0 0 0 34505 6 0 0 25 0 1 0 661119495 114397184 27311 33554432000 4194304 4890832 140734997004624 18446744073709551615 4232383 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/21354/statm: 27929 27311 86 171 0 27756 0
[pid=21361] ppid=21317 vsize=504012 CPUtime=0.25 cores=0-7
/proc/21361/stat : 21361 (python) S 21317 21317 21107 0 -1 4202560 1145 0 0 0 11 14 0 0 19 0 2 0 661138744 516108288 38915 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21361/statm: 126003 38915 399 364 0 61894 0
[pid=21363] ppid=21361 vsize=54920 CPUtime=98.52 cores=0-7
/proc/21363/stat : 21363 (lingeling) T 21361 21363 21363 0 -1 4202496 19452 0 0 0 9849 3 0 0 25 0 1 0 661138745 56238080 12900 33554432000 4194304 4352236 140735696942256 18446744073709551615 4328032 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/21363/statm: 13730 12900 129 39 0 12810 0
[pid=21361/tid=21367] ppid=21317 vsize=504012 CPUtime=0 cores=0-7
/proc/21361/task/21367/stat : 21367 (python) S 21317 21317 21107 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 661148670 516108288 38915 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 514 18446604442575270912 0 0 -1 0 0 0 0
[pid=21368] ppid=21317 vsize=579804 CPUtime=0.17 cores=0-7
/proc/21368/stat : 21368 (python) S 21317 21317 21107 0 -1 4202560 860 0 0 0 9 8 0 0 15 0 1 0 661148673 593719296 39007 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 8020084103602733319 0 0 17 1 0 0 0
/proc/21368/statm: 144951 39007 371 364 0 80839 0
[pid=21370] ppid=21368 vsize=270920 CPUtime=54.55 cores=0-7
/proc/21370/stat : 21370 (cryptominisat-2) R 21368 21370 21370 0 -1 4202496 60314 0 0 0 5445 10 0 0 25 0 1 0 661148674 277422080 51193 33554432000 4194304 4677096 140734910867024 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21370/statm: 67730 51193 390 118 0 62689 0
[pid=21317/tid=21325] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21325/stat : 21325 (python) S 21315 21317 21107 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 12 0 661109453 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 6 0 0 0
[pid=21317/tid=21328] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21328/stat : 21328 (python) S 21315 21317 21107 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 12 0 661109455 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 6 0 0 0
[pid=21317/tid=21331] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21331/stat : 21331 (python) S 21315 21317 21107 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 12 0 661109458 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 4 0 0 0
[pid=21317/tid=21334] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21334/stat : 21334 (python) S 21315 21317 21107 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 12 0 661109461 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 0 0 0 0
[pid=21317/tid=21337] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21337/stat : 21337 (python) S 21315 21317 21107 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 12 0 661109464 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 2 0 0 0
[pid=21317/tid=21340] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21340/stat : 21340 (python) S 21315 21317 21107 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 12 0 661109467 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 0 0 0 0
[pid=21317/tid=21343] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21343/stat : 21343 (python) S 21315 21317 21107 0 -1 4202560 24 933 0 0 0 0 0 0 23 0 12 0 661109470 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 1 0 0 0
[pid=21317/tid=21346] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21346/stat : 21346 (python) S 21315 21317 21107 0 -1 4202560 28 933 0 0 0 0 0 0 24 0 12 0 661109473 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 1 0 0 0
[pid=21317/tid=21353] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21353/stat : 21353 (python) S 21315 21317 21107 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 12 0 661119495 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 6 0 0 0
[pid=21317/tid=21362] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21362/stat : 21362 (python) S 21315 21317 21107 0 -1 4202560 32 933 0 0 0 0 0 0 19 0 12 0 661138745 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 1 0 0 0
[pid=21317/tid=21369] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21369/stat : 21369 (python) S 21315 21317 21107 0 -1 4202560 75 933 0 0 0 0 0 0 20 0 12 0 661148674 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3590.42
Current children cumulated vsize (KiB) 7107156

[startup+470.702 s]
/proc/loadavg: 8.15 7.78 6.37 10/359 21371
/proc/meminfo: memFree=7530060/32950928 swapFree=64721848/67111528
[pid=21317] ppid=21315 vsize=590048 CPUtime=23.27 cores=0-7
/proc/21317/stat : 21317 (python) S 21315 21317 21107 0 -1 4202496 71368 933 1 0 2303 24 0 0 19 0 12 0 661107131 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/21317/statm: 147512 40536 1896 364 0 83400 0
[pid=21324] ppid=21317 vsize=421952 CPUtime=1.11 cores=0-7
/proc/21324/stat : 21324 (python) S 21317 21317 21107 0 -1 4202560 1206 0 0 0 57 54 0 0 18 0 2 0 661109452 432078848 38899 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21324/statm: 105488 38899 415 364 0 41406 0
[pid=21326] ppid=21324 vsize=58848 CPUtime=447.42 cores=0-7
/proc/21326/stat : 21326 (lingeling) R 21324 21326 21326 0 -1 4202496 20514 0 0 0 44738 4 0 0 25 0 1 0 661109453 60260352 13882 33554432000 4194304 4352236 140737076328896 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21326/statm: 14712 13882 129 39 0 13792 0
[pid=21324/tid=21350] ppid=21317 vsize=421952 CPUtime=0 cores=0-7
/proc/21324/task/21350/stat : 21350 (python) S 21317 21317 21107 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 661119477 432078848 38899 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 514 18446604449298348160 0 0 -1 1 0 0 0
[pid=21327] ppid=21317 vsize=421964 CPUtime=1.22 cores=0-7
/proc/21327/stat : 21327 (python) S 21317 21317 21107 0 -1 4202560 989 0 0 0 62 60 0 0 15 0 1 0 661109455 432091136 38854 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 1596658013593108737 0 0 17 5 0 0 0
/proc/21327/statm: 105491 38854 371 364 0 41406 0
[pid=21329] ppid=21327 vsize=284500 CPUtime=446.27 cores=0-7
/proc/21329/stat : 21329 (cryptominisat-2) R 21327 21329 21329 0 -1 4202496 110768 0 0 0 44599 28 0 0 25 0 1 0 661109456 291328000 52823 33554432000 4194304 4677096 140736345830224 18446744073709551615 4320233 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21329/statm: 71125 52823 390 118 0 66084 0
[pid=21330] ppid=21317 vsize=432220 CPUtime=1.1 cores=0-7
/proc/21330/stat : 21330 (python) S 21317 21317 21107 0 -1 4202560 977 0 0 0 58 52 0 0 18 0 1 0 661109458 442593280 38857 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 8020084103602733314 0 0 17 6 0 0 0
/proc/21330/statm: 108055 38857 370 364 0 43967 0
[pid=21332] ppid=21330 vsize=59436 CPUtime=447.44 cores=0-7
/proc/21332/stat : 21332 (lingeling) R 21330 21332 21332 0 -1 4202496 20650 0 0 0 44741 3 0 0 25 0 1 0 661109458 60862464 14030 33554432000 4194304 4352236 140734944747008 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21332/statm: 14859 14030 129 39 0 13939 0
[pid=21333] ppid=21317 vsize=442476 CPUtime=1.11 cores=0-7
/proc/21333/stat : 21333 (python) S 21317 21317 21107 0 -1 4202560 1004 0 0 0 59 52 0 0 18 0 1 0 661109460 453095424 38861 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 8020084103602733313 0 0 17 2 0 0 0
/proc/21333/statm: 110619 38861 370 364 0 46528 0
[pid=21335] ppid=21333 vsize=58344 CPUtime=439.1 cores=0-7
/proc/21335/stat : 21335 (lingeling) R 21333 21335 21335 0 -1 4202496 20369 0 0 0 43906 4 0 0 25 0 1 0 661109461 59744256 13756 33554432000 4194304 4352236 140735113973600 18446744073709551615 4208047 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21335/statm: 14586 13756 129 39 0 13666 0
[pid=21336] ppid=21317 vsize=452732 CPUtime=1.19 cores=0-7
/proc/21336/stat : 21336 (python) S 21317 21317 21107 0 -1 4202560 1031 0 0 0 63 56 0 0 15 0 1 0 661109463 463597568 38865 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 5197400264885108996 0 0 17 6 0 0 0
/proc/21336/statm: 113183 38865 370 364 0 49089 0
[pid=21338] ppid=21336 vsize=273040 CPUtime=445.15 cores=0-7
/proc/21338/stat : 21338 (cryptominisat-2) R 21336 21338 21338 0 -1 4202496 102271 0 0 0 44489 26 0 0 25 0 1 0 661109464 279592960 51609 33554432000 4194304 4677096 140734303884128 18446744073709551615 4319971 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/21338/statm: 68260 51609 390 118 0 63219 0
[pid=21339] ppid=21317 vsize=462988 CPUtime=0.25 cores=0-7
/proc/21339/stat : 21339 (python) S 21317 21317 21107 0 -1 4202560 1127 0 0 0 14 11 0 0 19 0 2 0 661109466 474099712 38899 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21339/statm: 115747 38899 399 364 0 51650 0
[pid=21341] ppid=21339 vsize=63100 CPUtime=99.98 cores=0-7
/proc/21341/stat : 21341 (SApperloT-base) T 21339 21341 21341 0 -1 4202496 15683 0 0 0 9993 5 0 0 25 0 1 0 661109467 64614400 15190 33554432000 134512640 135674940 4286987056 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21341/statm: 15775 15190 100 284 0 15489 0
[pid=21339/tid=21351] ppid=21317 vsize=462988 CPUtime=0 cores=0-7
/proc/21339/task/21351/stat : 21351 (python) S 21317 21317 21107 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 661119492 474099712 38899 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 514 18446604451143504000 0 0 -1 1 0 0 0
[pid=21342] ppid=21317 vsize=473244 CPUtime=0.74 cores=0-7
/proc/21342/stat : 21342 (python) S 21317 21317 21107 0 -1 4202560 1167 0 0 0 39 35 0 0 19 0 2 0 661109469 484601856 38903 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21342/statm: 118311 38903 399 364 0 54211 0
[pid=21344] ppid=21342 vsize=113736 CPUtime=292.08 cores=0-7
/proc/21344/stat : 21344 (precosat) T 21342 21344 21344 0 -1 4202496 28695 0 0 0 29203 5 0 0 25 0 1 0 661109471 116465664 27816 33554432000 4194304 4890832 140736010732368 18446744073709551615 4238327 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/21344/statm: 28434 27816 86 171 0 28261 0
[pid=21342/tid=21360] ppid=21317 vsize=473244 CPUtime=0 cores=0-7
/proc/21342/task/21360/stat : 21360 (python) S 21317 21317 21107 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 661138741 484601856 38903 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 514 18446604446969388096 0 0 -1 1 0 0 0
[pid=21345] ppid=21317 vsize=483500 CPUtime=3.41 cores=0-7
/proc/21345/stat : 21345 (python) R 21317 21317 21107 0 -1 4202560 1090 0 0 0 238 103 0 0 18 0 1 0 661109472 495104000 38884 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101528383 0 0 16781312 514 0 0 0 17 3 0 0 0
/proc/21345/statm: 120875 38884 377 364 0 56772 0
[pid=21347] ppid=21345 vsize=0 CPUtime=442.55 cores=0-7
/proc/21347/stat : 21347 (cryptominisat-2) R 21345 21347 21347 0 -1 4202500 108798 0 0 0 44229 26 0 0 25 0 1 0 661109475 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21347/statm: 0 0 0 0 0 0 0
[pid=21352] ppid=21317 vsize=493756 CPUtime=0.87 cores=0-7
/proc/21352/stat : 21352 (python) S 21317 21317 21107 0 -1 4202560 1019 0 0 0 42 45 0 0 18 0 1 0 661119494 505606144 38881 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 8020084103602733317 0 0 17 6 0 0 0
/proc/21352/statm: 123439 38881 370 364 0 59333 0
[pid=21354] ppid=21352 vsize=111716 CPUtime=345.52 cores=0-7
/proc/21354/stat : 21354 (precosat) R 21352 21354 21354 0 -1 4202496 29599 0 0 0 34546 6 0 0 25 0 1 0 661119495 114397184 27311 33554432000 4194304 4890832 140734997004624 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/21354/statm: 27929 27311 86 171 0 27756 0
[pid=21361] ppid=21317 vsize=504012 CPUtime=0.25 cores=0-7
/proc/21361/stat : 21361 (python) S 21317 21317 21107 0 -1 4202560 1145 0 0 0 11 14 0 0 19 0 2 0 661138744 516108288 38915 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21361/statm: 126003 38915 399 364 0 61894 0
[pid=21363] ppid=21361 vsize=54920 CPUtime=98.52 cores=0-7
/proc/21363/stat : 21363 (lingeling) T 21361 21363 21363 0 -1 4202496 19452 0 0 0 9849 3 0 0 25 0 1 0 661138745 56238080 12900 33554432000 4194304 4352236 140735696942256 18446744073709551615 4328032 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/21363/statm: 13730 12900 129 39 0 12810 0
[pid=21361/tid=21367] ppid=21317 vsize=504012 CPUtime=0 cores=0-7
/proc/21361/task/21367/stat : 21367 (python) S 21317 21317 21107 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 661148670 516108288 38915 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 514 18446604442575270912 0 0 -1 0 0 0 0
[pid=21368] ppid=21317 vsize=579804 CPUtime=0.17 cores=0-7
/proc/21368/stat : 21368 (python) S 21317 21317 21107 0 -1 4202560 860 0 0 0 9 8 0 0 15 0 1 0 661148673 593719296 39007 33554432000 4194304 5683644 140735669070464 18446744073709551615 248089718342 0 0 16781312 514 8020084103602733319 0 0 17 1 0 0 0
/proc/21368/statm: 144951 39007 371 364 0 80839 0
[pid=21370] ppid=21368 vsize=268824 CPUtime=54.96 cores=0-7
/proc/21370/stat : 21370 (cryptominisat-2) R 21368 21370 21370 0 -1 4202496 61179 0 0 0 5486 10 0 0 25 0 1 0 661148674 275275776 49969 33554432000 4194304 4677096 140734910867024 18446744073709551615 248089394836 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21370/statm: 67206 49969 390 118 0 62165 0
[pid=21317/tid=21325] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21325/stat : 21325 (python) S 21315 21317 21107 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 12 0 661109453 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 6 0 0 0
[pid=21317/tid=21328] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21328/stat : 21328 (python) S 21315 21317 21107 0 -1 4202560 21 933 0 0 0 0 0 0 25 0 12 0 661109455 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 6 0 0 0
[pid=21317/tid=21331] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21331/stat : 21331 (python) S 21315 21317 21107 0 -1 4202560 21 933 0 0 0 0 0 0 20 0 12 0 661109458 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 4 0 0 0
[pid=21317/tid=21334] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21334/stat : 21334 (python) S 21315 21317 21107 0 -1 4202560 23 933 0 0 0 0 0 0 20 0 12 0 661109461 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 0 0 0 0
[pid=21317/tid=21337] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21337/stat : 21337 (python) S 21315 21317 21107 0 -1 4202560 25 933 0 0 0 0 0 0 20 0 12 0 661109464 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 2 0 0 0
[pid=21317/tid=21340] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21340/stat : 21340 (python) S 21315 21317 21107 0 -1 4202560 23 933 0 0 0 0 0 0 22 0 12 0 661109467 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 0 0 0 0
[pid=21317/tid=21343] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21343/stat : 21343 (python) S 21315 21317 21107 0 -1 4202560 24 933 0 0 0 0 0 0 23 0 12 0 661109470 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 1 0 0 0
[pid=21317/tid=21346] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21346/stat : 21346 (python) S 21315 21317 21107 0 -1 4202560 28 933 0 0 0 0 0 0 24 0 12 0 661109473 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 1 0 0 0
[pid=21317/tid=21353] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21353/stat : 21353 (python) S 21315 21317 21107 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 12 0 661119495 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 6 0 0 0
[pid=21317/tid=21362] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21362/stat : 21362 (python) S 21315 21317 21107 0 -1 4202560 32 933 0 0 0 0 0 0 19 0 12 0 661138745 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 1 0 0 0
[pid=21317/tid=21369] ppid=21315 vsize=590048 CPUtime=0 cores=0-7
/proc/21317/task/21369/stat : 21369 (python) S 21315 21317 21107 0 -1 4202560 75 933 0 0 0 0 0 0 20 0 12 0 661148674 604209152 40536 33554432000 4194304 5683644 140735669070464 18446744073709551615 248101521841 0 0 16781312 2 18446604443643452224 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3593.68
Current children cumulated vsize (KiB) 7105160

[startup+470.814 s]
/proc/loadavg: 8.15 7.78 6.37 10/359 21371
/proc/meminfo: memFree=7530060/32950928 swapFree=64721848/67111528
[pid=21317] ppid=21315 vsize=507952 CPUtime=3594.39 cores=0-7
/proc/21317/stat : 21317 (python) R 21315 21317 21107 0 -1 4202496 73567 551175 1 0 2304 24 356479 632 17 0 1 0 661107131 520142848 40423 33554432000 4194304 5683644 140735669070464 18446744073709551615 5114112 0 0 16781312 0 0 0 0 17 3 0 0 0
/proc/21317/statm: 126988 40423 1874 364 0 62912 0
Current children cumulated CPU time (s) 3594.39
Current children cumulated vsize (KiB) 507952

Child status: 0
Real time (s): 470.864
CPU time (s): 3594.45
CPU user time (s): 3587.86
CPU system time (s): 6.589
CPU usage (%): 763.373
Max. virtual memory (cumulated for all children) (KiB): 7394856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.86
system time used= 6.589
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 641926
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= 8543
involuntary context switches= 21405

runsolver used 2.57961 second user time and 5.95709 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 23:31:13
IDJOB=3380928
IDBENCH=82502
IDSOLVER=1864
FILE ID=node123/3380928-1305495073
RUNJOBID= node123-1305494455-21121
PBS_JOBID= 13325432
Free space on /tmp= 73392 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.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-3380928-1305495073/watcher-3380928-1305495073 -o /tmp/evaluation-result-3380928-1305495073/solver-3380928-1305495073 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380928-1305495073.cnf -seed 1037496900 -budget 40000 -cores 8

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=1037496900

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       8850992 kB
Buffers:        334044 kB
Cached:        4498256 kB
SwapCached:      10528 kB
Active:       20701320 kB
Inactive:      3093020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8850992 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:           44684 kB
Writeback:           0 kB
AnonPages:    18959720 kB
Mapped:          24728 kB
Slab:           180864 kB
PageTables:      60012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69831200 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= 73360 MiB
End job on node123 at 2011-05-15 23:39:04