Trace number 3317875

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-industrial? (TO) 4800.17 1259.56

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-11-u.cnf
MD5SUM8e22d84b1ae625d44fbf300a32374a2d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables164158
Number of clauses730719
Sum of the clauses size1660140
Maximum clause length10
Minimum clause length1
Number of clauses of size 112474
Number of clauses of size 2600009
Number of clauses of size 387256
Number of clauses of size 43440
Number of clauses of size 513760
Number of clauses of size over 513780

Solver Data

0.53/19.28	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.53/19.28	c INFO: solving HOME/instance-3317875-1304267283.cnf
0.53/19.28	c INFO: computing task features
2.67/21.46	c INFO: computed variable-clause graph statistics
2.76/21.54	c INFO: computed clause balance statistics
12.76/31.51	c INFO: computed variable balance statistics
20.36/39.13	c INFO: computed small-clause counts
20.46/39.28	c INFO: computed Horn-clause counts
51.66/70.44	c INFO: computed variable graph statistics
51.66/70.44	c INFO: collected features for HOME/instance-3317875-1304267283.cnf in 51.09 s
51.66/70.48	c INFO: running lingeling-276@0 for 97 with 4748 remaining (b = 0.26)
51.75/70.50	c INFO: running cryptominisat-2.9.0@0 for 485 with 4748 remaining (b = 0.22)
51.75/70.53	c INFO: running lingeling-276@0 for 1261 with 4748 remaining (b = 0.36)
51.75/70.55	c INFO: running cryptominisat-2.9.0@0 for 1940 with 4748 remaining (b = 0.46)
443.42/168.63	c INFO: running lingeling-276@0 for 1164 with 4650 remaining (b = 0.29)
2007.55/560.28	c INFO: running SApperloT@0 for 97 with 4259 remaining (b = 0.12)
2403.73/659.45	c INFO: running precosat-570@0 for 388 with 4159 remaining (b = 0.20)
3991.21/1056.98	c INFO: running lingeling-276@0 for 97 with 3762 remaining (b = 0.09)
4387.30/1156.14	c INFO: running cryptominisat-2.9.0@0 for 1746 with 3663 remaining (b = 0.36)
4800.17/1259.53	c INFO: running cryptominisat-2.9.0@0 for 388 with 3559 remaining (b = 0.10)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3317875-1304267283/watcher-3317875-1304267283 -o /tmp/evaluation-result-3317875-1304267283/solver-3317875-1304267283 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317875-1304267283.cnf -seed 638206346 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 0.11 0.04 0.01 2/180 21089
/proc/meminfo: memFree=30685864/32951124 swapFree=67111336/67111528
[pid=21089] ppid=21084 vsize=1840 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (python) D 21084 21089 21052 0 -1 4194304 47 0 0 0 0 0 0 0 17 0 1 0 538326410 1884160 1 33554432000 0 0 140733230106262 18446744073709551615 5055495 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/21089/statm: 460 1 0 0 0 36 0

[startup+0.0271509 s]
/proc/loadavg: 0.11 0.04 0.01 2/180 21089
/proc/meminfo: memFree=30685864/32951124 swapFree=67111336/67111528
[pid=21089] ppid=21084 vsize=1964 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (python) D 21084 21089 21052 0 -1 4194304 76 0 1 0 0 0 0 0 17 0 1 0 538326410 2011136 29 33554432000 4194304 5683644 140733230097280 18446744073709551615 271545615376 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/21089/statm: 491 29 21 364 0 37 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1964

[startup+0.101124 s]
/proc/loadavg: 0.11 0.04 0.01 2/180 21089
/proc/meminfo: memFree=30685864/32951124 swapFree=67111336/67111528
[pid=21089] ppid=21084 vsize=14820 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (python) S 21084 21089 21052 0 -1 4202496 506 0 6 0 0 0 0 0 17 0 1 0 538326410 15175680 419 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550533477 0 2147483391 4096 0 18446744071699469502 0 0 17 1 0 0 4
/proc/21089/statm: 3705 419 259 364 0 192 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 14820

[startup+0.301098 s]
/proc/loadavg: 0.11 0.04 0.01 2/180 21089
/proc/meminfo: memFree=30685864/32951124 swapFree=67111336/67111528
[pid=21089] ppid=21084 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/21089/stat : 21089 (python) D 21084 21089 21052 0 -1 4202496 728 0 6 0 0 0 0 0 16 0 1 0 538326410 15548416 622 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550535680 0 0 16781312 2 0 0 0 17 1 0 0 5
/proc/21089/statm: 3796 622 322 364 0 283 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15184

[startup+0.701013 s]
/proc/loadavg: 0.11 0.04 0.01 2/180 21089
/proc/meminfo: memFree=30685864/32951124 swapFree=67111336/67111528
[pid=21089] ppid=21084 vsize=16400 CPUtime=0.01 cores=1,3,5,7
/proc/21089/stat : 21089 (python) D 21084 21089 21052 0 -1 4202496 1110 0 6 0 1 0 0 0 16 0 1 0 538326410 16793600 984 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550533477 0 0 16781312 2 0 0 0 17 1 0 0 8
/proc/21089/statm: 4100 984 408 364 0 587 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 16400

[startup+1.50087 s]
/proc/loadavg: 0.34 0.09 0.02 1/182 21091
/proc/meminfo: memFree=30674212/32951124 swapFree=67111336/67111528
[pid=21089] ppid=21084 vsize=18888 CPUtime=0.03 cores=1,3,5,7
/proc/21089/stat : 21089 (python) D 21084 21089 21052 0 -1 4202496 1244 0 7 0 1 2 0 0 16 0 1 0 538326410 19341312 1105 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550533477 0 0 16781312 2 0 0 0 17 1 0 0 10
/proc/21089/statm: 4722 1105 421 364 0 691 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18888

[startup+3.10058 s]
/proc/loadavg: 0.34 0.09 0.02 2/182 21091
/proc/meminfo: memFree=30675520/32951124 swapFree=67111336/67111528
[pid=21089] ppid=21084 vsize=27352 CPUtime=0.05 cores=1,3,5,7
/proc/21089/stat : 21089 (python) S 21084 21089 21052 0 -1 4202496 1342 0 10 0 2 3 0 0 16 0 1 0 538326410 28008448 1197 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 1 0 0 20
/proc/21089/statm: 6838 1197 440 364 0 725 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27352
heavy processes:

[startup+6.30099 s]
/proc/loadavg: 0.34 0.09 0.02 2/182 21091
/proc/meminfo: memFree=30670872/32951124 swapFree=67111336/67111528
[pid=21089] ppid=21084 vsize=93964 CPUtime=0.11 cores=1,3,5,7
/proc/21089/stat : 21089 (python) S 21084 21089 21052 0 -1 4202496 2673 0 23 0 5 6 0 0 16 0 1 0 538326410 96219136 2407 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 1 0 0 71
/proc/21089/statm: 23491 2407 764 364 0 1623 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 93964
heavy processes:

[startup+12.7008 s]
/proc/loadavg: 0.29 0.09 0.02 1/182 21100
/proc/meminfo: memFree=30643336/32951124 swapFree=67111336/67111528
[pid=21089] ppid=21084 vsize=135900 CPUtime=0.34 cores=1,3,5,7
/proc/21089/stat : 21089 (python) S 21084 21089 21052 0 -1 4202496 6029 926 41 8 17 17 0 0 16 0 1 0 538326410 139161600 4203 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550535680 0 2147483391 16781312 2 18446744071699469502 0 0 17 7 0 0 133
/proc/21089/statm: 33975 4203 1032 364 0 3161 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 135900
heavy processes:

[startup+25.5005 s]
/proc/loadavg: 0.48 0.13 0.04 3/182 21100
/proc/meminfo: memFree=30274732/32951124 swapFree=67111336/67111528
[pid=21089] ppid=21084 vsize=412188 CPUtime=6.76 cores=1,3,5,7
/proc/21089/stat : 21089 (python) R 21084 21089 21052 0 -1 4202496 65903 926 117 8 646 30 0 0 25 0 1 0 538326410 422080512 40431 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550224133 0 0 16781312 2 0 0 0 17 3 0 0 303
/proc/21089/statm: 103047 40431 1826 364 0 38971 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 412188
heavy processes:

[startup+51.1068 s]
/proc/loadavg: 1.06 0.30 0.09 3/182 21101
/proc/meminfo: memFree=30261856/32951124 swapFree=67111336/67111528
[pid=21089] ppid=21084 vsize=417896 CPUtime=32.36 cores=1,3,5,7
/proc/21089/stat : 21089 (python) R 21084 21089 21052 0 -1 4202496 67337 926 117 8 3206 30 0 0 25 0 1 0 538326410 427925504 41865 33554432000 4194304 5683644 140733230097280 18446744073709551615 47219204663436 0 0 16781312 2 0 0 0 17 3 0 0 303
/proc/21089/statm: 104474 41865 1833 364 0 40398 0
Current children cumulated CPU time (s) 32.36
Current children cumulated vsize (KiB) 417896
heavy processes:

[startup+102.301 s]
/proc/loadavg: 2.95 0.91 0.31 7/194 21114
/proc/meminfo: memFree=29155256/32951124 swapFree=67111336/67111528
[pid=21089] ppid=21084 vsize=447964 CPUtime=51.8 cores=1,3,5,7
/proc/21089/stat : 21089 (python) S 21084 21089 21052 0 -1 4202496 70075 926 117 8 5148 32 0 0 20 0 5 0 538326410 458715136 39187 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 303
/proc/21089/statm: 111991 39187 1881 364 0 47900 0
[pid=21102] ppid=21089 vsize=406952 CPUtime=0.03 cores=1,3,5,7
/proc/21102/stat : 21102 (python) S 21089 21089 21052 0 -1 4202560 1004 0 0 0 1 2 0 0 18 0 1 0 538333458 416718848 37672 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557711 0 0 16781312 514 1216587625901555976 0 0 17 7 0 0 0
/proc/21102/statm: 101738 37672 382 364 0 37656 0
[pid=21104] ppid=21102 vsize=47108 CPUtime=31.8 cores=1,3,5,7
/proc/21104/stat : 21104 (lingeling) R 21102 21104 21104 0 -1 4202496 18960 0 0 0 3177 3 0 0 25 0 1 0 538333458 48238592 10947 33554432000 4194304 4352236 140734641649072 18446744073709551615 4319146 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21104/statm: 11777 10947 129 39 0 10857 0
[pid=21105] ppid=21089 vsize=417208 CPUtime=0.03 cores=1,3,5,7
/proc/21105/stat : 21105 (python) S 21089 21089 21052 0 -1 4202560 924 0 0 0 2 1 0 0 15 0 1 0 538333460 427220992 37664 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557766 0 0 16781312 514 4511283018920329480 0 0 17 3 0 0 0
/proc/21105/statm: 104302 37664 370 364 0 40217 0
[pid=21107] ppid=21105 vsize=621624 CPUtime=31.78 cores=1,3,5,7
/proc/21107/stat : 21107 (cryptominisat-2) R 21105 21107 21107 0 -1 4202496 135770 0 0 0 3158 20 0 0 25 0 1 0 538333461 636542976 126939 33554432000 4194304 4677096 140735879581136 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21107/statm: 155406 126939 388 118 0 150365 0
[pid=21108] ppid=21089 vsize=427464 CPUtime=0.03 cores=1,3,5,7
/proc/21108/stat : 21108 (python) S 21089 21089 21052 0 -1 4202560 949 0 0 0 2 1 0 0 18 0 1 0 538333463 437723136 37668 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557766 0 0 16781312 514 1216587625901555976 0 0 17 3 0 0 0
/proc/21108/statm: 106866 37668 370 364 0 42778 0
[pid=21110] ppid=21108 vsize=46852 CPUtime=31.68 cores=1,3,5,7
/proc/21110/stat : 21110 (lingeling) R 21108 21110 21110 0 -1 4202496 18901 0 0 0 3165 3 0 0 25 0 1 0 538333464 47976448 10882 33554432000 4194304 4352236 140734380888576 18446744073709551615 4319072 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21110/statm: 11713 10882 129 39 0 10793 0
[pid=21111] ppid=21089 vsize=437720 CPUtime=0.04 cores=1,3,5,7
/proc/21111/stat : 21111 (python) S 21089 21089 21052 0 -1 4202560 939 0 0 0 2 2 0 0 15 0 1 0 538333466 448225280 37672 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557766 0 0 16781312 514 9889794834837766408 0 0 17 7 0 0 0
/proc/21111/statm: 109430 37672 370 364 0 45339 0
[pid=21113] ppid=21111 vsize=622396 CPUtime=31.47 cores=1,3,5,7
/proc/21113/stat : 21113 (cryptominisat-2) R 21111 21113 21113 0 -1 4202496 136301 0 0 0 3126 21 0 0 25 0 1 0 538333466 637333504 127072 33554432000 4194304 4677096 140736184034080 18446744073709551615 4334301 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/21113/statm: 155599 127072 388 118 0 150558 0
[pid=21089/tid=21103] ppid=21084 vsize=447964 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21103/stat : 21103 (python) S 21084 21089 21052 0 -1 4202560 24 926 0 8 0 0 0 0 19 0 5 0 538333458 458715136 39187 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 5 0 0 0
[pid=21089/tid=21106] ppid=21084 vsize=447964 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21106/stat : 21106 (python) S 21084 21089 21052 0 -1 4202560 21 926 0 8 0 0 0 0 20 0 5 0 538333461 458715136 39187 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 7 0 0 0
[pid=21089/tid=21109] ppid=21084 vsize=447964 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21109/stat : 21109 (python) S 21084 21089 21052 0 -1 4202560 22 926 0 8 0 0 0 0 22 0 5 0 538333463 458715136 39187 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 3 0 0 0
[pid=21089/tid=21112] ppid=21084 vsize=447964 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21112/stat : 21112 (python) S 21084 21089 21052 0 -1 4202560 28 926 0 8 0 0 0 0 20 0 5 0 538333466 458715136 39187 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 178.66
Current children cumulated vsize (KiB) 3475288

[startup+162.302 s]
/proc/loadavg: 6.18 2.18 0.78 10/206 21128
/proc/meminfo: memFree=28092128/32951124 swapFree=67111336/67111528
[pid=21089] ppid=21084 vsize=447964 CPUtime=51.8 cores=1,3,5,7
/proc/21089/stat : 21089 (python) S 21084 21089 21052 0 -1 4202496 70075 926 117 8 5148 32 0 0 20 0 5 0 538326410 458715136 39187 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 303
/proc/21089/statm: 111991 39187 1881 364 0 47900 0
[pid=21102] ppid=21089 vsize=406952 CPUtime=0.11 cores=1,3,5,7
/proc/21102/stat : 21102 (python) S 21089 21089 21052 0 -1 4202560 1028 0 0 0 7 4 0 0 18 0 1 0 538333458 416718848 37672 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557711 0 0 16781312 514 1216587625901555976 0 0 17 7 0 0 0
/proc/21102/statm: 101738 37672 382 364 0 37656 0
[pid=21104] ppid=21102 vsize=53896 CPUtime=91.8 cores=1,3,5,7
/proc/21104/stat : 21104 (lingeling) R 21102 21104 21104 0 -1 4202496 20432 0 0 0 9177 3 0 0 25 0 1 0 538333458 55189504 11621 33554432000 4194304 4352236 140734641649072 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/21104/statm: 13474 11621 129 39 0 12554 0
[pid=21105] ppid=21089 vsize=417208 CPUtime=0.12 cores=1,3,5,7
/proc/21105/stat : 21105 (python) S 21089 21089 21052 0 -1 4202560 951 0 0 0 6 6 0 0 15 0 1 0 538333460 427220992 37664 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557766 0 0 16781312 514 4511283018920329480 0 0 17 3 0 0 0
/proc/21105/statm: 104302 37664 370 364 0 40217 0
[pid=21107] ppid=21105 vsize=783916 CPUtime=91.77 cores=1,3,5,7
/proc/21107/stat : 21107 (cryptominisat-2) R 21105 21107 21107 0 -1 4202496 180216 0 0 0 9147 30 0 0 25 0 1 0 538333461 802729984 162535 33554432000 4194304 4677096 140735879581136 18446744073709551615 4337817 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21107/statm: 195979 162535 391 118 0 190938 0
[pid=21108] ppid=21089 vsize=427464 CPUtime=0.11 cores=1,3,5,7
/proc/21108/stat : 21108 (python) S 21089 21089 21052 0 -1 4202560 973 0 0 0 5 6 0 0 18 0 1 0 538333463 437723136 37668 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557766 0 0 16781312 514 1216587625901555976 0 0 17 3 0 0 0
/proc/21108/statm: 106866 37668 370 364 0 42778 0
[pid=21110] ppid=21108 vsize=53416 CPUtime=91.51 cores=1,3,5,7
/proc/21110/stat : 21110 (lingeling) R 21108 21110 21110 0 -1 4202496 20313 0 0 0 9148 3 0 0 25 0 1 0 538333464 54697984 11500 33554432000 4194304 4352236 140734380888576 18446744073709551615 4276757 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21110/statm: 13354 11500 129 39 0 12434 0
[pid=21111] ppid=21089 vsize=437720 CPUtime=0.13 cores=1,3,5,7
/proc/21111/stat : 21111 (python) S 21089 21089 21052 0 -1 4202560 969 0 0 0 7 6 0 0 15 0 1 0 538333466 448225280 37672 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557766 0 0 16781312 514 9889794834837766408 0 0 17 7 0 0 0
/proc/21111/statm: 109430 37672 370 364 0 45339 0
[pid=21113] ppid=21111 vsize=787732 CPUtime=90.93 cores=1,3,5,7
/proc/21113/stat : 21113 (cryptominisat-2) R 21111 21113 21113 0 -1 4202496 183147 0 0 0 9062 31 0 0 25 0 1 0 538333466 806637568 164705 33554432000 4194304 4677096 140736184034080 18446744073709551615 4340055 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/21113/statm: 196933 164705 391 118 0 191892 0
[pid=21089/tid=21103] ppid=21084 vsize=447964 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21103/stat : 21103 (python) S 21084 21089 21052 0 -1 4202560 24 926 0 8 0 0 0 0 19 0 5 0 538333458 458715136 39187 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 5 0 0 0
[pid=21089/tid=21106] ppid=21084 vsize=447964 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21106/stat : 21106 (python) S 21084 21089 21052 0 -1 4202560 21 926 0 8 0 0 0 0 20 0 5 0 538333461 458715136 39187 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 7 0 0 0
[pid=21089/tid=21109] ppid=21084 vsize=447964 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21109/stat : 21109 (python) S 21084 21089 21052 0 -1 4202560 22 926 0 8 0 0 0 0 22 0 5 0 538333463 458715136 39187 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 3 0 0 0

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

/proc/meminfo: memFree=27680548/32951124 swapFree=67111336/67111528
[pid=21089] ppid=21084 vsize=478732 CPUtime=51.92 cores=1,3,5,7
/proc/21089/stat : 21089 (python) S 21084 21089 21052 0 -1 4202496 73033 926 117 8 5158 34 0 0 18 0 8 0 538326410 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 303
/proc/21089/statm: 119683 39206 1888 364 0 55583 0
[pid=21102] ppid=21089 vsize=417196 CPUtime=1.56 cores=1,3,5,7
/proc/21102/stat : 21102 (python) S 21089 21089 21052 0 -1 4202560 1220 0 0 0 85 71 0 0 18 0 2 0 538333458 427208704 37711 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21102/statm: 104299 37711 416 364 0 40217 0
[pid=21104] ppid=21102 vsize=61856 CPUtime=1167.84 cores=1,3,5,7
/proc/21104/stat : 21104 (lingeling) R 21102 21104 21104 0 -1 4202496 26188 0 0 0 116779 5 0 0 25 0 1 0 538333458 63340544 13611 33554432000 4194304 4352236 140734641649072 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21104/statm: 15464 13611 129 39 0 14544 0
[pid=21102/tid=21129] ppid=21089 vsize=417196 CPUtime=0 cores=1,3,5,7
/proc/21102/task/21129/stat : 21129 (python) S 21089 21089 21052 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538343271 427208704 37711 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 514 18446604471164949760 0 0 -1 1 0 0 0
[pid=21105] ppid=21089 vsize=417208 CPUtime=0.84 cores=1,3,5,7
/proc/21105/stat : 21105 (python) S 21089 21089 21052 0 -1 4202560 1179 0 0 0 43 41 0 0 15 0 2 0 538333460 427220992 37695 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21105/statm: 104302 37695 400 364 0 40217 0
[pid=21107] ppid=21105 vsize=938488 CPUtime=575.92 cores=1,3,5,7
/proc/21107/stat : 21107 (cryptominisat-2) R 21105 21107 21107 0 -1 4202496 313625 0 0 0 57516 76 0 0 25 0 1 0 538333461 961011712 200444 33554432000 4194304 4677096 140735879581136 18446744073709551615 4320139 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21107/statm: 234622 200444 391 118 0 229581 0
[pid=21105/tid=21234] ppid=21089 vsize=417208 CPUtime=0 cores=1,3,5,7
/proc/21105/task/21234/stat : 21234 (python) S 21089 21089 21052 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 538382437 427220992 37695 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 514 18446604471164951552 0 0 -1 3 0 0 0
[pid=21108] ppid=21089 vsize=427464 CPUtime=1.55 cores=1,3,5,7
/proc/21108/stat : 21108 (python) S 21089 21089 21052 0 -1 4202560 1009 0 0 0 78 77 0 0 18 0 1 0 538333463 437723136 37668 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557766 0 0 16781312 514 1216587625901555976 0 0 17 3 0 0 0
/proc/21108/statm: 106866 37668 370 364 0 42778 0
[pid=21110] ppid=21108 vsize=63396 CPUtime=1169.25 cores=1,3,5,7
/proc/21110/stat : 21110 (lingeling) R 21108 21110 21110 0 -1 4202496 24563 0 0 0 116921 4 0 0 25 0 1 0 538333464 64917504 15018 33554432000 4194304 4352236 140734380888576 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21110/statm: 15849 15018 129 39 0 14929 0
[pid=21111] ppid=21089 vsize=437720 CPUtime=1.68 cores=1,3,5,7
/proc/21111/stat : 21111 (python) S 21089 21089 21052 0 -1 4202560 1031 0 0 0 88 80 0 0 15 0 1 0 538333466 448225280 37673 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557766 0 0 16781312 514 9889794834837766408 0 0 17 1 0 0 0
/proc/21111/statm: 109430 37673 371 364 0 45339 0
[pid=21113] ppid=21111 vsize=957244 CPUtime=1169.81 cores=1,3,5,7
/proc/21113/stat : 21113 (cryptominisat-2) R 21111 21113 21113 0 -1 4202496 444310 0 0 0 116848 133 0 0 25 0 1 0 538333466 980217856 203327 33554432000 4194304 4677096 140736184034080 18446744073709551615 271550234302 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21113/statm: 239311 203327 391 118 0 234270 0
[pid=21235] ppid=21089 vsize=447976 CPUtime=0.14 cores=1,3,5,7
/proc/21235/stat : 21235 (python) S 21089 21089 21052 0 -1 4202560 1141 0 0 0 8 6 0 0 19 0 2 0 538382439 458727424 37706 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21235/statm: 111994 37706 399 364 0 47900 0
[pid=21237] ppid=21235 vsize=181004 CPUtime=98.24 cores=1,3,5,7
/proc/21237/stat : 21237 (SApperloT-base) T 21235 21237 21237 0 -1 4202496 45008 0 0 0 9805 19 0 0 25 0 1 0 538382439 185348096 44034 33554432000 134512640 135674940 4289788608 18446744073709551615 134556818 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21237/statm: 45251 44034 99 284 0 44965 0
[pid=21235/tid=21241] ppid=21089 vsize=447976 CPUtime=0 cores=1,3,5,7
/proc/21235/task/21241/stat : 21241 (python) S 21089 21089 21052 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538392353 458727424 37706 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 514 18446604463712235904 0 0 -1 7 0 0 0
[pid=21242] ppid=21089 vsize=458232 CPUtime=0.53 cores=1,3,5,7
/proc/21242/stat : 21242 (python) S 21089 21089 21052 0 -1 4202560 1175 0 0 0 29 24 0 0 19 0 2 0 538392356 469229568 37710 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21242/statm: 114558 37710 399 364 0 50461 0
[pid=21244] ppid=21242 vsize=194360 CPUtime=393.88 cores=1,3,5,7
/proc/21244/stat : 21244 (precosat) T 21242 21244 21244 0 -1 4202496 65797 0 0 0 39378 10 0 0 25 0 1 0 538392356 199024640 47061 33554432000 4194304 4890832 140734695948496 18446744073709551615 4238946 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/21244/statm: 48590 47061 86 171 0 48417 0
[pid=21242/tid=21267] ppid=21089 vsize=458232 CPUtime=0 cores=1,3,5,7
/proc/21242/task/21267/stat : 21267 (python) S 21089 21089 21052 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538432106 469229568 37710 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 514 18446604471133607808 0 0 -1 7 0 0 0
[pid=21268] ppid=21089 vsize=468488 CPUtime=0.13 cores=1,3,5,7
/proc/21268/stat : 21268 (python) S 21089 21089 21052 0 -1 4202560 1123 0 0 0 8 5 0 0 19 0 2 0 538432108 479731712 37714 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21268/statm: 117122 37714 399 364 0 53022 0
[pid=21270] ppid=21268 vsize=52464 CPUtime=98.2 cores=1,3,5,7
/proc/21270/stat : 21270 (lingeling) T 21268 21270 21270 0 -1 4202496 20136 0 0 0 9818 2 0 0 25 0 1 0 538432108 53723136 11263 33554432000 4194304 4352236 140736500900496 18446744073709551615 4327854 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/21270/statm: 13116 11263 129 39 0 12196 0
[pid=21268/tid=21273] ppid=21089 vsize=468488 CPUtime=0 cores=1,3,5,7
/proc/21268/task/21273/stat : 21273 (python) S 21089 21089 21052 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538442022 479731712 37714 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 514 18446604471133332800 0 0 -1 7 0 0 0
[pid=21089/tid=21103] ppid=21084 vsize=478732 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21103/stat : 21103 (python) S 21084 21089 21052 0 -1 4202560 29 926 0 8 0 0 0 0 18 0 8 0 538333458 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 5 0 0 0
[pid=21089/tid=21106] ppid=21084 vsize=478732 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21106/stat : 21106 (python) S 21084 21089 21052 0 -1 4202560 27 926 0 8 0 0 0 0 18 0 8 0 538333461 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 7 0 0 0
[pid=21089/tid=21109] ppid=21084 vsize=478732 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21109/stat : 21109 (python) S 21084 21089 21052 0 -1 4202560 22 926 0 8 0 0 0 0 22 0 8 0 538333463 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 3 0 0 0
[pid=21089/tid=21112] ppid=21084 vsize=478732 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21112/stat : 21112 (python) S 21084 21089 21052 0 -1 4202560 28 926 0 8 0 0 0 0 20 0 8 0 538333466 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 7 0 0 0
[pid=21089/tid=21236] ppid=21084 vsize=478732 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21236/stat : 21236 (python) S 21084 21089 21052 0 -1 4202560 30 926 0 8 0 0 0 0 20 0 8 0 538382439 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 7 0 0 0
[pid=21089/tid=21243] ppid=21084 vsize=478732 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21243/stat : 21243 (python) S 21084 21089 21052 0 -1 4202560 27 926 0 8 0 0 0 0 20 0 8 0 538392356 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 7 0 0 0
[pid=21089/tid=21269] ppid=21084 vsize=478732 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21269/stat : 21269 (python) S 21084 21089 21052 0 -1 4202560 29 926 0 8 0 0 0 0 20 0 8 0 538432108 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4731.49
Current children cumulated vsize (KiB) 6001828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1259.5 s]
/proc/loadavg: 8.21 8.04 5.87 9/233 21277
/proc/meminfo: memFree=27689100/32951124 swapFree=67111336/67111528
[pid=21089] ppid=21084 vsize=478732 CPUtime=51.92 cores=1,3,5,7
/proc/21089/stat : 21089 (python) S 21084 21089 21052 0 -1 4202496 73033 926 117 8 5158 34 0 0 18 0 8 0 538326410 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562364363 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 303
/proc/21089/statm: 119683 39206 1888 364 0 55583 0
[pid=21102] ppid=21089 vsize=417196 CPUtime=1.58 cores=1,3,5,7
/proc/21102/stat : 21102 (python) S 21089 21089 21052 0 -1 4202560 1220 0 0 0 87 71 0 0 18 0 2 0 538333458 427208704 37711 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21102/statm: 104299 37711 416 364 0 40217 0
[pid=21104] ppid=21102 vsize=61856 CPUtime=1184.92 cores=1,3,5,7
/proc/21104/stat : 21104 (lingeling) R 21102 21104 21104 0 -1 4202496 26188 0 0 0 118487 5 0 0 25 0 1 0 538333458 63340544 13611 33554432000 4194304 4352236 140734641649072 18446744073709551615 4328368 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/21104/statm: 15464 13611 129 39 0 14544 0
[pid=21102/tid=21129] ppid=21089 vsize=417196 CPUtime=0 cores=1,3,5,7
/proc/21102/task/21129/stat : 21129 (python) S 21089 21089 21052 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538343271 427208704 37711 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 514 18446604471164949760 0 0 -1 1 0 0 0
[pid=21105] ppid=21089 vsize=417208 CPUtime=0.87 cores=1,3,5,7
/proc/21105/stat : 21105 (python) S 21089 21089 21052 0 -1 4202560 1179 0 0 0 44 43 0 0 15 0 2 0 538333460 427220992 37695 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557766 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21105/statm: 104302 37695 400 364 0 40217 0
[pid=21107] ppid=21105 vsize=938644 CPUtime=593.12 cores=1,3,5,7
/proc/21107/stat : 21107 (cryptominisat-2) R 21105 21107 21107 0 -1 4202496 319824 0 0 0 59233 79 0 0 25 0 1 0 538333461 961171456 198990 33554432000 4194304 4677096 140735879581136 18446744073709551615 4319818 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21107/statm: 234661 198990 391 118 0 229620 0
[pid=21105/tid=21234] ppid=21089 vsize=417208 CPUtime=0 cores=1,3,5,7
/proc/21105/task/21234/stat : 21234 (python) S 21089 21089 21052 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 538382437 427220992 37695 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 514 18446604471164951552 0 0 -1 3 0 0 0
[pid=21108] ppid=21089 vsize=427464 CPUtime=1.57 cores=1,3,5,7
/proc/21108/stat : 21108 (python) S 21089 21089 21052 0 -1 4202560 1009 0 0 0 79 78 0 0 18 0 1 0 538333463 437723136 37668 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557766 0 0 16781312 514 1216587625901555976 0 0 17 3 0 0 0
/proc/21108/statm: 106866 37668 370 364 0 42778 0
[pid=21110] ppid=21108 vsize=63396 CPUtime=1186.37 cores=1,3,5,7
/proc/21110/stat : 21110 (lingeling) R 21108 21110 21110 0 -1 4202496 24563 0 0 0 118633 4 0 0 25 0 1 0 538333464 64917504 15018 33554432000 4194304 4352236 140734380888576 18446744073709551615 4278811 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21110/statm: 15849 15018 129 39 0 14929 0
[pid=21111] ppid=21089 vsize=437720 CPUtime=1.71 cores=1,3,5,7
/proc/21111/stat : 21111 (python) S 21089 21089 21052 0 -1 4202560 1031 0 0 0 90 81 0 0 15 0 1 0 538333466 448225280 37673 33554432000 4194304 5683644 140733230097280 18446744073709551615 271550557766 0 0 16781312 514 1216587625901555976 0 0 17 1 0 0 0
/proc/21111/statm: 109430 37673 371 364 0 45339 0
[pid=21113] ppid=21111 vsize=1041608 CPUtime=1186.99 cores=1,3,5,7
/proc/21113/stat : 21113 (cryptominisat-2) R 21111 21113 21113 0 -1 4202496 447531 0 0 0 118565 134 0 0 25 0 1 0 538333466 1066606592 206548 33554432000 4194304 4677096 140736184034080 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21113/statm: 260402 206548 391 118 0 255361 0
[pid=21235] ppid=21089 vsize=447976 CPUtime=0.14 cores=1,3,5,7
/proc/21235/stat : 21235 (python) S 21089 21089 21052 0 -1 4202560 1141 0 0 0 8 6 0 0 19 0 2 0 538382439 458727424 37706 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21235/statm: 111994 37706 399 364 0 47900 0
[pid=21237] ppid=21235 vsize=181004 CPUtime=98.24 cores=1,3,5,7
/proc/21237/stat : 21237 (SApperloT-base) T 21235 21237 21237 0 -1 4202496 45008 0 0 0 9805 19 0 0 25 0 1 0 538382439 185348096 44034 33554432000 134512640 135674940 4289788608 18446744073709551615 134556818 0 0 16781312 0 18446744071562691360 0 0 17 7 0 0 0
/proc/21237/statm: 45251 44034 99 284 0 44965 0
[pid=21235/tid=21241] ppid=21089 vsize=447976 CPUtime=0 cores=1,3,5,7
/proc/21235/task/21241/stat : 21241 (python) S 21089 21089 21052 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538392353 458727424 37706 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 514 18446604463712235904 0 0 -1 7 0 0 0
[pid=21242] ppid=21089 vsize=458232 CPUtime=0.53 cores=1,3,5,7
/proc/21242/stat : 21242 (python) S 21089 21089 21052 0 -1 4202560 1175 0 0 0 29 24 0 0 19 0 2 0 538392356 469229568 37710 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21242/statm: 114558 37710 399 364 0 50461 0
[pid=21244] ppid=21242 vsize=194360 CPUtime=393.88 cores=1,3,5,7
/proc/21244/stat : 21244 (precosat) T 21242 21244 21244 0 -1 4202496 65797 0 0 0 39378 10 0 0 25 0 1 0 538392356 199024640 47061 33554432000 4194304 4890832 140734695948496 18446744073709551615 4238946 0 0 16781312 17442 18446744071562691360 0 0 17 7 0 0 0
/proc/21244/statm: 48590 47061 86 171 0 48417 0
[pid=21242/tid=21267] ppid=21089 vsize=458232 CPUtime=0 cores=1,3,5,7
/proc/21242/task/21267/stat : 21267 (python) S 21089 21089 21052 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538432106 469229568 37710 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 514 18446604471133607808 0 0 -1 7 0 0 0
[pid=21268] ppid=21089 vsize=468488 CPUtime=0.13 cores=1,3,5,7
/proc/21268/stat : 21268 (python) S 21089 21089 21052 0 -1 4202560 1123 0 0 0 8 5 0 0 19 0 2 0 538432108 479731712 37714 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562364363 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21268/statm: 117122 37714 399 364 0 53022 0
[pid=21270] ppid=21268 vsize=52464 CPUtime=98.2 cores=1,3,5,7
/proc/21270/stat : 21270 (lingeling) T 21268 21270 21270 0 -1 4202496 20136 0 0 0 9818 2 0 0 25 0 1 0 538432108 53723136 11263 33554432000 4194304 4352236 140736500900496 18446744073709551615 4327854 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/21270/statm: 13116 11263 129 39 0 12196 0
[pid=21268/tid=21273] ppid=21089 vsize=468488 CPUtime=0 cores=1,3,5,7
/proc/21268/task/21273/stat : 21273 (python) S 21089 21089 21052 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538442022 479731712 37714 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 514 18446604471133332800 0 0 -1 7 0 0 0
[pid=21089/tid=21103] ppid=21084 vsize=478732 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21103/stat : 21103 (python) S 21084 21089 21052 0 -1 4202560 29 926 0 8 0 0 0 0 18 0 8 0 538333458 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 5 0 0 0
[pid=21089/tid=21106] ppid=21084 vsize=478732 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21106/stat : 21106 (python) S 21084 21089 21052 0 -1 4202560 27 926 0 8 0 0 0 0 18 0 8 0 538333461 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 7 0 0 0
[pid=21089/tid=21109] ppid=21084 vsize=478732 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21109/stat : 21109 (python) S 21084 21089 21052 0 -1 4202560 22 926 0 8 0 0 0 0 22 0 8 0 538333463 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 3 0 0 0
[pid=21089/tid=21112] ppid=21084 vsize=478732 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21112/stat : 21112 (python) S 21084 21089 21052 0 -1 4202560 28 926 0 8 0 0 0 0 20 0 8 0 538333466 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 7 0 0 0
[pid=21089/tid=21236] ppid=21084 vsize=478732 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21236/stat : 21236 (python) S 21084 21089 21052 0 -1 4202560 30 926 0 8 0 0 0 0 20 0 8 0 538382439 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 7 0 0 0
[pid=21089/tid=21243] ppid=21084 vsize=478732 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21243/stat : 21243 (python) S 21084 21089 21052 0 -1 4202560 27 926 0 8 0 0 0 0 20 0 8 0 538392356 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 7 0 0 0
[pid=21089/tid=21269] ppid=21084 vsize=478732 CPUtime=0 cores=1,3,5,7
/proc/21089/task/21269/stat : 21269 (python) S 21084 21089 21052 0 -1 4202560 29 926 0 8 0 0 0 0 20 0 8 0 538432108 490221568 39206 33554432000 4194304 5683644 140733230097280 18446744073709551615 271562361265 0 0 16781312 2 18446604459866073920 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 6086348

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21089 and gives
#  childrusage.ru_utime.tv_sec=1238
#  childrusage.ru_utime.tv_usec=596704
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=370639
# CPU time returned by wait4() is 1240.97
# while last known CPU time is 4800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1259.56
CPU time (s): 4800.17
CPU user time (s): 4794.22
CPU system time (s): 5.95
CPU usage (%): 381.1
Max. virtual memory (cumulated for all children) (KiB): 6178924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1238.6
system time used= 2.37064
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103958
page faults= 125
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20118
involuntary context switches= 17919

runsolver used 2.47762 second user time and 5.39518 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-01 18:28:04
IDJOB=3317875
IDBENCH=20386
IDSOLVER=1706
FILE ID=node133/3317875-1304267283
RUNJOBID= node133-1304267282-21071
PBS_JOBID= 13173946
Free space on /tmp= 72872 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-11-u.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-3317875-1304267283/watcher-3317875-1304267283 -o /tmp/evaluation-result-3317875-1304267283/solver-3317875-1304267283 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317875-1304267283.cnf -seed 638206346 -budget 4800 -cores 4

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

MD5SUM BENCH= 8e22d84b1ae625d44fbf300a32374a2d
RANDOM SEED=638206346

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30686432 kB
Buffers:        566924 kB
Cached:        1288380 kB
SwapCached:        124 kB
Active:         237432 kB
Inactive:      1681216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30686432 kB
SwapTotal:    67111528 kB
SwapFree:     67111336 kB
Dirty:           95528 kB
Writeback:           0 kB
AnonPages:       63460 kB
Mapped:          14556 kB
Slab:           283280 kB
PageTables:       4752 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187896 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72828 MiB
End job on node133 at 2011-05-01 18:49:07