Trace number 3498491

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-seq-industrial (fixed)? (TO) 5000.02 4993.66

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
k2mul.miter.shuffled-as.sat03-355.cnf
MD5SUM77e0700cbaeeb3d63a4820608fc84761
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1129.19
Satisfiable
(Un)Satisfiability was proved
Number of variables11680
Number of clauses74581
Sum of the clauses size252050
Maximum clause length86
Minimum clause length1
Number of clauses of size 14
Number of clauses of size 217176
Number of clauses of size 334696
Number of clauses of size 40
Number of clauses of size 522704
Number of clauses of size over 51

Solver Data

0.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.69	c INFO: solving HOME/instance-3498491-1307955579.cnf
0.35/0.69	c INFO: computing task features
0.63/0.97	c INFO: computed variable-clause graph statistics
0.63/0.98	c INFO: computed clause balance statistics
2.13/2.40	c INFO: computed variable balance statistics
3.13/3.42	c INFO: computed small-clause counts
3.13/3.42	c INFO: computed Horn-clause counts
3.33/3.65	c INFO: computed variable graph statistics
3.33/3.65	c INFO: collected features for HOME/instance-3498491-1307955579.cnf in 2.95 s
3.33/3.68	c INFO: running lingeling-276@0 for 97 with 4997 remaining (b = 0.29)
103.65/103.82	c INFO: running cryptominisat-2.9.0@0 for 485 with 4896 remaining (b = 0.33)
591.80/591.37	c INFO: running lingeling-276@100 for 485 with 4409 remaining (b = 0.35)
1079.90/1078.88	c INFO: running lingeling-276@0 for 194 with 3922 remaining (b = 0.31)
1276.40/1275.10	c INFO: running precosat-570@0 for 97 with 3725 remaining (b = 0.13)
1376.61/1375.24	c INFO: running lingeling-276@196 for 97 with 3625 remaining (b = 0.08)
1473.83/1472.36	c INFO: running precosat-570@100 for 97 with 3528 remaining (b = 0.08)
1571.08/1569.49	c INFO: running precosat-570@197 for 97 with 3431 remaining (b = 0.07)
1666.42/1664.62	c INFO: running lingeling-276@0 for 97 with 3336 remaining (b = 0.13)
1766.61/1764.76	c INFO: running cryptominisat-2.9.0@487 for 97 with 3236 remaining (b = 0.06)
1864.96/1862.97	c INFO: running lingeling-276@100 for 97 with 3138 remaining (b = 0.05)
1962.31/1960.11	c INFO: running SApperloT@0 for 97 with 3041 remaining (b = 0.06)
2062.51/2060.26	c INFO: running lingeling-276@293 for 291 with 2940 remaining (b = 0.12)
2352.31/2349.61	c INFO: running precosat-570@292 for 97 with 2651 remaining (b = 0.05)
2449.53/2446.75	c INFO: running cryptominisat-2.9.0@0 for 485 with 2554 remaining (b = 0.21)
2936.84/2933.32	c INFO: running precosat-570@0 for 194 with 2068 remaining (b = 0.07)
3133.22/3129.57	c INFO: running cryptominisat-2.9.0@486 for 97 with 1872 remaining (b = 0.04)
3231.07/3227.23	c INFO: running lingeling-276@197 for 388 with 1774 remaining (b = 0.12)
3617.00/3612.69	c INFO: running cryptominisat-2.9.0@585 for 1389 with 1389 remaining (b = 0.38)

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.1 (svn: 989)

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-3498491-1307955579/watcher-3498491-1307955579 -o /tmp/evaluation-result-3498491-1307955579/solver-3498491-1307955579 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498491-1307955579.cnf -seed 733535067 -budget 5000 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 2.02 2.02 1.84 2/205 31473
/proc/meminfo: memFree=3332512/32951124 swapFree=67063272/67111528
[pid=31473] ppid=31471 vsize=15184 CPUtime=0 cores=1,3,5,7
/proc/31473/stat : 31473 (python) R 31471 31473 31223 0 -1 4202496 728 0 0 0 0 0 0 0 17 0 1 0 907156143 15548416 617 33554432000 4194304 5683644 140735699321968 18446744073709551615 232335890432 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31473/statm: 3797 619 322 364 0 284 0

[startup+0.0474709 s]
/proc/loadavg: 2.02 2.02 1.84 2/205 31473
/proc/meminfo: memFree=3332512/32951124 swapFree=67063272/67111528
[pid=31473] ppid=31471 vsize=18884 CPUtime=0.03 cores=1,3,5,7
/proc/31473/stat : 31473 (python) R 31471 31473 31223 0 -1 4202496 1288 0 0 0 2 1 0 0 17 0 1 0 907156143 19337216 1140 33554432000 4194304 5683644 140735699321968 18446744073709551615 4867334 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31473/statm: 4721 1140 421 364 0 690 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 18884

[startup+0.100482 s]
/proc/loadavg: 2.02 2.02 1.84 2/205 31473
/proc/meminfo: memFree=3332512/32951124 swapFree=67063272/67111528
[pid=31473] ppid=31471 vsize=85620 CPUtime=0.06 cores=1,3,5,7
/proc/31473/stat : 31473 (python) R 31471 31473 31223 0 -1 4202496 2630 0 0 0 4 2 0 0 17 0 1 0 907156143 87674880 2348 33554432000 4194304 5683644 140735699321968 18446744073709551615 232335890432 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/31473/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300442 s]
/proc/loadavg: 2.02 2.02 1.84 2/205 31473
/proc/meminfo: memFree=3332512/32951124 swapFree=67063272/67111528
[pid=31473] ppid=31471 vsize=135748 CPUtime=0.2 cores=1,3,5,7
/proc/31473/stat : 31473 (python) R 31471 31473 31223 0 -1 4202496 5973 933 1 0 14 6 0 0 17 0 1 0 907156143 139005952 4148 33554432000 4194304 5683644 140735699321968 18446744073709551615 232335584976 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31473/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700344 s]
/proc/loadavg: 2.02 2.02 1.84 2/205 31473
/proc/meminfo: memFree=3332512/32951124 swapFree=67063272/67111528
[pid=31473] ppid=31471 vsize=280160 CPUtime=0.43 cores=1,3,5,7
/proc/31473/stat : 31473 (python) R 31471 31473 31223 0 -1 4202496 9691 933 1 0 31 12 0 0 15 0 1 0 907156143 286883840 7360 33554432000 4194304 5683644 140735699321968 18446744073709551615 232335253252 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31473/statm: 70040 7360 1761 364 0 5964 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 280160

[startup+1.5002 s]
/proc/loadavg: 2.02 2.02 1.84 3/206 31478
/proc/meminfo: memFree=3292352/32951124 swapFree=67063272/67111528
[pid=31473] ppid=31471 vsize=296648 CPUtime=1.23 cores=1,3,5,7
/proc/31473/stat : 31473 (python) R 31471 31473 31223 0 -1 4202496 16039 933 1 0 110 13 0 0 16 0 1 0 907156143 303767552 11547 33554432000 4194304 5683644 140735699321968 18446744073709551615 4562986 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31473/statm: 74162 11547 1826 364 0 10086 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 296648

[startup+3.10092 s]
/proc/loadavg: 2.02 2.02 1.84 3/206 31478
/proc/meminfo: memFree=3291980/32951124 swapFree=67063272/67111528
[pid=31473] ppid=31471 vsize=296648 CPUtime=2.83 cores=1,3,5,7
/proc/31473/stat : 31473 (python) R 31471 31473 31223 0 -1 4202496 16040 933 1 0 270 13 0 0 18 0 1 0 907156143 303767552 11548 33554432000 4194304 5683644 140735699321968 18446744073709551615 47524350534389 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/31473/statm: 74162 11548 1827 364 0 10086 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 296648

[startup+6.30036 s]
/proc/loadavg: 2.01 2.02 1.84 3/209 31481
/proc/meminfo: memFree=3292212/32951124 swapFree=67063272/67111528
[pid=31473] ppid=31471 vsize=296384 CPUtime=3.42 cores=1,3,5,7
/proc/31473/stat : 31473 (python) S 31471 31473 31223 0 -1 4202496 16413 933 1 0 328 14 0 0 20 0 2 0 907156143 303497216 8999 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31473/statm: 74096 8999 1875 364 0 10014 0
[pid=31479] ppid=31473 vsize=286964 CPUtime=0 cores=1,3,5,7
/proc/31479/stat : 31479 (python) S 31473 31473 31223 0 -1 4202560 807 0 0 0 0 0 0 0 18 0 1 0 907156511 293851136 7481 33554432000 4194304 5683644 140735699321968 18446744073709551615 232335912463 0 0 16781312 514 13703001765278875912 0 0 17 1 0 0 0
/proc/31479/statm: 71741 7481 360 364 0 7659 0
[pid=31481] ppid=31479 vsize=11932 CPUtime=2.61 cores=1,3,5,7
/proc/31481/stat : 31481 (lingeling) R 31479 31481 31481 0 -1 4202496 3235 0 0 0 261 0 0 0 25 0 1 0 907156511 12218368 2151 33554432000 4194304 4352236 140734504277248 18446744073709551615 4267912 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31481/statm: 2983 2151 127 39 0 2063 0
[pid=31473/tid=31480] ppid=31471 vsize=296384 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31480/stat : 31480 (python) S 31471 31473 31223 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 2 0 907156511 303497216 8999 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 595280

[startup+12.7002 s]
/proc/loadavg: 2.01 2.02 1.84 3/209 31482
/proc/meminfo: memFree=3291252/32951124 swapFree=67063272/67111528
[pid=31473] ppid=31471 vsize=296384 CPUtime=3.42 cores=1,3,5,7
/proc/31473/stat : 31473 (python) S 31471 31473 31223 0 -1 4202496 16413 933 1 0 328 14 0 0 20 0 2 0 907156143 303497216 8999 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31473/statm: 74096 8999 1875 364 0 10014 0
[pid=31479] ppid=31473 vsize=286964 CPUtime=0 cores=1,3,5,7
/proc/31479/stat : 31479 (python) S 31473 31473 31223 0 -1 4202560 964 0 0 0 0 0 0 0 18 0 1 0 907156511 293851136 7503 33554432000 4194304 5683644 140735699321968 18446744073709551615 232335912463 0 0 16781312 514 13703001765278875912 0 0 17 1 0 0 0
/proc/31479/statm: 71741 7503 382 364 0 7659 0
[pid=31481] ppid=31479 vsize=12800 CPUtime=9.01 cores=1,3,5,7
/proc/31481/stat : 31481 (lingeling) R 31479 31481 31481 0 -1 4202496 3586 0 0 0 901 0 0 0 25 0 1 0 907156511 13107200 2370 33554432000 4194304 4352236 140734504277248 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31481/statm: 3200 2370 129 39 0 2280 0
[pid=31473/tid=31480] ppid=31471 vsize=296384 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31480/stat : 31480 (python) S 31471 31473 31223 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 2 0 907156511 303497216 8999 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 596148

[startup+25.5009 s]
/proc/loadavg: 2.01 2.02 1.84 3/209 31482
/proc/meminfo: memFree=3287096/32951124 swapFree=67063272/67111528
[pid=31473] ppid=31471 vsize=296384 CPUtime=3.42 cores=1,3,5,7
/proc/31473/stat : 31473 (python) S 31471 31473 31223 0 -1 4202496 16413 933 1 0 328 14 0 0 20 0 2 0 907156143 303497216 8999 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31473/statm: 74096 8999 1875 364 0 10014 0
[pid=31479] ppid=31473 vsize=286964 CPUtime=0.01 cores=1,3,5,7
/proc/31479/stat : 31479 (python) S 31473 31473 31223 0 -1 4202560 971 0 0 0 1 0 0 0 18 0 1 0 907156511 293851136 7504 33554432000 4194304 5683644 140735699321968 18446744073709551615 232335912463 0 0 16781312 514 2077373289054830856 0 0 17 1 0 0 0
/proc/31479/statm: 71741 7504 383 364 0 7659 0
[pid=31481] ppid=31479 vsize=18284 CPUtime=21.81 cores=1,3,5,7
/proc/31481/stat : 31481 (lingeling) R 31479 31481 31481 0 -1 4202496 4894 0 0 0 2181 0 0 0 25 0 1 0 907156511 18722816 3678 33554432000 4194304 4352236 140734504277248 18446744073709551615 4328087 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31481/statm: 4571 3678 129 39 0 3651 0
[pid=31473/tid=31480] ppid=31471 vsize=296384 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31480/stat : 31480 (python) S 31471 31473 31223 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 2 0 907156511 303497216 8999 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 601632

[startup+51.1004 s]
/proc/loadavg: 2.00 2.02 1.85 3/210 31484
/proc/meminfo: memFree=3279228/32951124 swapFree=67063272/67111528
[pid=31473] ppid=31471 vsize=296384 CPUtime=3.42 cores=1,3,5,7
/proc/31473/stat : 31473 (python) S 31471 31473 31223 0 -1 4202496 16413 933 1 0 328 14 0 0 20 0 2 0 907156143 303497216 8999 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31473/statm: 74096 8999 1875 364 0 10014 0
[pid=31479] ppid=31473 vsize=286964 CPUtime=0.06 cores=1,3,5,7
/proc/31479/stat : 31479 (python) S 31473 31473 31223 0 -1 4202560 982 0 0 0 4 2 0 0 18 0 1 0 907156511 293851136 7504 33554432000 4194304 5683644 140735699321968 18446744073709551615 232335912463 0 0 16781312 514 2077373289054830856 0 0 17 1 0 0 0
/proc/31479/statm: 71741 7504 383 364 0 7659 0
[pid=31481] ppid=31479 vsize=22944 CPUtime=47.4 cores=1,3,5,7
/proc/31481/stat : 31481 (lingeling) R 31479 31481 31481 0 -1 4202496 6122 0 0 0 4740 0 0 0 25 0 1 0 907156511 23494656 4906 33554432000 4194304 4352236 140734504277248 18446744073709551615 4328090 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31481/statm: 5736 4906 129 39 0 4816 0
[pid=31473/tid=31480] ppid=31471 vsize=296384 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31480/stat : 31480 (python) S 31471 31473 31223 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 2 0 907156511 303497216 8999 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 606292

[startup+102.307 s]
/proc/loadavg: 2.05 2.03 1.86 3/210 31494
/proc/meminfo: memFree=3275836/32951124 swapFree=67063272/67111528
[pid=31473] ppid=31471 vsize=296384 CPUtime=3.42 cores=1,3,5,7
/proc/31473/stat : 31473 (python) S 31471 31473 31223 0 -1 4202496 16413 933 1 0 328 14 0 0 20 0 2 0 907156143 303497216 8999 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31473/statm: 74096 8999 1875 364 0 10014 0
[pid=31479] ppid=31473 vsize=286964 CPUtime=0.12 cores=1,3,5,7
/proc/31479/stat : 31479 (python) S 31473 31473 31223 0 -1 4202560 998 0 0 0 7 5 0 0 18 0 1 0 907156511 293851136 7504 33554432000 4194304 5683644 140735699321968 18446744073709551615 232335912463 0 0 16781312 514 2077373289054830856 0 0 17 1 0 0 0
/proc/31479/statm: 71741 7504 383 364 0 7659 0
[pid=31481] ppid=31479 vsize=25972 CPUtime=98.62 cores=1,3,5,7
/proc/31481/stat : 31481 (lingeling) R 31479 31481 31481 0 -1 4202496 8607 0 0 0 9861 1 0 0 25 0 1 0 907156511 26595328 5663 33554432000 4194304 4352236 140734504277248 18446744073709551615 4208067 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/31481/statm: 6493 5663 129 39 0 5573 0
[pid=31473/tid=31480] ppid=31471 vsize=296384 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31480/stat : 31480 (python) S 31471 31473 31223 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 2 0 907156511 303497216 8999 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 609320

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 1.86 3/214 31500
/proc/meminfo: memFree=3182636/32951124 swapFree=67063272/67111528
[pid=31473] ppid=31471 vsize=306820 CPUtime=3.44 cores=1,3,5,7
/proc/31473/stat : 31473 (python) S 31471 31473 31223 0 -1 4202496 17161 933 1 0 330 14 0 0 19 0 3 0 907156143 314183680 9030 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31473/statm: 76705 9030 1878 364 0 12620 0
[pid=31479] ppid=31473 vsize=297208 CPUtime=0.12 cores=1,3,5,7
/proc/31479/stat : 31479 (python) S 31473 31473 31223 0 -1 4202560 1156 0 0 0 7 5 0 0 19 0 2 0 907156511 304340992 7541 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31479/statm: 74302 7541 415 364 0 10220 0
[pid=31481] ppid=31479 vsize=27508 CPUtime=100.11 cores=1,3,5,7
/proc/31481/stat : 31481 (lingeling) T 31479 31481 31481 0 -1 4202496 8991 0 0 0 10010 1 0 0 25 0 1 0 907156511 28168192 6047 33554432000 4194304 4352236 140734504277248 18446744073709551615 4328166 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/31481/statm: 6877 6047 129 39 0 5957 0
[pid=31479/tid=31495] ppid=31473 vsize=297208 CPUtime=0 cores=1,3,5,7
/proc/31479/task/31495/stat : 31495 (python) S 31473 31473 31223 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907166523 304340992 7541 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 514 18446604460398139264 0 0 -1 3 0 0 0
[pid=31496] ppid=31473 vsize=297644 CPUtime=0.09 cores=1,3,5,7
/proc/31496/stat : 31496 (python) S 31473 31473 31223 0 -1 4202560 932 0 0 0 5 4 0 0 15 0 1 0 907166526 304787456 7521 33554432000 4194304 5683644 140735699321968 18446744073709551615 232335912518 0 0 16781312 514 2077373289054830856 0 0 17 1 0 0 0
/proc/31496/statm: 74411 7521 372 364 0 10326 0
[pid=31498] ppid=31496 vsize=92236 CPUtime=58.46 cores=1,3,5,7
/proc/31498/stat : 31498 (cryptominisat-2) R 31496 31498 31498 0 -1 4202496 33254 0 0 0 5841 5 0 0 25 0 1 0 907166526 94449664 15919 33554432000 4194304 4677096 140735884384128 18446744073709551615 4319770 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/31498/statm: 23059 15919 392 118 0 18018 0
[pid=31473/tid=31480] ppid=31471 vsize=306820 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31480/stat : 31480 (python) S 31471 31473 31223 0 -1 4202560 27 933 0 0 0 0 0 0 20 0 3 0 907156511 314183680 9030 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 1 0 0 0
[pid=31473/tid=31497] ppid=31471 vsize=306820 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31497/stat : 31497 (python) S 31471 31473 31223 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 3 0 907166526 314183680 9030 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 1021416

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 1.87 3/214 31501
/proc/meminfo: memFree=3174660/32951124 swapFree=67063272/67111528
[pid=31473] ppid=31471 vsize=306820 CPUtime=3.44 cores=1,3,5,7
/proc/31473/stat : 31473 (python) S 31471 31473 31223 0 -1 4202496 17161 933 1 0 330 14 0 0 19 0 3 0 907156143 314183680 9030 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31473/statm: 76705 9030 1878 364 0 12620 0

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

[pid=31589] ppid=31473 vsize=317964 CPUtime=0.52 cores=1,3,5,7
/proc/31589/stat : 31589 (python) S 31473 31473 31223 0 -1 4202560 1150 0 0 0 28 24 0 0 18 0 2 0 907283654 325595136 7648 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31589/statm: 79491 7648 400 364 0 15400 0
[pid=31591] ppid=31589 vsize=41892 CPUtime=389.46 cores=1,3,5,7
/proc/31591/stat : 31591 (precosat) T 31589 31591 31591 0 -1 4202496 14543 0 0 0 38943 3 0 0 25 0 1 0 907283654 42897408 10243 33554432000 4194304 4890832 140737116334416 18446744073709551615 4246730 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/31591/statm: 10473 10243 86 171 0 10300 0
[pid=31589/tid=31595] ppid=31473 vsize=317964 CPUtime=0 cores=1,3,5,7
/proc/31589/task/31595/stat : 31595 (python) S 31473 31473 31223 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907293666 325595136 7648 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 514 18446604471135088704 0 0 -1 3 0 0 0
[pid=31611] ppid=31473 vsize=328284 CPUtime=0.78 cores=1,3,5,7
/proc/31611/stat : 31611 (python) S 31473 31473 31223 0 -1 4202560 1155 0 0 0 41 37 0 0 18 0 2 0 907322606 336162816 7652 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31611/statm: 82071 7652 400 364 0 17977 0
[pid=31613] ppid=31611 vsize=45516 CPUtime=582.69 cores=1,3,5,7
/proc/31613/stat : 31613 (lingeling) T 31611 31613 31613 0 -1 4202496 69621 0 0 0 58262 7 0 0 25 0 1 0 907322606 46608384 10550 33554432000 4194304 4352236 140735371644688 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/31613/statm: 11379 10550 129 39 0 10459 0
[pid=31611/tid=31617] ppid=31473 vsize=328284 CPUtime=0 cores=1,3,5,7
/proc/31611/task/31617/stat : 31617 (python) S 31473 31473 31223 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907332618 336162816 7652 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 514 18446604460951822784 0 0 -1 5 0 0 0
[pid=31627] ppid=31473 vsize=338548 CPUtime=0.13 cores=1,3,5,7
/proc/31627/stat : 31627 (python) S 31473 31473 31223 0 -1 4202560 1109 0 0 0 7 6 0 0 19 0 2 0 907352155 346673152 7656 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31627/statm: 84637 7656 400 364 0 20540 0
[pid=31629] ppid=31627 vsize=35648 CPUtime=100.11 cores=1,3,5,7
/proc/31629/stat : 31629 (SApperloT-base) T 31627 31629 31629 0 -1 4202496 8730 0 0 0 10010 1 0 0 25 0 1 0 907352155 36503552 8366 33554432000 134512640 135674940 4287517776 18446744073709551615 134558476 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31629/statm: 8912 8366 100 284 0 8626 0
[pid=31627/tid=31636] ppid=31473 vsize=338548 CPUtime=0 cores=1,3,5,7
/proc/31627/task/31636/stat : 31636 (python) S 31473 31473 31223 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907362167 346673152 7656 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 514 18446604460398138368 0 0 -1 3 0 0 0
[pid=31648] ppid=31473 vsize=348908 CPUtime=0.87 cores=1,3,5,7
/proc/31648/stat : 31648 (python) S 31473 31473 31223 0 -1 4202560 1177 0 0 0 46 41 0 0 15 0 2 0 907400818 357281792 7676 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31648/statm: 87227 7676 401 364 0 23127 0
[pid=31650] ppid=31648 vsize=157928 CPUtime=584.18 cores=1,3,5,7
/proc/31650/stat : 31650 (cryptominisat-2) T 31648 31650 31650 0 -1 4202496 150156 0 0 0 58390 28 0 0 25 0 1 0 907400819 161718272 34260 33554432000 4194304 4677096 140736869634768 18446744073709551615 4319571 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/31650/statm: 39482 34260 392 118 0 34441 0
[pid=31648/tid=31664] ppid=31473 vsize=348908 CPUtime=0 cores=1,3,5,7
/proc/31648/task/31664/stat : 31664 (python) S 31473 31473 31223 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 907449474 357281792 7676 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 514 18446604460975072384 0 0 -1 3 0 0 0
[pid=31665] ppid=31473 vsize=359264 CPUtime=0.26 cores=1,3,5,7
/proc/31665/stat : 31665 (python) S 31473 31473 31223 0 -1 4202560 1184 0 0 0 12 14 0 0 19 0 2 0 907449476 367886336 7685 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31665/statm: 89816 7685 406 364 0 25713 0
[pid=31667] ppid=31665 vsize=34032 CPUtime=196.15 cores=1,3,5,7
/proc/31667/stat : 31667 (precosat) T 31665 31667 31667 0 -1 4202496 11421 0 0 0 19613 2 0 0 25 0 1 0 907449476 34848768 8280 33554432000 4194304 4890832 140735276314368 18446744073709551615 4297695 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/31667/statm: 8508 8280 86 171 0 8335 0
[pid=31665/tid=31674] ppid=31473 vsize=359264 CPUtime=0 cores=1,3,5,7
/proc/31665/task/31674/stat : 31674 (python) S 31473 31473 31223 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 907469099 367886336 7685 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 514 18446604460951823680 0 0 -1 1 0 0 0
[pid=31473/tid=31480] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31480/stat : 31480 (python) S 31471 31473 31223 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 907156511 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 1 0 0 0
[pid=31473/tid=31497] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31497/stat : 31497 (python) S 31471 31473 31223 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 907166526 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 1 0 0 0
[pid=31473/tid=31581] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31581/stat : 31581 (python) S 31471 31473 31223 0 -1 4202560 41 933 0 0 0 0 0 0 18 0 9 0 907264031 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 1 0 0 0
[pid=31473/tid=31590] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31590/stat : 31590 (python) S 31471 31473 31223 0 -1 4202560 36 933 0 0 0 0 0 0 18 0 9 0 907283654 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 1 0 0 0
[pid=31473/tid=31612] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31612/stat : 31612 (python) S 31471 31473 31223 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 907322606 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 7 0 0 0
[pid=31473/tid=31628] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31628/stat : 31628 (python) S 31471 31473 31223 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 907352155 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 7 0 0 0
[pid=31473/tid=31649] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31649/stat : 31649 (python) S 31471 31473 31223 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 907400818 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 7 0 0 0
[pid=31473/tid=31666] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31666/stat : 31666 (python) S 31471 31473 31223 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 907449476 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4968.67
Current children cumulated vsize (KiB) 3575152



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993.6 s]
/proc/loadavg: 2.03 2.04 2.00 3/234 31742
/proc/meminfo: memFree=2015628/32951124 swapFree=67063272/67111528
[pid=31473] ppid=31471 vsize=369052 CPUtime=3.74 cores=1,3,5,7
/proc/31473/stat : 31473 (python) S 31471 31473 31223 0 -1 4202496 22995 933 1 0 359 15 0 0 18 0 9 0 907156143 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/31473/statm: 92263 9229 1890 364 0 28160 0
[pid=31479] ppid=31473 vsize=297208 CPUtime=0.7 cores=1,3,5,7
/proc/31479/stat : 31479 (python) S 31473 31473 31223 0 -1 4202560 1203 0 0 0 39 31 0 0 18 0 2 0 907156511 304340992 7542 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31479/statm: 74302 7542 416 364 0 10220 0
[pid=31481] ppid=31479 vsize=46740 CPUtime=587.61 cores=1,3,5,7
/proc/31481/stat : 31481 (lingeling) T 31479 31481 31481 0 -1 4202496 73319 0 0 0 58753 8 0 0 25 0 1 0 907156511 47861760 10855 33554432000 4194304 4352236 140734504277248 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/31481/statm: 11685 10855 129 39 0 10765 0
[pid=31479/tid=31495] ppid=31473 vsize=297208 CPUtime=0 cores=1,3,5,7
/proc/31479/task/31495/stat : 31495 (python) S 31473 31473 31223 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907166523 304340992 7542 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 514 18446604460398139264 0 0 -1 3 0 0 0
[pid=31496] ppid=31473 vsize=297644 CPUtime=2.78 cores=1,3,5,7
/proc/31496/stat : 31496 (python) S 31473 31473 31223 0 -1 4202560 1167 0 0 0 153 125 0 0 15 0 2 0 907166526 304787456 7551 33554432000 4194304 5683644 140735699321968 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31496/statm: 74411 7551 401 364 0 10326 0
[pid=31498] ppid=31496 vsize=216568 CPUtime=1966.66 cores=1,3,5,7
/proc/31498/stat : 31498 (cryptominisat-2) R 31496 31498 31498 0 -1 4202496 286274 0 0 0 196605 61 0 0 25 0 1 0 907166526 221765632 46801 33554432000 4194304 4677096 140735884384128 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/31498/statm: 54142 46801 392 118 0 49101 0
[pid=31496/tid=31566] ppid=31473 vsize=297644 CPUtime=0 cores=1,3,5,7
/proc/31496/task/31566/stat : 31566 (python) S 31473 31473 31223 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 2 0 907215278 304787456 7551 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 514 18446604454223473344 0 0 -1 1 0 0 0
[pid=31580] ppid=31473 vsize=307640 CPUtime=0.73 cores=1,3,5,7
/proc/31580/stat : 31580 (python) S 31473 31473 31223 0 -1 4202560 1145 0 0 0 40 33 0 0 18 0 2 0 907264031 315023360 7644 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31580/statm: 76910 7644 400 364 0 12822 0
[pid=31582] ppid=31580 vsize=47616 CPUtime=582.65 cores=1,3,5,7
/proc/31582/stat : 31582 (lingeling) T 31580 31582 31582 0 -1 4202496 77761 0 0 0 58256 9 0 0 25 0 1 0 907264032 48758784 11074 33554432000 4194304 4352236 140735348262640 18446744073709551615 4328345 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/31582/statm: 11904 11074 129 39 0 10984 0
[pid=31580/tid=31588] ppid=31473 vsize=307640 CPUtime=0 cores=1,3,5,7
/proc/31580/task/31588/stat : 31588 (python) S 31473 31473 31223 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 907283651 315023360 7644 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 514 18446604460975071488 0 0 -1 3 0 0 0
[pid=31589] ppid=31473 vsize=317964 CPUtime=0.52 cores=1,3,5,7
/proc/31589/stat : 31589 (python) S 31473 31473 31223 0 -1 4202560 1150 0 0 0 28 24 0 0 18 0 2 0 907283654 325595136 7648 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/31589/statm: 79491 7648 400 364 0 15400 0
[pid=31591] ppid=31589 vsize=41892 CPUtime=389.46 cores=1,3,5,7
/proc/31591/stat : 31591 (precosat) T 31589 31591 31591 0 -1 4202496 14543 0 0 0 38943 3 0 0 25 0 1 0 907283654 42897408 10243 33554432000 4194304 4890832 140737116334416 18446744073709551615 4246730 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/31591/statm: 10473 10243 86 171 0 10300 0
[pid=31589/tid=31595] ppid=31473 vsize=317964 CPUtime=0 cores=1,3,5,7
/proc/31589/task/31595/stat : 31595 (python) S 31473 31473 31223 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907293666 325595136 7648 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 514 18446604471135088704 0 0 -1 3 0 0 0
[pid=31611] ppid=31473 vsize=328284 CPUtime=0.78 cores=1,3,5,7
/proc/31611/stat : 31611 (python) S 31473 31473 31223 0 -1 4202560 1155 0 0 0 41 37 0 0 18 0 2 0 907322606 336162816 7652 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31611/statm: 82071 7652 400 364 0 17977 0
[pid=31613] ppid=31611 vsize=45516 CPUtime=582.69 cores=1,3,5,7
/proc/31613/stat : 31613 (lingeling) T 31611 31613 31613 0 -1 4202496 69621 0 0 0 58262 7 0 0 25 0 1 0 907322606 46608384 10550 33554432000 4194304 4352236 140735371644688 18446744073709551615 4327902 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/31613/statm: 11379 10550 129 39 0 10459 0
[pid=31611/tid=31617] ppid=31473 vsize=328284 CPUtime=0 cores=1,3,5,7
/proc/31611/task/31617/stat : 31617 (python) S 31473 31473 31223 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907332618 336162816 7652 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 514 18446604460951822784 0 0 -1 5 0 0 0
[pid=31627] ppid=31473 vsize=338548 CPUtime=0.13 cores=1,3,5,7
/proc/31627/stat : 31627 (python) S 31473 31473 31223 0 -1 4202560 1109 0 0 0 7 6 0 0 19 0 2 0 907352155 346673152 7656 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31627/statm: 84637 7656 400 364 0 20540 0
[pid=31629] ppid=31627 vsize=35648 CPUtime=100.11 cores=1,3,5,7
/proc/31629/stat : 31629 (SApperloT-base) T 31627 31629 31629 0 -1 4202496 8730 0 0 0 10010 1 0 0 25 0 1 0 907352155 36503552 8366 33554432000 134512640 135674940 4287517776 18446744073709551615 134558476 0 0 16781312 0 18446744071562691360 0 0 17 5 0 0 0
/proc/31629/statm: 8912 8366 100 284 0 8626 0
[pid=31627/tid=31636] ppid=31473 vsize=338548 CPUtime=0 cores=1,3,5,7
/proc/31627/task/31636/stat : 31636 (python) S 31473 31473 31223 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907362167 346673152 7656 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 514 18446604460398138368 0 0 -1 3 0 0 0
[pid=31648] ppid=31473 vsize=348908 CPUtime=0.87 cores=1,3,5,7
/proc/31648/stat : 31648 (python) S 31473 31473 31223 0 -1 4202560 1177 0 0 0 46 41 0 0 15 0 2 0 907400818 357281792 7676 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/31648/statm: 87227 7676 401 364 0 23127 0
[pid=31650] ppid=31648 vsize=157928 CPUtime=584.18 cores=1,3,5,7
/proc/31650/stat : 31650 (cryptominisat-2) T 31648 31650 31650 0 -1 4202496 150156 0 0 0 58390 28 0 0 25 0 1 0 907400819 161718272 34260 33554432000 4194304 4677096 140736869634768 18446744073709551615 4319571 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/31650/statm: 39482 34260 392 118 0 34441 0
[pid=31648/tid=31664] ppid=31473 vsize=348908 CPUtime=0 cores=1,3,5,7
/proc/31648/task/31664/stat : 31664 (python) S 31473 31473 31223 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 907449474 357281792 7676 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 514 18446604460975072384 0 0 -1 3 0 0 0
[pid=31665] ppid=31473 vsize=359264 CPUtime=0.26 cores=1,3,5,7
/proc/31665/stat : 31665 (python) S 31473 31473 31223 0 -1 4202560 1184 0 0 0 12 14 0 0 19 0 2 0 907449476 367886336 7685 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/31665/statm: 89816 7685 406 364 0 25713 0
[pid=31667] ppid=31665 vsize=34032 CPUtime=196.15 cores=1,3,5,7
/proc/31667/stat : 31667 (precosat) T 31665 31667 31667 0 -1 4202496 11421 0 0 0 19613 2 0 0 25 0 1 0 907449476 34848768 8280 33554432000 4194304 4890832 140735276314368 18446744073709551615 4297695 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/31667/statm: 8508 8280 86 171 0 8335 0
[pid=31665/tid=31674] ppid=31473 vsize=359264 CPUtime=0 cores=1,3,5,7
/proc/31665/task/31674/stat : 31674 (python) S 31473 31473 31223 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 907469099 367886336 7685 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 514 18446604460951823680 0 0 -1 1 0 0 0
[pid=31473/tid=31480] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31480/stat : 31480 (python) S 31471 31473 31223 0 -1 4202560 31 933 0 0 0 0 0 0 18 0 9 0 907156511 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 1 0 0 0
[pid=31473/tid=31497] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31497/stat : 31497 (python) S 31471 31473 31223 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 907166526 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 1 0 0 0
[pid=31473/tid=31581] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31581/stat : 31581 (python) S 31471 31473 31223 0 -1 4202560 41 933 0 0 0 0 0 0 18 0 9 0 907264031 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 1 0 0 0
[pid=31473/tid=31590] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31590/stat : 31590 (python) S 31471 31473 31223 0 -1 4202560 36 933 0 0 0 0 0 0 18 0 9 0 907283654 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 1 0 0 0
[pid=31473/tid=31612] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31612/stat : 31612 (python) S 31471 31473 31223 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 907322606 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 7 0 0 0
[pid=31473/tid=31628] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31628/stat : 31628 (python) S 31471 31473 31223 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 907352155 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 7 0 0 0
[pid=31473/tid=31649] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31649/stat : 31649 (python) S 31471 31473 31223 0 -1 4202560 32 933 0 0 0 0 0 0 18 0 9 0 907400818 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 7 0 0 0
[pid=31473/tid=31666] ppid=31471 vsize=369052 CPUtime=0 cores=1,3,5,7
/proc/31473/task/31666/stat : 31666 (python) S 31471 31473 31223 0 -1 4202560 31 933 0 0 0 0 0 0 20 0 9 0 907449476 377909248 9229 33554432000 4194304 5683644 140735699321968 18446744073709551615 232347716017 0 0 16781312 2 18446604460975074176 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 3590452

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 31473 and gives
#  childrusage.ru_utime.tv_sec=3
#  childrusage.ru_utime.tv_usec=593453
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=164974
# CPU time returned by wait4() is 3.75843
# while last known CPU time is 5000.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4993.66
CPU time (s): 5000.02
CPU user time (s): 4995.57
CPU system time (s): 4.45
CPU usage (%): 100.127
Max. virtual memory (cumulated for all children) (KiB): 3635852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.59345
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23932
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= 2906
involuntary context switches= 41

runsolver used 16.1265 second user time and 35.4126 second system time

The end

Launcher Data

Begin job on node132 at 2011-06-13 10:59:40
IDJOB=3498491
IDBENCH=84215
IDSOLVER=1991
FILE ID=node132/3498491-1307955579
RUNJOBID= node132-1307953117-31242
PBS_JOBID= 13559696
Free space on /tmp= 13180 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/k2mul.miter.shuffled-as.sat03-355.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498491-1307955579/watcher-3498491-1307955579 -o /tmp/evaluation-result-3498491-1307955579/solver-3498491-1307955579 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498491-1307955579.cnf -seed 733535067 -budget 5000

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

MD5SUM BENCH= 77e0700cbaeeb3d63a4820608fc84761
RANDOM SEED=733535067

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       3332948 kB
Buffers:        115308 kB
Cached:       22822092 kB
SwapCached:       9580 kB
Active:       13475120 kB
Inactive:     15337176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       3332948 kB
SwapTotal:    67111528 kB
SwapFree:     67063272 kB
Dirty:           33456 kB
Writeback:           0 kB
AnonPages:     5872744 kB
Mapped:          16808 kB
Slab:           714960 kB
PageTables:      29624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 11201032 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= 13216 MiB
End job on node132 at 2011-06-13 12:22:55