Trace number 3317823

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 214.995 101.438

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
manolios/c10idw_i.cnf
MD5SUMc139a321e75833c70af36726562b66de
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.2925
Satisfiable
(Un)Satisfiability was proved
Number of variables196306
Number of clauses582994
Sum of the clauses size1360318
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2388662
Number of clauses of size 3194331
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.70	c INFO: solving HOME/instance-3317823-1304271185.cnf
0.35/0.70	c INFO: computing task features
2.06/2.50	c INFO: computed variable-clause graph statistics
2.75/3.52	c INFO: computed clause balance statistics
11.45/11.82	c INFO: computed variable balance statistics
18.45/18.81	c INFO: computed small-clause counts
18.55/18.94	c INFO: computed Horn-clause counts
62.86/63.24	c INFO: computed variable graph statistics
62.86/63.24	c INFO: collected features for HOME/instance-3317823-1304271185.cnf in 62.45 s
62.86/63.27	c INFO: running lingeling-276@0 for 97 with 4737 remaining (b = 0.56)
62.86/63.29	c INFO: running cryptominisat-2.9.0@0 for 485 with 4737 remaining (b = 0.43)
62.94/63.32	c INFO: running lingeling-276@0 for 1261 with 4737 remaining (b = 0.53)
62.94/63.34	c INFO: running cryptominisat-2.9.0@0 for 485 with 4737 remaining (b = 0.35)
214.59/101.39	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-3317823-1304271185/watcher-3317823-1304271185 -o /tmp/evaluation-result-3317823-1304271185/solver-3317823-1304271185 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317823-1304271185.cnf -seed 1199711537 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.73 5.99 7.12 2/234 22777
/proc/meminfo: memFree=26753696/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=15380 CPUtime=0 cores=1,3,5,7
/proc/22777/stat : 22777 (python) R 22775 22777 21419 0 -1 4202496 811 0 0 0 0 0 0 0 20 0 1 0 617349294 15749120 696 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458063872 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/22777/statm: 3845 696 334 364 0 332 0

[startup+0.033073 s]
/proc/loadavg: 3.73 5.99 7.12 2/234 22777
/proc/meminfo: memFree=26753696/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=16532 CPUtime=0.01 cores=1,3,5,7
/proc/22777/stat : 22777 (python) R 22775 22777 21419 0 -1 4202496 1190 0 0 0 1 0 0 0 17 0 1 0 617349294 16928768 1049 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458109063 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22777/statm: 4133 1049 417 364 0 620 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16532

[startup+0.101061 s]
/proc/loadavg: 3.73 5.99 7.12 2/234 22777
/proc/meminfo: memFree=26753696/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=85620 CPUtime=0.05 cores=1,3,5,7
/proc/22777/stat : 22777 (python) R 22775 22777 21419 0 -1 4202496 2630 0 0 0 4 1 0 0 17 0 1 0 617349294 87674880 2348 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458063872 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22777/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.301024 s]
/proc/loadavg: 3.73 5.99 7.12 2/234 22777
/proc/meminfo: memFree=26753696/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=135748 CPUtime=0.17 cores=1,3,5,7
/proc/22777/stat : 22777 (python) R 22775 22777 21419 0 -1 4202496 5962 932 1 0 13 4 0 0 17 0 1 0 617349294 139005952 4150 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458061829 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22777/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.70096 s]
/proc/loadavg: 3.73 5.99 7.12 2/234 22777
/proc/meminfo: memFree=26753696/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=268636 CPUtime=0.35 cores=1,3,5,7
/proc/22777/stat : 22777 (python) R 22775 22777 21419 0 -1 4202496 8856 932 1 0 26 9 0 0 15 0 1 0 617349294 275083264 6622 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458063872 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22777/statm: 67159 6622 1705 364 0 5290 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 268636

[startup+1.5008 s]
/proc/loadavg: 3.73 5.99 7.12 2/240 22792
/proc/meminfo: memFree=26652220/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=342048 CPUtime=1.16 cores=1,3,5,7
/proc/22777/stat : 22777 (python) R 22775 22777 21419 0 -1 4202496 24726 932 1 0 104 12 0 0 16 0 1 0 617349294 350257152 22407 33554432000 4194304 5683644 140735266331088 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22777/statm: 85512 22407 1761 364 0 21436 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 342048

[startup+3.1005 s]
/proc/loadavg: 3.73 5.99 7.12 3/240 22792
/proc/meminfo: memFree=26297092/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=387912 CPUtime=2.75 cores=1,3,5,7
/proc/22777/stat : 22777 (python) R 22775 22777 21419 0 -1 4202496 55499 932 1 0 259 16 0 0 18 0 1 0 617349294 397221888 34363 33554432000 4194304 5683644 140735266331088 18446744073709551615 252457724052 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22777/statm: 96978 34363 1826 364 0 32902 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 387912

[startup+6.30092 s]
/proc/loadavg: 3.75 5.96 7.10 3/240 22792
/proc/meminfo: memFree=26065760/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=387912 CPUtime=5.95 cores=1,3,5,7
/proc/22777/stat : 22777 (python) R 22775 22777 21419 0 -1 4202496 55499 932 1 0 578 17 0 0 25 0 1 0 617349294 397221888 34363 33554432000 4194304 5683644 140735266331088 18446744073709551615 4539187 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22777/statm: 96978 34363 1826 364 0 32902 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 387912

[startup+12.7007 s]
/proc/loadavg: 3.56 5.84 7.05 3/240 22792
/proc/meminfo: memFree=25690616/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=387912 CPUtime=12.35 cores=1,3,5,7
/proc/22777/stat : 22777 (python) R 22775 22777 21419 0 -1 4202496 55500 932 1 0 1217 18 0 0 25 0 1 0 617349294 397221888 34364 33554432000 4194304 5683644 140735266331088 18446744073709551615 4500463 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22777/statm: 96978 34364 1827 364 0 32902 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 387912

[startup+25.5003 s]
/proc/loadavg: 3.32 5.71 6.99 3/240 22793
/proc/meminfo: memFree=24981472/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=392468 CPUtime=25.15 cores=1,3,5,7
/proc/22777/stat : 22777 (python) R 22775 22777 21419 0 -1 4202496 56645 932 1 0 2497 18 0 0 25 0 1 0 617349294 401887232 35509 33554432000 4194304 5683644 140735266331088 18446744073709551615 47615861467276 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22777/statm: 98117 35509 1833 364 0 34041 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 392468

[startup+51.1006 s]
/proc/loadavg: 2.87 5.41 6.86 3/240 22793
/proc/meminfo: memFree=24584120/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=392468 CPUtime=50.76 cores=1,3,5,7
/proc/22777/stat : 22777 (python) R 22775 22777 21419 0 -1 4202496 56645 932 1 0 5057 19 0 0 25 0 1 0 617349294 401887232 35509 33554432000 4194304 5683644 140735266331088 18446744073709551615 47615861467276 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22777/statm: 98117 35509 1833 364 0 34041 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 392468

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

[startup+52.6003 s]
/proc/loadavg: 2.87 5.41 6.86 3/240 22793
/proc/meminfo: memFree=24730564/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=392468 CPUtime=52.26 cores=1,3,5,7
/proc/22777/stat : 22777 (python) R 22775 22777 21419 0 -1 4202496 56645 932 1 0 5207 19 0 0 25 0 1 0 617349294 401887232 35509 33554432000 4194304 5683644 140735266331088 18446744073709551615 47615861467276 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22777/statm: 98117 35509 1833 364 0 34041 0
Current children cumulated CPU time (s) 52.26
Current children cumulated vsize (KiB) 392468

[startup+78.2015 s]
/proc/loadavg: 3.19 5.23 6.75 6/252 22806
/proc/meminfo: memFree=23745516/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=424576 CPUtime=62.99 cores=1,3,5,7
/proc/22777/stat : 22777 (python) S 22775 22777 21419 0 -1 4202496 59347 932 1 0 6279 20 0 0 20 0 5 0 617349294 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22777/statm: 106144 33341 1881 364 0 42053 0
[pid=22795] ppid=22777 vsize=383564 CPUtime=0.01 cores=1,3,5,7
/proc/22795/stat : 22795 (python) S 22777 22777 21419 0 -1 4202560 983 0 0 0 0 1 0 0 18 0 1 0 617355621 392769536 31826 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085903 0 0 16781312 514 7744133073310023942 0 0 17 7 0 0 0
/proc/22795/statm: 95891 31826 382 364 0 31809 0
[pid=22797] ppid=22795 vsize=48316 CPUtime=14.91 cores=1,3,5,7
/proc/22797/stat : 22797 (lingeling) R 22795 22797 22797 0 -1 4202496 29500 0 0 0 1487 4 0 0 25 0 1 0 617355622 49475584 11250 33554432000 4194304 4352236 140736539094512 18446744073709551615 4207915 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/22797/statm: 12079 11250 129 39 0 11159 0
[pid=22798] ppid=22777 vsize=393820 CPUtime=0.02 cores=1,3,5,7
/proc/22798/stat : 22798 (python) S 22777 22777 21419 0 -1 4202560 905 0 0 0 1 1 0 0 15 0 1 0 617355624 403271680 31818 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085958 0 0 16781312 514 15148160816164864264 0 0 17 7 0 0 0
/proc/22798/statm: 98455 31818 370 364 0 34370 0
[pid=22800] ppid=22798 vsize=607964 CPUtime=14.88 cores=1,3,5,7
/proc/22800/stat : 22800 (cryptominisat-2) R 22798 22800 22800 0 -1 4202496 124146 0 0 0 1471 17 0 0 25 0 1 0 617355625 622555136 119433 33554432000 4194304 4677096 140735975182944 18446744073709551615 4563810 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22800/statm: 151991 119433 379 118 0 146950 0
[pid=22801] ppid=22777 vsize=404076 CPUtime=0.02 cores=1,3,5,7
/proc/22801/stat : 22801 (python) S 22777 22777 21419 0 -1 4202560 933 0 0 0 1 1 0 0 18 0 1 0 617355626 413773824 31822 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085958 0 0 16781312 514 7744133073310023940 0 0 17 7 0 0 0
/proc/22801/statm: 101019 31822 370 364 0 36931 0
[pid=22803] ppid=22801 vsize=48232 CPUtime=14.69 cores=1,3,5,7
/proc/22803/stat : 22803 (lingeling) R 22801 22803 22803 0 -1 4202496 29461 0 0 0 1466 3 0 0 25 0 1 0 617355627 49389568 11228 33554432000 4194304 4352236 140734109456336 18446744073709551615 4327832 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22803/statm: 12058 11228 129 39 0 11138 0
[pid=22804] ppid=22777 vsize=414332 CPUtime=0.01 cores=1,3,5,7
/proc/22804/stat : 22804 (python) S 22777 22777 21419 0 -1 4202560 942 0 0 0 0 1 0 0 15 0 1 0 617355629 424275968 31826 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085958 0 0 16781312 514 4607305568397263112 0 0 17 1 0 0 0
/proc/22804/statm: 103583 31826 370 364 0 39492 0
[pid=22806] ppid=22804 vsize=606528 CPUtime=14.81 cores=1,3,5,7
/proc/22806/stat : 22806 (cryptominisat-2) R 22804 22806 22806 0 -1 4202496 123606 0 0 0 1465 16 0 0 25 0 1 0 617355630 621084672 118895 33554432000 4194304 4677096 140736939554288 18446744073709551615 252457763008 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22806/statm: 151632 118909 378 118 0 146591 0
[pid=22777/tid=22796] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22796/stat : 22796 (python) S 22775 22777 21419 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 617355622 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22799] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22799/stat : 22799 (python) S 22775 22777 21419 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 617355624 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22802] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22802/stat : 22802 (python) S 22775 22777 21419 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 5 0 617355627 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22805] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22805/stat : 22805 (python) S 22775 22777 21419 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 617355630 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 122.34
Current children cumulated vsize (KiB) 3331408

[startup+91.0011 s]
/proc/loadavg: 3.47 5.22 6.73 6/252 22806
/proc/meminfo: memFree=23653372/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=424576 CPUtime=62.99 cores=1,3,5,7
/proc/22777/stat : 22777 (python) S 22775 22777 21419 0 -1 4202496 59347 932 1 0 6279 20 0 0 20 0 5 0 617349294 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22777/statm: 106144 33341 1881 364 0 42053 0
[pid=22795] ppid=22777 vsize=383564 CPUtime=0.05 cores=1,3,5,7
/proc/22795/stat : 22795 (python) S 22777 22777 21419 0 -1 4202560 993 0 0 0 2 3 0 0 18 0 1 0 617355621 392769536 31826 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085903 0 0 16781312 514 7744133073310023942 0 0 17 7 0 0 0
/proc/22795/statm: 95891 31826 382 364 0 31809 0
[pid=22797] ppid=22795 vsize=64696 CPUtime=27.7 cores=1,3,5,7
/proc/22797/stat : 22797 (lingeling) R 22795 22797 22797 0 -1 4202496 33597 0 0 0 2766 4 0 0 25 0 1 0 617355622 66248704 15345 33554432000 4194304 4352236 140736539094512 18446744073709551615 4206028 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/22797/statm: 16174 15345 129 39 0 15254 0
[pid=22798] ppid=22777 vsize=393820 CPUtime=0.04 cores=1,3,5,7
/proc/22798/stat : 22798 (python) S 22777 22777 21419 0 -1 4202560 916 0 0 0 2 2 0 0 15 0 1 0 617355624 403271680 31818 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085958 0 0 16781312 514 15148160816164864264 0 0 17 7 0 0 0
/proc/22798/statm: 98455 31818 370 364 0 34370 0
[pid=22800] ppid=22798 vsize=579988 CPUtime=27.69 cores=1,3,5,7
/proc/22800/stat : 22800 (cryptominisat-2) R 22798 22800 22800 0 -1 4202496 125764 0 0 0 2751 18 0 0 25 0 1 0 617355625 593907712 118536 33554432000 4194304 4677096 140735975182944 18446744073709551615 4265408 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22800/statm: 144997 118536 392 118 0 139956 0
[pid=22801] ppid=22777 vsize=404076 CPUtime=0.03 cores=1,3,5,7
/proc/22801/stat : 22801 (python) S 22777 22777 21419 0 -1 4202560 939 0 0 0 2 1 0 0 18 0 1 0 617355626 413773824 31822 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085958 0 0 16781312 514 7744133073310023940 0 0 17 7 0 0 0
/proc/22801/statm: 101019 31822 370 364 0 36931 0
[pid=22803] ppid=22801 vsize=64604 CPUtime=27.33 cores=1,3,5,7
/proc/22803/stat : 22803 (lingeling) R 22801 22803 22803 0 -1 4202496 33558 0 0 0 2729 4 0 0 25 0 1 0 617355627 66154496 15321 33554432000 4194304 4352236 140734109456336 18446744073709551615 4328423 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22803/statm: 16151 15321 129 39 0 15231 0
[pid=22804] ppid=22777 vsize=414332 CPUtime=0.05 cores=1,3,5,7
/proc/22804/stat : 22804 (python) S 22777 22777 21419 0 -1 4202560 953 0 0 0 2 3 0 0 15 0 1 0 617355629 424275968 31826 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085958 0 0 16781312 514 7744133073310023944 0 0 17 1 0 0 0
/proc/22804/statm: 103583 31826 370 364 0 39492 0
[pid=22806] ppid=22804 vsize=580008 CPUtime=27.58 cores=1,3,5,7
/proc/22806/stat : 22806 (cryptominisat-2) R 22804 22806 22806 0 -1 4202496 125783 0 0 0 2741 17 0 0 25 0 1 0 617355630 593928192 118536 33554432000 4194304 4677096 140736939554288 18446744073709551615 4265411 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22806/statm: 145002 118536 392 118 0 139961 0

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

[pid=22795] ppid=22777 vsize=383564 CPUtime=0.06 cores=1,3,5,7
/proc/22795/stat : 22795 (python) S 22777 22777 21419 0 -1 4202560 996 0 0 0 2 4 0 0 18 0 1 0 617355621 392769536 31826 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085903 0 0 16781312 514 7744133073310023942 0 0 17 7 0 0 0
/proc/22795/statm: 95891 31826 382 364 0 31809 0
[pid=22797] ppid=22795 vsize=64688 CPUtime=34.1 cores=1,3,5,7
/proc/22797/stat : 22797 (lingeling) R 22795 22797 22797 0 -1 4202496 33597 0 0 0 3406 4 0 0 25 0 1 0 617355622 66240512 15343 33554432000 4194304 4352236 140736539094512 18446744073709551615 4267918 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/22797/statm: 16172 15343 129 39 0 15252 0
[pid=22798] ppid=22777 vsize=393820 CPUtime=0.06 cores=1,3,5,7
/proc/22798/stat : 22798 (python) S 22777 22777 21419 0 -1 4202560 921 0 0 0 3 3 0 0 15 0 1 0 617355624 403271680 31818 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085958 0 0 16781312 514 7744133073310023944 0 0 17 7 0 0 0
/proc/22798/statm: 98455 31818 370 364 0 34370 0
[pid=22800] ppid=22798 vsize=604100 CPUtime=34.09 cores=1,3,5,7
/proc/22800/stat : 22800 (cryptominisat-2) R 22798 22800 22800 0 -1 4202496 131440 0 0 0 3390 19 0 0 25 0 1 0 617355625 618598400 124212 33554432000 4194304 4677096 140735975182944 18446744073709551615 4318809 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22800/statm: 151025 124212 392 118 0 145984 0
[pid=22801] ppid=22777 vsize=404076 CPUtime=0.05 cores=1,3,5,7
/proc/22801/stat : 22801 (python) S 22777 22777 21419 0 -1 4202560 944 0 0 0 3 2 0 0 18 0 1 0 617355626 413773824 31822 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085958 0 0 16781312 514 7744133073310023940 0 0 17 7 0 0 0
/proc/22801/statm: 101019 31822 370 364 0 36931 0
[pid=22803] ppid=22801 vsize=64604 CPUtime=33.63 cores=1,3,5,7
/proc/22803/stat : 22803 (lingeling) R 22801 22803 22803 0 -1 4202496 33558 0 0 0 3359 4 0 0 25 0 1 0 617355627 66154496 15321 33554432000 4194304 4352236 140734109456336 18446744073709551615 4329125 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/22803/statm: 16151 15321 129 39 0 15231 0
[pid=22804] ppid=22777 vsize=414332 CPUtime=0.06 cores=1,3,5,7
/proc/22804/stat : 22804 (python) S 22777 22777 21419 0 -1 4202560 956 0 0 0 3 3 0 0 15 0 1 0 617355629 424275968 31826 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085958 0 0 16781312 514 7744133073310023944 0 0 17 1 0 0 0
/proc/22804/statm: 103583 31826 370 364 0 39492 0
[pid=22806] ppid=22804 vsize=600748 CPUtime=33.97 cores=1,3,5,7
/proc/22806/stat : 22806 (cryptominisat-2) R 22804 22806 22806 0 -1 4202496 130843 0 0 0 3380 17 0 0 25 0 1 0 617355630 615165952 123596 33554432000 4194304 4677096 140736939554288 18446744073709551615 4236527 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22806/statm: 150187 123596 392 118 0 145146 0
[pid=22777/tid=22796] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22796/stat : 22796 (python) S 22775 22777 21419 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 617355622 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22799] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22799/stat : 22799 (python) S 22775 22777 21419 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 617355624 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22802] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22802/stat : 22802 (python) S 22775 22777 21419 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 5 0 617355627 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22805] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22805/stat : 22805 (python) S 22775 22777 21419 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 617355630 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 199.01
Current children cumulated vsize (KiB) 3354508

[startup+99.0006 s]
/proc/loadavg: 3.78 5.23 6.72 6/252 22807
/proc/meminfo: memFree=23601536/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=424576 CPUtime=62.99 cores=1,3,5,7
/proc/22777/stat : 22777 (python) S 22775 22777 21419 0 -1 4202496 59347 932 1 0 6279 20 0 0 20 0 5 0 617349294 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22777/statm: 106144 33341 1881 364 0 42053 0
[pid=22795] ppid=22777 vsize=383564 CPUtime=0.06 cores=1,3,5,7
/proc/22795/stat : 22795 (python) S 22777 22777 21419 0 -1 4202560 996 0 0 0 2 4 0 0 18 0 1 0 617355621 392769536 31826 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085903 0 0 16781312 514 7744133073310023942 0 0 17 7 0 0 0
/proc/22795/statm: 95891 31826 382 364 0 31809 0
[pid=22797] ppid=22795 vsize=64688 CPUtime=35.7 cores=1,3,5,7
/proc/22797/stat : 22797 (lingeling) R 22795 22797 22797 0 -1 4202496 33597 0 0 0 3566 4 0 0 25 0 1 0 617355622 66240512 15343 33554432000 4194304 4352236 140736539094512 18446744073709551615 4329333 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/22797/statm: 16172 15343 129 39 0 15252 0
[pid=22798] ppid=22777 vsize=393820 CPUtime=0.06 cores=1,3,5,7
/proc/22798/stat : 22798 (python) S 22777 22777 21419 0 -1 4202560 921 0 0 0 3 3 0 0 15 0 1 0 617355624 403271680 31818 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085958 0 0 16781312 514 7744133073310023944 0 0 17 7 0 0 0
/proc/22798/statm: 98455 31818 370 364 0 34370 0
[pid=22800] ppid=22798 vsize=615308 CPUtime=35.68 cores=1,3,5,7
/proc/22800/stat : 22800 (cryptominisat-2) R 22798 22800 22800 0 -1 4202496 133921 0 0 0 3549 19 0 0 25 0 1 0 617355625 630075392 126693 33554432000 4194304 4677096 140735975182944 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22800/statm: 153827 126693 392 118 0 148786 0
[pid=22801] ppid=22777 vsize=404076 CPUtime=0.26 cores=1,3,5,7
/proc/22801/stat : 22801 (python) R 22777 22777 21419 0 -1 4202560 947 0 0 0 23 3 0 0 16 0 1 0 617355626 413773824 31822 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469895999 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/22801/statm: 101019 31822 370 364 0 36931 0
[pid=22803] ppid=22801 vsize=0 CPUtime=35.01 cores=1,3,5,7
/proc/22803/stat : 22803 (lingeling) R 22801 22803 22803 0 -1 4202500 33561 0 0 0 3497 4 0 0 25 0 1 0 617355627 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/22803/statm: 0 0 0 0 0 0 0
[pid=22804] ppid=22777 vsize=414332 CPUtime=0.06 cores=1,3,5,7
/proc/22804/stat : 22804 (python) S 22777 22777 21419 0 -1 4202560 956 0 0 0 3 3 0 0 15 0 1 0 617355629 424275968 31826 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085958 0 0 16781312 514 7744133073310023944 0 0 17 1 0 0 0
/proc/22804/statm: 103583 31826 370 364 0 39492 0
[pid=22806] ppid=22804 vsize=612628 CPUtime=35.57 cores=1,3,5,7
/proc/22806/stat : 22806 (cryptominisat-2) R 22804 22806 22806 0 -1 4202496 133496 0 0 0 3539 18 0 0 25 0 1 0 617355630 627331072 126249 33554432000 4194304 4677096 140736939554288 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22806/statm: 153157 126249 392 118 0 148116 0
[pid=22777/tid=22796] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22796/stat : 22796 (python) S 22775 22777 21419 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 617355622 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22799] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22799/stat : 22799 (python) S 22775 22777 21419 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 617355624 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22802] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22802/stat : 22802 (python) S 22775 22777 21419 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 5 0 617355627 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22805] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22805/stat : 22805 (python) S 22775 22777 21419 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 617355630 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 205.39
Current children cumulated vsize (KiB) 3312992

[startup+100.601 s]
/proc/loadavg: 3.78 5.23 6.72 8/252 22807
/proc/meminfo: memFree=23620880/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=424576 CPUtime=62.99 cores=1,3,5,7
/proc/22777/stat : 22777 (python) S 22775 22777 21419 0 -1 4202496 59347 932 1 0 6279 20 0 0 20 0 5 0 617349294 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22777/statm: 106144 33341 1881 364 0 42053 0
[pid=22795] ppid=22777 vsize=383564 CPUtime=0.06 cores=1,3,5,7
/proc/22795/stat : 22795 (python) S 22777 22777 21419 0 -1 4202560 996 0 0 0 2 4 0 0 18 0 1 0 617355621 392769536 31826 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085903 0 0 16781312 514 7744133073310023942 0 0 17 1 0 0 0
/proc/22795/statm: 95891 31826 382 364 0 31809 0
[pid=22797] ppid=22795 vsize=64688 CPUtime=37.3 cores=1,3,5,7
/proc/22797/stat : 22797 (lingeling) R 22795 22797 22797 0 -1 4202496 33597 0 0 0 3726 4 0 0 25 0 1 0 617355622 66240512 15343 33554432000 4194304 4352236 140736539094512 18446744073709551615 4327899 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/22797/statm: 16172 15343 129 39 0 15252 0
[pid=22798] ppid=22777 vsize=393820 CPUtime=0.06 cores=1,3,5,7
/proc/22798/stat : 22798 (python) S 22777 22777 21419 0 -1 4202560 921 0 0 0 3 3 0 0 15 0 1 0 617355624 403271680 31818 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085958 0 0 16781312 514 7744133073310023944 0 0 17 7 0 0 0
/proc/22798/statm: 98455 31818 370 364 0 34370 0
[pid=22800] ppid=22798 vsize=635532 CPUtime=37.29 cores=1,3,5,7
/proc/22800/stat : 22800 (cryptominisat-2) R 22798 22800 22800 0 -1 4202496 138381 0 0 0 3709 20 0 0 25 0 1 0 617355625 650784768 131153 33554432000 4194304 4677096 140735975182944 18446744073709551615 4317762 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22800/statm: 158883 131153 392 118 0 153842 0
[pid=22801] ppid=22777 vsize=404076 CPUtime=1.85 cores=1,3,5,7
/proc/22801/stat : 22801 (python) R 22777 22777 21419 0 -1 4202560 947 0 0 0 166 19 0 0 17 0 1 0 617355626 413773824 31822 33554432000 4194304 5683644 140735266331088 18446744073709551615 252457683076 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/22801/statm: 101019 31822 370 364 0 36931 0
[pid=22803] ppid=22801 vsize=0 CPUtime=35.01 cores=1,3,5,7
/proc/22803/stat : 22803 (lingeling) R 22801 22803 22803 0 -1 4202500 33561 0 0 0 3497 4 0 0 25 0 1 0 617355627 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/22803/statm: 0 0 0 0 0 0 0
[pid=22804] ppid=22777 vsize=414332 CPUtime=0.06 cores=1,3,5,7
/proc/22804/stat : 22804 (python) S 22777 22777 21419 0 -1 4202560 956 0 0 0 3 3 0 0 15 0 1 0 617355629 424275968 31826 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085958 0 0 16781312 514 7744133073310023944 0 0 17 1 0 0 0
/proc/22804/statm: 103583 31826 370 364 0 39492 0
[pid=22806] ppid=22804 vsize=626168 CPUtime=37.17 cores=1,3,5,7
/proc/22806/stat : 22806 (cryptominisat-2) R 22804 22806 22806 0 -1 4202496 136518 0 0 0 3699 18 0 0 25 0 1 0 617355630 641196032 129271 33554432000 4194304 4677096 140736939554288 18446744073709551615 4236679 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22806/statm: 156542 129271 392 118 0 151501 0
[pid=22777/tid=22796] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22796/stat : 22796 (python) S 22775 22777 21419 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 617355622 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22799] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22799/stat : 22799 (python) S 22775 22777 21419 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 617355624 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22802] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22802/stat : 22802 (python) S 22775 22777 21419 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 5 0 617355627 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22805] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22805/stat : 22805 (python) S 22775 22777 21419 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 617355630 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 211.79
Current children cumulated vsize (KiB) 3346756

[startup+101.001 s]
/proc/loadavg: 3.78 5.23 6.72 8/252 22807
/proc/meminfo: memFree=23620880/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=424576 CPUtime=62.99 cores=1,3,5,7
/proc/22777/stat : 22777 (python) S 22775 22777 21419 0 -1 4202496 59347 932 1 0 6279 20 0 0 20 0 5 0 617349294 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469892555 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/22777/statm: 106144 33341 1881 364 0 42053 0
[pid=22795] ppid=22777 vsize=383564 CPUtime=0.06 cores=1,3,5,7
/proc/22795/stat : 22795 (python) S 22777 22777 21419 0 -1 4202560 996 0 0 0 2 4 0 0 18 0 1 0 617355621 392769536 31826 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085903 0 0 16781312 514 7744133073310023942 0 0 17 1 0 0 0
/proc/22795/statm: 95891 31826 382 364 0 31809 0
[pid=22797] ppid=22795 vsize=64688 CPUtime=37.7 cores=1,3,5,7
/proc/22797/stat : 22797 (lingeling) R 22795 22797 22797 0 -1 4202496 33597 0 0 0 3766 4 0 0 25 0 1 0 617355622 66240512 15343 33554432000 4194304 4352236 140736539094512 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/22797/statm: 16172 15343 129 39 0 15252 0
[pid=22798] ppid=22777 vsize=393820 CPUtime=0.06 cores=1,3,5,7
/proc/22798/stat : 22798 (python) S 22777 22777 21419 0 -1 4202560 921 0 0 0 3 3 0 0 15 0 1 0 617355624 403271680 31818 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085958 0 0 16781312 514 7744133073310023944 0 0 17 7 0 0 0
/proc/22798/statm: 98455 31818 370 364 0 34370 0
[pid=22800] ppid=22798 vsize=636348 CPUtime=37.69 cores=1,3,5,7
/proc/22800/stat : 22800 (cryptominisat-2) R 22798 22800 22800 0 -1 4202496 138578 0 0 0 3749 20 0 0 25 0 1 0 617355625 651620352 131350 33554432000 4194304 4677096 140735975182944 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/22800/statm: 159087 131350 392 118 0 154046 0
[pid=22801] ppid=22777 vsize=404076 CPUtime=2.25 cores=1,3,5,7
/proc/22801/stat : 22801 (python) R 22777 22777 21419 0 -1 4202560 947 0 0 0 202 23 0 0 18 0 1 0 617355626 413773824 31822 33554432000 4194304 5683644 140735266331088 18446744073709551615 4886868 0 0 16781312 514 0 0 0 17 7 0 0 0
/proc/22801/statm: 101019 31822 370 364 0 36931 0
[pid=22803] ppid=22801 vsize=0 CPUtime=35.01 cores=1,3,5,7
/proc/22803/stat : 22803 (lingeling) R 22801 22803 22803 0 -1 4202500 33561 0 0 0 3497 4 0 0 25 0 1 0 617355627 0 0 33554432000 0 0 0 0 0 0 0 16781312 0 18446744073709551615 0 0 17 7 0 0 0
/proc/22803/statm: 0 0 0 0 0 0 0
[pid=22804] ppid=22777 vsize=414332 CPUtime=0.06 cores=1,3,5,7
/proc/22804/stat : 22804 (python) S 22777 22777 21419 0 -1 4202560 959 0 0 0 3 3 0 0 15 0 1 0 617355629 424275968 31826 33554432000 4194304 5683644 140735266331088 18446744073709551615 252458085958 0 0 16781312 514 7744133073310023944 0 0 17 1 0 0 0
/proc/22804/statm: 103583 31826 370 364 0 39492 0
[pid=22806] ppid=22804 vsize=626908 CPUtime=37.56 cores=1,3,5,7
/proc/22806/stat : 22806 (cryptominisat-2) R 22804 22806 22806 0 -1 4202496 136665 0 0 0 3738 18 0 0 25 0 1 0 617355630 641953792 129418 33554432000 4194304 4677096 140736939554288 18446744073709551615 4238081 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/22806/statm: 156727 129418 392 118 0 151686 0
[pid=22777/tid=22796] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22796/stat : 22796 (python) S 22775 22777 21419 0 -1 4202560 24 932 0 0 0 0 0 0 20 0 5 0 617355622 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22799] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22799/stat : 22799 (python) S 22775 22777 21419 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 5 0 617355624 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22802] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22802/stat : 22802 (python) S 22775 22777 21419 0 -1 4202560 21 932 0 0 0 0 0 0 20 0 5 0 617355627 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22805] ppid=22775 vsize=424576 CPUtime=0 cores=1,3,5,7
/proc/22777/task/22805/stat : 22805 (python) S 22775 22777 21419 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 5 0 617355630 434765824 33341 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 2 18446604471129391424 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 213.38
Current children cumulated vsize (KiB) 3348312

[startup+101.401 s]
/proc/loadavg: 3.78 5.23 6.72 8/252 22807
/proc/meminfo: memFree=23620880/32951124 swapFree=67111348/67111528
[pid=22777] ppid=22775 vsize=424516 CPUtime=214.94 cores=1,3,5,7
/proc/22777/stat : 22777 (python) R 22775 22777 21419 0 -1 4202496 60487 348007 1 0 6280 20 15100 94 17 0 3 0 617349294 434704384 33333 33554432000 4194304 5683644 140735266331088 18446744073709551615 5116756 0 0 16781312 0 18446744073709551615 0 0 17 1 0 0 0
/proc/22777/statm: 106129 33333 1873 364 0 42053 0
[pid=22777/tid=22802] ppid=22775 vsize=424516 CPUtime=151.94 cores=1,3,5,7
/proc/22777/task/22802/stat : 22802 (python) S 22775 22777 21419 0 -1 4202560 22 348007 0 0 0 0 15100 94 18 0 3 0 617355627 434704384 33333 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 0 18446604471129391424 0 0 -1 7 0 0 0
[pid=22777/tid=22805] ppid=22775 vsize=424516 CPUtime=151.94 cores=1,3,5,7
/proc/22777/task/22805/stat : 22805 (python) R 22775 22777 21419 0 -1 4202560 28 348007 0 0 0 0 15100 94 18 0 3 0 617355630 434704384 33333 33554432000 4194304 5683644 140735266331088 18446744073709551615 252469889457 0 0 16781312 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 214.94
Current children cumulated vsize (KiB) 424516

Child status: 0
Real time (s): 101.438
CPU time (s): 214.995
CPU user time (s): 213.835
CPU system time (s): 1.15982
CPU usage (%): 211.947
Max. virtual memory (cumulated for all children) (KiB): 3371264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 213.835
system time used= 1.15982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 423342
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= 3840
involuntary context switches= 1450

runsolver used 0.212967 second user time and 0.475927 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-01 19:33:05
IDJOB=3317823
IDBENCH=88143
IDSOLVER=1706
FILE ID=node111/3317823-1304271185
RUNJOBID= node111-1304271185-22766
PBS_JOBID= 13173967
Free space on /tmp= 72504 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/manolios/c10idw_i.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-3317823-1304271185/watcher-3317823-1304271185 -o /tmp/evaluation-result-3317823-1304271185/solver-3317823-1304271185 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317823-1304271185.cnf -seed 1199711537 -budget 4800 -cores 4

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

MD5SUM BENCH= c139a321e75833c70af36726562b66de
RANDOM SEED=1199711537

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26753728 kB
Buffers:       1054468 kB
Cached:        2942628 kB
SwapCached:          0 kB
Active:        2125972 kB
Inactive:      3595396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26753728 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          267152 kB
Writeback:           0 kB
AnonPages:     1724236 kB
Mapped:          21340 kB
Slab:           401028 kB
PageTables:      13688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 32933192 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= 72228 MiB
End job on node111 at 2011-05-01 19:34:50