Trace number 3380870

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)UNSAT 134.402 39.2483

General information on the benchmark

Nameapplication/jarvisalo/
HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bjrb07amba2andenv-tseitin.cnf
MD5SUM7599aafec7bebba20ceab50260cd7197
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3.53746
Satisfiable
(Un)Satisfiability was proved
Number of variables70167
Number of clauses209513
Sum of the clauses size488861
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2139674
Number of clauses of size 369837
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.35/11.66	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/11.66	c INFO: solving HOME/instance-3380870-1305494072.cnf
0.35/11.66	c INFO: computing task features
0.93/12.27	c INFO: computed variable-clause graph statistics
0.93/12.29	c INFO: computed clause balance statistics
4.23/15.53	c INFO: computed variable balance statistics
6.63/17.98	c INFO: computed small-clause counts
6.72/18.01	c INFO: computed Horn-clause counts
12.53/23.84	c INFO: computed variable graph statistics
12.53/23.84	c INFO: collected features for HOME/instance-3380870-1305494072.cnf in 12.16 s
12.53/23.86	c INFO: running lingeling-276@0 for 97 with 4987 remaining (b = 0.37)
12.53/23.89	c INFO: running cryptominisat-2.9.0@0 for 485 with 4987 remaining (b = 0.34)
12.63/23.91	c INFO: running lingeling-276@0 for 1261 with 4987 remaining (b = 0.48)
12.63/23.94	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4987 remaining (b = 0.55)
12.63/23.96	c INFO: running lingeling-276@0 for 1261 with 4987 remaining (b = 0.41)
12.63/23.99	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4987 remaining (b = 0.45)
12.73/24.02	c INFO: running precosat-570@0 for 388 with 4987 remaining (b = 0.21)
12.73/24.04	c INFO: running lingeling-276@0 for 1261 with 4987 remaining (b = 0.31)
134.19/39.21	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: 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-3380870-1305494072/watcher-3380870-1305494072 -o /tmp/evaluation-result-3380870-1305494072/solver-3380870-1305494072 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380870-1305494072.cnf -seed 280495432 -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: 2.34 4.30 5.94 2/374 30914
/proc/meminfo: memFree=20576892/32951132 swapFree=64495988/67111528
[pid=30914] ppid=30912 vsize=15776 CPUtime=0 cores=0-7
/proc/30914/stat : 30914 (python) S 30912 30914 30539 0 -1 4202496 902 0 0 0 0 0 0 0 21 0 1 0 661006816 16154624 783 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/30914/statm: 3944 783 346 364 0 431 0

[startup+0.081421 s]
/proc/loadavg: 2.34 4.30 5.94 2/374 30914
/proc/meminfo: memFree=20576892/32951132 swapFree=64495988/67111528
[pid=30914] ppid=30912 vsize=50016 CPUtime=0.04 cores=0-7
/proc/30914/stat : 30914 (python) R 30912 30914 30539 0 -1 4202496 1964 0 0 0 3 1 0 0 21 0 1 0 661006816 51216384 1727 33554432000 4194304 5683644 140736428669536 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30914/statm: 12504 1727 476 364 0 1204 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 50016

[startup+0.100427 s]
/proc/loadavg: 2.34 4.30 5.94 2/374 30914
/proc/meminfo: memFree=20576892/32951132 swapFree=64495988/67111528
[pid=30914] ppid=30912 vsize=87708 CPUtime=0.06 cores=0-7
/proc/30914/stat : 30914 (python) S 30912 30914 30539 0 -1 4202496 2637 0 0 0 4 2 0 0 21 0 1 0 661006816 89812992 2354 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/30914/statm: 21927 2354 717 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.300471 s]
/proc/loadavg: 2.34 4.30 5.94 2/374 30914
/proc/meminfo: memFree=20576892/32951132 swapFree=64495988/67111528
[pid=30914] ppid=30912 vsize=135752 CPUtime=0.19 cores=0-7
/proc/30914/stat : 30914 (python) S 30912 30914 30539 0 -1 4202496 5965 937 1 0 13 6 0 0 17 0 1 0 661006816 139010048 4150 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647142405 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/30914/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 135752

[startup+0.700353 s]
/proc/loadavg: 2.34 4.30 5.94 2/374 30914
/proc/meminfo: memFree=20576892/32951132 swapFree=64495988/67111528
[pid=30914] ppid=30912 vsize=157384 CPUtime=0.24 cores=0-7
/proc/30914/stat : 30914 (python) D 30912 30914 30539 0 -1 4202496 6590 937 1 0 16 8 0 0 17 0 1 0 661006816 161161216 4696 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647152183 0 0 16781312 2 18446744071562154983 0 0 17 6 0 0 0
/proc/30914/statm: 39346 4696 1257 364 0 3454 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 157384

[startup+1.50023 s]
/proc/loadavg: 2.34 4.30 5.94 1/375 30919
/proc/meminfo: memFree=20561632/32951132 swapFree=64495988/67111528
[pid=30914] ppid=30912 vsize=157384 CPUtime=0.24 cores=0-7
/proc/30914/stat : 30914 (python) D 30912 30914 30539 0 -1 4202496 6590 937 1 0 16 8 0 0 17 0 1 0 661006816 161161216 4696 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647152183 0 0 16781312 2 18446744071562154983 0 0 17 6 0 0 0
/proc/30914/statm: 39346 4696 1257 364 0 3454 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 157384

[startup+3.10091 s]
/proc/loadavg: 2.39 4.28 5.93 1/375 30919
/proc/meminfo: memFree=20561012/32951132 swapFree=64495988/67111528
[pid=30914] ppid=30912 vsize=185040 CPUtime=0.25 cores=0-7
/proc/30914/stat : 30914 (python) D 30912 30914 30539 0 -1 4202496 6757 937 1 0 17 8 0 0 16 0 1 0 661006816 189480960 4820 33554432000 4194304 5683644 140736428669536 18446744073709551615 210642223114 0 0 16781312 2 18446744071696489144 0 0 17 6 0 0 132
/proc/30914/statm: 46260 4820 1342 364 0 3724 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 185040
heavy processes:

[startup+6.30038 s]
/proc/loadavg: 2.39 4.28 5.93 1/375 30919
/proc/meminfo: memFree=20561152/32951132 swapFree=64495988/67111528
[pid=30914] ppid=30912 vsize=185040 CPUtime=0.25 cores=0-7
/proc/30914/stat : 30914 (python) D 30912 30914 30539 0 -1 4202496 6757 937 1 0 17 8 0 0 16 0 1 0 661006816 189480960 4820 33554432000 4194304 5683644 140736428669536 18446744073709551615 210642223114 0 0 16781312 2 18446744071696489144 0 0 17 6 0 0 132
/proc/30914/statm: 46260 4820 1342 364 0 3724 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 185040
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 2.49 4.24 5.90 2/375 30919
/proc/meminfo: memFree=20531044/32951132 swapFree=64495988/67111528
[pid=30914] ppid=30912 vsize=320132 CPUtime=1.42 cores=0-7
/proc/30914/stat : 30914 (python) R 30912 30914 30539 0 -1 4202496 24408 937 1 0 130 12 0 0 17 0 1 0 661006816 327815168 17417 33554432000 4194304 5683644 140736428669536 18446744073709551615 210646805968 0 0 16781312 2 0 0 0 17 3 0 0 132
/proc/30914/statm: 80033 17417 1826 364 0 15957 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 320132
heavy processes:

[startup+25.5011 s]
/proc/loadavg: 2.26 4.13 5.84 9/399 30944
/proc/meminfo: memFree=20182752/32951132 swapFree=64495988/67111528
[pid=30914] ppid=30912 vsize=464516 CPUtime=12.78 cores=0-7
/proc/30914/stat : 30914 (python) S 30912 30914 30539 0 -1 4202496 29671 937 1 0 1263 15 0 0 21 0 9 0 661006816 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 132
/proc/30914/statm: 116129 16842 1889 364 0 52026 0
[pid=30921] ppid=30914 vsize=316944 CPUtime=0 cores=0-7
/proc/30921/stat : 30921 (python) S 30914 30914 30539 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 661009203 324550656 15146 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166479 0 0 16781312 514 17770135683474653183 0 0 17 0 0 0 0
/proc/30921/statm: 79236 15146 358 364 0 15154 0
[pid=30923] ppid=30921 vsize=20488 CPUtime=1.61 cores=0-7
/proc/30923/stat : 30923 (lingeling) R 30921 30923 30923 0 -1 4202496 9009 0 0 0 161 0 0 0 25 0 1 0 661009204 20979712 4290 33554432000 4194304 4352236 140734106418544 18446744073709551615 4317368 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30923/statm: 5122 4290 127 39 0 4202 0
[pid=30924] ppid=30914 vsize=327200 CPUtime=0 cores=0-7
/proc/30924/stat : 30924 (python) S 30914 30914 30539 0 -1 4202560 750 0 0 0 0 0 0 0 15 0 1 0 661009206 335052800 15139 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 2670362729075703807 0 0 17 0 0 0 0
/proc/30924/statm: 81800 15139 347 364 0 17715 0
[pid=30926] ppid=30924 vsize=93760 CPUtime=1.59 cores=0-7
/proc/30926/stat : 30926 (cryptominisat-2) R 30924 30926 30926 0 -1 4202496 17546 0 0 0 157 2 0 0 25 0 1 0 661009206 96010240 15124 33554432000 4194304 4677096 140736922549888 18446744073709551615 4319657 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/30926/statm: 23440 15124 361 118 0 18399 0
[pid=30927] ppid=30914 vsize=402992 CPUtime=0 cores=0-7
/proc/30927/stat : 30927 (python) S 30914 30914 30539 0 -1 4202560 707 0 0 0 0 0 0 0 18 0 1 0 661009208 412663808 15261 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 2670355032494309375 0 0 17 0 0 0 0
/proc/30927/statm: 100748 15261 348 364 0 36660 0
[pid=30931] ppid=30927 vsize=20484 CPUtime=1.54 cores=0-7
/proc/30931/stat : 30931 (lingeling) R 30927 30931 30931 0 -1 4202496 8971 0 0 0 153 1 0 0 25 0 1 0 661009211 20975616 4279 33554432000 4194304 4352236 140736338075488 18446744073709551615 4283739 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30931/statm: 5121 4279 123 39 0 4201 0
[pid=30929] ppid=30914 vsize=413248 CPUtime=0 cores=0-7
/proc/30929/stat : 30929 (python) S 30914 30914 30539 0 -1 4202560 722 0 0 0 0 0 0 0 15 0 1 0 661009211 423165952 15237 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 11656613263650554117 0 0 17 0 0 0 0
/proc/30929/statm: 103312 15237 348 364 0 39221 0
[pid=30932] ppid=30929 vsize=93764 CPUtime=1.53 cores=0-7
/proc/30932/stat : 30932 (cryptominisat-2) R 30929 30932 30932 0 -1 4202496 17536 0 0 0 152 1 0 0 25 0 1 0 661009211 96014336 15125 33554432000 4194304 4677096 140734316973968 18446744073709551615 4236634 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30932/statm: 23441 15125 361 118 0 18400 0
[pid=30933] ppid=30914 vsize=423504 CPUtime=0 cores=0-7
/proc/30933/stat : 30933 (python) S 30914 30914 30539 0 -1 4202560 722 0 0 0 0 0 0 0 18 0 1 0 661009213 433668096 15263 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 3071842528010436607 0 0 17 0 0 0 0
/proc/30933/statm: 105876 15263 348 364 0 41782 0
[pid=30935] ppid=30933 vsize=20484 CPUtime=1.5 cores=0-7
/proc/30935/stat : 30935 (lingeling) R 30933 30935 30935 0 -1 4202496 8970 0 0 0 149 1 0 0 25 0 1 0 661009215 20975616 4276 33554432000 4194304 4352236 140734361738992 18446744073709551615 4319146 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30935/statm: 5121 4276 121 39 0 4201 0
[pid=30936] ppid=30914 vsize=433760 CPUtime=0 cores=0-7
/proc/30936/stat : 30936 (python) S 30914 30914 30539 0 -1 4202560 735 0 0 0 0 0 0 0 15 0 1 0 661009216 444170240 15278 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 18021359796770308095 0 0 17 4 0 0 0
/proc/30936/statm: 108440 15278 348 364 0 44343 0
[pid=30938] ppid=30936 vsize=93764 CPUtime=1.49 cores=0-7
/proc/30938/stat : 30938 (cryptominisat-2) R 30936 30938 30938 0 -1 4202496 17540 0 0 0 147 2 0 0 25 0 1 0 661009216 96014336 15124 33554432000 4194304 4677096 140735652154352 18446744073709551615 4238075 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30938/statm: 23441 15124 361 118 0 18400 0
[pid=30939] ppid=30914 vsize=444016 CPUtime=0 cores=0-7
/proc/30939/stat : 30939 (python) S 30914 30914 30539 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 661009219 454672384 15282 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 18021348251898216447 0 0 17 0 0 0 0
/proc/30939/statm: 111004 15282 348 364 0 46904 0
[pid=30941] ppid=30939 vsize=73780 CPUtime=1.4 cores=0-7
/proc/30941/stat : 30941 (precosat) R 30939 30941 30941 0 -1 4202496 18547 0 0 0 138 2 0 0 25 0 1 0 661009220 75550720 17187 33554432000 4194304 4890832 140733322189504 18446744073709551615 4246316 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/30941/statm: 18445 17187 86 171 0 18272 0
[pid=30942] ppid=30914 vsize=454272 CPUtime=0 cores=0-7
/proc/30942/stat : 30942 (python) S 30914 30914 30539 0 -1 4202560 782 0 0 0 0 0 0 0 18 0 1 0 661009221 465174528 15303 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 18021352100188913663 0 0 17 0 0 0 0
/proc/30942/statm: 113568 15303 354 364 0 49465 0
[pid=30944] ppid=30942 vsize=20484 CPUtime=1.4 cores=0-7
/proc/30944/stat : 30944 (lingeling) R 30942 30944 30944 0 -1 4202496 8991 0 0 0 140 0 0 0 25 0 1 0 661009223 20975616 4289 33554432000 4194304 4352236 140735520260448 18446744073709551615 4228451 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/30944/statm: 5121 4289 127 39 0 4201 0
[pid=30914/tid=30922] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30922/stat : 30922 (python) S 30912 30914 30539 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 9 0 661009204 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 3 0 0 0
[pid=30914/tid=30925] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30925/stat : 30925 (python) S 30912 30914 30539 0 -1 4202560 23 937 0 0 0 0 0 0 19 0 9 0 661009206 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 2 0 0 0
[pid=30914/tid=30928] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30928/stat : 30928 (python) S 30912 30914 30539 0 -1 4202560 76 937 0 0 0 0 0 0 19 0 9 0 661009209 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 1 0 0 0
[pid=30914/tid=30930] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30930/stat : 30930 (python) S 30912 30914 30539 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 9 0 661009211 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 1 0 0 0
[pid=30914/tid=30934] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30934/stat : 30934 (python) S 30912 30914 30539 0 -1 4202560 34 937 0 0 0 0 0 0 19 0 9 0 661009214 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 4 0 0 0
[pid=30914/tid=30937] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30937/stat : 30937 (python) S 30912 30914 30539 0 -1 4202560 32 937 0 0 0 0 0 0 20 0 9 0 661009216 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 4 0 0 0
[pid=30914/tid=30940] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30940/stat : 30940 (python) S 30912 30914 30539 0 -1 4202560 34 937 0 0 0 0 0 0 21 0 9 0 661009219 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 0 0 0 0
[pid=30914/tid=30943] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30943/stat : 30943 (python) S 30912 30914 30539 0 -1 4202560 34 937 0 0 0 0 0 0 22 0 9 0 661009222 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.84
Current children cumulated vsize (KiB) 4117460

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

[startup+31.915 s]
/proc/loadavg: 3.14 4.26 5.87 9/399 30944
/proc/meminfo: memFree=20077812/32951132 swapFree=64495988/67111528
[pid=30914] ppid=30912 vsize=464516 CPUtime=12.78 cores=0-7
/proc/30914/stat : 30914 (python) S 30912 30914 30539 0 -1 4202496 29671 937 1 0 1263 15 0 0 21 0 9 0 661006816 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 132
/proc/30914/statm: 116129 16842 1889 364 0 52026 0
[pid=30921] ppid=30914 vsize=316944 CPUtime=0.01 cores=0-7
/proc/30921/stat : 30921 (python) S 30914 30914 30539 0 -1 4202560 990 0 0 0 0 1 0 0 18 0 1 0 661009203 324550656 15168 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166479 0 0 16781312 514 17770135683474620676 0 0 17 0 0 0 0
/proc/30921/statm: 79236 15168 380 364 0 15154 0
[pid=30923] ppid=30921 vsize=21304 CPUtime=8.03 cores=0-7
/proc/30923/stat : 30923 (lingeling) R 30921 30923 30923 0 -1 4202496 13107 0 0 0 802 1 0 0 25 0 1 0 661009204 21815296 4496 33554432000 4194304 4352236 140734106418544 18446744073709551615 4328146 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30923/statm: 5326 4496 129 39 0 4406 0
[pid=30924] ppid=30914 vsize=327200 CPUtime=0.02 cores=0-7
/proc/30924/stat : 30924 (python) S 30914 30914 30539 0 -1 4202560 922 0 0 0 1 1 0 0 15 0 1 0 661009206 335052800 15162 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 12334273066174480646 0 0 17 0 0 0 0
/proc/30924/statm: 81800 15162 370 364 0 17715 0
[pid=30926] ppid=30924 vsize=131168 CPUtime=8 cores=0-7
/proc/30926/stat : 30926 (cryptominisat-2) R 30924 30926 30926 0 -1 4202496 27448 0 0 0 797 3 0 0 25 0 1 0 661009206 134316032 23678 33554432000 4194304 4677096 140736922549888 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/30926/statm: 32792 23678 391 118 0 27751 0
[pid=30927] ppid=30914 vsize=402992 CPUtime=0.01 cores=0-7
/proc/30927/stat : 30927 (python) S 30914 30914 30539 0 -1 4202560 786 0 0 0 0 1 0 0 18 0 1 0 661009208 412663808 15284 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 2670355032494276871 0 0 17 0 0 0 0
/proc/30927/statm: 100748 15284 371 364 0 36660 0
[pid=30931] ppid=30927 vsize=16996 CPUtime=7.96 cores=0-7

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

[pid=30932] ppid=30929 vsize=170536 CPUtime=14.74 cores=0-7
/proc/30932/stat : 30932 (cryptominisat-2) R 30929 30932 30932 0 -1 4202496 39051 0 0 0 1470 4 0 0 25 0 1 0 661009211 174628864 33386 33554432000 4194304 4677096 140734316973968 18446744073709551615 4319584 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30932/statm: 42634 33386 391 118 0 37593 0
[pid=30933] ppid=30914 vsize=423504 CPUtime=0.02 cores=0-7
/proc/30933/stat : 30933 (python) S 30914 30914 30539 0 -1 4202560 805 0 0 0 1 1 0 0 18 0 1 0 661009213 433668096 15286 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 14077777446136938760 0 0 17 0 0 0 0
/proc/30933/statm: 105876 15286 371 364 0 41782 0
[pid=30935] ppid=30933 vsize=21988 CPUtime=14.68 cores=0-7
/proc/30935/stat : 30935 (lingeling) R 30933 30935 30935 0 -1 4202496 14640 0 0 0 1466 2 0 0 25 0 1 0 661009215 22515712 4668 33554432000 4194304 4352236 140734361738992 18446744073709551615 4328042 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30935/statm: 5497 4668 129 39 0 4577 0
[pid=30936] ppid=30914 vsize=433760 CPUtime=0.04 cores=0-7
/proc/30936/stat : 30936 (python) S 30914 30914 30539 0 -1 4202560 823 0 0 0 2 2 0 0 15 0 1 0 661009216 444170240 15301 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 11902833499528200455 0 0 17 4 0 0 0
/proc/30936/statm: 108440 15301 371 364 0 44343 0
[pid=30938] ppid=30936 vsize=170204 CPUtime=14.65 cores=0-7
/proc/30938/stat : 30938 (cryptominisat-2) R 30936 30938 30938 0 -1 4202496 38879 0 0 0 1460 5 0 0 25 0 1 0 661009216 174288896 33209 33554432000 4194304 4677096 140735652154352 18446744073709551615 4320062 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30938/statm: 42551 33209 391 118 0 37510 0
[pid=30939] ppid=30914 vsize=444016 CPUtime=0.03 cores=0-7
/proc/30939/stat : 30939 (python) S 30914 30914 30539 0 -1 4202560 823 0 0 0 2 1 0 0 18 0 1 0 661009219 454672384 15305 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 14077777446136938759 0 0 17 0 0 0 0
/proc/30939/statm: 111004 15305 371 364 0 46904 0
[pid=30941] ppid=30939 vsize=79676 CPUtime=14.42 cores=0-7
/proc/30941/stat : 30941 (precosat) R 30939 30941 30941 0 -1 4202496 20041 0 0 0 1440 2 0 0 25 0 1 0 661009220 81588224 18681 33554432000 4194304 4890832 140733322189504 18446744073709551615 4295221 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/30941/statm: 19919 18681 86 171 0 19746 0
[pid=30942] ppid=30914 vsize=454272 CPUtime=0.03 cores=0-7
/proc/30942/stat : 30942 (python) S 30914 30914 30539 0 -1 4202560 872 0 0 0 2 1 0 0 18 0 1 0 661009221 465174528 15326 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 14077777446136938757 0 0 17 0 0 0 0
/proc/30942/statm: 113568 15326 377 364 0 49465 0
[pid=30944] ppid=30942 vsize=21748 CPUtime=14.35 cores=0-7
/proc/30944/stat : 30944 (lingeling) R 30942 30944 30944 0 -1 4202496 14594 0 0 0 1434 1 0 0 25 0 1 0 661009223 22269952 4615 33554432000 4194304 4352236 140735520260448 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/30944/statm: 5437 4615 129 39 0 4517 0
[pid=30914/tid=30922] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30922/stat : 30922 (python) S 30912 30914 30539 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 9 0 661009204 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 3 0 0 0
[pid=30914/tid=30925] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30925/stat : 30925 (python) S 30912 30914 30539 0 -1 4202560 23 937 0 0 0 0 0 0 19 0 9 0 661009206 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 2 0 0 0
[pid=30914/tid=30928] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30928/stat : 30928 (python) S 30912 30914 30539 0 -1 4202560 76 937 0 0 0 0 0 0 19 0 9 0 661009209 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 1 0 0 0
[pid=30914/tid=30930] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30930/stat : 30930 (python) S 30912 30914 30539 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 9 0 661009211 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 1 0 0 0
[pid=30914/tid=30934] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30934/stat : 30934 (python) S 30912 30914 30539 0 -1 4202560 34 937 0 0 0 0 0 0 19 0 9 0 661009214 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 4 0 0 0
[pid=30914/tid=30937] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30937/stat : 30937 (python) S 30912 30914 30539 0 -1 4202560 32 937 0 0 0 0 0 0 20 0 9 0 661009216 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 4 0 0 0
[pid=30914/tid=30940] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30940/stat : 30940 (python) S 30912 30914 30539 0 -1 4202560 34 937 0 0 0 0 0 0 21 0 9 0 661009219 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 0 0 0 0
[pid=30914/tid=30943] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30943/stat : 30943 (python) S 30912 30914 30539 0 -1 4202560 34 937 0 0 0 0 0 0 22 0 9 0 661009222 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 130.21
Current children cumulated vsize (KiB) 4359344

[startup+39.1018 s]
/proc/loadavg: 3.53 4.32 5.88 9/399 30944
/proc/meminfo: memFree=19943892/32951132 swapFree=64495988/67111528
[pid=30914] ppid=30912 vsize=464516 CPUtime=12.78 cores=0-7
/proc/30914/stat : 30914 (python) S 30912 30914 30539 0 -1 4202496 29671 937 1 0 1263 15 0 0 21 0 9 0 661006816 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 132
/proc/30914/statm: 116129 16842 1889 364 0 52026 0
[pid=30921] ppid=30914 vsize=316944 CPUtime=0.02 cores=0-7
/proc/30921/stat : 30921 (python) S 30914 30914 30539 0 -1 4202560 994 0 0 0 1 1 0 0 18 0 1 0 661009203 324550656 15169 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166479 0 0 16781312 514 14077777446136938756 0 0 17 0 0 0 0
/proc/30921/statm: 79236 15169 381 364 0 15154 0
[pid=30923] ppid=30921 vsize=22100 CPUtime=15.22 cores=0-7
/proc/30923/stat : 30923 (lingeling) R 30921 30923 30923 0 -1 4202496 13669 0 0 0 1521 1 0 0 25 0 1 0 661009204 22630400 4695 33554432000 4194304 4352236 140734106418544 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30923/statm: 5525 4695 129 39 0 4605 0
[pid=30924] ppid=30914 vsize=327200 CPUtime=0.04 cores=0-7
/proc/30924/stat : 30924 (python) S 30914 30914 30539 0 -1 4202560 928 0 0 0 2 2 0 0 15 0 1 0 661009206 335052800 15162 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 12334273066174480646 0 0 17 2 0 0 0
/proc/30924/statm: 81800 15162 370 364 0 17715 0
[pid=30926] ppid=30924 vsize=170384 CPUtime=15.19 cores=0-7
/proc/30926/stat : 30926 (cryptominisat-2) R 30924 30926 30926 0 -1 4202496 38970 0 0 0 1515 4 0 0 25 0 1 0 661009206 174473216 33286 33554432000 4194304 4677096 140736922549888 18446744073709551615 4320199 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/30926/statm: 42596 33286 391 118 0 37555 0
[pid=30927] ppid=30914 vsize=402992 CPUtime=0.03 cores=0-7
/proc/30927/stat : 30927 (python) S 30914 30914 30539 0 -1 4202560 786 0 0 0 1 2 0 0 18 0 1 0 661009208 412663808 15284 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 14077777446136938759 0 0 17 0 0 0 0
/proc/30927/statm: 100748 15284 371 364 0 36660 0
[pid=30931] ppid=30927 vsize=22256 CPUtime=15.14 cores=0-7
/proc/30931/stat : 30931 (lingeling) R 30927 30931 30931 0 -1 4202496 14705 0 0 0 1512 2 0 0 25 0 1 0 661009211 22790144 4735 33554432000 4194304 4352236 140736338075488 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30931/statm: 5564 4735 129 39 0 4644 0
[pid=30929] ppid=30914 vsize=413248 CPUtime=0.05 cores=0-7
/proc/30929/stat : 30929 (python) S 30914 30914 30539 0 -1 4202560 805 0 0 0 3 2 0 0 15 0 1 0 661009211 423165952 15261 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 14077777446136938757 0 0 17 6 0 0 0
/proc/30929/statm: 103312 15261 371 364 0 39221 0
[pid=30932] ppid=30929 vsize=170536 CPUtime=15.12 cores=0-7
/proc/30932/stat : 30932 (cryptominisat-2) R 30929 30932 30932 0 -1 4202496 39082 0 0 0 1508 4 0 0 25 0 1 0 661009211 174628864 33417 33554432000 4194304 4677096 140734316973968 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/30932/statm: 42634 33417 391 118 0 37593 0
[pid=30933] ppid=30914 vsize=423504 CPUtime=0.02 cores=0-7
/proc/30933/stat : 30933 (python) S 30914 30914 30539 0 -1 4202560 805 0 0 0 1 1 0 0 18 0 1 0 661009213 433668096 15286 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 14077777446136938760 0 0 17 0 0 0 0
/proc/30933/statm: 105876 15286 371 364 0 41782 0
[pid=30935] ppid=30933 vsize=21988 CPUtime=15.08 cores=0-7
/proc/30935/stat : 30935 (lingeling) R 30933 30935 30935 0 -1 4202496 14640 0 0 0 1506 2 0 0 25 0 1 0 661009215 22515712 4668 33554432000 4194304 4352236 140734361738992 18446744073709551615 4328677 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30935/statm: 5497 4668 129 39 0 4577 0
[pid=30936] ppid=30914 vsize=433760 CPUtime=0.05 cores=0-7
/proc/30936/stat : 30936 (python) R 30914 30914 30539 0 -1 4202560 824 0 0 0 3 2 0 0 15 0 1 0 661009216 444170240 15301 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647189639 0 0 16781312 514 0 0 0 17 4 0 0 0
/proc/30936/statm: 108440 15301 371 364 0 44343 0
[pid=30938] ppid=30936 vsize=170204 CPUtime=15.04 cores=0-7
/proc/30938/stat : 30938 (cryptominisat-2) R 30936 30938 30938 0 -1 4202496 38914 0 0 0 1499 5 0 0 25 0 1 0 661009216 174288896 33244 33554432000 4194304 4677096 140735652154352 18446744073709551615 210647146368 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/30938/statm: 42551 33244 391 118 0 37510 0
[pid=30939] ppid=30914 vsize=444016 CPUtime=0.03 cores=0-7
/proc/30939/stat : 30939 (python) S 30914 30914 30539 0 -1 4202560 823 0 0 0 2 1 0 0 18 0 1 0 661009219 454672384 15305 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 14077777446136938759 0 0 17 0 0 0 0
/proc/30939/statm: 111004 15305 371 364 0 46904 0
[pid=30941] ppid=30939 vsize=79676 CPUtime=14.82 cores=0-7
/proc/30941/stat : 30941 (precosat) R 30939 30941 30941 0 -1 4202496 20041 0 0 0 1480 2 0 0 25 0 1 0 661009220 81588224 18681 33554432000 4194304 4890832 140733322189504 18446744073709551615 4213864 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/30941/statm: 19919 18681 86 171 0 19746 0
[pid=30942] ppid=30914 vsize=454272 CPUtime=0.03 cores=0-7
/proc/30942/stat : 30942 (python) S 30914 30914 30539 0 -1 4202560 872 0 0 0 2 1 0 0 18 0 1 0 661009221 465174528 15326 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 14077777446136938757 0 0 17 0 0 0 0
/proc/30942/statm: 113568 15326 377 364 0 49465 0
[pid=30944] ppid=30942 vsize=21748 CPUtime=14.75 cores=0-7
/proc/30944/stat : 30944 (lingeling) R 30942 30944 30944 0 -1 4202496 14596 0 0 0 1474 1 0 0 25 0 1 0 661009223 22269952 4617 33554432000 4194304 4352236 140735520260448 18446744073709551615 4238586 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/30944/statm: 5437 4617 129 39 0 4517 0
[pid=30914/tid=30922] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30922/stat : 30922 (python) S 30912 30914 30539 0 -1 4202560 25 937 0 0 0 0 0 0 25 0 9 0 661009204 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 3 0 0 0
[pid=30914/tid=30925] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30925/stat : 30925 (python) S 30912 30914 30539 0 -1 4202560 23 937 0 0 0 0 0 0 19 0 9 0 661009206 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 2 0 0 0
[pid=30914/tid=30928] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30928/stat : 30928 (python) S 30912 30914 30539 0 -1 4202560 76 937 0 0 0 0 0 0 19 0 9 0 661009209 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 1 0 0 0
[pid=30914/tid=30930] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30930/stat : 30930 (python) S 30912 30914 30539 0 -1 4202560 22 937 0 0 0 0 0 0 20 0 9 0 661009211 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 1 0 0 0
[pid=30914/tid=30934] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30934/stat : 30934 (python) S 30912 30914 30539 0 -1 4202560 34 937 0 0 0 0 0 0 19 0 9 0 661009214 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 4 0 0 0
[pid=30914/tid=30937] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30937/stat : 30937 (python) S 30912 30914 30539 0 -1 4202560 32 937 0 0 0 0 0 0 20 0 9 0 661009216 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 4 0 0 0
[pid=30914/tid=30940] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30940/stat : 30940 (python) S 30912 30914 30539 0 -1 4202560 34 937 0 0 0 0 0 0 21 0 9 0 661009219 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 0 0 0 0
[pid=30914/tid=30943] ppid=30912 vsize=464516 CPUtime=0 cores=0-7
/proc/30914/task/30943/stat : 30943 (python) S 30912 30914 30539 0 -1 4202560 34 937 0 0 0 0 0 0 22 0 9 0 661009222 475664384 16842 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 133.41
Current children cumulated vsize (KiB) 4359344

[startup+39.2018 s]
/proc/loadavg: 3.53 4.32 5.88 9/399 30944
/proc/meminfo: memFree=19943892/32951132 swapFree=64495988/67111528
[pid=30914] ppid=30912 vsize=464516 CPUtime=58.26 cores=0-7
/proc/30914/stat : 30914 (python) S 30912 30914 30539 0 -1 4202496 29709 101601 1 0 1263 15 4527 21 17 0 9 0 661006816 475664384 16843 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658976575 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 132
/proc/30914/statm: 116129 16843 1890 364 0 52026 0
[pid=30921] ppid=30914 vsize=316944 CPUtime=0.02 cores=0-7
/proc/30921/stat : 30921 (python) S 30914 30914 30539 0 -1 4202560 994 0 0 0 1 1 0 0 18 0 1 0 661009203 324550656 15169 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166479 0 0 16781312 514 14077777446136938756 0 0 17 0 0 0 0
/proc/30921/statm: 79236 15169 381 364 0 15154 0
[pid=30923] ppid=30921 vsize=22100 CPUtime=15.32 cores=0-7
/proc/30923/stat : 30923 (lingeling) R 30921 30923 30923 0 -1 4202496 13669 0 0 0 1531 1 0 0 25 0 1 0 661009204 22630400 4695 33554432000 4194304 4352236 140734106418544 18446744073709551615 4331541 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/30923/statm: 5525 4695 129 39 0 4605 0
[pid=30927] ppid=30914 vsize=402992 CPUtime=0.03 cores=0-7
/proc/30927/stat : 30927 (python) S 30914 30914 30539 0 -1 4202560 786 0 0 0 1 2 0 0 18 0 1 0 661009208 412663808 15284 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 14077777446136938759 0 0 17 0 0 0 0
/proc/30927/statm: 100748 15284 371 364 0 36660 0
[pid=30931] ppid=30927 vsize=22256 CPUtime=15.24 cores=0-7
/proc/30931/stat : 30931 (lingeling) R 30927 30931 30931 0 -1 4202496 14705 0 0 0 1522 2 0 0 25 0 1 0 661009211 22790144 4735 33554432000 4194304 4352236 140736338075488 18446744073709551615 4233979 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/30931/statm: 5564 4735 129 39 0 4644 0
[pid=30929] ppid=30914 vsize=413248 CPUtime=0.05 cores=0-7
/proc/30929/stat : 30929 (python) S 30914 30914 30539 0 -1 4202560 824 0 0 0 3 2 0 0 15 0 1 0 661009211 423165952 15266 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658976575 0 0 16781824 2 18446744071562232103 0 0 17 6 0 0 0
/proc/30929/statm: 103312 15266 376 364 0 39221 0
[pid=30932] ppid=30929 vsize=0 CPUtime=15.22 cores=0-7
/proc/30932/stat : 30932 (cryptominisat-2) R 30929 30932 30932 0 -1 4203524 39089 0 0 0 1518 4 0 0 25 0 1 0 661009211 0 0 33554432000 0 0 0 0 0 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/30932/statm: 0 0 0 0 0 0 0
[pid=30933] ppid=30914 vsize=0 CPUtime=15.18 cores=0-7
/proc/30933/stat : 30933 (python) Z 30914 30914 30539 0 -1 4202588 1069 14643 0 0 2 3 1511 2 17 0 1 0 661009213 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30933/statm: 0 0 0 0 0 0 0
[pid=30942] ppid=30914 vsize=454272 CPUtime=0.03 cores=0-7
/proc/30942/stat : 30942 (python) S 30914 30914 30539 0 -1 4202560 872 0 0 0 2 1 0 0 18 0 1 0 661009221 465174528 15326 33554432000 4194304 5683644 140736428669536 18446744073709551615 210647166534 0 0 16781312 514 14077777446136938757 0 0 17 0 0 0 0
/proc/30942/statm: 113568 15326 377 364 0 49465 0
[pid=30944] ppid=30942 vsize=21748 CPUtime=14.84 cores=0-7
/proc/30944/stat : 30944 (lingeling) R 30942 30944 30944 0 -1 4202496 14596 0 0 0 1483 1 0 0 25 0 1 0 661009223 22269952 4617 33554432000 4194304 4352236 140735520260448 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/30944/statm: 5437 4617 129 39 0 4517 0
[pid=30914/tid=30922] ppid=30912 vsize=464516 CPUtime=45.48 cores=0-7
/proc/30914/task/30922/stat : 30922 (python) S 30912 30914 30539 0 -1 4202560 25 101601 0 0 0 0 4527 21 25 0 9 0 661009204 475664384 16843 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 3 0 0 0
[pid=30914/tid=30925] ppid=30912 vsize=464516 CPUtime=45.48 cores=0-7
/proc/30914/task/30925/stat : 30925 (python) S 30912 30914 30539 0 -1 4202560 23 101601 0 0 0 0 4527 21 19 0 9 0 661009206 475664384 16843 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 2 0 0 0
[pid=30914/tid=30928] ppid=30912 vsize=464516 CPUtime=45.48 cores=0-7
/proc/30914/task/30928/stat : 30928 (python) S 30912 30914 30539 0 -1 4202560 76 101601 0 0 0 0 4527 21 19 0 9 0 661009209 475664384 16843 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 1 0 0 0
[pid=30914/tid=30930] ppid=30912 vsize=464516 CPUtime=45.48 cores=0-7
/proc/30914/task/30930/stat : 30930 (python) S 30912 30914 30539 0 -1 4202560 22 101601 0 0 0 0 4527 21 20 0 9 0 661009211 475664384 16843 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 1 0 0 0
[pid=30914/tid=30934] ppid=30912 vsize=464516 CPUtime=45.48 cores=0-7
/proc/30914/task/30934/stat : 30934 (python) S 30912 30914 30539 0 -1 4202560 34 101601 0 0 0 0 4527 21 19 0 9 0 661009214 475664384 16843 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 4 0 0 0
[pid=30914/tid=30937] ppid=30912 vsize=464516 CPUtime=45.48 cores=0-7
/proc/30914/task/30937/stat : 30937 (python) S 30912 30914 30539 0 -1 4202560 32 101601 0 0 0 0 4527 21 20 0 9 0 661009216 475664384 16843 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 4 0 0 0
[pid=30914/tid=30940] ppid=30912 vsize=464516 CPUtime=45.48 cores=0-7
/proc/30914/task/30940/stat : 30940 (python) S 30912 30914 30539 0 -1 4202560 34 101601 0 0 0 0 4527 21 21 0 9 0 661009219 475664384 16843 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 0 0 0 0
[pid=30914/tid=30943] ppid=30912 vsize=464516 CPUtime=45.48 cores=0-7
/proc/30914/task/30943/stat : 30943 (python) S 30912 30914 30539 0 -1 4202560 34 101601 0 0 0 0 4527 21 22 0 9 0 661009222 475664384 16843 33554432000 4194304 5683644 140736428669536 18446744073709551615 210658970033 0 0 16781312 2 18446604447093081024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 134.19
Current children cumulated vsize (KiB) 2118076

Child status: 0
Real time (s): 39.2483
CPU time (s): 134.402
CPU user time (s): 133.766
CPU system time (s): 0.635903
CPU usage (%): 342.439
Max. virtual memory (cumulated for all children) (KiB): 4368624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 133.766
system time used= 0.635903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241107
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= 3428
involuntary context switches= 764

runsolver used 0.153976 second user time and 0.377942 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-15 23:14:32
IDJOB=3380870
IDBENCH=82465
IDSOLVER=1864
FILE ID=node129/3380870-1305494072
RUNJOBID= node129-1305493483-30553
PBS_JOBID= 13325426
Free space on /tmp= 73392 MiB

SOLVER NAME= borg-sat 11.03.02-par-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-bjrb07amba2andenv-tseitin.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-3380870-1305494072/watcher-3380870-1305494072 -o /tmp/evaluation-result-3380870-1305494072/solver-3380870-1305494072 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3380870-1305494072.cnf -seed 280495432 -budget 40000 -cores 8

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

MD5SUM BENCH= 7599aafec7bebba20ceab50260cd7197
RANDOM SEED=280495432

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      20577172 kB
Buffers:        278892 kB
Cached:        6448632 kB
SwapCached:      52664 kB
Active:        3592860 kB
Inactive:      8536308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      20577172 kB
SwapTotal:    67111528 kB
SwapFree:     64495988 kB
Dirty:           34940 kB
Writeback:           0 kB
AnonPages:     5357532 kB
Mapped:          20448 kB
Slab:           135092 kB
PageTables:      40516 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 93359016 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73360 MiB
End job on node129 at 2011-05-15 23:15:11