Trace number 3322729

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 43.9053 12.0526

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.63029
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
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.36/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.36/0.67	c INFO: solving HOME/instance-3322729-1304355966.cnf
0.36/0.67	c INFO: computing task features
1.03/1.36	c INFO: computed variable-clause graph statistics
1.13/1.40	c INFO: computed clause balance statistics
4.04/4.31	c INFO: computed variable balance statistics
6.73/7.06	c INFO: computed small-clause counts
6.73/7.08	c INFO: computed Horn-clause counts
6.93/7.28	c INFO: computed variable graph statistics
6.93/7.28	c INFO: collected features for HOME/instance-3322729-1304355966.cnf in 6.58 s
7.03/7.31	c INFO: running lingeling-276@0 for 97 with 39993 remaining (b = 0.19)
7.03/7.34	c INFO: running cryptominisat-2.9.0@0 for 485 with 39993 remaining (b = 0.23)
7.03/7.37	c INFO: running lingeling-276@0 for 1261 with 39993 remaining (b = 0.40)
7.13/7.40	c INFO: running lingeling-276@0 for 1261 with 39993 remaining (b = 0.34)
7.13/7.43	c INFO: running SApperloT@0 for 97 with 39993 remaining (b = 0.02)
7.13/7.46	c INFO: running precosat-570@0 for 291 with 39993 remaining (b = 0.09)
7.23/7.50	c INFO: running cryptominisat-2.9.0@0 for 485 with 39993 remaining (b = 0.13)
7.23/7.53	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39993 remaining (b = 0.41)
43.72/12.02	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-3322729-1304355966/watcher-3322729-1304355966 -o /tmp/evaluation-result-3322729-1304355966/solver-3322729-1304355966 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322729-1304355966.cnf -seed 270666376 -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.47 7.94 8.00 1/272 14581
/proc/meminfo: memFree=7827156/32951124 swapFree=67103364/67111528
[pid=14581] ppid=14579 vsize=15520 CPUtime=0 cores=0-7
/proc/14581/stat : 14581 (python) R 14579 14581 13108 0 -1 4202496 828 0 0 0 0 0 0 0 20 0 1 0 625827350 15892480 712 33554432000 4194304 5683644 140733811006224 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14581/statm: 3945 715 334 364 0 432 0

[startup+0.097916 s]
/proc/loadavg: 7.47 7.94 8.00 1/272 14581
/proc/meminfo: memFree=7827156/32951124 swapFree=67103364/67111528
[pid=14581] ppid=14579 vsize=85620 CPUtime=0.06 cores=0-7
/proc/14581/stat : 14581 (python) R 14579 14581 13108 0 -1 4202496 2629 0 0 0 4 2 0 0 18 0 1 0 625827350 87674880 2348 33554432000 4194304 5683644 140733811006224 18446744073709551615 5376320 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14581/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.100894 s]
/proc/loadavg: 7.47 7.94 8.00 1/272 14581
/proc/meminfo: memFree=7827156/32951124 swapFree=67103364/67111528
[pid=14581] ppid=14579 vsize=87704 CPUtime=0.06 cores=0-7
/proc/14581/stat : 14581 (python) R 14579 14581 13108 0 -1 4202496 2639 0 0 0 4 2 0 0 17 0 1 0 625827350 89808896 2354 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284923904 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14581/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87704

[startup+0.300913 s]
/proc/loadavg: 7.47 7.94 8.00 1/272 14581
/proc/meminfo: memFree=7827156/32951124 swapFree=67103364/67111528
[pid=14581] ppid=14579 vsize=135748 CPUtime=0.19 cores=0-7
/proc/14581/stat : 14581 (python) S 14579 14581 13108 0 -1 4202496 5963 934 1 0 13 6 0 0 18 0 1 0 625827350 139005952 4150 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284921861 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/14581/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135748

[startup+0.700814 s]
/proc/loadavg: 7.47 7.94 8.00 1/272 14581
/proc/meminfo: memFree=7827156/32951124 swapFree=67103364/67111528
[pid=14581] ppid=14579 vsize=283404 CPUtime=0.43 cores=0-7
/proc/14581/stat : 14581 (python) R 14579 14581 13108 0 -1 4202496 10483 934 1 0 30 13 0 0 17 0 1 0 625827350 290205696 8165 33554432000 4194304 5683644 140733811006224 18446744073709551615 4961415 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14581/statm: 70851 8165 1761 364 0 6775 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 283404

[startup+1.50066 s]
/proc/loadavg: 7.47 7.94 8.00 2/273 14586
/proc/meminfo: memFree=7781952/32951124 swapFree=67103364/67111528
[pid=14581] ppid=14579 vsize=323188 CPUtime=1.23 cores=0-7
/proc/14581/stat : 14581 (python) R 14579 14581 13108 0 -1 4202496 28413 934 1 0 107 16 0 0 18 0 1 0 625827350 330944512 18182 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284581211 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14581/statm: 80797 18182 1826 364 0 16721 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 323188

[startup+3.10041 s]
/proc/loadavg: 7.47 7.94 8.00 2/273 14586
/proc/meminfo: memFree=7760872/32951124 swapFree=67103364/67111528
[pid=14581] ppid=14579 vsize=323188 CPUtime=2.83 cores=0-7
/proc/14581/stat : 14581 (python) R 14579 14581 13108 0 -1 4202496 28413 934 1 0 267 16 0 0 21 0 1 0 625827350 330944512 18182 33554432000 4194304 5683644 140733811006224 18446744073709551615 47630992072327 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14581/statm: 80797 18182 1826 364 0 16721 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 323188

[startup+6.30086 s]
/proc/loadavg: 7.03 7.84 7.96 2/273 14586
/proc/meminfo: memFree=7761312/32951124 swapFree=67103364/67111528
[pid=14581] ppid=14579 vsize=323188 CPUtime=6.03 cores=0-7
/proc/14581/stat : 14581 (python) R 14579 14581 13108 0 -1 4202496 28414 934 1 0 587 16 0 0 25 0 1 0 625827350 330944512 18183 33554432000 4194304 5683644 140733811006224 18446744073709551615 47631022069928 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14581/statm: 80797 18183 1827 364 0 16721 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 323188

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

[startup+9.5013 s]
/proc/loadavg: 7.03 7.84 7.96 9/297 14610
/proc/meminfo: memFree=7533324/32951124 swapFree=67103364/67111528
[pid=14581] ppid=14579 vsize=469148 CPUtime=7.26 cores=0-7
/proc/14581/stat : 14581 (python) S 14579 14581 13108 0 -1 4202496 34178 934 1 0 708 18 0 0 20 0 9 0 625827350 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14581/statm: 117287 17976 1889 364 0 53184 0
[pid=14587] ppid=14581 vsize=321576 CPUtime=0 cores=0-7
/proc/14587/stat : 14587 (python) S 14581 14581 13108 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 625828082 329293824 16300 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945935 0 0 16781312 514 4240129707615420672 0 0 17 1 0 0 0
/proc/14587/statm: 80394 16300 353 364 0 16312 0
[pid=14589] ppid=14587 vsize=18648 CPUtime=2.17 cores=0-7
/proc/14589/stat : 14589 (lingeling) R 14587 14589 14589 0 -1 4202496 5145 0 0 0 216 1 0 0 25 0 1 0 625828082 19095552 3612 33554432000 4194304 4352236 140734188403840 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14589/statm: 4662 3612 129 39 0 3742 0
[pid=14590] ppid=14581 vsize=331832 CPUtime=0 cores=0-7
/proc/14590/stat : 14590 (python) S 14581 14581 13108 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 625828085 339795968 16298 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 7637256149338652930 0 0 17 1 0 0 0
/proc/14590/statm: 82958 16298 347 364 0 18873 0
[pid=14592] ppid=14590 vsize=62860 CPUtime=2.13 cores=0-7
/proc/14592/stat : 14592 (cryptominisat-2) R 14590 14592 14592 0 -1 4202496 11142 0 0 0 212 1 0 0 25 0 1 0 625828085 64368640 9700 33554432000 4194304 4677096 140734456546976 18446744073709551615 4319409 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14592/statm: 15715 9700 383 118 0 10674 0
[pid=14593] ppid=14581 vsize=407624 CPUtime=0 cores=0-7
/proc/14593/stat : 14593 (python) S 14581 14581 13108 0 -1 4202560 704 0 0 0 0 0 0 0 18 0 1 0 625828088 417406976 16420 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 11977753672089043200 0 0 17 1 0 0 0
/proc/14593/statm: 101906 16420 348 364 0 37818 0
[pid=14595] ppid=14593 vsize=18648 CPUtime=2.11 cores=0-7
/proc/14595/stat : 14595 (lingeling) R 14593 14595 14595 0 -1 4202496 5067 0 0 0 210 1 0 0 25 0 1 0 625828089 19095552 3548 33554432000 4194304 4352236 140734775016784 18446744073709551615 4328304 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/14595/statm: 4662 3548 129 39 0 3742 0
[pid=14596] ppid=14581 vsize=417880 CPUtime=0 cores=0-7
/proc/14596/stat : 14596 (python) S 14581 14581 13108 0 -1 4202560 714 0 0 0 0 0 0 0 18 0 1 0 625828091 427909120 16404 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 11977749823798345988 0 0 17 7 0 0 0
/proc/14596/statm: 104470 16404 348 364 0 40379 0
[pid=14598] ppid=14596 vsize=18648 CPUtime=2.08 cores=0-7
/proc/14598/stat : 14598 (lingeling) R 14596 14598 14598 0 -1 4202496 5069 0 0 0 207 1 0 0 25 0 1 0 625828092 19095552 3547 33554432000 4194304 4352236 140733774144320 18446744073709551615 4209216 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14598/statm: 4662 3547 129 39 0 3742 0
[pid=14599] ppid=14581 vsize=428136 CPUtime=0 cores=0-7
/proc/14599/stat : 14599 (python) S 14581 14581 13108 0 -1 4202560 720 0 0 0 0 0 0 0 18 0 1 0 625828094 438411264 16477 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 11459949666104213764 0 0 17 1 0 0 0
/proc/14599/statm: 107034 16477 348 364 0 42940 0
[pid=14601] ppid=14599 vsize=16120 CPUtime=2.05 cores=0-7
/proc/14601/stat : 14601 (SApperloT-base) R 14599 14601 14601 0 -1 4202496 3782 0 0 0 205 0 0 0 25 0 1 0 625828095 16506880 3524 33554432000 134512640 135674940 4290142752 18446744073709551615 134564678 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14601/statm: 4030 3524 99 284 0 3744 0
[pid=14602] ppid=14581 vsize=438392 CPUtime=0 cores=0-7
/proc/14602/stat : 14602 (python) S 14581 14581 13108 0 -1 4202560 732 0 0 0 0 0 0 0 18 0 1 0 625828097 448913408 16481 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 17285918734061371650 0 0 17 1 0 0 0
/proc/14602/statm: 109598 16481 348 364 0 45501 0
[pid=14604] ppid=14602 vsize=43468 CPUtime=2 cores=0-7
/proc/14604/stat : 14604 (precosat) R 14602 14604 14604 0 -1 4202496 11046 0 0 0 199 1 0 0 25 0 1 0 625828098 44511232 10629 33554432000 4194304 4890832 140736912393472 18446744073709551615 4238673 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/14604/statm: 10867 10629 86 171 0 10694 0
[pid=14605] ppid=14581 vsize=448648 CPUtime=0 cores=0-7
/proc/14605/stat : 14605 (python) S 14581 14581 13108 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 625828101 459415552 16427 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 15961931362114437376 0 0 17 3 0 0 0
/proc/14605/statm: 112162 16427 348 364 0 48062 0
[pid=14608] ppid=14605 vsize=62684 CPUtime=1.96 cores=0-7
/proc/14608/stat : 14608 (cryptominisat-2) R 14605 14608 14608 0 -1 4202496 11054 0 0 0 195 1 0 0 25 0 1 0 625828104 64188416 9619 33554432000 4194304 4677096 140735452786688 18446744073709551615 4320065 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14608/statm: 15671 9619 383 118 0 10630 0
[pid=14607] ppid=14581 vsize=458904 CPUtime=0 cores=0-7
/proc/14607/stat : 14607 (python) S 14581 14581 13108 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 1 0 625828104 469917696 16437 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 13543784235239702788 0 0 17 2 0 0 0
/proc/14607/statm: 114726 16437 354 364 0 50623 0
[pid=14610] ppid=14607 vsize=62856 CPUtime=1.94 cores=0-7
/proc/14610/stat : 14610 (cryptominisat-2) R 14607 14610 14610 0 -1 4202496 11085 0 0 0 193 1 0 0 25 0 1 0 625828104 64364544 9645 33554432000 4194304 4677096 140737398575648 18446744073709551615 4337483 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14610/statm: 15714 9645 383 118 0 10673 0
[pid=14581/tid=14588] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14588/stat : 14588 (python) S 14579 14581 13108 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 625828082 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 4 0 0 0
[pid=14581/tid=14591] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14591/stat : 14591 (python) S 14579 14581 13108 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 625828085 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 3 0 0 0
[pid=14581/tid=14594] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14594/stat : 14594 (python) S 14579 14581 13108 0 -1 4202560 74 934 0 0 0 0 0 0 19 0 9 0 625828088 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 0 0 0 0
[pid=14581/tid=14597] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14597/stat : 14597 (python) S 14579 14581 13108 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 625828091 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 5 0 0 0
[pid=14581/tid=14600] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14600/stat : 14600 (python) S 14579 14581 13108 0 -1 4202560 32 934 0 0 0 0 0 0 21 0 9 0 625828094 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 0 0 0 0
[pid=14581/tid=14603] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14603/stat : 14603 (python) S 14579 14581 13108 0 -1 4202560 32 934 0 0 0 0 0 0 22 0 9 0 625828098 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 7 0 0 0
[pid=14581/tid=14606] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14606/stat : 14606 (python) S 14579 14581 13108 0 -1 4202560 41 934 0 0 0 0 0 0 19 0 9 0 625828101 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 1 0 0 0
[pid=14581/tid=14609] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14609/stat : 14609 (python) S 14579 14581 13108 0 -1 4202560 30 934 0 0 0 0 0 0 21 0 9 0 625828104 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.7
Current children cumulated vsize (KiB) 4026072

[startup+11.101 s]
/proc/loadavg: 7.11 7.85 7.96 9/297 14610
/proc/meminfo: memFree=7509556/32951124 swapFree=67103364/67111528
[pid=14581] ppid=14579 vsize=469148 CPUtime=7.26 cores=0-7
/proc/14581/stat : 14581 (python) S 14579 14581 13108 0 -1 4202496 34178 934 1 0 708 18 0 0 20 0 9 0 625827350 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14581/statm: 117287 17976 1889 364 0 53184 0
[pid=14587] ppid=14581 vsize=321576 CPUtime=0 cores=0-7
/proc/14587/stat : 14587 (python) S 14581 14581 13108 0 -1 4202560 740 0 0 0 0 0 0 0 18 0 1 0 625828082 329293824 16300 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945935 0 0 16781312 514 4240129707615420672 0 0 17 1 0 0 0
/proc/14587/statm: 80394 16300 353 364 0 16312 0
[pid=14589] ppid=14587 vsize=24164 CPUtime=3.77 cores=0-7
/proc/14589/stat : 14589 (lingeling) R 14587 14589 14589 0 -1 4202496 6233 0 0 0 376 1 0 0 25 0 1 0 625828082 24743936 4700 33554432000 4194304 4352236 140734188403840 18446744073709551615 4295735 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14589/statm: 6041 4700 129 39 0 5121 0
[pid=14590] ppid=14581 vsize=331832 CPUtime=0 cores=0-7
/proc/14590/stat : 14590 (python) S 14581 14581 13108 0 -1 4202560 747 0 0 0 0 0 0 0 15 0 1 0 625828085 339795968 16298 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 7637256149338652930 0 0 17 1 0 0 0
/proc/14590/statm: 82958 16298 347 364 0 18873 0
[pid=14592] ppid=14590 vsize=67548 CPUtime=3.74 cores=0-7
/proc/14592/stat : 14592 (cryptominisat-2) R 14590 14592 14592 0 -1 4202496 12363 0 0 0 372 2 0 0 25 0 1 0 625828085 69169152 9718 33554432000 4194304 4677096 140734456546976 18446744073709551615 224284622484 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14592/statm: 16887 9718 383 118 0 11846 0
[pid=14593] ppid=14581 vsize=407624 CPUtime=0 cores=0-7
/proc/14593/stat : 14593 (python) S 14581 14581 13108 0 -1 4202560 704 0 0 0 0 0 0 0 18 0 1 0 625828088 417406976 16420 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 11977753672089043200 0 0 17 1 0 0 0
/proc/14593/statm: 101906 16420 348 364 0 37818 0
[pid=14595] ppid=14593 vsize=24164 CPUtime=3.71 cores=0-7
/proc/14595/stat : 14595 (lingeling) R 14593 14595 14595 0 -1 4202496 6219 0 0 0 370 1 0 0 25 0 1 0 625828089 24743936 4700 33554432000 4194304 4352236 140734775016784 18446744073709551615 4328368 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/14595/statm: 6041 4700 129 39 0 5121 0
[pid=14596] ppid=14581 vsize=417880 CPUtime=0 cores=0-7
/proc/14596/stat : 14596 (python) S 14581 14581 13108 0 -1 4202560 714 0 0 0 0 0 0 0 18 0 1 0 625828091 427909120 16404 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 11977749823798345988 0 0 17 7 0 0 0
/proc/14596/statm: 104470 16404 348 364 0 40379 0
[pid=14598] ppid=14596 vsize=24164 CPUtime=3.68 cores=0-7
/proc/14598/stat : 14598 (lingeling) R 14596 14598 14598 0 -1 4202496 6221 0 0 0 367 1 0 0 25 0 1 0 625828092 24743936 4699 33554432000 4194304 4352236 140733774144320 18446744073709551615 4329077 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14598/statm: 6041 4699 129 39 0 5121 0
[pid=14599] ppid=14581 vsize=428136 CPUtime=0 cores=0-7
/proc/14599/stat : 14599 (python) S 14581 14581 13108 0 -1 4202560 720 0 0 0 0 0 0 0 18 0 1 0 625828094 438411264 16477 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 11459949666104213764 0 0 17 1 0 0 0
/proc/14599/statm: 107034 16477 348 364 0 42940 0
[pid=14601] ppid=14599 vsize=19172 CPUtime=3.65 cores=0-7

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

/proc/14596/statm: 104470 16426 370 364 0 40379 0
[pid=14598] ppid=14596 vsize=24164 CPUtime=4.08 cores=0-7
/proc/14598/stat : 14598 (lingeling) R 14596 14598 14598 0 -1 4202496 6221 0 0 0 407 1 0 0 25 0 1 0 625828092 24743936 4699 33554432000 4194304 4352236 140733774144320 18446744073709551615 4319064 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14598/statm: 6041 4699 129 39 0 5121 0
[pid=14599] ppid=14581 vsize=428136 CPUtime=0.01 cores=0-7
/proc/14599/stat : 14599 (python) S 14581 14581 13108 0 -1 4202560 796 0 0 0 0 1 0 0 18 0 1 0 625828094 438411264 16499 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 11459949666104213764 0 0 17 1 0 0 0
/proc/14599/statm: 107034 16499 370 364 0 42940 0
[pid=14601] ppid=14599 vsize=19964 CPUtime=4.05 cores=0-7
/proc/14601/stat : 14601 (SApperloT-base) R 14599 14601 14601 0 -1 4202496 4731 0 0 0 405 0 0 0 25 0 1 0 625828095 20443136 4473 33554432000 134512640 135674940 4290142752 18446744073709551615 134564833 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14601/statm: 4991 4473 99 284 0 4705 0
[pid=14602] ppid=14581 vsize=438392 CPUtime=0 cores=0-7
/proc/14602/stat : 14602 (python) S 14581 14581 13108 0 -1 4202560 809 0 0 0 0 0 0 0 18 0 1 0 625828097 448913408 16504 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 17285918734061371650 0 0 17 1 0 0 0
/proc/14602/statm: 109598 16504 371 364 0 45501 0
[pid=14604] ppid=14602 vsize=43468 CPUtime=3.96 cores=0-7
/proc/14604/stat : 14604 (precosat) R 14602 14604 14604 0 -1 4202496 11046 0 0 0 395 1 0 0 25 0 1 0 625828098 44511232 10629 33554432000 4194304 4890832 140736912393472 18446744073709551615 4238673 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/14604/statm: 10867 10629 86 171 0 10694 0
[pid=14605] ppid=14581 vsize=448648 CPUtime=0 cores=0-7
/proc/14605/stat : 14605 (python) S 14581 14581 13108 0 -1 4202560 745 0 0 0 0 0 0 0 15 0 1 0 625828101 459415552 16427 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 15961931362114437376 0 0 17 3 0 0 0
/proc/14605/statm: 112162 16427 348 364 0 48062 0
[pid=14608] ppid=14605 vsize=67724 CPUtime=3.95 cores=0-7
/proc/14608/stat : 14608 (cryptominisat-2) R 14605 14608 14608 0 -1 4202496 12368 0 0 0 394 1 0 0 25 0 1 0 625828104 69349376 9744 33554432000 4194304 4677096 140735452786688 18446744073709551615 4334262 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14608/statm: 16931 9744 383 118 0 11890 0
[pid=14607] ppid=14581 vsize=458904 CPUtime=0 cores=0-7
/proc/14607/stat : 14607 (python) S 14581 14581 13108 0 -1 4202560 780 0 0 0 0 0 0 0 15 0 1 0 625828104 469917696 16437 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 13543784235239702788 0 0 17 2 0 0 0
/proc/14607/statm: 114726 16437 354 364 0 50623 0
[pid=14610] ppid=14607 vsize=67720 CPUtime=3.94 cores=0-7
/proc/14610/stat : 14610 (cryptominisat-2) R 14607 14610 14610 0 -1 4202496 12384 0 0 0 393 1 0 0 25 0 1 0 625828104 69345280 9745 33554432000 4194304 4677096 140737398575648 18446744073709551615 224284622530 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14610/statm: 16930 9745 383 118 0 11889 0
[pid=14581/tid=14588] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14588/stat : 14588 (python) S 14579 14581 13108 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 625828082 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 4 0 0 0
[pid=14581/tid=14591] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14591/stat : 14591 (python) S 14579 14581 13108 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 625828085 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 3 0 0 0
[pid=14581/tid=14594] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14594/stat : 14594 (python) S 14579 14581 13108 0 -1 4202560 74 934 0 0 0 0 0 0 19 0 9 0 625828088 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 0 0 0 0
[pid=14581/tid=14597] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14597/stat : 14597 (python) S 14579 14581 13108 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 625828091 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 5 0 0 0
[pid=14581/tid=14600] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14600/stat : 14600 (python) S 14579 14581 13108 0 -1 4202560 32 934 0 0 0 0 0 0 21 0 9 0 625828094 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 0 0 0 0
[pid=14581/tid=14603] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14603/stat : 14603 (python) S 14579 14581 13108 0 -1 4202560 32 934 0 0 0 0 0 0 22 0 9 0 625828098 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 7 0 0 0
[pid=14581/tid=14606] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14606/stat : 14606 (python) S 14579 14581 13108 0 -1 4202560 41 934 0 0 0 0 0 0 19 0 9 0 625828101 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 1 0 0 0
[pid=14581/tid=14609] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14609/stat : 14609 (python) S 14579 14581 13108 0 -1 4202560 30 934 0 0 0 0 0 0 21 0 9 0 625828104 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 39.63
Current children cumulated vsize (KiB) 4061056

[startup+11.9019 s]
/proc/loadavg: 7.11 7.85 7.96 9/297 14610
/proc/meminfo: memFree=7509556/32951124 swapFree=67103364/67111528
[pid=14581] ppid=14579 vsize=469148 CPUtime=7.26 cores=0-7
/proc/14581/stat : 14581 (python) S 14579 14581 13108 0 -1 4202496 34178 934 1 0 708 18 0 0 20 0 9 0 625827350 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296752587 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14581/statm: 117287 17976 1889 364 0 53184 0
[pid=14587] ppid=14581 vsize=321576 CPUtime=0 cores=0-7
/proc/14587/stat : 14587 (python) S 14581 14581 13108 0 -1 4202560 904 0 0 0 0 0 0 0 18 0 1 0 625828082 329293824 16322 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945935 0 0 16781312 514 4240129707615420672 0 0 17 1 0 0 0
/proc/14587/statm: 80394 16322 375 364 0 16312 0
[pid=14589] ppid=14587 vsize=24164 CPUtime=4.57 cores=0-7
/proc/14589/stat : 14589 (lingeling) R 14587 14589 14589 0 -1 4202496 6233 0 0 0 456 1 0 0 25 0 1 0 625828082 24743936 4700 33554432000 4194304 4352236 140734188403840 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/14589/statm: 6041 4700 129 39 0 5121 0
[pid=14590] ppid=14581 vsize=331832 CPUtime=0 cores=0-7
/proc/14590/stat : 14590 (python) S 14581 14581 13108 0 -1 4202560 901 0 0 0 0 0 0 0 15 0 1 0 625828085 339795968 16321 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 7637256149338652930 0 0 17 1 0 0 0
/proc/14590/statm: 82958 16321 370 364 0 18873 0
[pid=14592] ppid=14590 vsize=79848 CPUtime=4.47 cores=0-7
/proc/14592/stat : 14592 (cryptominisat-2) R 14590 14592 14592 0 -1 4202496 13378 0 0 0 445 2 0 0 25 0 1 0 625828085 81764352 10733 33554432000 4194304 4677096 140734456546976 18446744073709551615 4320150 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/14592/statm: 19962 10733 387 118 0 14921 0
[pid=14593] ppid=14581 vsize=407624 CPUtime=0.01 cores=0-7
/proc/14593/stat : 14593 (python) S 14581 14581 13108 0 -1 4202560 774 0 0 0 0 1 0 0 18 0 1 0 625828088 417406976 16442 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 11977753672089043200 0 0 17 1 0 0 0
/proc/14593/statm: 101906 16442 370 364 0 37818 0
[pid=14595] ppid=14593 vsize=24164 CPUtime=4.51 cores=0-7
/proc/14595/stat : 14595 (lingeling) R 14593 14595 14595 0 -1 4202496 6219 0 0 0 450 1 0 0 25 0 1 0 625828089 24743936 4700 33554432000 4194304 4352236 140734775016784 18446744073709551615 4328843 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/14595/statm: 6041 4700 129 39 0 5121 0
[pid=14596] ppid=14581 vsize=417880 CPUtime=0 cores=0-7
/proc/14596/stat : 14596 (python) S 14581 14581 13108 0 -1 4202560 792 0 0 0 0 0 0 0 18 0 1 0 625828091 427909120 16426 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 11977749823798345988 0 0 17 7 0 0 0
/proc/14596/statm: 104470 16426 370 364 0 40379 0
[pid=14598] ppid=14596 vsize=24164 CPUtime=4.48 cores=0-7
/proc/14598/stat : 14598 (lingeling) R 14596 14598 14598 0 -1 4202496 6221 0 0 0 447 1 0 0 25 0 1 0 625828092 24743936 4699 33554432000 4194304 4352236 140733774144320 18446744073709551615 4309123 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/14598/statm: 6041 4699 129 39 0 5121 0
[pid=14599] ppid=14581 vsize=428136 CPUtime=0.01 cores=0-7
/proc/14599/stat : 14599 (python) S 14581 14581 13108 0 -1 4202560 796 0 0 0 0 1 0 0 18 0 1 0 625828094 438411264 16499 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 11459949666104213764 0 0 17 1 0 0 0
/proc/14599/statm: 107034 16499 370 364 0 42940 0
[pid=14601] ppid=14599 vsize=20624 CPUtime=4.45 cores=0-7
/proc/14601/stat : 14601 (SApperloT-base) R 14599 14601 14601 0 -1 4202496 4893 0 0 0 445 0 0 0 25 0 1 0 625828095 21118976 4635 33554432000 134512640 135674940 4290142752 18446744073709551615 134564660 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14601/statm: 5156 4635 99 284 0 4870 0
[pid=14602] ppid=14581 vsize=438392 CPUtime=0 cores=0-7
/proc/14602/stat : 14602 (python) S 14581 14581 13108 0 -1 4202560 809 0 0 0 0 0 0 0 18 0 1 0 625828097 448913408 16504 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 17285918734061371650 0 0 17 1 0 0 0
/proc/14602/statm: 109598 16504 371 364 0 45501 0
[pid=14604] ppid=14602 vsize=43468 CPUtime=4.36 cores=0-7
/proc/14604/stat : 14604 (precosat) R 14602 14604 14604 0 -1 4202496 11046 0 0 0 435 1 0 0 25 0 1 0 625828098 44511232 10629 33554432000 4194304 4890832 140736912393472 18446744073709551615 4239000 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/14604/statm: 10867 10629 86 171 0 10694 0
[pid=14605] ppid=14581 vsize=448648 CPUtime=0.01 cores=0-7
/proc/14605/stat : 14605 (python) S 14581 14581 13108 0 -1 4202560 820 0 0 0 0 1 0 0 15 0 1 0 625828101 459415552 16450 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 5602166276441997568 0 0 17 3 0 0 0
/proc/14605/statm: 112162 16450 371 364 0 48062 0
[pid=14608] ppid=14605 vsize=79856 CPUtime=4.34 cores=0-7
/proc/14608/stat : 14608 (cryptominisat-2) R 14605 14608 14608 0 -1 4202496 13322 0 0 0 433 1 0 0 25 0 1 0 625828104 81772544 10698 33554432000 4194304 4677096 140735452786688 18446744073709551615 4320139 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/14608/statm: 19964 10698 387 118 0 14923 0
[pid=14607] ppid=14581 vsize=458904 CPUtime=0 cores=0-7
/proc/14607/stat : 14607 (python) S 14581 14581 13108 0 -1 4202560 866 0 0 0 0 0 0 0 15 0 1 0 625828104 469917696 16460 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 5602166276441997572 0 0 17 2 0 0 0
/proc/14607/statm: 114726 16460 377 364 0 50623 0
[pid=14610] ppid=14607 vsize=79696 CPUtime=4.33 cores=0-7
/proc/14610/stat : 14610 (cryptominisat-2) R 14607 14610 14610 0 -1 4202496 13320 0 0 0 431 2 0 0 25 0 1 0 625828104 81608704 10681 33554432000 4194304 4677096 140737398575648 18446744073709551615 4320122 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/14610/statm: 19924 10681 387 118 0 14883 0
[pid=14581/tid=14588] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14588/stat : 14588 (python) S 14579 14581 13108 0 -1 4202560 26 934 0 0 0 0 0 0 25 0 9 0 625828082 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 4 0 0 0
[pid=14581/tid=14591] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14591/stat : 14591 (python) S 14579 14581 13108 0 -1 4202560 26 934 0 0 0 0 0 0 18 0 9 0 625828085 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 3 0 0 0
[pid=14581/tid=14594] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14594/stat : 14594 (python) S 14579 14581 13108 0 -1 4202560 74 934 0 0 0 0 0 0 19 0 9 0 625828088 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 0 0 0 0
[pid=14581/tid=14597] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14597/stat : 14597 (python) S 14579 14581 13108 0 -1 4202560 32 934 0 0 0 0 0 0 18 0 9 0 625828091 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 5 0 0 0
[pid=14581/tid=14600] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14600/stat : 14600 (python) S 14579 14581 13108 0 -1 4202560 32 934 0 0 0 0 0 0 21 0 9 0 625828094 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 0 0 0 0
[pid=14581/tid=14603] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14603/stat : 14603 (python) S 14579 14581 13108 0 -1 4202560 32 934 0 0 0 0 0 0 22 0 9 0 625828098 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 7 0 0 0
[pid=14581/tid=14606] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14606/stat : 14606 (python) S 14579 14581 13108 0 -1 4202560 41 934 0 0 0 0 0 0 19 0 9 0 625828101 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 1 0 0 0
[pid=14581/tid=14609] ppid=14579 vsize=469148 CPUtime=0 cores=0-7
/proc/14581/task/14609/stat : 14609 (python) S 14579 14581 13108 0 -1 4202560 30 934 0 0 0 0 0 0 21 0 9 0 625828104 480407552 17976 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 42.8
Current children cumulated vsize (KiB) 4098124

[startup+12.0019 s]
/proc/loadavg: 7.11 7.85 7.96 8/294 14611
/proc/meminfo: memFree=7537084/32951124 swapFree=67103364/67111528
[pid=14581] ppid=14579 vsize=469148 CPUtime=20.8 cores=0-7
/proc/14581/stat : 14581 (python) S 14579 14581 13108 0 -1 4202496 34218 36457 1 0 708 18 1345 9 17 0 9 0 625827350 480407552 17977 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296756031 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14581/statm: 117287 17977 1890 364 0 53184 0
[pid=14587] ppid=14581 vsize=0 CPUtime=4.67 cores=0-7
/proc/14587/stat : 14587 (python) Z 14581 14581 13108 0 -1 4202588 1130 6236 0 0 0 0 466 1 15 0 1 0 625828082 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14587/statm: 0 0 0 0 0 0 0
[pid=14590] ppid=14581 vsize=331832 CPUtime=0 cores=0-7
/proc/14590/stat : 14590 (python) S 14581 14581 13108 0 -1 4202560 920 0 0 0 0 0 0 0 15 0 1 0 625828085 339795968 16326 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296756031 0 0 16781824 2 18446744071562232103 0 0 17 1 0 0 0
/proc/14590/statm: 82958 16326 375 364 0 18873 0
[pid=14592] ppid=14590 vsize=0 CPUtime=4.58 cores=3,5,7-8,12,19,22-23,25-26,28,64,68,71,75,135,139,193,197,258,576,578-580,582-586,590,598,709,711-712,716,723,726-727,729-730,732,771,773,775-776,780,787,790-791,793-794,796,839,841-844,851-854,856,862,864-868,870,899,901,903-904,908,915,918-919,921-922,924,964-965,968,971-975,981-983,985-986,988
/proc/14592/stat : 14592 (cryptominisat-2) Z 14590 14592 14592 0 -1 4203548 13399 0 0 0 456 2 0 0 25 0 1 0 625828085 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/14592/statm: -- couldn't open statm file --[pid=14593] ppid=14581 vsize=407624 CPUtime=0.01 cores=0-7
/proc/14593/stat : 14593 (python) S 14581 14581 13108 0 -1 4202560 774 0 0 0 0 1 0 0 18 0 1 0 625828088 417406976 16442 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 11977753672089043200 0 0 17 1 0 0 0
/proc/14593/statm: 101906 16442 370 364 0 37818 0
[pid=14595] ppid=14593 vsize=24164 CPUtime=4.62 cores=0-7
/proc/14595/stat : 14595 (lingeling) R 14593 14595 14595 0 -1 4202496 6219 0 0 0 461 1 0 0 25 0 1 0 625828089 24743936 4700 33554432000 4194304 4352236 140734775016784 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/14595/statm: 6041 4700 129 39 0 5121 0
[pid=14599] ppid=14581 vsize=428136 CPUtime=0.01 cores=0-7
/proc/14599/stat : 14599 (python) S 14581 14581 13108 0 -1 4202560 796 0 0 0 0 1 0 0 18 0 1 0 625828094 438411264 16499 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 11459949666104213764 0 0 17 1 0 0 0
/proc/14599/statm: 107034 16499 370 364 0 42940 0
[pid=14601] ppid=14599 vsize=20760 CPUtime=4.56 cores=0-7
/proc/14601/stat : 14601 (SApperloT-base) R 14599 14601 14601 0 -1 4202496 4935 0 0 0 456 0 0 0 25 0 1 0 625828095 21258240 4677 33554432000 134512640 135674940 4290142752 18446744073709551615 134556749 0 0 16781312 0 0 0 0 17 0 0 0 0
/proc/14601/statm: 5190 4677 99 284 0 4904 0
[pid=14602] ppid=14581 vsize=438392 CPUtime=0 cores=0-7
/proc/14602/stat : 14602 (python) S 14581 14581 13108 0 -1 4202560 809 0 0 0 0 0 0 0 18 0 1 0 625828097 448913408 16504 33554432000 4194304 5683644 140733811006224 18446744073709551615 224284945990 0 0 16781312 514 17285918734061371650 0 0 17 1 0 0 0
/proc/14602/statm: 109598 16504 371 364 0 45501 0
[pid=14604] ppid=14602 vsize=43468 CPUtime=4.47 cores=0-7
/proc/14604/stat : 14604 (precosat) R 14602 14604 14604 0 -1 4202496 11046 0 0 0 446 1 0 0 25 0 1 0 625828098 44511232 10629 33554432000 4194304 4890832 140736912393472 18446744073709551615 4238312 0 0 16781312 17442 0 0 0 17 5 0 0 0
/proc/14604/statm: 10867 10629 86 171 0 10694 0
[pid=14581/tid=14588] ppid=14579 vsize=469148 CPUtime=13.54 cores=0-7
/proc/14581/task/14588/stat : 14588 (python) S 14579 14581 13108 0 -1 4202560 26 36457 0 0 0 0 1345 9 25 0 9 0 625828082 480407552 17977 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 4 0 0 0
[pid=14581/tid=14591] ppid=14579 vsize=469148 CPUtime=13.54 cores=0-7
/proc/14581/task/14591/stat : 14591 (python) S 14579 14581 13108 0 -1 4202560 26 36457 0 0 0 0 1345 9 18 0 9 0 625828085 480407552 17977 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 3 0 0 0
[pid=14581/tid=14594] ppid=14579 vsize=469148 CPUtime=13.54 cores=0-7
/proc/14581/task/14594/stat : 14594 (python) S 14579 14581 13108 0 -1 4202560 74 36457 0 0 0 0 1345 9 19 0 9 0 625828088 480407552 17977 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 0 0 0 0
[pid=14581/tid=14597] ppid=14579 vsize=469148 CPUtime=13.54 cores=0-7
/proc/14581/task/14597/stat : 14597 (python) S 14579 14581 13108 0 -1 4202560 32 36457 0 0 0 0 1345 9 18 0 9 0 625828091 480407552 17977 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 5 0 0 0
[pid=14581/tid=14600] ppid=14579 vsize=469148 CPUtime=13.54 cores=0-7
/proc/14581/task/14600/stat : 14600 (python) S 14579 14581 13108 0 -1 4202560 32 36457 0 0 0 0 1345 9 21 0 9 0 625828094 480407552 17977 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 0 0 0 0
[pid=14581/tid=14603] ppid=14579 vsize=469148 CPUtime=13.54 cores=0-7
/proc/14581/task/14603/stat : 14603 (python) S 14579 14581 13108 0 -1 4202560 32 36457 0 0 0 0 1345 9 22 0 9 0 625828098 480407552 17977 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 7 0 0 0
[pid=14581/tid=14606] ppid=14579 vsize=469148 CPUtime=13.54 cores=0-7
/proc/14581/task/14606/stat : 14606 (python) S 14579 14581 13108 0 -1 4202560 41 36457 0 0 0 0 1345 9 19 0 9 0 625828101 480407552 17977 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 1 0 0 0
[pid=14581/tid=14609] ppid=14579 vsize=469148 CPUtime=13.54 cores=0-7
/proc/14581/task/14609/stat : 14609 (python) S 14579 14581 13108 0 -1 4202560 30 36457 0 0 0 0 1345 9 21 0 9 0 625828104 480407552 17977 33554432000 4194304 5683644 140733811006224 18446744073709551615 224296749489 0 0 16781312 2 18446604447513010560 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 43.72
Current children cumulated vsize (KiB) 2163524

Child status: 0
Real time (s): 12.0526
CPU time (s): 43.9053
CPU user time (s): 43.4744
CPU system time (s): 0.430934
CPU usage (%): 364.281
Max. virtual memory (cumulated for all children) (KiB): 4098124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.4744
system time used= 0.430934
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126293
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= 3388
involuntary context switches= 410

runsolver used 0.042993 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-02 19:06:07
IDJOB=3322729
IDBENCH=88062
IDSOLVER=1710
FILE ID=node118/3322729-1304355966
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_w8.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-3322729-1304355966/watcher-3322729-1304355966 -o /tmp/evaluation-result-3322729-1304355966/solver-3322729-1304355966 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3322729-1304355966.cnf -seed 270666376 -budget 40000 -cores 8

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=270666376

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:       7827312 kB
Buffers:        510032 kB
Cached:        2308960 kB
SwapCached:       2908 kB
Active:       22286808 kB
Inactive:      2412944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7827312 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:           35360 kB
Writeback:           0 kB
AnonPages:    21880600 kB
Mapped:          25056 kB
Slab:           298532 kB
PageTables:      57240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 43596100 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:06:19