Trace number 3317798

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 360.326 96.5152

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0421
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.31/0.47	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.47	c INFO: solving HOME/instance-3317798-1304271170.cnf
0.31/0.47	c INFO: computing task features
1.09/1.22	c INFO: computed variable-clause graph statistics
1.09/1.26	c INFO: computed clause balance statistics
4.60/4.75	c INFO: computed variable balance statistics
7.90/8.01	c INFO: computed small-clause counts
7.90/8.03	c INFO: computed Horn-clause counts
8.10/8.28	c INFO: computed variable graph statistics
8.10/8.28	c INFO: collected features for HOME/instance-3317798-1304271170.cnf in 7.78 s
8.20/8.30	c INFO: running lingeling-276@0 for 97 with 4792 remaining (b = 0.18)
8.20/8.33	c INFO: running cryptominisat-2.9.0@0 for 485 with 4792 remaining (b = 0.21)
8.20/8.35	c INFO: running lingeling-276@0 for 1261 with 4792 remaining (b = 0.39)
8.20/8.38	c INFO: running lingeling-276@0 for 1261 with 4792 remaining (b = 0.33)
359.88/96.48	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-3317798-1304271170/watcher-3317798-1304271170 -o /tmp/evaluation-result-3317798-1304271170/solver-3317798-1304271170 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317798-1304271170.cnf -seed 190002467 -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: 7.51 7.92 7.17 5/210 21229
/proc/meminfo: memFree=22165204/32950928 swapFree=67111352/67111528
[pid=21229] ppid=21227 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/21229/stat : 21229 (python) R 21227 21229 19964 0 -1 4202496 819 0 0 0 0 0 0 0 25 0 1 0 617347702 15753216 704 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367590023 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21229/statm: 3846 704 334 364 0 333 0

[startup+0.0448269 s]
/proc/loadavg: 7.51 7.92 7.17 5/210 21229
/proc/meminfo: memFree=22165204/32950928 swapFree=67111352/67111528
[pid=21229] ppid=21227 vsize=29792 CPUtime=0.02 cores=1,3,5,7
/proc/21229/stat : 21229 (python) R 21227 21229 19964 0 -1 4202496 1376 0 0 0 2 0 0 0 25 0 1 0 617347702 30507008 1220 33554432000 4194304 5683644 140734384172032 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21229/statm: 7448 1223 443 364 0 818 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29792

[startup+0.100853 s]
/proc/loadavg: 7.51 7.92 7.17 5/210 21229
/proc/meminfo: memFree=22165204/32950928 swapFree=67111352/67111528
[pid=21229] ppid=21227 vsize=104232 CPUtime=0.08 cores=1,3,5,7
/proc/21229/stat : 21229 (python) R 21227 21229 19964 0 -1 4202496 3062 0 0 0 6 2 0 0 17 0 1 0 617347702 106733568 2745 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367546624 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21229/statm: 26058 2747 847 364 0 1806 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104232

[startup+0.300798 s]
/proc/loadavg: 7.51 7.92 7.17 5/210 21229
/proc/meminfo: memFree=22165204/32950928 swapFree=67111352/67111528
[pid=21229] ppid=21227 vsize=172860 CPUtime=0.22 cores=1,3,5,7
/proc/21229/stat : 21229 (python) R 21227 21229 19964 0 -1 4202496 6747 935 1 0 17 5 0 0 17 0 1 0 617347702 177008640 4813 33554432000 4194304 5683644 140734384172032 18446744073709551615 251362623111 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21229/statm: 43215 4813 1338 364 0 3454 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 172860

[startup+0.700715 s]
/proc/loadavg: 7.51 7.92 7.17 5/210 21229
/proc/meminfo: memFree=22165204/32950928 swapFree=67111352/67111528
[pid=21229] ppid=21227 vsize=297920 CPUtime=0.6 cores=1,3,5,7
/proc/21229/stat : 21229 (python) R 21227 21229 19964 0 -1 4202496 14078 935 1 0 51 9 0 0 17 0 1 0 617347702 305070080 11757 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367207621 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21229/statm: 74480 11758 1761 364 0 10404 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 297920

[startup+1.50056 s]
/proc/loadavg: 7.31 7.88 7.16 6/211 21234
/proc/meminfo: memFree=22104980/32950928 swapFree=67111352/67111528
[pid=21229] ppid=21227 vsize=328900 CPUtime=1.4 cores=1,3,5,7
/proc/21229/stat : 21229 (python) R 21227 21229 19964 0 -1 4202496 30851 935 1 0 128 12 0 0 18 0 1 0 617347702 336793600 19609 33554432000 4194304 5683644 140734384172032 18446744073709551615 5003205 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21229/statm: 82225 19609 1826 364 0 18149 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 328900

[startup+3.10027 s]
/proc/loadavg: 7.31 7.88 7.16 6/211 21234
/proc/meminfo: memFree=22090776/32950928 swapFree=67111352/67111528
[pid=21229] ppid=21227 vsize=328900 CPUtime=3 cores=1,3,5,7
/proc/21229/stat : 21229 (python) R 21227 21229 19964 0 -1 4202496 30851 935 1 0 288 12 0 0 21 0 1 0 617347702 336793600 19609 33554432000 4194304 5683644 140734384172032 18446744073709551615 4619652 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21229/statm: 82225 19609 1826 364 0 18149 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 328900

[startup+6.30068 s]
/proc/loadavg: 7.31 7.88 7.16 6/211 21234
/proc/meminfo: memFree=22085964/32950928 swapFree=67111352/67111528
[pid=21229] ppid=21227 vsize=328900 CPUtime=6.2 cores=1,3,5,7
/proc/21229/stat : 21229 (python) R 21227 21229 19964 0 -1 4202496 30852 935 1 0 608 12 0 0 25 0 1 0 617347702 336793600 19610 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367201785 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21229/statm: 82225 19610 1827 364 0 18149 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 328900

[startup+12.7014 s]
/proc/loadavg: 7.27 7.85 7.16 9/223 21247
/proc/meminfo: memFree=21975180/32950928 swapFree=67111352/67111528
[pid=21229] ppid=21227 vsize=368100 CPUtime=8.28 cores=1,3,5,7
/proc/21229/stat : 21229 (python) S 21227 21229 19964 0 -1 4202496 34157 935 1 0 815 13 0 0 20 0 5 0 617347702 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21229/statm: 92025 19221 1881 364 0 27934 0
[pid=21236] ppid=21229 vsize=327088 CPUtime=0 cores=1,3,5,7
/proc/21236/stat : 21236 (python) S 21229 21229 19964 0 -1 4202560 987 0 0 0 0 0 0 0 18 0 1 0 617348533 334938112 17705 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566863 0 0 16781312 514 4589045429038973191 0 0 17 3 0 0 0
/proc/21236/statm: 81772 17705 381 364 0 17690 0
[pid=21238] ppid=21236 vsize=24328 CPUtime=4.36 cores=1,3,5,7
/proc/21238/stat : 21238 (lingeling) R 21236 21238 21238 0 -1 4202496 6262 0 0 0 436 0 0 0 25 0 1 0 617348533 24911872 4741 33554432000 4194304 4352236 140736959584912 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21238/statm: 6082 4741 129 39 0 5162 0
[pid=21239] ppid=21229 vsize=337344 CPUtime=0 cores=1,3,5,7
/proc/21239/stat : 21239 (python) S 21229 21229 19964 0 -1 4202560 758 0 0 0 0 0 0 0 15 0 1 0 617348535 345440256 17675 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 2637205031794737416 0 0 17 1 0 0 0
/proc/21239/statm: 84336 17675 347 364 0 20251 0
[pid=21241] ppid=21239 vsize=83256 CPUtime=4.34 cores=1,3,5,7
/proc/21241/stat : 21241 (cryptominisat-2) R 21239 21241 21241 0 -1 4202496 14802 0 0 0 432 2 0 0 25 0 1 0 617348536 85254144 11752 33554432000 4194304 4677096 140734773306112 18446744073709551615 4340050 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21241/statm: 20814 11752 387 118 0 15773 0
[pid=21242] ppid=21229 vsize=347600 CPUtime=0 cores=1,3,5,7
/proc/21242/stat : 21242 (python) S 21229 21229 19964 0 -1 4202560 907 0 0 0 0 0 0 0 18 0 1 0 617348538 355942400 17702 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 5853035475115147527 0 0 17 1 0 0 0
/proc/21242/statm: 86900 17702 370 364 0 22812 0
[pid=21244] ppid=21242 vsize=24328 CPUtime=4.32 cores=1,3,5,7
/proc/21244/stat : 21244 (lingeling) R 21242 21244 21244 0 -1 4202496 6259 0 0 0 431 1 0 0 25 0 1 0 617348539 24911872 4741 33554432000 4194304 4352236 140735373633472 18446744073709551615 4207882 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21244/statm: 6082 4741 129 39 0 5162 0
[pid=21245] ppid=21229 vsize=357856 CPUtime=0 cores=1,3,5,7
/proc/21245/stat : 21245 (python) S 21229 21229 19964 0 -1 4202560 927 0 0 0 0 0 0 0 18 0 1 0 617348541 366444544 17706 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 5853031626824450312 0 0 17 5 0 0 0
/proc/21245/statm: 89464 17706 370 364 0 25373 0
[pid=21247] ppid=21245 vsize=24328 CPUtime=4.28 cores=1,3,5,7
/proc/21247/stat : 21247 (lingeling) R 21245 21247 21247 0 -1 4202496 6263 0 0 0 427 1 0 0 25 0 1 0 617348541 24911872 4740 33554432000 4194304 4352236 140737393246368 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21247/statm: 6082 4740 129 39 0 5162 0
[pid=21229/tid=21237] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21237/stat : 21237 (python) S 21227 21229 19964 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 617348533 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
[pid=21229/tid=21240] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21240/stat : 21240 (python) S 21227 21229 19964 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 617348536 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=21229/tid=21243] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21243/stat : 21243 (python) S 21227 21229 19964 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 617348538 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=21229/tid=21246] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21246/stat : 21246 (python) S 21227 21229 19964 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 617348541 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1894228

[startup+25.5011 s]
/proc/loadavg: 7.38 7.85 7.17 9/223 21247
/proc/meminfo: memFree=21945800/32950928 swapFree=67111352/67111528
[pid=21229] ppid=21227 vsize=368100 CPUtime=8.28 cores=1,3,5,7
/proc/21229/stat : 21229 (python) S 21227 21229 19964 0 -1 4202496 34157 935 1 0 815 13 0 0 20 0 5 0 617347702 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21229/statm: 92025 19221 1881 364 0 27934 0
[pid=21236] ppid=21229 vsize=327088 CPUtime=0.02 cores=1,3,5,7
/proc/21236/stat : 21236 (python) S 21229 21229 19964 0 -1 4202560 993 0 0 0 0 2 0 0 18 0 1 0 617348533 334938112 17705 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566863 0 0 16781312 514 17850755994896793863 0 0 17 3 0 0 0
/proc/21236/statm: 81772 17705 381 364 0 17690 0
[pid=21238] ppid=21236 vsize=32520 CPUtime=17.15 cores=1,3,5,7
/proc/21238/stat : 21238 (lingeling) R 21236 21238 21238 0 -1 4202496 8839 0 0 0 1714 1 0 0 25 0 1 0 617348533 33300480 7318 33554432000 4194304 4352236 140736959584912 18446744073709551615 4295615 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21238/statm: 8130 7318 129 39 0 7210 0
[pid=21239] ppid=21229 vsize=337344 CPUtime=0.02 cores=1,3,5,7
/proc/21239/stat : 21239 (python) S 21229 21229 19964 0 -1 4202560 919 0 0 0 1 1 0 0 15 0 1 0 617348535 345440256 17698 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 2637205031794737416 0 0 17 1 0 0 0
/proc/21239/statm: 84336 17698 370 364 0 20251 0
[pid=21241] ppid=21239 vsize=83676 CPUtime=17.09 cores=1,3,5,7
/proc/21241/stat : 21241 (cryptominisat-2) R 21239 21241 21241 0 -1 4202496 19660 0 0 0 1706 3 0 0 25 0 1 0 617348536 85684224 13679 33554432000 4194304 4677096 140734773306112 18446744073709551615 4337952 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21241/statm: 20919 13679 390 118 0 15878 0
[pid=21242] ppid=21229 vsize=347600 CPUtime=0.02 cores=1,3,5,7
/proc/21242/stat : 21242 (python) S 21229 21229 19964 0 -1 4202560 915 0 0 0 1 1 0 0 18 0 1 0 617348538 355942400 17702 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 17850755994896793863 0 0 17 1 0 0 0
/proc/21242/statm: 86900 17702 370 364 0 22812 0
[pid=21244] ppid=21242 vsize=32520 CPUtime=17.1 cores=1,3,5,7
/proc/21244/stat : 21244 (lingeling) R 21242 21244 21244 0 -1 4202496 8741 0 0 0 1709 1 0 0 25 0 1 0 617348539 33300480 7223 33554432000 4194304 4352236 140735373633472 18446744073709551615 4267799 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21244/statm: 8130 7223 129 39 0 7210 0
[pid=21245] ppid=21229 vsize=357856 CPUtime=0.02 cores=1,3,5,7
/proc/21245/stat : 21245 (python) S 21229 21229 19964 0 -1 4202560 934 0 0 0 1 1 0 0 18 0 1 0 617348541 366444544 17706 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 17850755994896793864 0 0 17 5 0 0 0
/proc/21245/statm: 89464 17706 370 364 0 25373 0
[pid=21247] ppid=21245 vsize=32520 CPUtime=16.99 cores=1,3,5,7
/proc/21247/stat : 21247 (lingeling) R 21245 21247 21247 0 -1 4202496 8823 0 0 0 1698 1 0 0 25 0 1 0 617348541 33300480 7300 33554432000 4194304 4352236 140737393246368 18446744073709551615 4268080 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21247/statm: 8130 7300 129 39 0 7210 0
[pid=21229/tid=21237] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21237/stat : 21237 (python) S 21227 21229 19964 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 617348533 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
[pid=21229/tid=21240] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21240/stat : 21240 (python) S 21227 21229 19964 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 617348536 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=21229/tid=21243] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21243/stat : 21243 (python) S 21227 21229 19964 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 617348538 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=21229/tid=21246] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21246/stat : 21246 (python) S 21227 21229 19964 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 617348541 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 1919224

[startup+51.1013 s]
/proc/loadavg: 6.60 7.62 7.11 6/204 21283
/proc/meminfo: memFree=21297456/32950928 swapFree=67111352/67111528
[pid=21229] ppid=21227 vsize=368100 CPUtime=8.28 cores=1,3,5,7
/proc/21229/stat : 21229 (python) S 21227 21229 19964 0 -1 4202496 34157 935 1 0 815 13 0 0 20 0 5 0 617347702 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21229/statm: 92025 19221 1881 364 0 27934 0
[pid=21236] ppid=21229 vsize=327088 CPUtime=0.05 cores=1,3,5,7
/proc/21236/stat : 21236 (python) S 21229 21229 19964 0 -1 4202560 1006 0 0 0 2 3 0 0 18 0 1 0 617348533 334938112 17705 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566863 0 0 16781312 514 17850755994896793863 0 0 17 3 0 0 0
/proc/21236/statm: 81772 17705 381 364 0 17690 0
[pid=21238] ppid=21236 vsize=38736 CPUtime=42.72 cores=1,3,5,7
/proc/21238/stat : 21238 (lingeling) R 21236 21238 21238 0 -1 4202496 10081 0 0 0 4271 1 0 0 25 0 1 0 617348533 39665664 8560 33554432000 4194304 4352236 140736959584912 18446744073709551615 4241523 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21238/statm: 9684 8560 129 39 0 8764 0
[pid=21239] ppid=21229 vsize=337344 CPUtime=0.08 cores=1,3,5,7
/proc/21239/stat : 21239 (python) S 21229 21229 19964 0 -1 4202560 932 0 0 0 4 4 0 0 15 0 1 0 617348535 345440256 17698 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 17850755994896793864 0 0 17 1 0 0 0
/proc/21239/statm: 84336 17698 370 364 0 20251 0
[pid=21241] ppid=21239 vsize=91204 CPUtime=42.61 cores=1,3,5,7
/proc/21241/stat : 21241 (cryptominisat-2) R 21239 21241 21241 0 -1 4202496 31970 0 0 0 4255 6 0 0 25 0 1 0 617348536 93392896 15884 33554432000 4194304 4677096 140734773306112 18446744073709551615 4320112 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21241/statm: 22801 15884 390 118 0 17760 0
[pid=21242] ppid=21229 vsize=347600 CPUtime=0.05 cores=1,3,5,7
/proc/21242/stat : 21242 (python) S 21229 21229 19964 0 -1 4202560 925 0 0 0 2 3 0 0 18 0 1 0 617348538 355942400 17702 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 17850755994896793863 0 0 17 1 0 0 0
/proc/21242/statm: 86900 17702 370 364 0 22812 0
[pid=21244] ppid=21242 vsize=39220 CPUtime=42.66 cores=1,3,5,7
/proc/21244/stat : 21244 (lingeling) R 21242 21244 21244 0 -1 4202496 9982 0 0 0 4265 1 0 0 25 0 1 0 617348539 40161280 8464 33554432000 4194304 4352236 140735373633472 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21244/statm: 9805 8464 129 39 0 8885 0
[pid=21245] ppid=21229 vsize=357856 CPUtime=0.05 cores=1,3,5,7
/proc/21245/stat : 21245 (python) S 21229 21229 19964 0 -1 4202560 949 0 0 0 2 3 0 0 18 0 1 0 617348541 366444544 17706 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 17850755994896793864 0 0 17 5 0 0 0
/proc/21245/statm: 89464 17706 370 364 0 25373 0

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

/proc/21229/stat : 21229 (python) S 21227 21229 19964 0 -1 4202496 34157 935 1 0 815 13 0 0 20 0 5 0 617347702 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21229/statm: 92025 19221 1881 364 0 27934 0
[pid=21236] ppid=21229 vsize=327088 CPUtime=0.1 cores=1,3,5,7
/proc/21236/stat : 21236 (python) S 21229 21229 19964 0 -1 4202560 1023 0 0 0 5 5 0 0 18 0 1 0 617348533 334938112 17705 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566863 0 0 16781312 514 17850755994896793863 0 0 17 3 0 0 0
/proc/21236/statm: 81772 17705 381 364 0 17690 0
[pid=21238] ppid=21236 vsize=41324 CPUtime=84.26 cores=1,3,5,7
/proc/21238/stat : 21238 (lingeling) R 21236 21238 21238 0 -1 4202496 11509 0 0 0 8425 1 0 0 25 0 1 0 617348533 42315776 9526 33554432000 4194304 4352236 140736959584912 18446744073709551615 4329149 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21238/statm: 10331 9526 129 39 0 9411 0
[pid=21239] ppid=21229 vsize=337344 CPUtime=0.14 cores=1,3,5,7
/proc/21239/stat : 21239 (python) S 21229 21229 19964 0 -1 4202560 950 0 0 0 8 6 0 0 15 0 1 0 617348535 345440256 17698 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 2637205031794737416 0 0 17 1 0 0 0
/proc/21239/statm: 84336 17698 370 364 0 20251 0
[pid=21241] ppid=21239 vsize=97312 CPUtime=84.1 cores=1,3,5,7
/proc/21241/stat : 21241 (cryptominisat-2) R 21239 21241 21241 0 -1 4202496 48898 0 0 0 8399 11 0 0 25 0 1 0 617348536 99647488 17196 33554432000 4194304 4677096 140734773306112 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21241/statm: 24328 17196 390 118 0 19287 0
[pid=21242] ppid=21229 vsize=347600 CPUtime=0.1 cores=1,3,5,7
/proc/21242/stat : 21242 (python) S 21229 21229 19964 0 -1 4202560 939 0 0 0 5 5 0 0 18 0 1 0 617348538 355942400 17702 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 17850755994896793863 0 0 17 1 0 0 0
/proc/21242/statm: 86900 17702 370 364 0 22812 0
[pid=21244] ppid=21242 vsize=42324 CPUtime=84.22 cores=1,3,5,7
/proc/21244/stat : 21244 (lingeling) R 21242 21244 21244 0 -1 4202496 11731 0 0 0 8420 2 0 0 25 0 1 0 617348539 43339776 9751 33554432000 4194304 4352236 140735373633472 18446744073709551615 4209102 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21244/statm: 10581 9751 129 39 0 9661 0
[pid=21245] ppid=21229 vsize=357856 CPUtime=0.11 cores=1,3,5,7
/proc/21245/stat : 21245 (python) S 21229 21229 19964 0 -1 4202560 961 0 0 0 5 6 0 0 18 0 1 0 617348541 366444544 17706 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 17850755994896793864 0 0 17 5 0 0 0
/proc/21245/statm: 89464 17706 370 364 0 25373 0
[pid=21247] ppid=21245 vsize=39212 CPUtime=83.8 cores=1,3,5,7
/proc/21247/stat : 21247 (lingeling) R 21245 21247 21247 0 -1 4202496 10981 0 0 0 8379 1 0 0 25 0 1 0 617348541 40153088 8996 33554432000 4194304 4352236 140737393246368 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21247/statm: 9803 8996 129 39 0 8883 0
[pid=21229/tid=21237] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21237/stat : 21237 (python) S 21227 21229 19964 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 617348533 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
[pid=21229/tid=21240] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21240/stat : 21240 (python) S 21227 21229 19964 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 617348536 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=21229/tid=21243] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21243/stat : 21243 (python) S 21227 21229 19964 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 617348538 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=21229/tid=21246] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21246/stat : 21246 (python) S 21227 21229 19964 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 617348541 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 345.11
Current children cumulated vsize (KiB) 1958160

[startup+94.3013 s]
/proc/loadavg: 5.82 7.29 7.02 6/204 21284
/proc/meminfo: memFree=21438668/32950928 swapFree=67111352/67111528
[pid=21229] ppid=21227 vsize=368100 CPUtime=8.28 cores=1,3,5,7
/proc/21229/stat : 21229 (python) S 21227 21229 19964 0 -1 4202496 34157 935 1 0 815 13 0 0 20 0 5 0 617347702 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21229/statm: 92025 19221 1881 364 0 27934 0
[pid=21236] ppid=21229 vsize=327088 CPUtime=0.1 cores=1,3,5,7
/proc/21236/stat : 21236 (python) S 21229 21229 19964 0 -1 4202560 1023 0 0 0 5 5 0 0 18 0 1 0 617348533 334938112 17705 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566863 0 0 16781312 514 17850755994896793863 0 0 17 3 0 0 0
/proc/21236/statm: 81772 17705 381 364 0 17690 0
[pid=21238] ppid=21236 vsize=41324 CPUtime=85.86 cores=1,3,5,7
/proc/21238/stat : 21238 (lingeling) R 21236 21238 21238 0 -1 4202496 11509 0 0 0 8585 1 0 0 25 0 1 0 617348533 42315776 9526 33554432000 4194304 4352236 140736959584912 18446744073709551615 4279818 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21238/statm: 10331 9526 129 39 0 9411 0
[pid=21239] ppid=21229 vsize=337344 CPUtime=0.14 cores=1,3,5,7
/proc/21239/stat : 21239 (python) S 21229 21229 19964 0 -1 4202560 952 0 0 0 8 6 0 0 15 0 1 0 617348535 345440256 17698 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 17850755994896793864 0 0 17 1 0 0 0
/proc/21239/statm: 84336 17698 370 364 0 20251 0
[pid=21241] ppid=21239 vsize=97312 CPUtime=85.69 cores=1,3,5,7
/proc/21241/stat : 21241 (cryptominisat-2) R 21239 21241 21241 0 -1 4202496 49131 0 0 0 8558 11 0 0 25 0 1 0 617348536 99647488 17429 33554432000 4194304 4677096 140734773306112 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21241/statm: 24328 17429 390 118 0 19287 0
[pid=21242] ppid=21229 vsize=347600 CPUtime=0.1 cores=1,3,5,7
/proc/21242/stat : 21242 (python) S 21229 21229 19964 0 -1 4202560 939 0 0 0 5 5 0 0 18 0 1 0 617348538 355942400 17702 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 17850755994896793863 0 0 17 1 0 0 0
/proc/21242/statm: 86900 17702 370 364 0 22812 0
[pid=21244] ppid=21242 vsize=42324 CPUtime=85.82 cores=1,3,5,7
/proc/21244/stat : 21244 (lingeling) R 21242 21244 21244 0 -1 4202496 11731 0 0 0 8580 2 0 0 25 0 1 0 617348539 43339776 9751 33554432000 4194304 4352236 140735373633472 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21244/statm: 10581 9751 129 39 0 9661 0
[pid=21245] ppid=21229 vsize=357856 CPUtime=0.11 cores=1,3,5,7
/proc/21245/stat : 21245 (python) S 21229 21229 19964 0 -1 4202560 961 0 0 0 5 6 0 0 18 0 1 0 617348541 366444544 17706 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 17850755994896793864 0 0 17 5 0 0 0
/proc/21245/statm: 89464 17706 370 364 0 25373 0
[pid=21247] ppid=21245 vsize=39212 CPUtime=85.39 cores=1,3,5,7
/proc/21247/stat : 21247 (lingeling) R 21245 21247 21247 0 -1 4202496 10981 0 0 0 8538 1 0 0 25 0 1 0 617348541 40153088 8996 33554432000 4194304 4352236 140737393246368 18446744073709551615 4241424 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21247/statm: 9803 8996 129 39 0 8883 0
[pid=21229/tid=21237] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21237/stat : 21237 (python) S 21227 21229 19964 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 617348533 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
[pid=21229/tid=21240] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21240/stat : 21240 (python) S 21227 21229 19964 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 617348536 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=21229/tid=21243] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21243/stat : 21243 (python) S 21227 21229 19964 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 617348538 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=21229/tid=21246] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21246/stat : 21246 (python) S 21227 21229 19964 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 617348541 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 351.49
Current children cumulated vsize (KiB) 1958160

[startup+95.901 s]
/proc/loadavg: 5.75 7.25 7.01 6/204 21284
/proc/meminfo: memFree=21435440/32950928 swapFree=67111352/67111528
[pid=21229] ppid=21227 vsize=368100 CPUtime=8.28 cores=1,3,5,7
/proc/21229/stat : 21229 (python) S 21227 21229 19964 0 -1 4202496 34157 935 1 0 815 13 0 0 20 0 5 0 617347702 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21229/statm: 92025 19221 1881 364 0 27934 0
[pid=21236] ppid=21229 vsize=327088 CPUtime=0.1 cores=1,3,5,7
/proc/21236/stat : 21236 (python) S 21229 21229 19964 0 -1 4202560 1023 0 0 0 5 5 0 0 18 0 1 0 617348533 334938112 17705 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566863 0 0 16781312 514 17850755994896793863 0 0 17 3 0 0 0
/proc/21236/statm: 81772 17705 381 364 0 17690 0
[pid=21238] ppid=21236 vsize=41680 CPUtime=87.46 cores=1,3,5,7
/proc/21238/stat : 21238 (lingeling) R 21236 21238 21238 0 -1 4202496 11573 0 0 0 8745 1 0 0 25 0 1 0 617348533 42680320 9590 33554432000 4194304 4352236 140736959584912 18446744073709551615 4328336 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21238/statm: 10420 9590 129 39 0 9500 0
[pid=21239] ppid=21229 vsize=337344 CPUtime=0.14 cores=1,3,5,7
/proc/21239/stat : 21239 (python) S 21229 21229 19964 0 -1 4202560 952 0 0 0 8 6 0 0 15 0 1 0 617348535 345440256 17698 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 17850755994896793864 0 0 17 1 0 0 0
/proc/21239/statm: 84336 17698 370 364 0 20251 0
[pid=21241] ppid=21239 vsize=97312 CPUtime=87.29 cores=1,3,5,7
/proc/21241/stat : 21241 (cryptominisat-2) R 21239 21241 21241 0 -1 4202496 49368 0 0 0 8718 11 0 0 25 0 1 0 617348536 99647488 17666 33554432000 4194304 4677096 140734773306112 18446744073709551615 4320304 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21241/statm: 24328 17666 390 118 0 19287 0
[pid=21242] ppid=21229 vsize=347600 CPUtime=0.1 cores=1,3,5,7
/proc/21242/stat : 21242 (python) S 21229 21229 19964 0 -1 4202560 939 0 0 0 5 5 0 0 18 0 1 0 617348538 355942400 17702 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 17850755994896793863 0 0 17 1 0 0 0
/proc/21242/statm: 86900 17702 370 364 0 22812 0
[pid=21244] ppid=21242 vsize=42324 CPUtime=87.42 cores=1,3,5,7
/proc/21244/stat : 21244 (lingeling) R 21242 21244 21244 0 -1 4202496 11731 0 0 0 8740 2 0 0 25 0 1 0 617348539 43339776 9751 33554432000 4194304 4352236 140735373633472 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21244/statm: 10581 9751 129 39 0 9661 0
[pid=21245] ppid=21229 vsize=357856 CPUtime=0.11 cores=1,3,5,7
/proc/21245/stat : 21245 (python) S 21229 21229 19964 0 -1 4202560 961 0 0 0 5 6 0 0 18 0 1 0 617348541 366444544 17706 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 17850755994896793864 0 0 17 5 0 0 0
/proc/21245/statm: 89464 17706 370 364 0 25373 0
[pid=21247] ppid=21245 vsize=41740 CPUtime=86.98 cores=1,3,5,7
/proc/21247/stat : 21247 (lingeling) R 21245 21247 21247 0 -1 4202496 11589 0 0 0 8697 1 0 0 25 0 1 0 617348541 42741760 9604 33554432000 4194304 4352236 140737393246368 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21247/statm: 10435 9604 129 39 0 9515 0
[pid=21229/tid=21237] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21237/stat : 21237 (python) S 21227 21229 19964 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 617348533 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
[pid=21229/tid=21240] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21240/stat : 21240 (python) S 21227 21229 19964 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 617348536 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=21229/tid=21243] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21243/stat : 21243 (python) S 21227 21229 19964 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 617348538 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=21229/tid=21246] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21246/stat : 21246 (python) S 21227 21229 19964 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 617348541 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 357.88
Current children cumulated vsize (KiB) 1961044

[startup+96.3009 s]
/proc/loadavg: 5.75 7.25 7.01 6/204 21284
/proc/meminfo: memFree=21435440/32950928 swapFree=67111352/67111528
[pid=21229] ppid=21227 vsize=368100 CPUtime=8.28 cores=1,3,5,7
/proc/21229/stat : 21229 (python) S 21227 21229 19964 0 -1 4202496 34157 935 1 0 815 13 0 0 20 0 5 0 617347702 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/21229/statm: 92025 19221 1881 364 0 27934 0
[pid=21236] ppid=21229 vsize=327088 CPUtime=0.1 cores=1,3,5,7
/proc/21236/stat : 21236 (python) S 21229 21229 19964 0 -1 4202560 1023 0 0 0 5 5 0 0 18 0 1 0 617348533 334938112 17705 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566863 0 0 16781312 514 17850755994896793863 0 0 17 3 0 0 0
/proc/21236/statm: 81772 17705 381 364 0 17690 0
[pid=21238] ppid=21236 vsize=41680 CPUtime=87.86 cores=1,3,5,7
/proc/21238/stat : 21238 (lingeling) R 21236 21238 21238 0 -1 4202496 11573 0 0 0 8785 1 0 0 25 0 1 0 617348533 42680320 9590 33554432000 4194304 4352236 140736959584912 18446744073709551615 4231379 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/21238/statm: 10420 9590 129 39 0 9500 0
[pid=21239] ppid=21229 vsize=337344 CPUtime=0.14 cores=1,3,5,7
/proc/21239/stat : 21239 (python) S 21229 21229 19964 0 -1 4202560 952 0 0 0 8 6 0 0 15 0 1 0 617348535 345440256 17698 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 2637205031794737416 0 0 17 1 0 0 0
/proc/21239/statm: 84336 17698 370 364 0 20251 0
[pid=21241] ppid=21239 vsize=97312 CPUtime=87.69 cores=1,3,5,7
/proc/21241/stat : 21241 (cryptominisat-2) R 21239 21241 21241 0 -1 4202496 49430 0 0 0 8758 11 0 0 25 0 1 0 617348536 99647488 17728 33554432000 4194304 4677096 140734773306112 18446744073709551615 4320052 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21241/statm: 24328 17728 390 118 0 19287 0
[pid=21242] ppid=21229 vsize=347600 CPUtime=0.1 cores=1,3,5,7
/proc/21242/stat : 21242 (python) S 21229 21229 19964 0 -1 4202560 939 0 0 0 5 5 0 0 18 0 1 0 617348538 355942400 17702 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 17850755994896793863 0 0 17 1 0 0 0
/proc/21242/statm: 86900 17702 370 364 0 22812 0
[pid=21244] ppid=21242 vsize=42324 CPUtime=87.82 cores=1,3,5,7
/proc/21244/stat : 21244 (lingeling) R 21242 21244 21244 0 -1 4202496 11731 0 0 0 8780 2 0 0 25 0 1 0 617348539 43339776 9751 33554432000 4194304 4352236 140735373633472 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21244/statm: 10581 9751 129 39 0 9661 0
[pid=21245] ppid=21229 vsize=357856 CPUtime=0.11 cores=1,3,5,7
/proc/21245/stat : 21245 (python) S 21229 21229 19964 0 -1 4202560 961 0 0 0 5 6 0 0 18 0 1 0 617348541 366444544 17706 33554432000 4194304 5683644 140734384172032 18446744073709551615 251367566918 0 0 16781312 514 17850755994896793864 0 0 17 5 0 0 0
/proc/21245/statm: 89464 17706 370 364 0 25373 0
[pid=21247] ppid=21245 vsize=41740 CPUtime=87.38 cores=1,3,5,7
/proc/21247/stat : 21247 (lingeling) R 21245 21247 21247 0 -1 4202496 11589 0 0 0 8737 1 0 0 25 0 1 0 617348541 42741760 9604 33554432000 4194304 4352236 140737393246368 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21247/statm: 10435 9604 129 39 0 9515 0
[pid=21229/tid=21237] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21237/stat : 21237 (python) S 21227 21229 19964 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 5 0 617348533 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 3 0 0 0
[pid=21229/tid=21240] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21240/stat : 21240 (python) S 21227 21229 19964 0 -1 4202560 20 935 0 0 0 0 0 0 25 0 5 0 617348536 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=21229/tid=21243] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21243/stat : 21243 (python) S 21227 21229 19964 0 -1 4202560 22 935 0 0 0 0 0 0 20 0 5 0 617348538 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 1 0 0 0
[pid=21229/tid=21246] ppid=21227 vsize=368100 CPUtime=0 cores=1,3,5,7
/proc/21229/task/21246/stat : 21246 (python) S 21227 21229 19964 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 5 0 617348541 376934400 19221 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 2 18446604471139924800 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 359.48
Current children cumulated vsize (KiB) 1961044

[startup+96.501 s]
/proc/loadavg: 5.75 7.25 7.01 6/204 21284
/proc/meminfo: memFree=21435440/32950928 swapFree=67111352/67111528
[pid=21229] ppid=21227 vsize=368044 CPUtime=360.29 cores=1,3,5,7
/proc/21229/stat : 21229 (python) R 21227 21229 19964 0 -1 4202496 41916 89548 1 0 816 13 35155 45 17 0 2 0 617347702 376877056 19214 33554432000 4194304 5683644 140734384172032 18446744073709551615 5258767 0 0 16781312 0 18446744073709551615 0 0 17 3 0 0 0
/proc/21229/statm: 92011 19214 1874 364 0 27934 0
[pid=21229/tid=21237] ppid=21227 vsize=368044 CPUtime=352 cores=1,3,5,7
/proc/21229/task/21237/stat : 21237 (python) S 21227 21229 19964 0 -1 4202560 28 89548 0 0 0 0 35155 45 18 0 2 0 617348533 376877056 19214 33554432000 4194304 5683644 140734384172032 18446744073709551615 251379370417 0 0 16781312 0 18446604471139924800 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 360.29
Current children cumulated vsize (KiB) 368044

Child status: 0
Real time (s): 96.5152
CPU time (s): 360.326
CPU user time (s): 359.729
CPU system time (s): 0.596909
CPU usage (%): 373.336
Max. virtual memory (cumulated for all children) (KiB): 1969956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 359.729
system time used= 0.596909
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133531
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= 1666
involuntary context switches= 3084

runsolver used 0.175973 second user time and 0.39294 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-01 19:32:50
IDJOB=3317798
IDBENCH=88066
IDSOLVER=1706
FILE ID=node113/3317798-1304271170
RUNJOBID= node113-1304267292-19983
PBS_JOBID= 13173966
Free space on /tmp= 72392 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.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-3317798-1304271170/watcher-3317798-1304271170 -o /tmp/evaluation-result-3317798-1304271170/solver-3317798-1304271170 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317798-1304271170.cnf -seed 190002467 -budget 4800 -cores 4

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=190002467

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22165484 kB
Buffers:        807312 kB
Cached:        2818476 kB
SwapCached:         12 kB
Active:        7021132 kB
Inactive:      3234316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22165484 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           36512 kB
Writeback:           0 kB
AnonPages:     6629284 kB
Mapped:          24040 kB
Slab:           446340 kB
PageTables:      23768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  8189588 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= 72236 MiB
End job on node113 at 2011-05-01 19:34:27