Trace number 3498453

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.03 4993.46

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
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 variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

Solver Data

0.32/0.70	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.70	c INFO: solving HOME/instance-3498453-1307954368.cnf
0.32/0.70	c INFO: computing task features
0.89/1.22	c INFO: computed variable-clause graph statistics
0.89/1.24	c INFO: computed clause balance statistics
3.79/4.14	c INFO: computed variable balance statistics
5.89/6.29	c INFO: computed small-clause counts
5.99/6.31	c INFO: computed Horn-clause counts
9.39/9.77	c INFO: computed variable graph statistics
9.39/9.77	c INFO: collected features for HOME/instance-3498453-1307954368.cnf in 9.05 s
9.39/9.79	c INFO: running lingeling-276@0 for 97 with 4990 remaining (b = 0.34)
109.70/109.92	c INFO: running cryptominisat-2.9.0@0 for 485 with 4890 remaining (b = 0.32)
602.06/601.60	c INFO: running lingeling-276@100 for 388 with 4399 remaining (b = 0.32)
987.91/987.00	c INFO: running lingeling-276@0 for 97 with 4014 remaining (b = 0.27)
1088.11/1087.13	c INFO: running lingeling-276@100 for 97 with 3914 remaining (b = 0.09)
1183.32/1182.25	c INFO: running precosat-570@0 for 97 with 3819 remaining (b = 0.16)
1283.64/1282.40	c INFO: running cryptominisat-2.9.0@491 for 97 with 3719 remaining (b = 0.08)
1379.87/1378.56	c INFO: running lingeling-276@195 for 97 with 3623 remaining (b = 0.07)
1477.12/1475.69	c INFO: running precosat-570@100 for 97 with 3525 remaining (b = 0.08)
1574.45/1572.83	c INFO: running lingeling-276@0 for 194 with 3428 remaining (b = 0.18)
1770.92/1769.08	c INFO: running cryptominisat-2.9.0@0 for 97 with 3232 remaining (b = 0.08)
1868.34/1866.37	c INFO: running precosat-570@197 for 97 with 3135 remaining (b = 0.04)
1965.68/1963.51	c INFO: running cryptominisat-2.9.0@97 for 388 with 3038 remaining (b = 0.14)
2355.63/2352.96	c INFO: running precosat-570@0 for 97 with 2649 remaining (b = 0.08)
2454.95/2452.11	c INFO: running cryptominisat-2.9.0@486 for 97 with 2550 remaining (b = 0.04)
2551.49/2548.51	c INFO: running precosat-570@294 for 97 with 2453 remaining (b = 0.04)
2648.73/2645.64	c INFO: running precosat-570@99 for 97 with 2356 remaining (b = 0.03)
2744.97/2741.78	c INFO: running cryptominisat-2.9.0@0 for 97 with 2260 remaining (b = 0.05)
2847.80/2844.48	c INFO: running lingeling-276@485 for 776 with 2158 remaining (b = 0.22)
3624.78/3620.39	c INFO: running cryptominisat-2.9.0@587 for 1382 with 1382 remaining (b = 0.36)

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 /var/tmp/evaluation-result-3498453-1307954368/watcher-3498453-1307954368 -o /var/tmp/evaluation-result-3498453-1307954368/solver-3498453-1307954368 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498453-1307954368.cnf -seed 1833613394 -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 1.97 1.45 3/188 21620
/proc/meminfo: memFree=13400588/32950928 swapFree=67056212/67111528
[pid=21620] ppid=21618 vsize=15080 CPUtime=0 cores=1,3,5,7
/proc/21620/stat : 21620 (python) R 21618 21620 21327 0 -1 4202496 649 0 0 0 0 0 0 0 23 0 1 0 985667560 15441920 544 33554432000 4194304 5683644 140733981032944 18446744073709551615 256415389696 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/21620/statm: 3770 544 312 364 0 257 0

[startup+0.041931 s]
/proc/loadavg: 2.02 1.97 1.45 3/188 21620
/proc/meminfo: memFree=13400588/32950928 swapFree=67056212/67111528
[pid=21620] ppid=21618 vsize=18884 CPUtime=0.02 cores=1,3,5,7
/proc/21620/stat : 21620 (python) R 21618 21620 21327 0 -1 4202496 1261 0 0 0 1 1 0 0 17 0 1 0 985667560 19337216 1113 33554432000 4194304 5683644 140733981032944 18446744073709551615 256415434887 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21620/statm: 4721 1113 421 364 0 690 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18884

[startup+0.100887 s]
/proc/loadavg: 2.02 1.97 1.45 3/188 21620
/proc/meminfo: memFree=13400588/32950928 swapFree=67056212/67111528
[pid=21620] ppid=21618 vsize=85356 CPUtime=0.06 cores=1,3,5,7
/proc/21620/stat : 21620 (python) R 21618 21620 21327 0 -1 4202496 2580 0 0 0 4 2 0 0 17 0 1 0 985667560 87404544 2306 33554432000 4194304 5683644 140733981032944 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21620/statm: 21338 2306 707 364 0 1555 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85356

[startup+0.300852 s]
/proc/loadavg: 2.02 1.97 1.45 3/188 21620
/proc/meminfo: memFree=13400588/32950928 swapFree=67056212/67111528
[pid=21620] ppid=21618 vsize=135744 CPUtime=0.17 cores=1,3,5,7
/proc/21620/stat : 21620 (python) S 21618 21620 21327 0 -1 4202496 5968 935 1 0 11 6 0 0 17 0 1 0 985667560 139001856 4148 33554432000 4194304 5683644 140733981032944 18446744073709551615 256415387653 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/21620/statm: 33936 4148 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135744

[startup+0.700741 s]
/proc/loadavg: 2.02 1.97 1.45 3/188 21620
/proc/meminfo: memFree=13400588/32950928 swapFree=67056212/67111528
[pid=21620] ppid=21618 vsize=281256 CPUtime=0.38 cores=1,3,5,7
/proc/21620/stat : 21620 (python) R 21618 21620 21327 0 -1 4202496 9260 935 1 0 25 13 0 0 15 0 1 0 985667560 288006144 6935 33554432000 4194304 5683644 140733981032944 18446744073709551615 256415391488 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21620/statm: 70314 6952 1758 364 0 6238 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 281256

[startup+1.50061 s]
/proc/loadavg: 2.02 1.97 1.45 3/189 21625
/proc/meminfo: memFree=13355956/32950928 swapFree=67056212/67111528
[pid=21620] ppid=21618 vsize=316212 CPUtime=1.19 cores=1,3,5,7
/proc/21620/stat : 21620 (python) R 21618 21620 21327 0 -1 4202496 23028 935 1 0 104 15 0 0 16 0 1 0 985667560 323801088 16436 33554432000 4194304 5683644 140733981032944 18446744073709551615 47162994258194 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21620/statm: 79053 16436 1826 364 0 14977 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 316212

[startup+3.1003 s]
/proc/loadavg: 2.02 1.97 1.45 3/189 21625
/proc/meminfo: memFree=13340580/32950928 swapFree=67056212/67111528
[pid=21620] ppid=21618 vsize=316212 CPUtime=2.79 cores=1,3,5,7
/proc/21620/stat : 21620 (python) R 21618 21620 21327 0 -1 4202496 23028 935 1 0 264 15 0 0 18 0 1 0 985667560 323801088 16436 33554432000 4194304 5683644 140733981032944 18446744073709551615 47162994257536 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21620/statm: 79053 16436 1826 364 0 14977 0
Current children cumulated CPU time (s) 2.79
Current children cumulated vsize (KiB) 316212

[startup+6.3007 s]
/proc/loadavg: 2.02 1.97 1.45 3/189 21625
/proc/meminfo: memFree=13340008/32950928 swapFree=67056212/67111528
[pid=21620] ppid=21618 vsize=316212 CPUtime=5.99 cores=1,3,5,7
/proc/21620/stat : 21620 (python) R 21618 21620 21327 0 -1 4202496 23031 935 1 0 584 15 0 0 25 0 1 0 985667560 323801088 16439 33554432000 4194304 5683644 140733981032944 18446744073709551615 47162994163632 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/21620/statm: 79053 16439 1829 364 0 14977 0
Current children cumulated CPU time (s) 5.99
Current children cumulated vsize (KiB) 316212

[startup+12.7005 s]
/proc/loadavg: 2.01 1.97 1.45 3/192 21628
/proc/meminfo: memFree=13323808/32950928 swapFree=67056212/67111528
[pid=21620] ppid=21618 vsize=323560 CPUtime=9.48 cores=1,3,5,7
/proc/21620/stat : 21620 (python) S 21618 21620 21327 0 -1 4202496 23413 935 1 0 933 15 0 0 19 0 2 0 985667560 331325440 15760 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21620/statm: 80890 15760 1875 364 0 16808 0
[pid=21626] ppid=21620 vsize=313316 CPUtime=0 cores=1,3,5,7
/proc/21626/stat : 21626 (python) S 21620 21620 21327 0 -1 4202560 813 0 0 0 0 0 0 0 18 0 1 0 985668540 320835584 14239 33554432000 4194304 5683644 140733981032944 18446744073709551615 256415411727 0 0 16781312 514 4518289381890425094 0 0 17 1 0 0 0
/proc/21626/statm: 78329 14239 358 364 0 14247 0
[pid=21628] ppid=21626 vsize=20464 CPUtime=2.89 cores=1,3,5,7
/proc/21628/stat : 21628 (lingeling) R 21626 21628 21628 0 -1 4202496 6329 0 0 0 289 0 0 0 25 0 1 0 985668540 20955136 4106 33554432000 4194304 4352236 140733772300016 18446744073709551615 4227431 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21628/statm: 5116 4106 127 39 0 4196 0
[pid=21620/tid=21627] ppid=21618 vsize=323560 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21627/stat : 21627 (python) S 21618 21620 21327 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 2 0 985668540 331325440 15760 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 657340

[startup+25.501 s]
/proc/loadavg: 2.01 1.97 1.46 3/192 21629
/proc/meminfo: memFree=13320932/32950928 swapFree=67056212/67111528
[pid=21620] ppid=21618 vsize=323560 CPUtime=9.48 cores=1,3,5,7
/proc/21620/stat : 21620 (python) S 21618 21620 21327 0 -1 4202496 23413 935 1 0 933 15 0 0 19 0 2 0 985667560 331325440 15760 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21620/statm: 80890 15760 1875 364 0 16808 0
[pid=21626] ppid=21620 vsize=313316 CPUtime=0 cores=1,3,5,7
/proc/21626/stat : 21626 (python) S 21620 21620 21327 0 -1 4202560 971 0 0 0 0 0 0 0 18 0 1 0 985668540 320835584 14262 33554432000 4194304 5683644 140733981032944 18446744073709551615 256415411727 0 0 16781312 514 18048808825384829190 0 0 17 1 0 0 0
/proc/21626/statm: 78329 14262 381 364 0 14247 0
[pid=21628] ppid=21626 vsize=21164 CPUtime=15.69 cores=1,3,5,7
/proc/21628/stat : 21628 (lingeling) R 21626 21628 21628 0 -1 4202496 7739 0 0 0 1569 0 0 0 25 0 1 0 985668540 21671936 4461 33554432000 4194304 4352236 140733772300016 18446744073709551615 4231287 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21628/statm: 5291 4461 129 39 0 4371 0
[pid=21620/tid=21627] ppid=21618 vsize=323560 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21627/stat : 21627 (python) S 21618 21620 21327 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 2 0 985668540 331325440 15760 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 658040

[startup+51.1011 s]
/proc/loadavg: 2.01 1.97 1.47 3/192 21630
/proc/meminfo: memFree=13317264/32950928 swapFree=67056212/67111528
[pid=21620] ppid=21618 vsize=323560 CPUtime=9.48 cores=1,3,5,7
/proc/21620/stat : 21620 (python) S 21618 21620 21327 0 -1 4202496 23413 935 1 0 933 15 0 0 19 0 2 0 985667560 331325440 15760 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21620/statm: 80890 15760 1875 364 0 16808 0
[pid=21626] ppid=21620 vsize=313316 CPUtime=0.04 cores=1,3,5,7
/proc/21626/stat : 21626 (python) S 21620 21620 21327 0 -1 4202560 981 0 0 0 2 2 0 0 18 0 1 0 985668540 320835584 14262 33554432000 4194304 5683644 140733981032944 18446744073709551615 256415411727 0 0 16781312 514 18048808825384829190 0 0 17 1 0 0 0
/proc/21626/statm: 78329 14262 381 364 0 14247 0
[pid=21628] ppid=21626 vsize=21160 CPUtime=41.29 cores=1,3,5,7
/proc/21628/stat : 21628 (lingeling) R 21626 21628 21628 0 -1 4202496 7739 0 0 0 4129 0 0 0 25 0 1 0 985668540 21667840 4460 33554432000 4194304 4352236 140733772300016 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21628/statm: 5290 4460 129 39 0 4370 0
[pid=21620/tid=21627] ppid=21618 vsize=323560 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21627/stat : 21627 (python) S 21618 21620 21327 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 2 0 985668540 331325440 15760 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 658036

[startup+102.307 s]
/proc/loadavg: 2.00 1.97 1.50 3/192 21631
/proc/meminfo: memFree=13199060/32950928 swapFree=67056212/67111528
[pid=21620] ppid=21618 vsize=323560 CPUtime=9.48 cores=1,3,5,7
/proc/21620/stat : 21620 (python) S 21618 21620 21327 0 -1 4202496 23413 935 1 0 933 15 0 0 19 0 2 0 985667560 331325440 15760 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21620/statm: 80890 15760 1875 364 0 16808 0
[pid=21626] ppid=21620 vsize=313316 CPUtime=0.1 cores=1,3,5,7
/proc/21626/stat : 21626 (python) S 21620 21620 21327 0 -1 4202560 996 0 0 0 5 5 0 0 18 0 1 0 985668540 320835584 14262 33554432000 4194304 5683644 140733981032944 18446744073709551615 256415411727 0 0 16781312 514 18048808825384829190 0 0 17 1 0 0 0
/proc/21626/statm: 78329 14262 381 364 0 14247 0
[pid=21628] ppid=21626 vsize=26760 CPUtime=92.5 cores=1,3,5,7
/proc/21628/stat : 21628 (lingeling) R 21626 21628 21628 0 -1 4202496 9139 0 0 0 9249 1 0 0 25 0 1 0 985668540 27402240 5860 33554432000 4194304 4352236 140733772300016 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21628/statm: 6690 5860 129 39 0 5770 0
[pid=21620/tid=21627] ppid=21618 vsize=323560 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21627/stat : 21627 (python) S 21618 21620 21327 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 2 0 985668540 331325440 15760 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 663636

[startup+162.301 s]
/proc/loadavg: 2.00 1.97 1.53 3/196 21636
/proc/meminfo: memFree=12826972/32950928 swapFree=67056212/67111528
[pid=21620] ppid=21618 vsize=333816 CPUtime=9.51 cores=1,3,5,7
/proc/21620/stat : 21620 (python) S 21618 21620 21327 0 -1 4202496 24163 935 1 0 935 16 0 0 20 0 3 0 985667560 341827584 15767 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21620/statm: 83454 15767 1878 364 0 19369 0
[pid=21626] ppid=21620 vsize=323560 CPUtime=0.12 cores=1,3,5,7
/proc/21626/stat : 21626 (python) S 21620 21620 21327 0 -1 4202560 1156 0 0 0 6 6 0 0 19 0 2 0 985668540 331325440 14300 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21626/statm: 80890 14300 414 364 0 16808 0
[pid=21628] ppid=21626 vsize=26760 CPUtime=100.1 cores=1,3,5,7
/proc/21628/stat : 21628 (lingeling) T 21626 21628 21628 0 -1 4202496 9139 0 0 0 10009 1 0 0 25 0 1 0 985668540 27402240 5860 33554432000 4194304 4352236 140733772300016 18446744073709551615 4328390 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/21628/statm: 6690 5860 129 39 0 5770 0
[pid=21626/tid=21632] ppid=21620 vsize=323560 CPUtime=0 cores=1,3,5,7
/proc/21626/task/21632/stat : 21632 (python) S 21620 21620 21327 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985678551 331325440 14300 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 514 18446604471144558656 0 0 -1 1 0 0 0
[pid=21633] ppid=21620 vsize=323572 CPUtime=0.08 cores=1,3,5,7
/proc/21633/stat : 21633 (python) S 21620 21620 21327 0 -1 4202560 915 0 0 0 4 4 0 0 15 0 1 0 985678553 331337728 14255 33554432000 4194304 5683644 140733981032944 18446744073709551615 256415411782 0 0 16781312 514 5633730459251736840 0 0 17 3 0 0 0
/proc/21633/statm: 80893 14255 370 364 0 16808 0
[pid=21635] ppid=21633 vsize=377316 CPUtime=52.36 cores=1,3,5,7
/proc/21635/stat : 21635 (cryptominisat-2) R 21633 21635 21635 0 -1 4202496 106318 0 0 0 5220 16 0 0 25 0 1 0 985678554 386371584 69279 33554432000 4194304 4677096 140734744463280 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21635/statm: 94329 69279 393 118 0 89288 0
[pid=21620/tid=21627] ppid=21618 vsize=333816 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21627/stat : 21627 (python) S 21618 21620 21327 0 -1 4202560 27 935 0 0 0 0 0 0 19 0 3 0 985668540 341827584 15767 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 7 0 0 0
[pid=21620/tid=21634] ppid=21618 vsize=333816 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21634/stat : 21634 (python) S 21618 21620 21327 0 -1 4202560 23 935 0 0 0 0 0 0 20 0 3 0 985678553 341827584 15767 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 1385024

[startup+222.301 s]
/proc/loadavg: 2.00 1.97 1.56 3/196 21638
/proc/meminfo: memFree=12747916/32950928 swapFree=67056212/67111528
[pid=21620] ppid=21618 vsize=333816 CPUtime=9.51 cores=1,3,5,7
/proc/21620/stat : 21620 (python) S 21618 21620 21327 0 -1 4202496 24163 935 1 0 935 16 0 0 20 0 3 0 985667560 341827584 15767 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/21620/statm: 83454 15767 1878 364 0 19369 0
[pid=21626] ppid=21620 vsize=323560 CPUtime=0.12 cores=1,3,5,7
/proc/21626/stat : 21626 (python) S 21620 21620 21327 0 -1 4202560 1156 0 0 0 6 6 0 0 19 0 2 0 985668540 331325440 14300 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21626/statm: 80890 14300 414 364 0 16808 0
[pid=21628] ppid=21626 vsize=26760 CPUtime=100.1 cores=1,3,5,7
/proc/21628/stat : 21628 (lingeling) T 21626 21628 21628 0 -1 4202496 9139 0 0 0 10009 1 0 0 25 0 1 0 985668540 27402240 5860 33554432000 4194304 4352236 140733772300016 18446744073709551615 4328390 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/21628/statm: 6690 5860 129 39 0 5770 0
[pid=21626/tid=21632] ppid=21620 vsize=323560 CPUtime=0 cores=1,3,5,7
/proc/21626/task/21632/stat : 21632 (python) S 21620 21620 21327 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 985678551 331325440 14300 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 514 18446604471144558656 0 0 -1 1 0 0 0

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

[pid=21770] ppid=21620 vsize=344084 CPUtime=0.54 cores=1,3,5,7
/proc/21770/stat : 21770 (python) S 21620 21620 21327 0 -1 4202560 1163 0 0 0 29 25 0 0 15 0 2 0 985785786 352342016 14293 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21770/statm: 86021 14293 399 364 0 21930 0
[pid=21772] ppid=21770 vsize=63848 CPUtime=391.48 cores=1,3,5,7
/proc/21772/stat : 21772 (precosat) T 21770 21772 21772 0 -1 4202496 25589 0 0 0 39144 4 0 0 25 0 1 0 985785787 65380352 15484 33554432000 4194304 4890832 140737134654848 18446744073709551615 4239064 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/21772/statm: 15962 15484 86 171 0 15789 0
[pid=21770/tid=21775] ppid=21620 vsize=344084 CPUtime=0 cores=1,3,5,7
/proc/21770/task/21775/stat : 21775 (python) S 21620 21620 21327 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 985795799 352342016 14293 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 514 18446604471144559552 0 0 -1 1 0 0 0
[pid=21797] ppid=21620 vsize=354340 CPUtime=0.25 cores=1,3,5,7
/proc/21797/stat : 21797 (python) S 21620 21620 21327 0 -1 4202560 1138 0 0 0 13 12 0 0 19 0 2 0 985824844 362844160 14297 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21797/statm: 88585 14297 399 364 0 24491 0
[pid=21799] ppid=21797 vsize=34164 CPUtime=196.22 cores=1,3,5,7
/proc/21799/stat : 21799 (lingeling) T 21797 21799 21799 0 -1 4202496 10996 0 0 0 19622 0 0 0 25 0 1 0 985824844 34983936 7711 33554432000 4194304 4352236 140735902414592 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/21799/statm: 8541 7711 129 39 0 7621 0
[pid=21797/tid=21805] ppid=21620 vsize=354340 CPUtime=0 cores=1,3,5,7
/proc/21797/task/21805/stat : 21805 (python) S 21620 21620 21327 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985844467 362844160 14297 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 514 18446604454222521472 0 0 -1 1 0 0 0
[pid=21806] ppid=21620 vsize=364596 CPUtime=0.83 cores=1,3,5,7
/proc/21806/stat : 21806 (python) S 21620 21620 21327 0 -1 4202560 1173 0 0 0 42 41 0 0 15 0 2 0 985844469 373346304 14301 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21806/statm: 91149 14301 399 364 0 27052 0
[pid=21808] ppid=21806 vsize=629268 CPUtime=583.08 cores=1,3,5,7
/proc/21808/stat : 21808 (cryptominisat-2) T 21806 21808 21808 0 -1 4202496 431662 0 0 0 58235 73 0 0 25 0 1 0 985844470 644370432 122543 33554432000 4194304 4677096 140734964186192 18446744073709551615 4319643 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/21808/statm: 157317 122543 393 118 0 152276 0
[pid=21806/tid=21812] ppid=21620 vsize=364596 CPUtime=0 cores=1,3,5,7
/proc/21806/task/21812/stat : 21812 (python) S 21620 21620 21327 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 985854196 373346304 14301 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 514 18446604461262886208 0 0 -1 3 0 0 0
[pid=21830] ppid=21620 vsize=374852 CPUtime=0.27 cores=1,3,5,7
/proc/21830/stat : 21830 (python) S 21620 21620 21327 0 -1 4202560 1147 0 0 0 15 12 0 0 18 0 2 0 985902857 383848448 14305 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21830/statm: 93713 14305 399 364 0 29613 0
[pid=21832] ppid=21830 vsize=55672 CPUtime=195.24 cores=1,3,5,7
/proc/21832/stat : 21832 (precosat) T 21830 21832 21832 0 -1 4202496 19597 0 0 0 19521 3 0 0 25 0 1 0 985902858 57008128 13443 33554432000 4194304 4890832 140736075062976 18446744073709551615 4239064 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/21832/statm: 13918 13443 86 171 0 13745 0
[pid=21830/tid=21836] ppid=21620 vsize=374852 CPUtime=0 cores=1,3,5,7
/proc/21830/task/21836/stat : 21836 (python) S 21620 21620 21327 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 985912770 383848448 14305 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 514 18446604463821340864 0 0 -1 7 0 0 0
[pid=21848] ppid=21620 vsize=385108 CPUtime=0.18 cores=1,3,5,7
/proc/21848/stat : 21848 (python) S 21620 21620 21327 0 -1 4202560 1171 0 0 0 10 8 0 0 16 0 2 0 985941739 394350592 14315 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21848/statm: 96277 14315 405 364 0 32174 0
[pid=21850] ppid=21848 vsize=388480 CPUtime=102.63 cores=1,3,5,7
/proc/21850/stat : 21850 (cryptominisat-2) T 21848 21850 21850 0 -1 4202496 107329 0 0 0 10246 17 0 0 25 0 1 0 985941740 397803520 71350 33554432000 4194304 4677096 140733719419872 18446744073709551615 4334301 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/21850/statm: 97120 71350 393 118 0 92079 0
[pid=21848/tid=21858] ppid=21620 vsize=385108 CPUtime=0 cores=1,3,5,7
/proc/21848/task/21858/stat : 21858 (python) S 21620 21620 21327 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 985952007 394350592 14315 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 514 18446604471147314240 0 0 -1 5 0 0 0
[pid=21620/tid=21627] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21627/stat : 21627 (python) S 21618 21620 21327 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 9 0 985668540 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 7 0 0 0
[pid=21620/tid=21634] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21634/stat : 21634 (python) S 21618 21620 21327 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 985678553 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 3 0 0 0
[pid=21620/tid=21757] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21757/stat : 21757 (python) S 21618 21620 21327 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 985766262 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 1 0 0 0
[pid=21620/tid=21771] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21771/stat : 21771 (python) S 21618 21620 21327 0 -1 4202560 40 935 0 0 0 0 0 0 18 0 9 0 985785786 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 1 0 0 0
[pid=21620/tid=21798] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21798/stat : 21798 (python) S 21618 21620 21327 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 985824844 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 7 0 0 0
[pid=21620/tid=21807] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21807/stat : 21807 (python) S 21618 21620 21327 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 9 0 985844470 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 7 0 0 0
[pid=21620/tid=21831] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21831/stat : 21831 (python) S 21618 21620 21327 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 985902857 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 3 0 0 0
[pid=21620/tid=21849] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21849/stat : 21849 (python) S 21618 21620 21327 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 985941739 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4968.87
Current children cumulated vsize (KiB) 5340504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/245 21935
/proc/meminfo: memFree=12810240/32950928 swapFree=67056212/67111528
[pid=21620] ppid=21618 vsize=395352 CPUtime=9.84 cores=1,3,5,7
/proc/21620/stat : 21620 (python) S 21618 21620 21327 0 -1 4202496 30143 935 1 0 966 18 0 0 18 0 9 0 985667560 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/21620/statm: 98838 15803 1890 364 0 34735 0
[pid=21626] ppid=21620 vsize=323560 CPUtime=1.62 cores=1,3,5,7
/proc/21626/stat : 21626 (python) S 21620 21620 21327 0 -1 4202560 1235 0 0 0 86 76 0 0 18 0 2 0 985668540 331325440 14301 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21626/statm: 80890 14301 415 364 0 16808 0
[pid=21628] ppid=21626 vsize=51032 CPUtime=1261.42 cores=1,3,5,7
/proc/21628/stat : 21628 (lingeling) T 21626 21628 21628 0 -1 4202496 50280 0 0 0 126137 5 0 0 25 0 1 0 985668540 52256768 11928 33554432000 4194304 4352236 140733772300016 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/21628/statm: 12758 11928 129 39 0 11838 0
[pid=21626/tid=21632] ppid=21620 vsize=323560 CPUtime=0 cores=1,3,5,7
/proc/21626/task/21632/stat : 21632 (python) S 21620 21620 21327 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 985678551 331325440 14301 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 514 18446604471144558656 0 0 -1 1 0 0 0
[pid=21633] ppid=21620 vsize=323572 CPUtime=2.87 cores=1,3,5,7
/proc/21633/stat : 21633 (python) S 21620 21620 21327 0 -1 4202560 1182 0 0 0 157 130 0 0 15 0 2 0 985678553 331337728 14286 33554432000 4194304 5683644 140733981032944 18446744073709551615 256415411782 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21633/statm: 80893 14286 400 364 0 16808 0
[pid=21635] ppid=21633 vsize=886096 CPUtime=1960.87 cores=1,3,5,7
/proc/21635/stat : 21635 (cryptominisat-2) R 21633 21635 21635 0 -1 4202496 993650 0 0 0 195893 194 0 0 25 0 1 0 985678554 907362304 193029 33554432000 4194304 4677096 140734744463280 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21635/statm: 221524 193029 393 118 0 216483 0
[pid=21633/tid=21742] ppid=21620 vsize=323572 CPUtime=0 cores=1,3,5,7
/proc/21633/task/21742/stat : 21742 (python) S 21620 21620 21327 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 985727719 331337728 14286 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 514 18446604471160545536 0 0 -1 3 0 0 0
[pid=21756] ppid=21620 vsize=333828 CPUtime=0.37 cores=1,3,5,7
/proc/21756/stat : 21756 (python) S 21620 21620 21327 0 -1 4202560 1154 0 0 0 19 18 0 0 18 0 2 0 985766261 341839872 14289 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21756/statm: 83457 14289 399 364 0 19369 0
[pid=21758] ppid=21756 vsize=32652 CPUtime=292.32 cores=1,3,5,7
/proc/21758/stat : 21758 (lingeling) T 21756 21758 21758 0 -1 4202496 10612 0 0 0 29231 1 0 0 25 0 1 0 985766262 33435648 7333 33554432000 4194304 4352236 140735982692432 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/21758/statm: 8163 7333 129 39 0 7243 0
[pid=21756/tid=21766] ppid=21620 vsize=333828 CPUtime=0 cores=1,3,5,7
/proc/21756/task/21766/stat : 21766 (python) S 21620 21620 21327 0 -1 4202560 46 0 0 0 0 0 0 0 18 0 2 0 985776272 341839872 14289 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 514 18446604454223078720 0 0 -1 3 0 0 0
[pid=21770] ppid=21620 vsize=344084 CPUtime=0.54 cores=1,3,5,7
/proc/21770/stat : 21770 (python) S 21620 21620 21327 0 -1 4202560 1163 0 0 0 29 25 0 0 15 0 2 0 985785786 352342016 14293 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21770/statm: 86021 14293 399 364 0 21930 0
[pid=21772] ppid=21770 vsize=63848 CPUtime=391.48 cores=1,3,5,7
/proc/21772/stat : 21772 (precosat) T 21770 21772 21772 0 -1 4202496 25589 0 0 0 39144 4 0 0 25 0 1 0 985785787 65380352 15484 33554432000 4194304 4890832 140737134654848 18446744073709551615 4239064 0 0 16781312 17442 18446744071562691360 0 0 17 3 0 0 0
/proc/21772/statm: 15962 15484 86 171 0 15789 0
[pid=21770/tid=21775] ppid=21620 vsize=344084 CPUtime=0 cores=1,3,5,7
/proc/21770/task/21775/stat : 21775 (python) S 21620 21620 21327 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 985795799 352342016 14293 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 514 18446604471144559552 0 0 -1 1 0 0 0
[pid=21797] ppid=21620 vsize=354340 CPUtime=0.25 cores=1,3,5,7
/proc/21797/stat : 21797 (python) S 21620 21620 21327 0 -1 4202560 1138 0 0 0 13 12 0 0 19 0 2 0 985824844 362844160 14297 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21797/statm: 88585 14297 399 364 0 24491 0
[pid=21799] ppid=21797 vsize=34164 CPUtime=196.22 cores=1,3,5,7
/proc/21799/stat : 21799 (lingeling) T 21797 21799 21799 0 -1 4202496 10996 0 0 0 19622 0 0 0 25 0 1 0 985824844 34983936 7711 33554432000 4194304 4352236 140735902414592 18446744073709551615 4328026 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/21799/statm: 8541 7711 129 39 0 7621 0
[pid=21797/tid=21805] ppid=21620 vsize=354340 CPUtime=0 cores=1,3,5,7
/proc/21797/task/21805/stat : 21805 (python) S 21620 21620 21327 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 985844467 362844160 14297 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 514 18446604454222521472 0 0 -1 1 0 0 0
[pid=21806] ppid=21620 vsize=364596 CPUtime=0.83 cores=1,3,5,7
/proc/21806/stat : 21806 (python) S 21620 21620 21327 0 -1 4202560 1173 0 0 0 42 41 0 0 15 0 2 0 985844469 373346304 14301 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21806/statm: 91149 14301 399 364 0 27052 0
[pid=21808] ppid=21806 vsize=629268 CPUtime=583.08 cores=1,3,5,7
/proc/21808/stat : 21808 (cryptominisat-2) T 21806 21808 21808 0 -1 4202496 431662 0 0 0 58235 73 0 0 25 0 1 0 985844470 644370432 122543 33554432000 4194304 4677096 140734964186192 18446744073709551615 4319643 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/21808/statm: 157317 122543 393 118 0 152276 0
[pid=21806/tid=21812] ppid=21620 vsize=364596 CPUtime=0 cores=1,3,5,7
/proc/21806/task/21812/stat : 21812 (python) S 21620 21620 21327 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 985854196 373346304 14301 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 514 18446604461262886208 0 0 -1 3 0 0 0
[pid=21830] ppid=21620 vsize=374852 CPUtime=0.27 cores=1,3,5,7
/proc/21830/stat : 21830 (python) S 21620 21620 21327 0 -1 4202560 1147 0 0 0 15 12 0 0 18 0 2 0 985902857 383848448 14305 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21830/statm: 93713 14305 399 364 0 29613 0
[pid=21832] ppid=21830 vsize=55672 CPUtime=195.24 cores=1,3,5,7
/proc/21832/stat : 21832 (precosat) T 21830 21832 21832 0 -1 4202496 19597 0 0 0 19521 3 0 0 25 0 1 0 985902858 57008128 13443 33554432000 4194304 4890832 140736075062976 18446744073709551615 4239064 0 0 16781312 17442 18446744071562691360 0 0 17 5 0 0 0
/proc/21832/statm: 13918 13443 86 171 0 13745 0
[pid=21830/tid=21836] ppid=21620 vsize=374852 CPUtime=0 cores=1,3,5,7
/proc/21830/task/21836/stat : 21836 (python) S 21620 21620 21327 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 985912770 383848448 14305 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 514 18446604463821340864 0 0 -1 7 0 0 0
[pid=21848] ppid=21620 vsize=385108 CPUtime=0.18 cores=1,3,5,7
/proc/21848/stat : 21848 (python) S 21620 21620 21327 0 -1 4202560 1171 0 0 0 10 8 0 0 16 0 2 0 985941739 394350592 14315 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427218379 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21848/statm: 96277 14315 405 364 0 32174 0
[pid=21850] ppid=21848 vsize=388480 CPUtime=102.63 cores=1,3,5,7
/proc/21850/stat : 21850 (cryptominisat-2) T 21848 21850 21850 0 -1 4202496 107329 0 0 0 10246 17 0 0 25 0 1 0 985941740 397803520 71350 33554432000 4194304 4677096 140733719419872 18446744073709551615 4334301 0 0 16781312 2 18446744071562691360 0 0 17 3 0 0 0
/proc/21850/statm: 97120 71350 393 118 0 92079 0
[pid=21848/tid=21858] ppid=21620 vsize=385108 CPUtime=0 cores=1,3,5,7
/proc/21848/task/21858/stat : 21858 (python) S 21620 21620 21327 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 985952007 394350592 14315 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 514 18446604471147314240 0 0 -1 5 0 0 0
[pid=21620/tid=21627] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21627/stat : 21627 (python) S 21618 21620 21327 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 9 0 985668540 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 7 0 0 0
[pid=21620/tid=21634] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21634/stat : 21634 (python) S 21618 21620 21327 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 985678553 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 3 0 0 0
[pid=21620/tid=21757] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21757/stat : 21757 (python) S 21618 21620 21327 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 985766262 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 1 0 0 0
[pid=21620/tid=21771] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21771/stat : 21771 (python) S 21618 21620 21327 0 -1 4202560 40 935 0 0 0 0 0 0 18 0 9 0 985785786 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 1 0 0 0
[pid=21620/tid=21798] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21798/stat : 21798 (python) S 21618 21620 21327 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 985824844 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 7 0 0 0
[pid=21620/tid=21807] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21807/stat : 21807 (python) S 21618 21620 21327 0 -1 4202560 35 935 0 0 0 0 0 0 18 0 9 0 985844470 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 7 0 0 0
[pid=21620/tid=21831] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21831/stat : 21831 (python) S 21618 21620 21327 0 -1 4202560 30 935 0 0 0 0 0 0 18 0 9 0 985902857 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 3 0 0 0
[pid=21620/tid=21849] ppid=21618 vsize=395352 CPUtime=0 cores=1,3,5,7
/proc/21620/task/21849/stat : 21849 (python) S 21618 21620 21327 0 -1 4202560 31 935 0 0 0 0 0 0 20 0 9 0 985941739 404840448 15803 33554432000 4194304 5683644 140733981032944 18446744073709551615 256427215281 0 0 16781312 2 18446604463821342656 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 5340504

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 21620 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=668530
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=189971
# CPU time returned by wait4() is 9.8585
# while last known CPU time is 5000.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4993.46
CPU time (s): 5000.03
CPU user time (s): 4993.66
CPU system time (s): 6.37
CPU usage (%): 100.132
Max. virtual memory (cumulated for all children) (KiB): 5340508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.66853
system time used= 0.189971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31082
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= 2907
involuntary context switches= 48

runsolver used 16.6255 second user time and 37.8802 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-13 10:39:29
IDJOB=3498453
IDBENCH=83133
IDSOLVER=1991
FILE ID=node115/3498453-1307954368
RUNJOBID= node115-1307953122-21346
PBS_JOBID= 13559713
Free space on /var/tmp= 2820 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom22.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 /var/tmp/evaluation-result-3498453-1307954368/watcher-3498453-1307954368 -o /var/tmp/evaluation-result-3498453-1307954368/solver-3498453-1307954368 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498453-1307954368.cnf -seed 1833613394 -budget 5000

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=1833613394

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13401148 kB
Buffers:        100508 kB
Cached:       17224376 kB
SwapCached:       9240 kB
Active:        3251364 kB
Inactive:     15670480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13401148 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:           36264 kB
Writeback:           0 kB
AnonPages:     1594160 kB
Mapped:          19672 kB
Slab:           556656 kB
PageTables:      11664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  2771432 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2816 MiB
End job on node115 at 2011-06-13 12:02:44