Trace number 3378788

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-par-industrial (fixed)? 3389.34 1230.66

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark325.87
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

Solver Data

0.40/0.50	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.40/0.51	c INFO: solving HOME/instance-3378788-1305467520.cnf
0.40/0.51	c INFO: computing task features
19.51/19.66	c INFO: computed variable-clause graph statistics
20.11/20.29	c INFO: computed clause balance statistics
105.11/105.20	c INFO: computed variable balance statistics
161.31/161.48	c INFO: computed small-clause counts
162.20/162.32	c INFO: computed Horn-clause counts
180.51/180.67	c INFO: computed variable graph statistics
180.51/180.69	c INFO: collected features for HOME/instance-3378788-1305467520.cnf in 179.30 s
180.61/180.71	c INFO: running lingeling-276@0 for 485 with 1019 remaining (b = 0.76)
180.61/180.72	c INFO: running lingeling-276@0 for 97 with 1019 remaining (b = 0.55)
180.61/180.74	c INFO: running cryptominisat-2.9.0@0 for 485 with 1019 remaining (b = 0.39)
180.61/180.77	c INFO: running precosat-570@0 for 97 with 1019 remaining (b = 0.19)
480.44/281.19	c INFO: running cryptominisat-2.9.0@0 for 919 with 919 remaining (b = 0.27)
623.86/329.17	c INFO: running lingeling-276@0 for 871 with 871 remaining (b = 0.22)
2015.53/776.45	c INFO: running lingeling-276@0 for 97 with 424 remaining (b = 0.26)
2279.26/864.60	c INFO: running precosat-570@97 for 335 with 335 remaining (b = 0.11)
2459.64/924.90	c INFO: running precosat-570@0 for 97 with 275 remaining (b = 0.13)
2802.06/1035.27	c INFO: running precosat-570@98 for 165 with 165 remaining (b = 0.05)
3389.00/1230.45	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3378788-1305467520/watcher-3378788-1305467520 -o /tmp/evaluation-result-3378788-1305467520/solver-3378788-1305467520 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378788-1305467520.cnf -seed 1622600177 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.76 6.57 7.93 5/371 2625
/proc/meminfo: memFree=22435716/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2623 2625 1220 0 -1 4202496 809 0 0 0 0 0 0 0 20 0 1 0 639167456 15749120 696 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261614592 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/2625/statm: 3846 697 334 364 0 333 0

[startup+0.078342 s]
/proc/loadavg: 4.76 6.57 7.93 5/371 2625
/proc/meminfo: memFree=22435716/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=50336 CPUtime=0.05 cores=0,2,4,6
/proc/2625/stat : 2625 (python) R 2623 2625 1220 0 -1 4202496 2007 0 0 0 4 1 0 0 17 0 1 0 639167456 51544064 1768 33554432000 4194304 5683644 140735670502640 18446744073709551615 4540690 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2625/statm: 12584 1769 480 364 0 1284 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 50336

[startup+0.100379 s]
/proc/loadavg: 4.76 6.57 7.93 5/371 2625
/proc/meminfo: memFree=22435716/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=93964 CPUtime=0.07 cores=0,2,4,6
/proc/2625/stat : 2625 (python) R 2623 2625 1220 0 -1 4202496 2695 0 0 0 5 2 0 0 17 0 1 0 639167456 96219136 2407 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261659738 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2625/statm: 23544 2418 764 364 0 1676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 93964

[startup+0.30034 s]
/proc/loadavg: 4.76 6.57 7.93 5/371 2625
/proc/meminfo: memFree=22435716/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=135748 CPUtime=0.24 cores=0,2,4,6
/proc/2625/stat : 2625 (python) R 2623 2625 1220 0 -1 4202496 6003 931 1 0 16 8 0 0 17 0 1 0 639167456 139005952 4169 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261659738 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2625/statm: 33937 4169 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 135748

[startup+0.700245 s]
/proc/loadavg: 4.76 6.57 7.93 5/371 2625
/proc/meminfo: memFree=22435716/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=389148 CPUtime=0.61 cores=0,2,4,6
/proc/2625/stat : 2625 (python) R 2623 2625 1220 0 -1 4202496 36940 931 1 0 44 17 0 0 17 0 1 0 639167456 398487552 34620 33554432000 4194304 5683644 140735670502640 18446744073709551615 4602358 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/2625/statm: 97287 34620 1761 364 0 33211 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 389148

[startup+1.50116 s]
/proc/loadavg: 4.76 6.57 7.93 4/372 2630
/proc/meminfo: memFree=22126080/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=438200 CPUtime=1.4 cores=0,2,4,6
/proc/2625/stat : 2625 (python) R 2623 2625 1220 0 -1 4202496 48683 931 1 0 122 18 0 0 18 0 1 0 639167456 448716800 46363 33554432000 4194304 5683644 140735670502640 18446744073709551615 48000909878496 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2625/statm: 109550 46364 1761 364 0 45474 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 438200

[startup+3.10087 s]
/proc/loadavg: 4.62 6.51 7.90 4/372 2630
/proc/meminfo: memFree=21988988/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=535524 CPUtime=3 cores=0,2,4,6
/proc/2625/stat : 2625 (python) R 2623 2625 1220 0 -1 4202496 72684 931 1 0 280 20 0 0 22 0 1 0 639167456 548376576 70364 33554432000 4194304 5683644 140735670502640 18446744073709551615 4445115 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2625/statm: 133881 70365 1761 364 0 69805 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 535524

[startup+6.30025 s]
/proc/loadavg: 4.62 6.51 7.90 4/372 2630
/proc/meminfo: memFree=21577896/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=727292 CPUtime=6.2 cores=0,2,4,6
/proc/2625/stat : 2625 (python) R 2623 2625 1220 0 -1 4202496 119251 931 1 0 590 30 0 0 25 0 1 0 639167456 744747008 116931 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261277381 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2625/statm: 181823 116931 1761 364 0 117747 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 727292

[startup+12.7012 s]
/proc/loadavg: 4.66 6.46 7.87 4/372 2631
/proc/meminfo: memFree=20699840/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=1127936 CPUtime=12.6 cores=0,2,4,6
/proc/2625/stat : 2625 (python) R 2623 2625 1220 0 -1 4202496 219852 931 1 0 1216 44 0 0 25 0 1 0 639167456 1155006464 217532 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261277381 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2625/statm: 281984 217532 1761 364 0 217908 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 1127936

[startup+25.5009 s]
/proc/loadavg: 4.41 6.35 7.82 4/372 2631
/proc/meminfo: memFree=20283696/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=1257912 CPUtime=25.41 cores=0,2,4,6
/proc/2625/stat : 2625 (python) R 2623 2625 1220 0 -1 4202496 588557 931 1 0 2453 88 0 0 25 0 1 0 639167456 1288101888 251863 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261271733 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2625/statm: 314478 251863 1826 364 0 250402 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 1257912

[startup+51.1133 s]
/proc/loadavg: 3.93 6.08 7.69 4/372 2632
/proc/meminfo: memFree=20452896/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=1257912 CPUtime=51.02 cores=0,2,4,6
/proc/2625/stat : 2625 (python) R 2623 2625 1220 0 -1 4202496 588557 931 1 0 5014 88 0 0 25 0 1 0 639167456 1288101888 251863 33554432000 4194304 5683644 140735670502640 18446744073709551615 48000739107167 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2625/statm: 314478 251863 1826 364 0 250402 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 1257912

[startup+102.3 s]
/proc/loadavg: 3.40 5.60 7.44 4/372 2633
/proc/meminfo: memFree=20452884/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=1257912 CPUtime=102.21 cores=0,2,4,6
/proc/2625/stat : 2625 (python) R 2623 2625 1220 0 -1 4202496 588557 931 1 0 10133 88 0 0 25 0 1 0 639167456 1288101888 251863 33554432000 4194304 5683644 140735670502640 18446744073709551615 4603464 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2625/statm: 314478 251863 1826 364 0 250402 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 1257912

[startup+162.301 s]
/proc/loadavg: 3.22 5.12 7.15 4/372 2635
/proc/meminfo: memFree=20340864/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=1345168 CPUtime=162.2 cores=0,2,4,6
/proc/2625/stat : 2625 (python) R 2623 2625 1220 0 -1 4202496 686723 931 1 0 16122 98 0 0 25 0 1 0 639167456 1377452032 273680 33554432000 4194304 5683644 140735670502640 18446744073709551615 48000739341711 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2625/statm: 336292 273680 1829 364 0 272216 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 1345168

[startup+222.301 s]
/proc/loadavg: 4.62 5.15 7.04 7/384 2648
/proc/meminfo: memFree=19187772/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=807184 CPUtime=180.68 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2623 2625 1220 0 -1 4202496 689339 931 1 0 17962 106 0 0 25 0 5 0 639167456 826556416 128985 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2625/statm: 201796 128985 1873 364 0 137705 0
[pid=2636] ppid=2625 vsize=766172 CPUtime=0.12 cores=0,2,4,6
/proc/2636/stat : 2636 (python) S 2625 2625 1220 0 -1 4202560 922 0 0 0 6 6 0 0 18 0 1 0 639185527 784560128 127472 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261636623 0 0 16781312 514 573698779094417667 0 0 17 6 0 0 0
/proc/2636/statm: 191543 127472 376 364 0 127461 0
[pid=2638] ppid=2636 vsize=177064 CPUtime=41.56 cores=0,2,4,6
/proc/2638/stat : 2638 (lingeling) R 2636 2638 2638 0 -1 4202496 126054 0 0 0 4137 19 0 0 25 0 1 0 639185529 181313536 43436 33554432000 4194304 4352236 140733351850272 18446744073709551615 4243647 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2638/statm: 44266 43436 129 39 0 43346 0
[pid=2639] ppid=2625 vsize=776428 CPUtime=0.11 cores=0,2,4,6
/proc/2639/stat : 2639 (python) S 2625 2625 1220 0 -1 4202560 951 0 0 0 6 5 0 0 18 0 1 0 639185529 795062272 127470 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261636678 0 0 16781312 514 573698779094417666 0 0 17 2 0 0 0
/proc/2639/statm: 194107 127470 370 364 0 130022 0
[pid=2641] ppid=2639 vsize=176364 CPUtime=20.88 cores=0,2,4,6
/proc/2641/stat : 2641 (lingeling) R 2639 2641 2641 0 -1 4202496 87532 0 0 0 2073 15 0 0 25 0 1 0 639185531 180596736 43261 33554432000 4194304 4352236 140733455874464 18446744073709551615 4256371 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/2641/statm: 44091 43261 129 39 0 43171 0
[pid=2642] ppid=2625 vsize=786684 CPUtime=0.12 cores=0,2,4,6
/proc/2642/stat : 2642 (python) S 2625 2625 1220 0 -1 4202560 906 0 0 0 6 6 0 0 15 0 1 0 639185531 805564416 127474 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261636678 0 0 16781312 514 9567668714224976132 0 0 17 6 0 0 0
/proc/2642/statm: 196671 127474 370 364 0 132583 0
[pid=2647] ppid=2642 vsize=777456 CPUtime=20.53 cores=0,2,4,6
/proc/2647/stat : 2647 (cryptominisat-2) R 2642 2647 2647 0 -1 4202496 172047 0 0 0 2029 24 0 0 25 0 1 0 639185536 796114944 169580 33554432000 4194304 4677096 140736613499696 18446744073709551615 4454523 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/2647/statm: 194364 169580 378 118 0 189323 0
[pid=2644] ppid=2625 vsize=796940 CPUtime=0.12 cores=0,2,4,6
/proc/2644/stat : 2644 (python) S 2625 2625 1220 0 -1 4202560 942 0 0 0 6 6 0 0 18 0 1 0 639185533 816066560 127478 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261636678 0 0 16781312 514 573698779094417665 0 0 17 6 0 0 0
/proc/2644/statm: 199235 127478 370 364 0 135144 0
[pid=2646] ppid=2644 vsize=724904 CPUtime=40.62 cores=0,2,4,6
/proc/2646/stat : 2646 (precosat) R 2644 2646 2646 0 -1 4202496 183572 0 0 0 4032 30 0 0 25 0 1 0 639185535 742301696 178377 33554432000 4194304 4890832 140736719665904 18446744073709551615 4229297 0 0 16781312 17442 0 0 0 17 6 0 0 0
/proc/2646/statm: 181226 178377 86 171 0 181053 0
[pid=2625/tid=2637] ppid=2623 vsize=807184 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2637/stat : 2637 (python) S 2623 2625 1220 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 639185528 826556416 128985 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2640] ppid=2623 vsize=807184 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2640/stat : 2640 (python) S 2623 2625 1220 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 5 0 639185530 826556416 128985 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 2 0 0 0
[pid=2625/tid=2643] ppid=2623 vsize=807184 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2643/stat : 2643 (python) S 2623 2625 1220 0 -1 4202560 33 931 0 0 0 0 0 0 25 0 5 0 639185532 826556416 128985 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2645] ppid=2623 vsize=807184 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2645/stat : 2645 (python) S 2623 2625 1220 0 -1 4202560 19 931 0 0 0 0 0 0 25 0 5 0 639185535 826556416 128985 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 304.74
Current children cumulated vsize (KiB) 5789196

[startup+282.301 s]
/proc/loadavg: 5.60 5.33 6.97 7/388 2654
/proc/meminfo: memFree=19134356/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=817440 CPUtime=180.71 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2623 2625 1220 0 -1 4202496 690102 931 1 0 17963 108 0 0 19 0 6 0 639167456 837058560 128992 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2625/statm: 204360 128992 1876 364 0 140266 0
[pid=2636] ppid=2625 vsize=766172 CPUtime=0.28 cores=0,2,4,6
/proc/2636/stat : 2636 (python) S 2625 2625 1220 0 -1 4202560 942 0 0 0 14 14 0 0 18 0 1 0 639185527 784560128 127472 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261636623 0 0 16781312 514 573698779094417667 0 0 17 6 0 0 0
/proc/2636/statm: 191543 127472 376 364 0 127461 0
[pid=2638] ppid=2636 vsize=178540 CPUtime=101.02 cores=0,2,4,6
/proc/2638/stat : 2638 (lingeling) R 2636 2638 2638 0 -1 4202496 164613 0 0 0 10078 24 0 0 25 0 1 0 639185529 182824960 43805 33554432000 4194304 4352236 140733351850272 18446744073709551615 4270802 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/2638/statm: 44635 43805 129 39 0 43715 0
[pid=2639] ppid=2625 vsize=776428 CPUtime=0.28 cores=0,2,4,6
/proc/2639/stat : 2639 (python) S 2625 2625 1220 0 -1 4202560 971 0 0 0 16 12 0 0 18 0 1 0 639185529 795062272 127470 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261636678 0 0 16781312 514 573698779094417666 0 0 17 2 0 0 0
/proc/2639/statm: 194107 127470 370 364 0 130022 0
[pid=2641] ppid=2639 vsize=179576 CPUtime=51.31 cores=0,2,4,6
/proc/2641/stat : 2641 (lingeling) R 2639 2641 2641 0 -1 4202496 126488 0 0 0 5112 19 0 0 25 0 1 0 639185531 183885824 44064 33554432000 4194304 4352236 140733455874464 18446744073709551615 4235873 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/2641/statm: 44894 44064 129 39 0 43974 0
[pid=2642] ppid=2625 vsize=786684 CPUtime=0.29 cores=0,2,4,6
/proc/2642/stat : 2642 (python) S 2625 2625 1220 0 -1 4202560 927 0 0 0 16 13 0 0 15 0 1 0 639185531 805564416 127474 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261636678 0 0 16781312 514 573698779094417668 0 0 17 6 0 0 0
/proc/2642/statm: 196671 127474 370 364 0 132583 0
[pid=2647] ppid=2642 vsize=777456 CPUtime=51 cores=0,2,4,6
/proc/2647/stat : 2647 (cryptominisat-2) R 2642 2647 2647 0 -1 4202496 172047 0 0 0 5076 24 0 0 25 0 1 0 639185536 796114944 169580 33554432000 4194304 4677096 140736613499696 18446744073709551615 4454520 0 0 16781312 2 0 0 0 17 6 0 0 0

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

/proc/2644/stat : 2644 (python) S 2625 2625 1220 0 -1 4202560 1158 0 0 0 73 62 0 0 18 0 2 0 639185533 816066560 127508 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2644/statm: 199235 127508 399 364 0 135144 0
[pid=2646] ppid=2644 vsize=729388 CPUtime=292.34 cores=0,2,4,6
/proc/2646/stat : 2646 (precosat) R 2644 2646 2646 0 -1 4202496 186481 0 0 0 29203 31 0 0 25 0 1 0 639185535 746893312 181286 33554432000 4194304 4890832 140736719665904 18446744073709551615 4238686 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/2646/statm: 182347 181286 86 171 0 182174 0
[pid=2644/tid=2651] ppid=2625 vsize=796940 CPUtime=0 cores=0,2,4,6
/proc/2644/task/2651/stat : 2651 (python) S 2625 2625 1220 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 639195575 816066560 127508 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 514 18446604446823407936 0 0 -1 6 0 0 0
[pid=2652] ppid=2625 vsize=807196 CPUtime=2.82 cores=0,2,4,6
/proc/2652/stat : 2652 (python) S 2625 2625 1220 0 -1 4202560 1007 0 0 0 151 131 0 0 15 0 1 0 639195576 826568704 127482 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261636678 0 0 16781312 514 7343515020908527876 0 0 17 4 0 0 0
/proc/2652/statm: 201799 127482 370 364 0 137705 0
[pid=2654] ppid=2652 vsize=2605264 CPUtime=921.19 cores=0,2,4,6
/proc/2654/stat : 2654 (cryptominisat-2) R 2652 2654 2654 0 -1 4202496 744032 0 0 0 91977 142 0 0 25 0 1 0 639195578 2667790336 542436 33554432000 4194304 4677096 140733646210320 18446744073709551615 4318902 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2654/statm: 651316 542436 391 118 0 646275 0
[pid=2679] ppid=2625 vsize=817452 CPUtime=0.42 cores=0,2,4,6
/proc/2679/stat : 2679 (python) S 2625 2625 1220 0 -1 4202560 1117 0 0 0 21 21 0 0 19 0 2 0 639245102 837070848 127516 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2679/statm: 204363 127516 399 364 0 140266 0
[pid=2681] ppid=2679 vsize=179956 CPUtime=101.15 cores=0,2,4,6
/proc/2681/stat : 2681 (lingeling) T 2679 2681 2681 0 -1 4202496 165111 0 0 0 10086 29 0 0 25 0 1 0 639245103 184274944 44159 33554432000 4194304 4352236 140735545078288 18446744073709551615 4207874 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/2681/statm: 44989 44159 129 39 0 44069 0
[pid=2679/tid=2687] ppid=2625 vsize=817452 CPUtime=0 cores=0,2,4,6
/proc/2679/task/2687/stat : 2687 (python) S 2625 2625 1220 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 639259946 837070848 127516 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 514 18446604446630210432 0 0 -1 4 0 0 0
[pid=2688] ppid=2625 vsize=827708 CPUtime=0.88 cores=0,2,4,6
/proc/2688/stat : 2688 (python) S 2625 2625 1220 0 -1 4202560 1155 0 0 0 46 42 0 0 18 0 2 0 639259946 847572992 127520 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2688/statm: 206927 127520 399 364 0 142827 0
[pid=2690] ppid=2688 vsize=724908 CPUtime=196.27 cores=0,2,4,6
/proc/2690/stat : 2690 (precosat) R 2688 2690 2690 0 -1 4202496 187306 0 0 0 19591 36 0 0 25 0 1 0 639259948 742305792 180120 33554432000 4194304 4890832 140733650200592 18446744073709551615 4238265 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/2690/statm: 181227 180120 86 171 0 181054 0
[pid=2688/tid=2694] ppid=2625 vsize=827708 CPUtime=0 cores=0,2,4,6
/proc/2688/task/2694/stat : 2694 (python) S 2625 2625 1220 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 639270983 847572992 127520 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 514 18446604449606382720 0 0 -1 0 0 0 0
[pid=2625/tid=2637] ppid=2623 vsize=837952 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2637/stat : 2637 (python) S 2623 2625 1220 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 8 0 639185528 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2640] ppid=2623 vsize=837952 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2640/stat : 2640 (python) S 2623 2625 1220 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 639185530 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 2 0 0 0
[pid=2625/tid=2643] ppid=2623 vsize=837952 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2643/stat : 2643 (python) S 2623 2625 1220 0 -1 4202560 33 931 0 0 0 0 0 0 25 0 8 0 639185532 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2645] ppid=2623 vsize=837952 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2645/stat : 2645 (python) S 2623 2625 1220 0 -1 4202560 23 931 0 0 0 0 0 0 18 0 8 0 639185535 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2653] ppid=2623 vsize=837952 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2653/stat : 2653 (python) S 2623 2625 1220 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 639195577 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2680] ppid=2623 vsize=837952 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2680/stat : 2680 (python) S 2623 2625 1220 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 8 0 639245103 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2689] ppid=2623 vsize=837952 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2689/stat : 2689 (python) S 2623 2625 1220 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 8 0 639259948 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3385.24
Current children cumulated vsize (KiB) 13595000

[startup+1230 s]
/proc/loadavg: 6.11 6.05 6.39 7/399 2699
/proc/meminfo: memFree=14646136/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=837952 CPUtime=180.77 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2623 2625 1220 0 -1 4202496 692223 931 1 0 17966 111 0 0 18 0 8 0 639167456 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273443275 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2625/statm: 209488 129004 1880 364 0 145388 0
[pid=2636] ppid=2625 vsize=776416 CPUtime=1.67 cores=0,2,4,6
/proc/2636/stat : 2636 (python) S 2625 2625 1220 0 -1 4202560 1194 0 0 0 87 80 0 0 19 0 2 0 639185527 795049984 127515 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2636/statm: 194104 127515 414 364 0 130022 0
[pid=2638] ppid=2636 vsize=184148 CPUtime=485.64 cores=0,2,4,6
/proc/2638/stat : 2638 (lingeling) T 2636 2638 2638 0 -1 4202496 338933 0 0 0 48519 45 0 0 25 0 1 0 639185529 188567552 45229 33554432000 4194304 4352236 140733351850272 18446744073709551615 4207874 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/2638/statm: 46037 45229 129 39 0 45117 0
[pid=2636/tid=2678] ppid=2625 vsize=776416 CPUtime=0 cores=0,2,4,6
/proc/2636/task/2678/stat : 2678 (python) S 2625 2625 1220 0 -1 4202560 116 0 0 0 0 0 0 0 19 0 2 0 639245101 795049984 127515 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 514 18446604444074320128 0 0 -1 2 0 0 0
[pid=2639] ppid=2625 vsize=776428 CPUtime=2.94 cores=0,2,4,6
/proc/2639/stat : 2639 (python) S 2625 2625 1220 0 -1 4202560 1143 0 0 0 158 136 0 0 18 0 2 0 639185529 795062272 127500 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/2639/statm: 194107 127500 399 364 0 130022 0
[pid=2641] ppid=2639 vsize=196716 CPUtime=707.14 cores=0,2,4,6
/proc/2641/stat : 2641 (lingeling) R 2639 2641 2641 0 -1 4202496 395824 0 0 0 70660 54 0 0 25 0 1 0 639185531 201437184 48349 33554432000 4194304 4352236 140733455874464 18446744073709551615 4208577 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/2641/statm: 49179 48349 129 39 0 48259 0
[pid=2639/tid=2656] ppid=2625 vsize=776428 CPUtime=0 cores=0,2,4,6
/proc/2639/task/2656/stat : 2656 (python) S 2625 2625 1220 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 639200372 795062272 127500 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 514 18446604450831885568 0 0 -1 2 0 0 0
[pid=2642] ppid=2625 vsize=786684 CPUtime=2.08 cores=0,2,4,6
/proc/2642/stat : 2642 (python) S 2625 2625 1220 0 -1 4202560 1128 0 0 0 112 96 0 0 16 0 2 0 639185531 805564416 127504 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/2642/statm: 196671 127504 399 364 0 132583 0
[pid=2647] ppid=2642 vsize=2547844 CPUtime=489.37 cores=0,2,4,6
/proc/2647/stat : 2647 (cryptominisat-2) T 2642 2647 2647 0 -1 4202496 601039 0 0 0 48837 100 0 0 25 0 1 0 639185536 2608992256 520850 33554432000 4194304 4677096 140736613499696 18446744073709551615 4319328 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/2647/statm: 636961 520850 391 118 0 631920 0
[pid=2642/tid=2684] ppid=2625 vsize=786684 CPUtime=0 cores=0,2,4,6
/proc/2642/task/2684/stat : 2684 (python) S 2625 2625 1220 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 639253916 805564416 127504 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 514 18446604453956682944 0 0 -1 0 0 0 0
[pid=2644] ppid=2625 vsize=796940 CPUtime=1.35 cores=0,2,4,6
/proc/2644/stat : 2644 (python) S 2625 2625 1220 0 -1 4202560 1158 0 0 0 73 62 0 0 18 0 2 0 639185533 816066560 127508 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2644/statm: 199235 127508 399 364 0 135144 0
[pid=2646] ppid=2644 vsize=729388 CPUtime=292.74 cores=0,2,4,6
/proc/2646/stat : 2646 (precosat) R 2644 2646 2646 0 -1 4202496 186481 0 0 0 29243 31 0 0 25 0 1 0 639185535 746893312 181286 33554432000 4194304 4890832 140736719665904 18446744073709551615 4238265 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/2646/statm: 182347 181286 86 171 0 182174 0
[pid=2644/tid=2651] ppid=2625 vsize=796940 CPUtime=0 cores=0,2,4,6
/proc/2644/task/2651/stat : 2651 (python) S 2625 2625 1220 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 639195575 816066560 127508 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 514 18446604446823407936 0 0 -1 6 0 0 0
[pid=2652] ppid=2625 vsize=807196 CPUtime=2.82 cores=0,2,4,6
/proc/2652/stat : 2652 (python) S 2625 2625 1220 0 -1 4202560 1007 0 0 0 151 131 0 0 15 0 1 0 639195576 826568704 127482 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261636678 0 0 16781312 514 7343515020908527876 0 0 17 4 0 0 0
/proc/2652/statm: 201799 127482 370 364 0 137705 0
[pid=2654] ppid=2652 vsize=2605264 CPUtime=921.98 cores=0,2,4,6
/proc/2654/stat : 2654 (cryptominisat-2) R 2652 2654 2654 0 -1 4202496 744097 0 0 0 92056 142 0 0 25 0 1 0 639195578 2667790336 542501 33554432000 4194304 4677096 140733646210320 18446744073709551615 4334804 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/2654/statm: 651316 542501 391 118 0 646275 0
[pid=2679] ppid=2625 vsize=817452 CPUtime=0.42 cores=0,2,4,6
/proc/2679/stat : 2679 (python) S 2625 2625 1220 0 -1 4202560 1117 0 0 0 21 21 0 0 19 0 2 0 639245102 837070848 127516 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273443275 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/2679/statm: 204363 127516 399 364 0 140266 0
[pid=2681] ppid=2679 vsize=179956 CPUtime=101.15 cores=0,2,4,6
/proc/2681/stat : 2681 (lingeling) T 2679 2681 2681 0 -1 4202496 165111 0 0 0 10086 29 0 0 25 0 1 0 639245103 184274944 44159 33554432000 4194304 4352236 140735545078288 18446744073709551615 4207874 0 0 16781312 17506 18446744071562691360 0 0 17 6 0 0 0
/proc/2681/statm: 44989 44159 129 39 0 44069 0
[pid=2679/tid=2687] ppid=2625 vsize=817452 CPUtime=0 cores=0,2,4,6
/proc/2679/task/2687/stat : 2687 (python) S 2625 2625 1220 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 639259946 837070848 127516 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 514 18446604446630210432 0 0 -1 4 0 0 0
[pid=2688] ppid=2625 vsize=827708 CPUtime=0.88 cores=0,2,4,6
/proc/2688/stat : 2688 (python) S 2625 2625 1220 0 -1 4202560 1155 0 0 0 46 42 0 0 18 0 2 0 639259946 847572992 127520 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2688/statm: 206927 127520 399 364 0 142827 0
[pid=2690] ppid=2688 vsize=724908 CPUtime=196.66 cores=0,2,4,6
/proc/2690/stat : 2690 (precosat) R 2688 2690 2690 0 -1 4202496 187306 0 0 0 19630 36 0 0 25 0 1 0 639259948 742305792 180120 33554432000 4194304 4890832 140733650200592 18446744073709551615 4238946 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/2690/statm: 181227 180120 86 171 0 181054 0
[pid=2688/tid=2694] ppid=2625 vsize=827708 CPUtime=0 cores=0,2,4,6
/proc/2688/task/2694/stat : 2694 (python) S 2625 2625 1220 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 639270983 847572992 127520 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 514 18446604449606382720 0 0 -1 0 0 0 0
[pid=2625/tid=2637] ppid=2623 vsize=837952 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2637/stat : 2637 (python) S 2623 2625 1220 0 -1 4202560 27 931 0 0 0 0 0 0 25 0 8 0 639185528 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2640] ppid=2623 vsize=837952 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2640/stat : 2640 (python) S 2623 2625 1220 0 -1 4202560 31 931 0 0 0 0 0 0 18 0 8 0 639185530 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 2 0 0 0
[pid=2625/tid=2643] ppid=2623 vsize=837952 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2643/stat : 2643 (python) S 2623 2625 1220 0 -1 4202560 33 931 0 0 0 0 0 0 25 0 8 0 639185532 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2645] ppid=2623 vsize=837952 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2645/stat : 2645 (python) S 2623 2625 1220 0 -1 4202560 23 931 0 0 0 0 0 0 18 0 8 0 639185535 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2653] ppid=2623 vsize=837952 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2653/stat : 2653 (python) S 2623 2625 1220 0 -1 4202560 28 931 0 0 0 0 0 0 20 0 8 0 639195577 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2680] ppid=2623 vsize=837952 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2680/stat : 2680 (python) S 2623 2625 1220 0 -1 4202560 23 931 0 0 0 0 0 0 20 0 8 0 639245103 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2689] ppid=2623 vsize=837952 CPUtime=0 cores=0,2,4,6
/proc/2625/task/2689/stat : 2689 (python) S 2623 2625 1220 0 -1 4202560 30 931 0 0 0 0 0 0 18 0 8 0 639259948 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3387.61
Current children cumulated vsize (KiB) 13595000

[startup+1230.4 s]
/proc/loadavg: 6.11 6.05 6.39 7/391 2700
/proc/meminfo: memFree=17189128/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=837952 CPUtime=2896.66 cores=0,2,4,6
/proc/2625/stat : 2625 (python) S 2623 2625 1220 0 -1 4202496 692269 2257112 1 0 17966 111 270724 865 15 0 8 0 639167456 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273446719 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/2625/statm: 209488 129004 1880 364 0 145388 0
[pid=2644] ppid=2625 vsize=796940 CPUtime=1.35 cores=0,2,4,6
/proc/2644/stat : 2644 (python) S 2625 2625 1220 0 -1 4202560 1158 0 0 0 73 62 0 0 18 0 2 0 639185533 816066560 127508 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261636678 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/2644/statm: 199235 127508 399 364 0 135144 0
[pid=2646] ppid=2644 vsize=729388 CPUtime=293.12 cores=0,2,4,6
/proc/2646/stat : 2646 (precosat) R 2644 2646 2646 0 -1 4202496 186481 0 0 0 29281 31 0 0 25 0 1 0 639185535 746893312 181286 33554432000 4194304 4890832 140736719665904 18446744073709551615 4238265 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/2646/statm: 182347 181286 86 171 0 182174 0
[pid=2644/tid=2651] ppid=2625 vsize=796940 CPUtime=0 cores=0,2,4,6
/proc/2644/task/2651/stat : 2651 (python) S 2625 2625 1220 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 639195575 816066560 127508 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 514 18446604446823407936 0 0 -1 6 0 0 0
[pid=2688] ppid=2625 vsize=827708 CPUtime=0.88 cores=0,2,4,6
/proc/2688/stat : 2688 (python) S 2625 2625 1220 0 -1 4202560 1159 0 0 0 46 42 0 0 15 0 2 0 639259946 847572992 127520 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273446719 0 0 16781824 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2688/statm: 206927 127520 399 364 0 142827 0
[pid=2690] ppid=2688 vsize=0 CPUtime=196.99 cores=0,2,4,6
/proc/2690/stat : 2690 (precosat) R 2688 2690 2690 0 -1 4203524 187306 0 0 0 19660 39 0 0 25 0 1 0 639259948 0 0 33554432000 0 0 0 0 0 0 0 16781312 17442 18446744073709551615 0 0 17 6 0 0 0
/proc/2690/statm: 0 0 0 0 0 0 0
[pid=2688/tid=2694] ppid=2625 vsize=827708 CPUtime=0 cores=0,2,4,6
/proc/2688/task/2694/stat : 2694 (python) S 2625 2625 1220 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 639270983 847572992 127520 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781824 2 18446604449606382720 0 0 -1 0 0 0 0
[pid=2625/tid=2637] ppid=2623 vsize=837952 CPUtime=2715.89 cores=0,2,4,6
/proc/2625/task/2637/stat : 2637 (python) S 2623 2625 1220 0 -1 4202560 27 2257112 0 0 0 0 270724 865 25 0 8 0 639185528 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2640] ppid=2623 vsize=837952 CPUtime=2715.89 cores=0,2,4,6
/proc/2625/task/2640/stat : 2640 (python) S 2623 2625 1220 0 -1 4202560 31 2257112 0 0 0 0 270724 865 18 0 8 0 639185530 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 2 0 0 0
[pid=2625/tid=2643] ppid=2623 vsize=837952 CPUtime=2715.89 cores=0,2,4,6
/proc/2625/task/2643/stat : 2643 (python) S 2623 2625 1220 0 -1 4202560 33 2257112 0 0 0 0 270724 865 25 0 8 0 639185532 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2645] ppid=2623 vsize=837952 CPUtime=2715.89 cores=0,2,4,6
/proc/2625/task/2645/stat : 2645 (python) S 2623 2625 1220 0 -1 4202560 23 2257112 0 0 0 0 270724 865 18 0 8 0 639185535 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2653] ppid=2623 vsize=837952 CPUtime=2715.89 cores=0,2,4,6
/proc/2625/task/2653/stat : 2653 (python) S 2623 2625 1220 0 -1 4202560 28 2257112 0 0 0 0 270724 865 20 0 8 0 639195577 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2680] ppid=2623 vsize=837952 CPUtime=2715.89 cores=0,2,4,6
/proc/2625/task/2680/stat : 2680 (python) S 2623 2625 1220 0 -1 4202560 23 2257112 0 0 0 0 270724 865 20 0 8 0 639245103 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
[pid=2625/tid=2689] ppid=2623 vsize=837952 CPUtime=2715.89 cores=0,2,4,6
/proc/2625/task/2689/stat : 2689 (python) S 2623 2625 1220 0 -1 4202560 30 2257112 0 0 0 0 270724 865 18 0 8 0 639259948 858062848 129004 33554432000 4194304 5683644 140735670502640 18446744073709551615 254273440177 0 0 16781312 2 18446604453903593600 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3389
Current children cumulated vsize (KiB) 3191988

[startup+1230.6 s]
/proc/loadavg: 6.11 6.05 6.39 7/391 2700
/proc/meminfo: memFree=17189128/32951124 swapFree=67057896/67111528
[pid=2625] ppid=2623 vsize=796880 CPUtime=3389.27 cores=0,2,4,6
/proc/2625/stat : 2625 (python) R 2623 2625 1220 0 -1 4202496 791082 2633267 1 0 17975 117 319788 1047 16 0 1 0 639167456 816005120 128973 33554432000 4194304 5683644 140735670502640 18446744073709551615 254261271991 0 0 16781312 0 0 0 0 17 2 0 0 0
/proc/2625/statm: 199220 128973 1865 364 0 135144 0
Current children cumulated CPU time (s) 3389.27
Current children cumulated vsize (KiB) 796880

Child status: 0
Real time (s): 1230.66
CPU time (s): 3389.34
CPU user time (s): 3377.66
CPU system time (s): 11.6852
CPU usage (%): 275.408
Max. virtual memory (cumulated for all children) (KiB): 13731088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3377.66
system time used= 11.6852
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3445512
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= 8804
involuntary context switches= 25727

runsolver used 5.69213 second user time and 10.2434 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-15 15:52:01
IDJOB=3378788
IDBENCH=88167
IDSOLVER=1860
FILE ID=node140/3378788-1305467520
RUNJOBID= node140-1305467520-2603
PBS_JOBID= 13324987
Free space on /tmp= 73208 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_k.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-3378788-1305467520/watcher-3378788-1305467520 -o /tmp/evaluation-result-3378788-1305467520/solver-3378788-1305467520 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378788-1305467520.cnf -seed 1622600177 -budget 4800 -cores 4

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=1622600177

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22435748 kB
Buffers:        323096 kB
Cached:        4762172 kB
SwapCached:       8088 kB
Active:        7018632 kB
Inactive:      3157588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22435748 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:          288244 kB
Writeback:           0 kB
AnonPages:     5087308 kB
Mapped:          32556 kB
Slab:           236340 kB
PageTables:      36548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 92225844 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= 73176 MiB
End job on node140 at 2011-05-15 16:12:32