Trace number 3321683

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrialUNSAT 140.795 56.5865

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtswvrod6x8p1-tseitin.cnf
MD5SUMd07ba7628d2c2e21fb72ee99fe24c054
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.62829
Satisfiable
(Un)Satisfiability was proved
Number of variables160244
Number of clauses479591
Sum of the clauses size1119043
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2319726
Number of clauses of size 3159863
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.46	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.46	c INFO: solving HOME/instance-3321683-1304348980.cnf
0.32/0.46	c INFO: computing task features
1.80/1.92	c INFO: computed variable-clause graph statistics
1.80/1.97	c INFO: computed clause balance statistics
9.10/9.29	c INFO: computed variable balance statistics
14.40/14.57	c INFO: computed small-clause counts
14.50/14.67	c INFO: computed Horn-clause counts
44.10/44.28	c INFO: computed variable graph statistics
44.10/44.28	c INFO: collected features for HOME/instance-3321683-1304348980.cnf in 43.77 s
44.20/44.31	c INFO: running lingeling-276@0 for 97 with 39956 remaining (b = 0.50)
44.20/44.34	c INFO: running cryptominisat-2.9.0@0 for 485 with 39956 remaining (b = 0.39)
44.20/44.38	c INFO: running lingeling-276@0 for 1261 with 39956 remaining (b = 0.51)
44.30/44.41	c INFO: running lingeling-276@0 for 1261 with 39956 remaining (b = 0.44)
44.30/44.45	c INFO: running cryptominisat-2.9.0@0 for 485 with 39956 remaining (b = 0.31)
44.30/44.48	c INFO: running precosat-570@0 for 291 with 39956 remaining (b = 0.20)
44.41/44.52	c INFO: running cryptominisat-2.9.0@0 for 1940 with 39955 remaining (b = 0.51)
44.41/44.55	c INFO: running lingeling-276@0 for 1261 with 39955 remaining (b = 0.31)
140.53/56.54	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3321683-1304348980/watcher-3321683-1304348980 -o /tmp/evaluation-result-3321683-1304348980/solver-3321683-1304348980 -C 40000 -W 5100 -M 31000 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321683-1304348980.cnf -seed 1104668157 -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.85 2.01 2.11 2/197 31484
/proc/meminfo: memFree=24821404/32951124 swapFree=59765832/67111528
[pid=31484] ppid=31482 vsize=15388 CPUtime=0 cores=0-7
/proc/31484/stat : 31484 (python) R 31482 31484 30702 0 -1 4202496 812 0 0 0 0 0 0 0 17 0 1 0 546498528 15757312 698 33554432000 4194304 5683644 140734634297088 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31484/statm: 3847 699 334 364 0 334 0

[startup+0.0407011 s]
/proc/loadavg: 2.85 2.01 2.11 2/197 31484
/proc/meminfo: memFree=24821404/32951124 swapFree=59765832/67111528
[pid=31484] ppid=31482 vsize=18888 CPUtime=0.02 cores=0-7
/proc/31484/stat : 31484 (python) S 31482 31484 30702 0 -1 4202496 1288 0 0 0 2 0 0 0 17 0 1 0 546498528 19341312 1141 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809163776 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/31484/statm: 4722 1141 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.100699 s]
/proc/loadavg: 2.85 2.01 2.11 2/197 31484
/proc/meminfo: memFree=24821404/32951124 swapFree=59765832/67111528
[pid=31484] ppid=31482 vsize=104224 CPUtime=0.07 cores=0-7
/proc/31484/stat : 31484 (python) R 31482 31484 30702 0 -1 4202496 3057 0 0 0 5 2 0 0 17 0 1 0 546498528 106725376 2740 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809208967 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31484/statm: 26056 2740 847 364 0 1804 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 104224

[startup+0.300679 s]
/proc/loadavg: 2.85 2.01 2.11 2/197 31484
/proc/meminfo: memFree=24821404/32951124 swapFree=59765832/67111528
[pid=31484] ppid=31482 vsize=170756 CPUtime=0.23 cores=0-7
/proc/31484/stat : 31484 (python) R 31482 31484 30702 0 -1 4202496 6741 935 1 0 17 6 0 0 18 0 1 0 546498528 174854144 4809 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809208967 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31484/statm: 42689 4809 1336 364 0 3454 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 170756

[startup+0.700601 s]
/proc/loadavg: 2.85 2.01 2.11 2/197 31484
/proc/meminfo: memFree=24821404/32951124 swapFree=59765832/67111528
[pid=31484] ppid=31482 vsize=301856 CPUtime=0.61 cores=0-7
/proc/31484/stat : 31484 (python) R 31482 31484 30702 0 -1 4202496 15058 935 1 0 51 10 0 0 18 0 1 0 546498528 309100544 12741 33554432000 4194304 5683644 140734634297088 18446744073709551615 230808826565 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31484/statm: 75464 12741 1761 364 0 11388 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 301856

[startup+1.50047 s]
/proc/loadavg: 2.85 2.01 2.11 2/198 31489
/proc/meminfo: memFree=24757536/32951124 swapFree=59765832/67111528
[pid=31484] ppid=31482 vsize=356328 CPUtime=1.4 cores=0-7
/proc/31484/stat : 31484 (python) R 31482 31484 30702 0 -1 4202496 27456 935 1 0 129 11 0 0 20 0 1 0 546498528 364879872 25139 33554432000 4194304 5683644 140734634297088 18446744073709551615 47824687151813 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31484/statm: 89082 25140 1761 364 0 25006 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 356328

[startup+3.10015 s]
/proc/loadavg: 2.85 2.01 2.11 2/198 31489
/proc/meminfo: memFree=24703100/32951124 swapFree=59765832/67111528
[pid=31484] ppid=31482 vsize=375932 CPUtime=3 cores=0-7
/proc/31484/stat : 31484 (python) R 31482 31484 30702 0 -1 4202496 44511 935 1 0 287 13 0 0 25 0 1 0 546498528 384954368 31367 33554432000 4194304 5683644 140734634297088 18446744073709551615 230808824181 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31484/statm: 93983 31367 1826 364 0 29907 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 375932

[startup+6.30054 s]
/proc/loadavg: 2.70 2.00 2.11 2/198 31489
/proc/meminfo: memFree=24703832/32951124 swapFree=59765832/67111528
[pid=31484] ppid=31482 vsize=375932 CPUtime=6.2 cores=0-7
/proc/31484/stat : 31484 (python) R 31482 31484 30702 0 -1 4202496 44511 935 1 0 607 13 0 0 25 0 1 0 546498528 384954368 31367 33554432000 4194304 5683644 140734634297088 18446744073709551615 47824687050634 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31484/statm: 93983 31367 1826 364 0 29907 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 375932

[startup+12.7004 s]
/proc/loadavg: 2.57 1.98 2.10 2/198 31490
/proc/meminfo: memFree=24704484/32951124 swapFree=59765832/67111528
[pid=31484] ppid=31482 vsize=375932 CPUtime=12.6 cores=0-7
/proc/31484/stat : 31484 (python) R 31482 31484 30702 0 -1 4202496 44512 935 1 0 1247 13 0 0 25 0 1 0 546498528 384954368 31368 33554432000 4194304 5683644 140734634297088 18446744073709551615 230812574405 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31484/statm: 93983 31368 1827 364 0 29907 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 375932

[startup+25.501 s]
/proc/loadavg: 2.22 1.93 2.08 2/198 31490
/proc/meminfo: memFree=24706448/32951124 swapFree=59765832/67111528
[pid=31484] ppid=31482 vsize=375932 CPUtime=25.4 cores=0-7
/proc/31484/stat : 31484 (python) R 31482 31484 30702 0 -1 4202496 44518 935 1 0 2527 13 0 0 25 0 1 0 546498528 384954368 31374 33554432000 4194304 5683644 140734634297088 18446744073709551615 47824686971020 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31484/statm: 93983 31374 1833 364 0 29907 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 375932

[startup+51.1013 s]
/proc/loadavg: 2.36 1.97 2.09 9/222 31515
/proc/meminfo: memFree=23276876/32951124 swapFree=59765832/67111528
[pid=31484] ppid=31482 vsize=516184 CPUtime=44.47 cores=0-7
/proc/31484/stat : 31484 (python) S 31482 31484 30702 0 -1 4202496 50335 935 1 0 4428 19 0 0 25 0 9 0 546498528 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31484/statm: 129046 29733 1889 364 0 64943 0
[pid=31491] ppid=31484 vsize=368612 CPUtime=0 cores=0-7
/proc/31491/stat : 31491 (python) S 31484 31484 30702 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 546502959 377458688 28081 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185807 0 0 16781312 514 4058433761857995010 0 0 17 1 0 0 0
/proc/31491/statm: 92153 28081 376 364 0 28071 0
[pid=31493] ppid=31491 vsize=76204 CPUtime=6.77 cores=0-7
/proc/31493/stat : 31493 (lingeling) R 31491 31493 31493 0 -1 4202496 28032 0 0 0 674 3 0 0 25 0 1 0 546502959 78032896 18219 33554432000 4194304 4352236 140736814488928 18446744073709551615 4208191 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31493/statm: 19051 18219 127 39 0 18131 0
[pid=31494] ppid=31484 vsize=378868 CPUtime=0 cores=0-7
/proc/31494/stat : 31494 (python) S 31484 31484 30702 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 546502962 387960832 28079 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 4058429913567297793 0 0 17 4 0 0 0
/proc/31494/statm: 94717 28079 370 364 0 30632 0
[pid=31496] ppid=31494 vsize=481512 CPUtime=6.74 cores=0-7
/proc/31496/stat : 31496 (cryptominisat-2) R 31494 31496 31496 0 -1 4202496 94810 0 0 0 662 12 0 0 25 0 1 0 546502963 493068288 90161 33554432000 4194304 4677096 140734048537968 18446744073709551615 4236529 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31496/statm: 120378 90161 362 118 0 115337 0
[pid=31497] ppid=31484 vsize=389124 CPUtime=0.01 cores=0-7
/proc/31497/stat : 31497 (python) S 31484 31484 30702 0 -1 4202560 917 0 0 0 0 1 0 0 18 0 1 0 546502966 398462976 28083 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 4070770007443734788 0 0 17 1 0 0 0
/proc/31497/statm: 97281 28083 370 364 0 33193 0
[pid=31499] ppid=31497 vsize=71836 CPUtime=6.7 cores=0-7
/proc/31499/stat : 31499 (lingeling) R 31497 31499 31499 0 -1 4202496 27058 0 0 0 667 3 0 0 25 0 1 0 546502966 73560064 17128 33554432000 4194304 4352236 140736708632432 18446744073709551615 4309476 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31499/statm: 17959 17128 127 39 0 17039 0
[pid=31500] ppid=31484 vsize=399380 CPUtime=0.01 cores=0-7
/proc/31500/stat : 31500 (python) S 31484 31484 30702 0 -1 4202560 925 0 0 0 0 1 0 0 18 0 1 0 546502969 408965120 28087 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 4070773855734432004 0 0 17 7 0 0 0
/proc/31500/statm: 99845 28087 370 364 0 35754 0
[pid=31502] ppid=31500 vsize=75372 CPUtime=6.67 cores=0-7
/proc/31502/stat : 31502 (lingeling) R 31500 31502 31502 0 -1 4202496 24035 0 0 0 664 3 0 0 25 0 1 0 546502970 77180928 18011 33554432000 4194304 4352236 140735105155392 18446744073709551615 4245490 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/31502/statm: 18843 18011 127 39 0 17923 0
[pid=31503] ppid=31484 vsize=475172 CPUtime=0 cores=0-7
/proc/31503/stat : 31503 (python) S 31484 31484 30702 0 -1 4202560 943 0 0 0 0 0 0 0 15 0 1 0 546502973 486576128 28093 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 4070762310862340355 0 0 17 1 0 0 0
/proc/31503/statm: 118793 28093 370 364 0 54699 0
[pid=31505] ppid=31503 vsize=475332 CPUtime=6.62 cores=0-7
/proc/31505/stat : 31505 (cryptominisat-2) R 31503 31505 31505 0 -1 4202496 93382 0 0 0 650 12 0 0 25 0 1 0 546502974 486739968 88737 33554432000 4194304 4677096 140736852445488 18446744073709551615 4250231 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31505/statm: 118833 88737 362 118 0 113792 0
[pid=31506] ppid=31484 vsize=485428 CPUtime=0.01 cores=0-7
/proc/31506/stat : 31506 (python) S 31484 31484 30702 0 -1 4202560 946 0 0 0 0 1 0 0 18 0 1 0 546502977 497078272 28097 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 15380743534445297924 0 0 17 1 0 0 0
/proc/31506/statm: 121357 28097 370 364 0 57260 0
[pid=31508] ppid=31506 vsize=169132 CPUtime=6.54 cores=0-7
/proc/31508/stat : 31508 (precosat) R 31506 31508 31508 0 -1 4202496 42072 0 0 0 648 6 0 0 25 0 1 0 546502977 173191168 39298 33554432000 4194304 4890832 140734169624768 18446744073709551615 4458879 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/31508/statm: 42283 39298 86 171 0 42110 0
[pid=31509] ppid=31484 vsize=495684 CPUtime=0 cores=0-7
/proc/31509/stat : 31509 (python) S 31484 31484 30702 0 -1 4202560 807 0 0 0 0 0 0 0 18 0 1 0 546502980 507580416 28218 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 15380747382735995138 0 0 17 1 0 0 0
/proc/31509/statm: 123921 28218 371 364 0 59821 0
[pid=31511] ppid=31509 vsize=470012 CPUtime=6.53 cores=0-7
/proc/31511/stat : 31511 (cryptominisat-2) R 31509 31511 31511 0 -1 4202496 92141 0 0 0 641 12 0 0 25 0 1 0 546502982 481292288 87505 33554432000 4194304 4677096 140734243656576 18446744073709551615 4250231 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31511/statm: 117503 87506 362 118 0 112462 0
[pid=31512] ppid=31484 vsize=505940 CPUtime=0.01 cores=0-7
/proc/31512/stat : 31512 (python) S 31484 31484 30702 0 -1 4202560 854 0 0 0 0 1 0 0 18 0 1 0 546502984 518082560 28217 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 15380751231026692353 0 0 17 1 0 0 0
/proc/31512/statm: 126485 28217 377 364 0 62382 0
[pid=31514] ppid=31512 vsize=77640 CPUtime=6.46 cores=0-7
/proc/31514/stat : 31514 (lingeling) R 31512 31514 31514 0 -1 4202496 24607 0 0 0 642 4 0 0 25 0 1 0 546502984 79503360 18578 33554432000 4194304 4352236 140734086860000 18446744073709551615 4213232 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/31514/statm: 19410 18578 127 39 0 18490 0
[pid=31484/tid=31492] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31492/stat : 31492 (python) S 31482 31484 30702 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 546502959 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 0 0 0 0
[pid=31484/tid=31495] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31495/stat : 31495 (python) S 31482 31484 30702 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 546502963 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 2 0 0 0
[pid=31484/tid=31498] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31498/stat : 31498 (python) S 31482 31484 30702 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 546502966 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 4 0 0 0
[pid=31484/tid=31501] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31501/stat : 31501 (python) S 31482 31484 30702 0 -1 4202560 19 935 0 0 0 0 0 0 18 0 9 0 546502970 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 5 0 0 0
[pid=31484/tid=31504] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31504/stat : 31504 (python) S 31482 31484 30702 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 9 0 546502973 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 4 0 0 0
[pid=31484/tid=31507] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31507/stat : 31507 (python) S 31482 31484 30702 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 546502977 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 7 0 0 0
[pid=31484/tid=31510] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31510/stat : 31510 (python) S 31482 31484 30702 0 -1 4202560 76 935 0 0 0 0 0 0 25 0 9 0 546502981 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 1 0 0 0
[pid=31484/tid=31513] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31513/stat : 31513 (python) S 31482 31484 30702 0 -1 4202560 36 935 0 0 0 0 0 0 25 0 9 0 546502984 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 97.54
Current children cumulated vsize (KiB) 5911432

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

[startup+54.3017 s]
/proc/loadavg: 2.81 2.07 2.12 9/222 31515
/proc/meminfo: memFree=22852548/32951124 swapFree=59765832/67111528
[pid=31484] ppid=31482 vsize=516184 CPUtime=44.47 cores=0-7
/proc/31484/stat : 31484 (python) S 31482 31484 30702 0 -1 4202496 50335 935 1 0 4428 19 0 0 25 0 9 0 546498528 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31484/statm: 129046 29733 1889 364 0 64943 0
[pid=31491] ppid=31484 vsize=368612 CPUtime=0 cores=0-7
/proc/31491/stat : 31491 (python) S 31484 31484 30702 0 -1 4202560 901 0 0 0 0 0 0 0 18 0 1 0 546502959 377458688 28081 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185807 0 0 16781312 514 4058433761857995010 0 0 17 1 0 0 0
/proc/31491/statm: 92153 28081 376 364 0 28071 0
[pid=31493] ppid=31491 vsize=41520 CPUtime=9.97 cores=0-7
/proc/31493/stat : 31493 (lingeling) R 31491 31493 31493 0 -1 4202496 28461 0 0 0 994 3 0 0 25 0 1 0 546502959 42516480 9550 33554432000 4194304 4352236 140736814488928 18446744073709551615 4235282 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31493/statm: 10380 9550 129 39 0 9460 0
[pid=31494] ppid=31484 vsize=378868 CPUtime=0 cores=0-7
/proc/31494/stat : 31494 (python) S 31484 31484 30702 0 -1 4202560 897 0 0 0 0 0 0 0 18 0 1 0 546502962 387960832 28079 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 4058429913567297793 0 0 17 4 0 0 0
/proc/31494/statm: 94717 28079 370 364 0 30632 0
[pid=31496] ppid=31494 vsize=678460 CPUtime=9.93 cores=0-7

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

[pid=31503] ppid=31484 vsize=475172 CPUtime=0.02 cores=0-7
/proc/31503/stat : 31503 (python) S 31484 31484 30702 0 -1 4202560 947 0 0 0 1 1 0 0 15 0 1 0 546502973 486576128 28093 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 4603993839374401795 0 0 17 4 0 0 0
/proc/31503/statm: 118793 28093 370 364 0 54699 0
[pid=31505] ppid=31503 vsize=777360 CPUtime=11.4 cores=0-7
/proc/31505/stat : 31505 (cryptominisat-2) R 31503 31505 31505 0 -1 4202496 156981 0 0 0 1120 20 0 0 25 0 1 0 546502974 796016640 152321 33554432000 4194304 4677096 140736852445488 18446744073709551615 230808862819 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31505/statm: 194340 152321 521 118 0 189299 0
[pid=31506] ppid=31484 vsize=485428 CPUtime=0.01 cores=0-7
/proc/31506/stat : 31506 (python) S 31484 31484 30702 0 -1 4202560 950 0 0 0 0 1 0 0 18 0 1 0 546502977 497078272 28097 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 752382612747550980 0 0 17 1 0 0 0
/proc/31506/statm: 121357 28097 370 364 0 57260 0
[pid=31508] ppid=31506 vsize=169132 CPUtime=11.3 cores=0-7
/proc/31508/stat : 31508 (precosat) R 31506 31508 31508 0 -1 4202496 42107 0 0 0 1124 6 0 0 25 0 1 0 546502977 173191168 39333 33554432000 4194304 4890832 140734169624768 18446744073709551615 4295804 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/31508/statm: 42283 39333 86 171 0 42110 0
[pid=31509] ppid=31484 vsize=495684 CPUtime=0.02 cores=0-7
/proc/31509/stat : 31509 (python) S 31484 31484 30702 0 -1 4202560 809 0 0 0 1 1 0 0 15 0 1 0 546502980 507580416 28218 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 4190581865377136898 0 0 17 1 0 0 0
/proc/31509/statm: 123921 28218 371 364 0 59821 0
[pid=31511] ppid=31509 vsize=764544 CPUtime=11.33 cores=0-7
/proc/31511/stat : 31511 (cryptominisat-2) R 31509 31511 31511 0 -1 4202496 154178 0 0 0 1113 20 0 0 25 0 1 0 546502982 782893056 149542 33554432000 4194304 4677096 140734243656576 18446744073709551615 230808826565 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31511/statm: 191136 149542 378 118 0 186095 0
[pid=31512] ppid=31484 vsize=505940 CPUtime=0.01 cores=0-7
/proc/31512/stat : 31512 (python) S 31484 31484 30702 0 -1 4202560 854 0 0 0 0 1 0 0 18 0 1 0 546502984 518082560 28217 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 752382612747550977 0 0 17 1 0 0 0
/proc/31512/statm: 126485 28217 377 364 0 62382 0
[pid=31514] ppid=31512 vsize=32464 CPUtime=11.21 cores=0-7
/proc/31514/stat : 31514 (lingeling) R 31512 31514 31514 0 -1 4202496 24938 0 0 0 1117 4 0 0 25 0 1 0 546502984 33243136 7286 33554432000 4194304 4352236 140734086860000 18446744073709551615 4276744 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/31514/statm: 8116 7286 129 39 0 7196 0
[pid=31484/tid=31492] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31492/stat : 31492 (python) S 31482 31484 30702 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 546502959 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 0 0 0 0
[pid=31484/tid=31495] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31495/stat : 31495 (python) S 31482 31484 30702 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 546502963 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 2 0 0 0
[pid=31484/tid=31498] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31498/stat : 31498 (python) S 31482 31484 30702 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 546502966 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 4 0 0 0
[pid=31484/tid=31501] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31501/stat : 31501 (python) S 31482 31484 30702 0 -1 4202560 19 935 0 0 0 0 0 0 18 0 9 0 546502970 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 5 0 0 0
[pid=31484/tid=31504] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31504/stat : 31504 (python) S 31482 31484 30702 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 9 0 546502973 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 4 0 0 0
[pid=31484/tid=31507] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31507/stat : 31507 (python) S 31482 31484 30702 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 546502977 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 7 0 0 0
[pid=31484/tid=31510] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31510/stat : 31510 (python) S 31482 31484 30702 0 -1 4202560 76 935 0 0 0 0 0 0 25 0 9 0 546502981 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 1 0 0 0
[pid=31484/tid=31513] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31513/stat : 31513 (python) S 31482 31484 30702 0 -1 4202560 36 935 0 0 0 0 0 0 25 0 9 0 546502984 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 135.89
Current children cumulated vsize (KiB) 6646464

[startup+56.3014 s]
/proc/loadavg: 2.81 2.07 2.12 9/222 31515
/proc/meminfo: memFree=22561892/32951124 swapFree=59765832/67111528
[pid=31484] ppid=31482 vsize=516184 CPUtime=44.47 cores=0-7
/proc/31484/stat : 31484 (python) S 31482 31484 30702 0 -1 4202496 50335 935 1 0 4428 19 0 0 25 0 9 0 546498528 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820992459 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31484/statm: 129046 29733 1889 364 0 64943 0
[pid=31491] ppid=31484 vsize=368612 CPUtime=0.01 cores=0-7
/proc/31491/stat : 31491 (python) S 31484 31484 30702 0 -1 4202560 905 0 0 0 0 1 0 0 18 0 1 0 546502959 377458688 28081 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185807 0 0 16781312 514 752382612747550978 0 0 17 1 0 0 0
/proc/31491/statm: 92153 28081 376 364 0 28071 0
[pid=31493] ppid=31491 vsize=41848 CPUtime=11.97 cores=0-7
/proc/31493/stat : 31493 (lingeling) R 31491 31493 31493 0 -1 4202496 28543 0 0 0 1194 3 0 0 25 0 1 0 546502959 42852352 9632 33554432000 4194304 4352236 140736814488928 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31493/statm: 10462 9632 129 39 0 9542 0
[pid=31494] ppid=31484 vsize=378868 CPUtime=0.01 cores=0-7
/proc/31494/stat : 31494 (python) S 31484 31484 30702 0 -1 4202560 903 0 0 0 0 1 0 0 15 0 1 0 546502962 387960832 28079 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 14360387123142426881 0 0 17 2 0 0 0
/proc/31494/statm: 94717 28079 370 364 0 30632 0
[pid=31496] ppid=31494 vsize=781232 CPUtime=11.94 cores=0-7
/proc/31496/stat : 31496 (cryptominisat-2) R 31494 31496 31496 0 -1 4202496 157634 0 0 0 1174 20 0 0 25 0 1 0 546502963 799981568 152985 33554432000 4194304 4677096 140734048537968 18446744073709551615 4564110 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/31496/statm: 195308 152985 379 118 0 190267 0
[pid=31497] ppid=31484 vsize=389124 CPUtime=0.01 cores=0-7
/proc/31497/stat : 31497 (python) S 31484 31484 30702 0 -1 4202560 920 0 0 0 0 1 0 0 18 0 1 0 546502966 398462976 28083 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 752382612747550980 0 0 17 1 0 0 0
/proc/31497/statm: 97281 28083 370 364 0 33193 0
[pid=31499] ppid=31497 vsize=32808 CPUtime=11.9 cores=0-7
/proc/31499/stat : 31499 (lingeling) R 31497 31499 31499 0 -1 4202496 27479 0 0 0 1187 3 0 0 25 0 1 0 546502966 33595392 7373 33554432000 4194304 4352236 140736708632432 18446744073709551615 4328085 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31499/statm: 8202 7373 129 39 0 7282 0
[pid=31500] ppid=31484 vsize=399380 CPUtime=0.01 cores=0-7
/proc/31500/stat : 31500 (python) S 31484 31484 30702 0 -1 4202560 928 0 0 0 0 1 0 0 18 0 1 0 546502969 408965120 28087 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 752382612747550980 0 0 17 7 0 0 0
/proc/31500/statm: 99845 28087 370 364 0 35754 0
[pid=31502] ppid=31500 vsize=32684 CPUtime=11.87 cores=0-7
/proc/31502/stat : 31502 (lingeling) R 31500 31502 31502 0 -1 4202496 24487 0 0 0 1184 3 0 0 25 0 1 0 546502970 33468416 7341 33554432000 4194304 4352236 140735105155392 18446744073709551615 4328429 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/31502/statm: 8171 7341 129 39 0 7251 0
[pid=31503] ppid=31484 vsize=475172 CPUtime=0.02 cores=0-7
/proc/31503/stat : 31503 (python) S 31484 31484 30702 0 -1 4202560 947 0 0 0 1 1 0 0 15 0 1 0 546502973 486576128 28093 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 4603993839374401795 0 0 17 4 0 0 0
/proc/31503/statm: 118793 28093 370 364 0 54699 0
[pid=31505] ppid=31503 vsize=779280 CPUtime=11.8 cores=0-7
/proc/31505/stat : 31505 (cryptominisat-2) R 31503 31505 31505 0 -1 4202496 157459 0 0 0 1160 20 0 0 25 0 1 0 546502974 797982720 152682 33554432000 4194304 4677096 140736852445488 18446744073709551615 4563951 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31505/statm: 194820 152682 405 118 0 189779 0
[pid=31506] ppid=31484 vsize=485428 CPUtime=0.01 cores=0-7
/proc/31506/stat : 31506 (python) S 31484 31484 30702 0 -1 4202560 950 0 0 0 0 1 0 0 18 0 1 0 546502977 497078272 28097 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 752382612747550980 0 0 17 1 0 0 0
/proc/31506/statm: 121357 28097 370 364 0 57260 0
[pid=31508] ppid=31506 vsize=169132 CPUtime=11.69 cores=0-7
/proc/31508/stat : 31508 (precosat) R 31506 31508 31508 0 -1 4202496 42107 0 0 0 1163 6 0 0 25 0 1 0 546502977 173191168 39333 33554432000 4194304 4890832 140734169624768 18446744073709551615 4212759 0 0 16781312 17442 0 0 0 17 7 0 0 0
/proc/31508/statm: 42283 39333 86 171 0 42110 0
[pid=31509] ppid=31484 vsize=495684 CPUtime=0.02 cores=0-7
/proc/31509/stat : 31509 (python) S 31484 31484 30702 0 -1 4202560 809 0 0 0 1 1 0 0 15 0 1 0 546502980 507580416 28218 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 4190581865377136898 0 0 17 1 0 0 0
/proc/31509/statm: 123921 28218 371 364 0 59821 0
[pid=31511] ppid=31509 vsize=781236 CPUtime=11.73 cores=0-7
/proc/31511/stat : 31511 (cryptominisat-2) R 31509 31511 31511 0 -1 4202496 157622 0 0 0 1152 21 0 0 25 0 1 0 546502982 799985664 152986 33554432000 4194304 4677096 140734243656576 18446744073709551615 4564230 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/31511/statm: 195309 152986 379 118 0 190268 0
[pid=31512] ppid=31484 vsize=505940 CPUtime=0.01 cores=0-7
/proc/31512/stat : 31512 (python) S 31484 31484 30702 0 -1 4202560 854 0 0 0 0 1 0 0 18 0 1 0 546502984 518082560 28217 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 752382612747550977 0 0 17 1 0 0 0
/proc/31512/statm: 126485 28217 377 364 0 62382 0
[pid=31514] ppid=31512 vsize=32464 CPUtime=11.61 cores=0-7
/proc/31514/stat : 31514 (lingeling) R 31512 31514 31514 0 -1 4202496 24938 0 0 0 1157 4 0 0 25 0 1 0 546502984 33243136 7286 33554432000 4194304 4352236 140734086860000 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/31514/statm: 8116 7286 129 39 0 7196 0
[pid=31484/tid=31492] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31492/stat : 31492 (python) S 31482 31484 30702 0 -1 4202560 26 935 0 0 0 0 0 0 25 0 9 0 546502959 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 0 0 0 0
[pid=31484/tid=31495] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31495/stat : 31495 (python) S 31482 31484 30702 0 -1 4202560 23 935 0 0 0 0 0 0 18 0 9 0 546502963 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 2 0 0 0
[pid=31484/tid=31498] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31498/stat : 31498 (python) S 31482 31484 30702 0 -1 4202560 27 935 0 0 0 0 0 0 25 0 9 0 546502966 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 4 0 0 0
[pid=31484/tid=31501] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31501/stat : 31501 (python) S 31482 31484 30702 0 -1 4202560 19 935 0 0 0 0 0 0 18 0 9 0 546502970 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 5 0 0 0
[pid=31484/tid=31504] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31504/stat : 31504 (python) S 31482 31484 30702 0 -1 4202560 22 935 0 0 0 0 0 0 25 0 9 0 546502973 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 4 0 0 0
[pid=31484/tid=31507] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31507/stat : 31507 (python) S 31482 31484 30702 0 -1 4202560 25 935 0 0 0 0 0 0 25 0 9 0 546502977 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 7 0 0 0
[pid=31484/tid=31510] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31510/stat : 31510 (python) S 31482 31484 30702 0 -1 4202560 76 935 0 0 0 0 0 0 25 0 9 0 546502981 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 1 0 0 0
[pid=31484/tid=31513] ppid=31482 vsize=516184 CPUtime=0 cores=0-7
/proc/31484/task/31513/stat : 31513 (python) S 31482 31484 30702 0 -1 4202560 36 935 0 0 0 0 0 0 25 0 9 0 546502984 528572416 29733 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 139.08
Current children cumulated vsize (KiB) 6665076

[startup+56.5014 s]
/proc/loadavg: 2.81 2.07 2.12 9/222 31515
/proc/meminfo: memFree=22561892/32951124 swapFree=59765832/67111528
[pid=31484] ppid=31482 vsize=516184 CPUtime=68.25 cores=0-7
/proc/31484/stat : 31484 (python) S 31482 31484 30702 0 -1 4202496 50371 202518 1 0 4428 19 2343 35 17 0 9 0 546498528 528572416 29734 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820995903 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/31484/statm: 129046 29734 1890 364 0 64943 0
[pid=31491] ppid=31484 vsize=368612 CPUtime=0.01 cores=0-7
/proc/31491/stat : 31491 (python) S 31484 31484 30702 0 -1 4202560 905 0 0 0 0 1 0 0 18 0 1 0 546502959 377458688 28081 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185807 0 0 16781312 514 752382612747550978 0 0 17 1 0 0 0
/proc/31491/statm: 92153 28081 376 364 0 28071 0
[pid=31493] ppid=31491 vsize=33656 CPUtime=12.17 cores=0-7
/proc/31493/stat : 31493 (lingeling) R 31491 31493 31493 0 -1 4202496 28543 0 0 0 1214 3 0 0 25 0 1 0 546502959 34463744 7584 33554432000 4194304 4352236 140736814488928 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31493/statm: 8414 7584 129 39 0 7494 0
[pid=31494] ppid=31484 vsize=0 CPUtime=12.14 cores=0-7
/proc/31494/stat : 31494 (python) R 31484 31484 30702 0 -1 4202564 952 157635 0 0 0 1 1191 22 15 0 1 0 546502962 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31494/statm: 0 0 0 0 0 0 0
[pid=31497] ppid=31484 vsize=389124 CPUtime=0.01 cores=0-7
/proc/31497/stat : 31497 (python) S 31484 31484 30702 0 -1 4202560 920 0 0 0 0 1 0 0 18 0 1 0 546502966 398462976 28083 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 752382612747550980 0 0 17 1 0 0 0
/proc/31497/statm: 97281 28083 370 364 0 33193 0
[pid=31499] ppid=31497 vsize=32808 CPUtime=12.1 cores=0-7
/proc/31499/stat : 31499 (lingeling) R 31497 31499 31499 0 -1 4202496 27479 0 0 0 1207 3 0 0 25 0 1 0 546502966 33595392 7373 33554432000 4194304 4352236 140736708632432 18446744073709551615 4327902 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/31499/statm: 8202 7373 129 39 0 7282 0
[pid=31500] ppid=31484 vsize=0 CPUtime=12.01 cores=0-7
/proc/31500/stat : 31500 (python) Z 31484 31484 30702 0 -1 4202588 1161 24490 0 0 1 1 1196 3 17 0 1 0 546502969 0 0 33554432000 0 0 0 0 0 0 0 16781824 2 18446744073709551615 0 0 17 7 0 0 0
/proc/31500/statm: 0 0 0 0 0 0 0
[pid=31503] ppid=31484 vsize=475172 CPUtime=0.02 cores=0-7
/proc/31503/stat : 31503 (python) S 31484 31484 30702 0 -1 4202560 947 0 0 0 1 1 0 0 15 0 1 0 546502973 486576128 28093 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 4603993839374401795 0 0 17 4 0 0 0
/proc/31503/statm: 118793 28093 370 364 0 54699 0
[pid=31505] ppid=31503 vsize=779280 CPUtime=12 cores=0-7
/proc/31505/stat : 31505 (cryptominisat-2) R 31503 31505 31505 0 -1 4202496 157459 0 0 0 1180 20 0 0 25 0 1 0 546502974 797982720 152682 33554432000 4194304 4677096 140736852445488 18446744073709551615 4564138 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/31505/statm: 194820 152682 405 118 0 189779 0
[pid=31512] ppid=31484 vsize=505940 CPUtime=0.01 cores=0-7
/proc/31512/stat : 31512 (python) S 31484 31484 30702 0 -1 4202560 854 0 0 0 0 1 0 0 18 0 1 0 546502984 518082560 28217 33554432000 4194304 5683644 140734634297088 18446744073709551615 230809185862 0 0 16781312 514 752382612747550977 0 0 17 1 0 0 0
/proc/31512/statm: 126485 28217 377 364 0 62382 0
[pid=31514] ppid=31512 vsize=32464 CPUtime=11.81 cores=0-7
/proc/31514/stat : 31514 (lingeling) R 31512 31514 31514 0 -1 4202496 24938 0 0 0 1177 4 0 0 25 0 1 0 546502984 33243136 7286 33554432000 4194304 4352236 140734086860000 18446744073709551615 4328832 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/31514/statm: 8116 7286 129 39 0 7196 0
[pid=31484/tid=31492] ppid=31482 vsize=516184 CPUtime=35.95 cores=0-7
/proc/31484/task/31492/stat : 31492 (python) S 31482 31484 30702 0 -1 4202560 26 361105 0 0 0 0 3535 60 25 0 9 0 546502959 528572416 29734 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 0 0 0 0
[pid=31484/tid=31495] ppid=31482 vsize=516184 CPUtime=35.95 cores=0-7
/proc/31484/task/31495/stat : 31495 (python) S 31482 31484 30702 0 -1 4202560 23 361105 0 0 0 0 3535 60 18 0 9 0 546502963 528572416 29734 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 2 0 0 0
[pid=31484/tid=31498] ppid=31482 vsize=516184 CPUtime=35.95 cores=0-7
/proc/31484/task/31498/stat : 31498 (python) S 31482 31484 30702 0 -1 4202560 27 361105 0 0 0 0 3535 60 25 0 9 0 546502966 528572416 29734 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 4 0 0 0
[pid=31484/tid=31501] ppid=31482 vsize=516184 CPUtime=35.95 cores=0-7
/proc/31484/task/31501/stat : 31501 (python) S 31482 31484 30702 0 -1 4202560 19 361105 0 0 0 0 3535 60 18 0 9 0 546502970 528572416 29734 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 5 0 0 0
[pid=31484/tid=31504] ppid=31482 vsize=516184 CPUtime=35.95 cores=0-7
/proc/31484/task/31504/stat : 31504 (python) S 31482 31484 30702 0 -1 4202560 22 361105 0 0 0 0 3535 60 25 0 9 0 546502973 528572416 29734 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 4 0 0 0
[pid=31484/tid=31507] ppid=31482 vsize=516184 CPUtime=35.95 cores=0-7
/proc/31484/task/31507/stat : 31507 (python) S 31482 31484 30702 0 -1 4202560 25 361105 0 0 0 0 3535 60 25 0 9 0 546502977 528572416 29734 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 7 0 0 0
[pid=31484/tid=31510] ppid=31482 vsize=516184 CPUtime=35.95 cores=0-7
/proc/31484/task/31510/stat : 31510 (python) S 31482 31484 30702 0 -1 4202560 76 361105 0 0 0 0 3535 60 25 0 9 0 546502981 528572416 29734 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 1 0 0 0
[pid=31484/tid=31513] ppid=31482 vsize=516184 CPUtime=35.95 cores=0-7
/proc/31484/task/31513/stat : 31513 (python) S 31482 31484 30702 0 -1 4202560 36 361105 0 0 0 0 3535 60 25 0 9 0 546502984 528572416 29734 33554432000 4194304 5683644 140734634297088 18446744073709551615 230820989361 0 0 16781312 2 18446604447903869760 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 140.53
Current children cumulated vsize (KiB) 3133240

Child status: 0
Real time (s): 56.5865
CPU time (s): 140.795
CPU user time (s): 139.492
CPU system time (s): 1.3028
CPU usage (%): 248.813
Max. virtual memory (cumulated for all children) (KiB): 6665076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 139.492
system time used= 1.3028
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 693288
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= 1385
involuntary context switches= 785

runsolver used 0.102984 second user time and 0.232964 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-02 17:09:41
IDJOB=3321683
IDBENCH=82474
IDSOLVER=1710
FILE ID=node104/3321683-1304348980
RUNJOBID= node104-1304342614-30716
PBS_JOBID= 13178062
Free space on /tmp= 73424 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtswvrod6x8p1-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-3321683-1304348980/watcher-3321683-1304348980 -o /tmp/evaluation-result-3321683-1304348980/solver-3321683-1304348980 -C 40000 -W 5100 -M 31000  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3321683-1304348980.cnf -seed 1104668157 -budget 40000 -cores 8

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

MD5SUM BENCH= d07ba7628d2c2e21fb72ee99fe24c054
RANDOM SEED=1104668157

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24821692 kB
Buffers:          5676 kB
Cached:         252272 kB
SwapCached:      43460 kB
Active:         322040 kB
Inactive:      7644144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24821692 kB
SwapTotal:    67111528 kB
SwapFree:     59765832 kB
Dirty:           40608 kB
Writeback:           0 kB
AnonPages:     7675328 kB
Mapped:          12676 kB
Slab:            61004 kB
PageTables:      36972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 16624152 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= 73392 MiB
End job on node104 at 2011-05-02 17:10:37