Trace number 3322731

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 778.858 104.688

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 benchmark39.8739
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.33/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.33/0.46	c INFO: solving HOME/instance-3322731-1304355979.cnf
0.33/0.46	c INFO: computing task features
1.11/1.22	c INFO: computed variable-clause graph statistics
1.11/1.26	c INFO: computed clause balance statistics
4.51/4.62	c INFO: computed variable balance statistics
7.62/7.77	c INFO: computed small-clause counts
7.62/7.79	c INFO: computed Horn-clause counts
7.91/8.03	c INFO: computed variable graph statistics
7.91/8.03	c INFO: collected features for HOME/instance-3322731-1304355979.cnf in 7.53 s
7.91/8.06	c INFO: running lingeling-276@0 for 97 with 39992 remaining (b = 0.18)
7.91/8.09	c INFO: running cryptominisat-2.9.0@0 for 485 with 39992 remaining (b = 0.21)
8.01/8.12	c INFO: running lingeling-276@0 for 1261 with 39992 remaining (b = 0.39)
8.01/8.16	c INFO: running lingeling-276@0 for 1261 with 39992 remaining (b = 0.33)
8.01/8.19	c INFO: running SApperloT@0 for 97 with 39992 remaining (b = 0.02)
8.11/8.23	c INFO: running precosat-570@0 for 291 with 39992 remaining (b = 0.09)
8.11/8.26	c INFO: running cryptominisat-2.9.0@0 for 485 with 39992 remaining (b = 0.13)
8.11/8.29	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39992 remaining (b = 0.40)
778.33/104.65	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-3322731-1304355979/watcher-3322731-1304355979 -o /tmp/evaluation-result-3322731-1304355979/solver-3322731-1304355979 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322731-1304355979.cnf -seed 1649736397 -budget 40000 -cores 8 

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

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


[startup+0 s]
/proc/loadavg: 7.11 7.85 7.96 1/272 14637
/proc/meminfo: memFree=7825352/32951124 swapFree=67103364/67111528
[pid=14637] ppid=14635 vsize=15780 CPUtime=0 cores=0-7
/proc/14637/stat : 14637 (python) R 14635 14637 13108 0 -1 4202496 901 0 0 0 0 0 0 0 17 0 1 0 625828626 16158720 781 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284586693 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14637/statm: 3945 782 344 364 0 432 0

[startup+0.0520691 s]
/proc/loadavg: 7.11 7.85 7.96 1/272 14637
/proc/meminfo: memFree=7825352/32951124 swapFree=67103364/67111528
[pid=14637] ppid=14635 vsize=30116 CPUtime=0.03 cores=0-7
/proc/14637/stat : 14637 (python) S 14635 14637 13108 0 -1 4202496 1471 0 0 0 3 0 0 0 17 0 1 0 625828626 30838784 1309 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284923904 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/14637/statm: 7529 1309 443 364 0 899 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30116

[startup+0.101072 s]
/proc/loadavg: 7.11 7.85 7.96 1/272 14637
/proc/meminfo: memFree=7825352/32951124 swapFree=67103364/67111528
[pid=14637] ppid=14635 vsize=104236 CPUtime=0.07 cores=0-7
/proc/14637/stat : 14637 (python) R 14635 14637 13108 0 -1 4202496 3088 0 0 0 5 2 0 0 17 0 1 0 625828626 106737664 2768 33554432000 4194304 5683644 140734829827824 18446744073709551615 5116756 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14637/statm: 26059 2768 847 364 0 1807 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104236

[startup+0.301053 s]
/proc/loadavg: 7.11 7.85 7.96 1/272 14637
/proc/meminfo: memFree=7825352/32951124 swapFree=67103364/67111528
[pid=14637] ppid=14635 vsize=187692 CPUtime=0.24 cores=0-7
/proc/14637/stat : 14637 (python) R 14635 14637 13108 0 -1 4202496 6828 932 1 0 17 7 0 0 18 0 1 0 625828626 192196608 4884 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284921701 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14637/statm: 46923 4884 1399 364 0 3724 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 187692

[startup+0.700962 s]
/proc/loadavg: 7.11 7.85 7.96 1/272 14637
/proc/meminfo: memFree=7825352/32951124 swapFree=67103364/67111528
[pid=14637] ppid=14635 vsize=297920 CPUtime=0.61 cores=0-7
/proc/14637/stat : 14637 (python) R 14635 14637 13108 0 -1 4202496 14089 932 1 0 51 10 0 0 18 0 1 0 625828626 305070080 11769 33554432000 4194304 5683644 140734829827824 18446744073709551615 4960392 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14637/statm: 74480 11769 1761 364 0 10404 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 297920

[startup+1.50084 s]
/proc/loadavg: 7.11 7.85 7.96 2/273 14642
/proc/meminfo: memFree=7766568/32951124 swapFree=67103364/67111528
[pid=14637] ppid=14635 vsize=328900 CPUtime=1.41 cores=0-7
/proc/14637/stat : 14637 (python) R 14635 14637 13108 0 -1 4202496 30850 932 1 0 128 13 0 0 20 0 1 0 625828626 336793600 19609 33554432000 4194304 5683644 140734829827824 18446744073709551615 47334261255460 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14637/statm: 82225 19609 1826 364 0 18149 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 328900

[startup+3.10056 s]
/proc/loadavg: 6.62 7.73 7.93 2/273 14642
/proc/meminfo: memFree=7753716/32951124 swapFree=67103364/67111528
[pid=14637] ppid=14635 vsize=328900 CPUtime=3.01 cores=0-7
/proc/14637/stat : 14637 (python) R 14635 14637 13108 0 -1 4202496 30850 932 1 0 288 13 0 0 25 0 1 0 625828626 336793600 19609 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284593029 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14637/statm: 82225 19609 1826 364 0 18149 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 328900

[startup+6.30102 s]
/proc/loadavg: 6.62 7.73 7.93 2/273 14642
/proc/meminfo: memFree=7754956/32951124 swapFree=67103364/67111528
[pid=14637] ppid=14635 vsize=328900 CPUtime=6.21 cores=0-7
/proc/14637/stat : 14637 (python) R 14635 14637 13108 0 -1 4202496 30851 932 1 0 608 13 0 0 25 0 1 0 625828626 336793600 19610 33554432000 4194304 5683644 140734829827824 18446744073709551615 4539721 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14637/statm: 82225 19610 1827 364 0 18149 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 328900

[startup+12.7019 s]
/proc/loadavg: 6.17 7.62 7.89 9/297 14666
/proc/meminfo: memFree=7483688/32951124 swapFree=67103364/67111528
[pid=14637] ppid=14635 vsize=409124 CPUtime=8.21 cores=0-7
/proc/14637/stat : 14637 (python) S 14635 14637 13108 0 -1 4202496 37294 932 1 0 805 16 0 0 22 0 9 0 625828626 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14637/statm: 102281 19245 1889 364 0 38178 0
[pid=14643] ppid=14637 vsize=327088 CPUtime=0 cores=0-7
/proc/14643/stat : 14643 (python) S 14637 14637 13108 0 -1 4202560 916 0 0 0 0 0 0 0 18 0 1 0 625829433 334938112 17700 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945935 0 0 16781312 514 18038512178163581187 0 0 17 1 0 0 0
/proc/14643/statm: 81772 17700 376 364 0 17690 0
[pid=14645] ppid=14643 vsize=24840 CPUtime=4.62 cores=0-7
/proc/14645/stat : 14645 (lingeling) R 14643 14645 14645 0 -1 4202496 6391 0 0 0 461 1 0 0 25 0 1 0 625829433 25436160 4868 33554432000 4194304 4352236 140735639712016 18446744073709551615 4329149 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/14645/statm: 6210 4868 129 39 0 5290 0
[pid=14646] ppid=14637 vsize=337344 CPUtime=0.01 cores=0-7
/proc/14646/stat : 14646 (python) S 14637 14637 13108 0 -1 4202560 916 0 0 0 1 0 0 0 15 0 1 0 625829436 345440256 17698 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 13543793031332724994 0 0 17 4 0 0 0
/proc/14646/statm: 84336 17698 370 364 0 20251 0
[pid=14648] ppid=14646 vsize=83228 CPUtime=4.59 cores=0-7
/proc/14648/stat : 14648 (cryptominisat-2) R 14646 14648 14648 0 -1 4202496 14822 0 0 0 457 2 0 0 25 0 1 0 625829436 85225472 11726 33554432000 4194304 4677096 140736201069072 18446744073709551615 4320137 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14648/statm: 20807 11726 387 118 0 15766 0
[pid=14649] ppid=14637 vsize=347600 CPUtime=0 cores=0-7
/proc/14649/stat : 14649 (python) S 14637 14637 13108 0 -1 4202560 902 0 0 0 0 0 0 0 18 0 1 0 625829439 355942400 17701 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 13702027597976666371 0 0 17 2 0 0 0
/proc/14649/statm: 86900 17701 369 364 0 22812 0
[pid=14651] ppid=14649 vsize=24328 CPUtime=4.54 cores=0-7
/proc/14651/stat : 14651 (lingeling) R 14649 14651 14651 0 -1 4202496 6265 0 0 0 454 0 0 0 25 0 1 0 625829439 24911872 4741 33554432000 4194304 4352236 140734861028384 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14651/statm: 6082 4741 129 39 0 5162 0
[pid=14652] ppid=14637 vsize=357856 CPUtime=0 cores=0-7
/proc/14652/stat : 14652 (python) S 14637 14637 13108 0 -1 4202560 912 0 0 0 0 0 0 0 18 0 1 0 625829442 366444544 17706 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 4191363893022392576 0 0 17 6 0 0 0
/proc/14652/statm: 89464 17706 370 364 0 25373 0
[pid=14654] ppid=14652 vsize=24328 CPUtime=4.51 cores=0-7
/proc/14654/stat : 14654 (lingeling) R 14652 14654 14654 0 -1 4202496 6261 0 0 0 451 0 0 0 25 0 1 0 625829443 24911872 4741 33554432000 4194304 4352236 140734977568016 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/14654/statm: 6082 4741 129 39 0 5162 0
[pid=14655] ppid=14637 vsize=368112 CPUtime=0 cores=0-7
/proc/14655/stat : 14655 (python) S 14637 14637 13108 0 -1 4202560 930 0 0 0 0 0 0 0 18 0 1 0 625829446 376946688 17710 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 11660365621958246658 0 0 17 1 0 0 0
/proc/14655/statm: 92028 17710 370 364 0 27934 0
[pid=14657] ppid=14655 vsize=21192 CPUtime=4.44 cores=0-7
/proc/14657/stat : 14657 (SApperloT-base) R 14655 14657 14657 0 -1 4202496 4830 0 0 0 443 1 0 0 25 0 1 0 625829446 21700608 4498 33554432000 134512640 135674940 4294571472 18446744073709551615 134564631 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14657/statm: 5298 4498 99 284 0 5012 0
[pid=14658] ppid=14637 vsize=378368 CPUtime=0 cores=0-7
/proc/14658/stat : 14658 (python) S 14637 14637 13108 0 -1 4202560 946 0 0 0 0 0 0 0 18 0 1 0 625829449 387448832 17714 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 11660373318539641090 0 0 17 0 0 0 0
/proc/14658/statm: 94592 17714 370 364 0 30495 0
[pid=14660] ppid=14658 vsize=48276 CPUtime=4.44 cores=0-7
/proc/14660/stat : 14660 (precosat) R 14658 14660 14660 0 -1 4202496 12314 0 0 0 442 2 0 0 25 0 1 0 625829449 49434624 11867 33554432000 4194304 4890832 140734742529872 18446744073709551615 4239211 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/14660/statm: 12069 11867 86 171 0 11896 0
[pid=14661] ppid=14637 vsize=388624 CPUtime=0.01 cores=0-7
/proc/14661/stat : 14661 (python) S 14637 14637 13108 0 -1 4202560 948 0 0 0 1 0 0 0 15 0 1 0 625829452 397950976 17718 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 8476507877261934854 0 0 17 2 0 0 0
/proc/14661/statm: 97156 17718 370 364 0 33056 0
[pid=14663] ppid=14661 vsize=83400 CPUtime=4.36 cores=0-7
/proc/14663/stat : 14663 (cryptominisat-2) R 14661 14663 14663 0 -1 4202496 14827 0 0 0 434 2 0 0 25 0 1 0 625829454 85401600 11771 33554432000 4194304 4677096 140734921931456 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14663/statm: 20850 11771 387 118 0 15809 0
[pid=14664] ppid=14637 vsize=398880 CPUtime=0.01 cores=0-7
/proc/14664/stat : 14664 (python) S 14637 14637 13108 0 -1 4202560 1007 0 0 0 0 1 0 0 15 0 1 0 625829455 408453120 17728 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 6507459573287190785 0 0 17 1 0 0 0
/proc/14664/statm: 99720 17728 376 364 0 35617 0
[pid=14666] ppid=14664 vsize=83260 CPUtime=4.31 cores=0-7
/proc/14666/stat : 14666 (cryptominisat-2) R 14664 14666 14666 0 -1 4202496 14734 0 0 0 429 2 0 0 25 0 1 0 625829456 85258240 11663 33554432000 4194304 4677096 140735582548736 18446744073709551615 4335876 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 20815 11663 387 118 0 15774 0
[pid=14637/tid=14644] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14644/stat : 14644 (python) S 14635 14637 13108 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 9 0 625829433 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 4 0 0 0
[pid=14637/tid=14647] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14647/stat : 14647 (python) S 14635 14637 13108 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 625829436 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 4 0 0 0
[pid=14637/tid=14650] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14650/stat : 14650 (python) S 14635 14637 13108 0 -1 4202560 21 932 0 0 0 0 0 0 18 0 9 0 625829439 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 2 0 0 0
[pid=14637/tid=14653] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14653/stat : 14653 (python) S 14635 14637 13108 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 9 0 625829442 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 6 0 0 0
[pid=14637/tid=14656] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14656/stat : 14656 (python) S 14635 14637 13108 0 -1 4202560 23 932 0 0 0 0 0 0 19 0 9 0 625829446 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 2 0 0 0
[pid=14637/tid=14659] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14659/stat : 14659 (python) S 14635 14637 13108 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 625829449 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 0 0 0 0
[pid=14637/tid=14662] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14662/stat : 14662 (python) S 14635 14637 13108 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 9 0 625829452 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 1 0 0 0
[pid=14637/tid=14665] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14665/stat : 14665 (python) S 14635 14637 13108 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 625829456 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 44.05
Current children cumulated vsize (KiB) 3705848

[startup+25.5018 s]
/proc/loadavg: 6.64 7.65 7.90 9/297 14666
/proc/meminfo: memFree=7409884/32951124 swapFree=67103364/67111528
[pid=14637] ppid=14635 vsize=409124 CPUtime=8.21 cores=0-7
/proc/14637/stat : 14637 (python) S 14635 14637 13108 0 -1 4202496 37294 932 1 0 805 16 0 0 22 0 9 0 625828626 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14637/statm: 102281 19245 1889 364 0 38178 0
[pid=14643] ppid=14637 vsize=327088 CPUtime=0.04 cores=0-7
/proc/14643/stat : 14643 (python) S 14637 14637 13108 0 -1 4202560 924 0 0 0 2 2 0 0 18 0 1 0 625829433 334938112 17700 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945935 0 0 16781312 514 15764269953470923011 0 0 17 1 0 0 0
/proc/14643/statm: 81772 17700 376 364 0 17690 0
[pid=14645] ppid=14643 vsize=33232 CPUtime=17.42 cores=0-7
/proc/14645/stat : 14645 (lingeling) R 14643 14645 14645 0 -1 4202496 9000 0 0 0 1740 2 0 0 25 0 1 0 625829433 34029568 7477 33554432000 4194304 4352236 140735639712016 18446744073709551615 4267552 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/14645/statm: 8308 7477 129 39 0 7388 0
[pid=14646] ppid=14637 vsize=337344 CPUtime=0.04 cores=0-7
/proc/14646/stat : 14646 (python) S 14637 14637 13108 0 -1 4202560 929 0 0 0 3 1 0 0 15 0 1 0 625829436 345440256 17698 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 13543793031332724994 0 0 17 4 0 0 0
/proc/14646/statm: 84336 17698 370 364 0 20251 0
[pid=14648] ppid=14646 vsize=83696 CPUtime=17.39 cores=0-7
/proc/14648/stat : 14648 (cryptominisat-2) R 14646 14648 14648 0 -1 4202496 19825 0 0 0 1735 4 0 0 25 0 1 0 625829436 85704704 13715 33554432000 4194304 4677096 140736201069072 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14648/statm: 20924 13715 390 118 0 15883 0
[pid=14649] ppid=14637 vsize=347600 CPUtime=0.03 cores=0-7
/proc/14649/stat : 14649 (python) S 14637 14637 13108 0 -1 4202560 909 0 0 0 2 1 0 0 18 0 1 0 625829439 355942400 17702 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 15764269953470923011 0 0 17 2 0 0 0
/proc/14649/statm: 86900 17702 370 364 0 22812 0
[pid=14651] ppid=14649 vsize=32520 CPUtime=17.3 cores=0-7
/proc/14651/stat : 14651 (lingeling) R 14649 14651 14651 0 -1 4202496 8794 0 0 0 1730 0 0 0 25 0 1 0 625829439 33300480 7270 33554432000 4194304 4352236 140734861028384 18446744073709551615 4267568 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14651/statm: 8130 7270 129 39 0 7210 0
[pid=14652] ppid=14637 vsize=357856 CPUtime=0.03 cores=0-7
/proc/14652/stat : 14652 (python) S 14637 14637 13108 0 -1 4202560 917 0 0 0 2 1 0 0 18 0 1 0 625829442 366444544 17706 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 15764269953470923008 0 0 17 6 0 0 0
/proc/14652/statm: 89464 17706 370 364 0 25373 0
[pid=14654] ppid=14652 vsize=32520 CPUtime=17.29 cores=0-7
/proc/14654/stat : 14654 (lingeling) R 14652 14654 14654 0 -1 4202496 8679 0 0 0 1728 1 0 0 25 0 1 0 625829443 33300480 7159 33554432000 4194304 4352236 140734977568016 18446744073709551615 4207597 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/14654/statm: 8130 7159 129 39 0 7210 0
[pid=14655] ppid=14637 vsize=368112 CPUtime=0.04 cores=0-7
/proc/14655/stat : 14655 (python) S 14637 14637 13108 0 -1 4202560 933 0 0 0 2 2 0 0 18 0 1 0 625829446 376946688 17710 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 15764269953470923010 0 0 17 1 0 0 0
/proc/14655/statm: 92028 17710 370 364 0 27934 0
[pid=14657] ppid=14655 vsize=28620 CPUtime=17.11 cores=0-7
/proc/14657/stat : 14657 (SApperloT-base) R 14655 14657 14657 0 -1 4202496 6399 0 0 0 1710 1 0 0 25 0 1 0 625829446 29306880 6067 33554432000 134512640 135674940 4294571472 18446744073709551615 134564660 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14657/statm: 7155 6067 99 284 0 6869 0

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

[pid=14664] ppid=14637 vsize=398880 CPUtime=0.25 cores=0-7
/proc/14664/stat : 14664 (python) S 14637 14637 13108 0 -1 4202560 1055 0 0 0 12 13 0 0 15 0 1 0 625829455 408453120 17728 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 6507459573287190785 0 0 17 1 0 0 0
/proc/14664/statm: 99720 17728 376 364 0 35617 0
[pid=14666] ppid=14664 vsize=97324 CPUtime=95.28 cores=0-7
/proc/14666/stat : 14666 (cryptominisat-2) R 14664 14666 14666 0 -1 4202496 48344 0 0 0 9515 13 0 0 25 0 1 0 625829456 99659776 17708 33554432000 4194304 4677096 140735582548736 18446744073709551615 4319536 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 24331 17708 390 118 0 19290 0
[pid=14637/tid=14644] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14644/stat : 14644 (python) S 14635 14637 13108 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 9 0 625829433 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 4 0 0 0
[pid=14637/tid=14647] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14647/stat : 14647 (python) S 14635 14637 13108 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 625829436 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 4 0 0 0
[pid=14637/tid=14650] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14650/stat : 14650 (python) S 14635 14637 13108 0 -1 4202560 21 932 0 0 0 0 0 0 18 0 9 0 625829439 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 2 0 0 0
[pid=14637/tid=14653] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14653/stat : 14653 (python) S 14635 14637 13108 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 9 0 625829442 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 6 0 0 0
[pid=14637/tid=14656] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14656/stat : 14656 (python) S 14635 14637 13108 0 -1 4202560 23 932 0 0 0 0 0 0 19 0 9 0 625829446 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 2 0 0 0
[pid=14637/tid=14659] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14659/stat : 14659 (python) S 14635 14637 13108 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 625829449 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 0 0 0 0
[pid=14637/tid=14662] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14662/stat : 14662 (python) S 14635 14637 13108 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 9 0 625829452 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 1 0 0 0
[pid=14637/tid=14665] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14665/stat : 14665 (python) S 14635 14637 13108 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 625829456 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 775.94
Current children cumulated vsize (KiB) 3829412

[startup+104.512 s]
/proc/loadavg: 7.78 7.78 7.92 9/297 14668
/proc/meminfo: memFree=7313028/32951124 swapFree=67103364/67111528
[pid=14637] ppid=14635 vsize=409124 CPUtime=8.21 cores=0-7
/proc/14637/stat : 14637 (python) S 14635 14637 13108 0 -1 4202496 37294 932 1 0 805 16 0 0 22 0 9 0 625828626 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14637/statm: 102281 19245 1889 364 0 38178 0
[pid=14643] ppid=14637 vsize=327088 CPUtime=0.2 cores=0-7
/proc/14643/stat : 14643 (python) S 14637 14637 13108 0 -1 4202560 955 0 0 0 11 9 0 0 18 0 1 0 625829433 334938112 17700 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945935 0 0 16781312 514 15764269953470923011 0 0 17 1 0 0 0
/proc/14643/statm: 81772 17700 376 364 0 17690 0
[pid=14645] ppid=14643 vsize=42840 CPUtime=96.43 cores=0-7
/proc/14645/stat : 14645 (lingeling) R 14643 14645 14645 0 -1 4202496 11866 0 0 0 9641 2 0 0 25 0 1 0 625829433 43868160 9879 33554432000 4194304 4352236 140735639712016 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/14645/statm: 10710 9879 129 39 0 9790 0
[pid=14646] ppid=14637 vsize=337344 CPUtime=0.22 cores=0-7
/proc/14646/stat : 14646 (python) S 14637 14637 13108 0 -1 4202560 963 0 0 0 12 10 0 0 15 0 1 0 625829436 345440256 17698 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 13543793031332724994 0 0 17 4 0 0 0
/proc/14646/statm: 84336 17698 370 364 0 20251 0
[pid=14648] ppid=14646 vsize=96884 CPUtime=96.39 cores=0-7
/proc/14648/stat : 14648 (cryptominisat-2) R 14646 14648 14648 0 -1 4202496 48593 0 0 0 9627 12 0 0 25 0 1 0 625829436 99209216 17780 33554432000 4194304 4677096 140736201069072 18446744073709551615 4334301 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14648/statm: 24221 17780 390 118 0 19180 0
[pid=14649] ppid=14637 vsize=347600 CPUtime=0.18 cores=0-7
/proc/14649/stat : 14649 (python) S 14637 14637 13108 0 -1 4202560 933 0 0 0 10 8 0 0 18 0 1 0 625829439 355942400 17702 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 15764269953470923011 0 0 17 2 0 0 0
/proc/14649/statm: 86900 17702 370 364 0 22812 0
[pid=14651] ppid=14649 vsize=45584 CPUtime=96.13 cores=0-7
/proc/14651/stat : 14651 (lingeling) R 14649 14651 14651 0 -1 4202496 11579 0 0 0 9612 1 0 0 25 0 1 0 625829439 46678016 10055 33554432000 4194304 4352236 140734861028384 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14651/statm: 11396 10055 129 39 0 10476 0
[pid=14652] ppid=14637 vsize=357856 CPUtime=0.19 cores=0-7
/proc/14652/stat : 14652 (python) S 14637 14637 13108 0 -1 4202560 941 0 0 0 10 9 0 0 18 0 1 0 625829442 366444544 17706 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 15764269953470923008 0 0 17 6 0 0 0
/proc/14652/statm: 89464 17706 370 364 0 25373 0
[pid=14654] ppid=14652 vsize=40684 CPUtime=96.14 cores=0-7
/proc/14654/stat : 14654 (lingeling) R 14652 14654 14654 0 -1 4202496 11357 0 0 0 9613 1 0 0 25 0 1 0 625829443 41660416 9369 33554432000 4194304 4352236 140734977568016 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/14654/statm: 10171 9369 129 39 0 9251 0
[pid=14655] ppid=14637 vsize=368112 CPUtime=0.21 cores=0-7
/proc/14655/stat : 14655 (python) S 14637 14637 13108 0 -1 4202560 958 0 0 0 9 12 0 0 18 0 1 0 625829446 376946688 17710 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 15764269953470923010 0 0 17 1 0 0 0
/proc/14655/statm: 92028 17710 370 364 0 27934 0
[pid=14657] ppid=14655 vsize=44768 CPUtime=95.32 cores=0-7
/proc/14657/stat : 14657 (SApperloT-base) R 14655 14657 14657 0 -1 4202496 10200 0 0 0 9530 2 0 0 25 0 1 0 625829446 45842432 9602 33554432000 134512640 135674940 4294571472 18446744073709551615 134564247 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14657/statm: 11192 9602 99 284 0 10906 0
[pid=14658] ppid=14637 vsize=378368 CPUtime=0.19 cores=0-7
/proc/14658/stat : 14658 (python) S 14637 14637 13108 0 -1 4202560 976 0 0 0 9 10 0 0 18 0 1 0 625829449 387448832 17714 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 15764269953470923010 0 0 17 0 0 0 0
/proc/14658/statm: 94592 17714 370 364 0 30495 0
[pid=14660] ppid=14658 vsize=51300 CPUtime=96.07 cores=0-7
/proc/14660/stat : 14660 (precosat) R 14658 14660 14660 0 -1 4202496 24866 0 0 0 9601 6 0 0 25 0 1 0 625829449 52531200 12511 33554432000 4194304 4890832 140734742529872 18446744073709551615 4238673 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/14660/statm: 12825 12511 86 171 0 12652 0
[pid=14661] ppid=14637 vsize=388624 CPUtime=0.21 cores=0-7
/proc/14661/stat : 14661 (python) S 14637 14637 13108 0 -1 4202560 990 0 0 0 11 10 0 0 15 0 1 0 625829452 397950976 17718 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 7637256149338652934 0 0 17 2 0 0 0
/proc/14661/statm: 97156 17718 370 364 0 33056 0
[pid=14663] ppid=14661 vsize=97416 CPUtime=95.78 cores=0-7
/proc/14663/stat : 14663 (cryptominisat-2) R 14661 14663 14663 0 -1 4202496 50379 0 0 0 9567 11 0 0 25 0 1 0 625829454 99753984 17788 33554432000 4194304 4677096 140734921931456 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14663/statm: 24354 17788 390 118 0 19313 0
[pid=14664] ppid=14637 vsize=398880 CPUtime=0.25 cores=0-7
/proc/14664/stat : 14664 (python) S 14637 14637 13108 0 -1 4202560 1055 0 0 0 12 13 0 0 15 0 1 0 625829455 408453120 17728 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 6507459573287190785 0 0 17 1 0 0 0
/proc/14664/statm: 99720 17728 376 364 0 35617 0
[pid=14666] ppid=14664 vsize=97324 CPUtime=95.49 cores=0-7
/proc/14666/stat : 14666 (cryptominisat-2) R 14664 14666 14666 0 -1 4202496 48373 0 0 0 9536 13 0 0 25 0 1 0 625829456 99659776 17737 33554432000 4194304 4677096 140735582548736 18446744073709551615 4320152 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 24331 17737 390 118 0 19290 0
[pid=14637/tid=14644] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14644/stat : 14644 (python) S 14635 14637 13108 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 9 0 625829433 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 4 0 0 0
[pid=14637/tid=14647] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14647/stat : 14647 (python) S 14635 14637 13108 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 625829436 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 4 0 0 0
[pid=14637/tid=14650] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14650/stat : 14650 (python) S 14635 14637 13108 0 -1 4202560 21 932 0 0 0 0 0 0 18 0 9 0 625829439 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 2 0 0 0
[pid=14637/tid=14653] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14653/stat : 14653 (python) S 14635 14637 13108 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 9 0 625829442 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 6 0 0 0
[pid=14637/tid=14656] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14656/stat : 14656 (python) S 14635 14637 13108 0 -1 4202560 23 932 0 0 0 0 0 0 19 0 9 0 625829446 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 2 0 0 0
[pid=14637/tid=14659] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14659/stat : 14659 (python) S 14635 14637 13108 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 625829449 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 0 0 0 0
[pid=14637/tid=14662] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14662/stat : 14662 (python) S 14635 14637 13108 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 9 0 625829452 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 1 0 0 0
[pid=14637/tid=14665] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14665/stat : 14665 (python) S 14635 14637 13108 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 625829456 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 777.61
Current children cumulated vsize (KiB) 3829796

[startup+104.602 s]
/proc/loadavg: 7.78 7.78 7.92 9/297 14668
/proc/meminfo: memFree=7313028/32951124 swapFree=67103364/67111528
[pid=14637] ppid=14635 vsize=409124 CPUtime=8.21 cores=0-7
/proc/14637/stat : 14637 (python) S 14635 14637 13108 0 -1 4202496 37294 932 1 0 805 16 0 0 22 0 9 0 625828626 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14637/statm: 102281 19245 1889 364 0 38178 0
[pid=14643] ppid=14637 vsize=327088 CPUtime=0.2 cores=0-7
/proc/14643/stat : 14643 (python) S 14637 14637 13108 0 -1 4202560 955 0 0 0 11 9 0 0 18 0 1 0 625829433 334938112 17700 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945935 0 0 16781312 514 15764269953470923011 0 0 17 1 0 0 0
/proc/14643/statm: 81772 17700 376 364 0 17690 0
[pid=14645] ppid=14643 vsize=42840 CPUtime=96.52 cores=0-7
/proc/14645/stat : 14645 (lingeling) R 14643 14645 14645 0 -1 4202496 11866 0 0 0 9650 2 0 0 25 0 1 0 625829433 43868160 9879 33554432000 4194304 4352236 140735639712016 18446744073709551615 4329300 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/14645/statm: 10710 9879 129 39 0 9790 0
[pid=14646] ppid=14637 vsize=337344 CPUtime=0.22 cores=0-7
/proc/14646/stat : 14646 (python) S 14637 14637 13108 0 -1 4202560 963 0 0 0 12 10 0 0 15 0 1 0 625829436 345440256 17698 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 13543793031332724994 0 0 17 4 0 0 0
/proc/14646/statm: 84336 17698 370 364 0 20251 0
[pid=14648] ppid=14646 vsize=96884 CPUtime=96.48 cores=0-7
/proc/14648/stat : 14648 (cryptominisat-2) R 14646 14648 14648 0 -1 4202496 48606 0 0 0 9636 12 0 0 25 0 1 0 625829436 99209216 17793 33554432000 4194304 4677096 140736201069072 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/14648/statm: 24221 17793 390 118 0 19180 0
[pid=14649] ppid=14637 vsize=347600 CPUtime=0.18 cores=0-7
/proc/14649/stat : 14649 (python) S 14637 14637 13108 0 -1 4202560 933 0 0 0 10 8 0 0 18 0 1 0 625829439 355942400 17702 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 15764269953470923011 0 0 17 2 0 0 0
/proc/14649/statm: 86900 17702 370 364 0 22812 0
[pid=14651] ppid=14649 vsize=45584 CPUtime=96.22 cores=0-7
/proc/14651/stat : 14651 (lingeling) R 14649 14651 14651 0 -1 4202496 11579 0 0 0 9621 1 0 0 25 0 1 0 625829439 46678016 10055 33554432000 4194304 4352236 140734861028384 18446744073709551615 4329024 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14651/statm: 11396 10055 129 39 0 10476 0
[pid=14652] ppid=14637 vsize=357856 CPUtime=0.19 cores=0-7
/proc/14652/stat : 14652 (python) S 14637 14637 13108 0 -1 4202560 941 0 0 0 10 9 0 0 18 0 1 0 625829442 366444544 17706 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 15764269953470923008 0 0 17 6 0 0 0
/proc/14652/statm: 89464 17706 370 364 0 25373 0
[pid=14654] ppid=14652 vsize=40684 CPUtime=96.23 cores=0-7
/proc/14654/stat : 14654 (lingeling) R 14652 14654 14654 0 -1 4202496 11357 0 0 0 9622 1 0 0 25 0 1 0 625829443 41660416 9369 33554432000 4194304 4352236 140734977568016 18446744073709551615 4328032 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/14654/statm: 10171 9369 129 39 0 9251 0
[pid=14655] ppid=14637 vsize=368112 CPUtime=0.21 cores=0-7
/proc/14655/stat : 14655 (python) S 14637 14637 13108 0 -1 4202560 958 0 0 0 9 12 0 0 18 0 1 0 625829446 376946688 17710 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 15764269953470923010 0 0 17 1 0 0 0
/proc/14655/statm: 92028 17710 370 364 0 27934 0
[pid=14657] ppid=14655 vsize=44768 CPUtime=95.41 cores=0-7
/proc/14657/stat : 14657 (SApperloT-base) R 14655 14657 14657 0 -1 4202496 10201 0 0 0 9539 2 0 0 25 0 1 0 625829446 45842432 9603 33554432000 134512640 135674940 4294571472 18446744073709551615 134564678 0 0 16781312 0 0 0 0 17 7 0 0 0
/proc/14657/statm: 11192 9603 99 284 0 10906 0
[pid=14658] ppid=14637 vsize=378368 CPUtime=0.19 cores=0-7
/proc/14658/stat : 14658 (python) S 14637 14637 13108 0 -1 4202560 976 0 0 0 9 10 0 0 18 0 1 0 625829449 387448832 17714 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 15764269953470923010 0 0 17 0 0 0 0
/proc/14658/statm: 94592 17714 370 364 0 30495 0
[pid=14660] ppid=14658 vsize=51556 CPUtime=96.16 cores=0-7
/proc/14660/stat : 14660 (precosat) R 14658 14660 14660 0 -1 4202496 24945 0 0 0 9610 6 0 0 25 0 1 0 625829449 52793344 12590 33554432000 4194304 4890832 140734742529872 18446744073709551615 4239054 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/14660/statm: 12889 12590 86 171 0 12716 0
[pid=14661] ppid=14637 vsize=388624 CPUtime=0.22 cores=0-7
/proc/14661/stat : 14661 (python) S 14637 14637 13108 0 -1 4202560 992 0 0 0 12 10 0 0 15 0 1 0 625829452 397950976 17718 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 15764269953470923014 0 0 17 2 0 0 0
/proc/14661/statm: 97156 17718 370 364 0 33056 0
[pid=14663] ppid=14661 vsize=97416 CPUtime=95.86 cores=0-7
/proc/14663/stat : 14663 (cryptominisat-2) R 14661 14663 14663 0 -1 4202496 50389 0 0 0 9575 11 0 0 25 0 1 0 625829454 99753984 17798 33554432000 4194304 4677096 140734921931456 18446744073709551615 4319571 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14663/statm: 24354 17798 390 118 0 19313 0
[pid=14664] ppid=14637 vsize=398880 CPUtime=0.25 cores=0-7
/proc/14664/stat : 14664 (python) S 14637 14637 13108 0 -1 4202560 1055 0 0 0 12 13 0 0 15 0 1 0 625829455 408453120 17728 33554432000 4194304 5683644 140734829827824 18446744073709551615 224284945990 0 0 16781312 514 6507459573287190785 0 0 17 1 0 0 0
/proc/14664/statm: 99720 17728 376 364 0 35617 0
[pid=14666] ppid=14664 vsize=97324 CPUtime=95.58 cores=0-7
/proc/14666/stat : 14666 (cryptominisat-2) R 14664 14666 14666 0 -1 4202496 48386 0 0 0 9545 13 0 0 25 0 1 0 625829456 99659776 17750 33554432000 4194304 4677096 140735582548736 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14666/statm: 24331 17750 390 118 0 19290 0
[pid=14637/tid=14644] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14644/stat : 14644 (python) S 14635 14637 13108 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 9 0 625829433 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 4 0 0 0
[pid=14637/tid=14647] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14647/stat : 14647 (python) S 14635 14637 13108 0 -1 4202560 23 932 0 0 0 0 0 0 20 0 9 0 625829436 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 4 0 0 0
[pid=14637/tid=14650] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14650/stat : 14650 (python) S 14635 14637 13108 0 -1 4202560 21 932 0 0 0 0 0 0 18 0 9 0 625829439 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 2 0 0 0
[pid=14637/tid=14653] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14653/stat : 14653 (python) S 14635 14637 13108 0 -1 4202560 21 932 0 0 0 0 0 0 22 0 9 0 625829442 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 6 0 0 0
[pid=14637/tid=14656] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14656/stat : 14656 (python) S 14635 14637 13108 0 -1 4202560 23 932 0 0 0 0 0 0 19 0 9 0 625829446 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 2 0 0 0
[pid=14637/tid=14659] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14659/stat : 14659 (python) S 14635 14637 13108 0 -1 4202560 22 932 0 0 0 0 0 0 20 0 9 0 625829449 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 0 0 0 0
[pid=14637/tid=14662] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14662/stat : 14662 (python) S 14635 14637 13108 0 -1 4202560 23 932 0 0 0 0 0 0 21 0 9 0 625829452 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 1 0 0 0
[pid=14637/tid=14665] ppid=14635 vsize=409124 CPUtime=0 cores=0-7
/proc/14637/task/14665/stat : 14665 (python) S 14635 14637 13108 0 -1 4202560 28 932 0 0 0 0 0 0 22 0 9 0 625829456 418942976 19245 33554432000 4194304 5683644 140734829827824 18446744073709551615 224296749489 0 0 16781312 2 18446604450591314944 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 778.33
Current children cumulated vsize (KiB) 3830052

Child status: 0
Real time (s): 104.688
CPU time (s): 778.858
CPU user time (s): 777.264
CPU system time (s): 1.59376
CPU usage (%): 743.982
Max. virtual memory (cumulated for all children) (KiB): 3837136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 777.264
system time used= 1.59376
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273762
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= 2682
involuntary context switches= 4772

runsolver used 0.352946 second user time and 0.689895 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-02 19:06:19
IDJOB=3322731
IDBENCH=88066
IDSOLVER=1710
FILE ID=node118/3322731-1304355979
RUNJOBID= node118-1304335528-13122
PBS_JOBID= 13178014
Free space on /tmp= 73280 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-3322731-1304355979/watcher-3322731-1304355979 -o /tmp/evaluation-result-3322731-1304355979/solver-3322731-1304355979 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322731-1304355979.cnf -seed 1649736397 -budget 40000 -cores 8

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=1649736397

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7825632 kB
Buffers:        510352 kB
Cached:        2311192 kB
SwapCached:       2908 kB
Active:       22287672 kB
Inactive:      2414140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7825632 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:           35848 kB
Writeback:           0 kB
AnonPages:    21879088 kB
Mapped:          24672 kB
Slab:           298776 kB
PageTables:      57116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 43597528 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= 73248 MiB
End job on node118 at 2011-05-02 19:08:04