Trace number 3317903

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-industrial? (TO) 4800.04 1212.75

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

Solver Data

0.32/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.68	c INFO: solving HOME/instance-3317903-1304269894.cnf
0.32/0.68	c INFO: computing task features
0.98/1.34	c INFO: computed variable-clause graph statistics
0.98/1.36	c INFO: computed clause balance statistics
3.99/4.34	c INFO: computed variable balance statistics
6.19/6.59	c INFO: computed small-clause counts
6.29/6.61	c INFO: computed Horn-clause counts
10.28/10.65	c INFO: computed variable graph statistics
10.28/10.65	c INFO: collected features for HOME/instance-3317903-1304269894.cnf in 9.94 s
10.28/10.67	c INFO: running lingeling-276@0 for 97 with 4790 remaining (b = 0.35)
10.28/10.69	c INFO: running cryptominisat-2.9.0@0 for 485 with 4790 remaining (b = 0.33)
10.38/10.72	c INFO: running lingeling-276@0 for 1261 with 4789 remaining (b = 0.47)
10.38/10.75	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4789 remaining (b = 0.50)
401.80/111.05	c INFO: running lingeling-276@0 for 1164 with 4689 remaining (b = 0.39)
1958.64/500.98	c INFO: running lingeling-276@0 for 97 with 4299 remaining (b = 0.27)
2358.70/601.13	c INFO: running lingeling-276@99 for 97 with 4199 remaining (b = 0.08)
2738.41/696.27	c INFO: running SApperloT@0 for 97 with 4104 remaining (b = 0.12)
3138.44/796.43	c INFO: running precosat-570@0 for 291 with 4004 remaining (b = 0.19)
4305.69/1088.82	c INFO: running lingeling-276@194 for 291 with 3711 remaining (b = 0.14)
4800.04/1212.73	c INFO: running lingeling-276@0 for 97 with 3587 remaining (b = 0.08)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317903-1304269894/watcher-3317903-1304269894 -o /tmp/evaluation-result-3317903-1304269894/solver-3317903-1304269894 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317903-1304269894.cnf -seed 30873738 -budget 4800 -cores 4 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.10 3.82 4.09 5/200 10505
/proc/meminfo: memFree=27792732/32951132 swapFree=67111356/67111528
[pid=10505] ppid=10503 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/10505/stat : 10505 (python) S 10503 10505 9915 0 -1 4202496 792 0 0 0 0 0 0 0 25 0 1 0 538589031 15749120 680 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 2 0 0 0
/proc/10505/statm: 3845 680 322 364 0 332 0

[startup+0.0679771 s]
/proc/loadavg: 4.10 3.82 4.09 5/200 10505
/proc/meminfo: memFree=27792732/32951132 swapFree=67111356/67111528
[pid=10505] ppid=10503 vsize=34424 CPUtime=0.03 cores=0,2,4,6
/proc/10505/stat : 10505 (python) S 10503 10505 9915 0 -1 4202496 1551 0 0 0 3 0 0 0 25 0 1 0 538589031 35250176 1388 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/10505/statm: 8606 1388 448 364 0 944 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 34424

[startup+0.100606 s]
/proc/loadavg: 4.10 3.82 4.09 5/200 10505
/proc/meminfo: memFree=27792732/32951132 swapFree=67111356/67111528
[pid=10505] ppid=10503 vsize=85620 CPUtime=0.06 cores=0,2,4,6
/proc/10505/stat : 10505 (python) S 10503 10505 9915 0 -1 4202496 2630 0 0 0 4 2 0 0 25 0 1 0 538589031 87674880 2348 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/10505/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85620

[startup+0.300443 s]
/proc/loadavg: 4.10 3.82 4.09 5/200 10505
/proc/meminfo: memFree=27792732/32951132 swapFree=67111356/67111528
[pid=10505] ppid=10503 vsize=135752 CPUtime=0.17 cores=0,2,4,6
/proc/10505/stat : 10505 (python) S 10503 10505 9915 0 -1 4202496 5964 937 1 0 12 5 0 0 17 0 1 0 538589031 139010048 4151 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664804357 0 2147483391 16781312 2 18446744071699109054 0 0 17 6 0 0 0
/proc/10505/statm: 33938 4151 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.706431 s]
/proc/loadavg: 4.10 3.82 4.09 5/200 10505
/proc/meminfo: memFree=27792732/32951132 swapFree=67111356/67111528
[pid=10505] ppid=10503 vsize=282196 CPUtime=0.39 cores=0,2,4,6
/proc/10505/stat : 10505 (python) R 10503 10505 9915 0 -1 4202496 10184 937 1 0 30 9 0 0 16 0 1 0 538589031 288968704 7866 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664169220 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10505/statm: 70549 7866 1761 364 0 6473 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 282196

[startup+1.50026 s]
/proc/loadavg: 4.10 3.82 4.09 6/201 10510
/proc/meminfo: memFree=27756268/32951132 swapFree=67111356/67111528
[pid=10505] ppid=10503 vsize=315184 CPUtime=1.18 cores=0,2,4,6
/proc/10505/stat : 10505 (python) R 10503 10505 9915 0 -1 4202496 22601 937 1 0 107 11 0 0 17 0 1 0 538589031 322748416 16180 33554432000 4194304 5683644 140733488369216 18446744073709551615 274668217013 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10505/statm: 78796 16180 1826 364 0 14720 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 315184

[startup+3.101 s]
/proc/loadavg: 4.10 3.82 4.09 6/201 10510
/proc/meminfo: memFree=27743248/32951132 swapFree=67111356/67111528
[pid=10505] ppid=10503 vsize=315184 CPUtime=2.78 cores=0,2,4,6
/proc/10505/stat : 10505 (python) R 10503 10505 9915 0 -1 4202496 22601 937 1 0 267 11 0 0 19 0 1 0 538589031 322748416 16180 33554432000 4194304 5683644 140733488369216 18446744073709551615 4523360 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10505/statm: 78796 16180 1826 364 0 14720 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 315184

[startup+6.30044 s]
/proc/loadavg: 4.33 3.87 4.10 6/201 10510
/proc/meminfo: memFree=27738372/32951132 swapFree=67111356/67111528
[pid=10505] ppid=10503 vsize=315184 CPUtime=5.98 cores=0,2,4,6
/proc/10505/stat : 10505 (python) R 10503 10505 9915 0 -1 4202496 22602 937 1 0 587 11 0 0 25 0 1 0 538589031 322748416 16181 33554432000 4194304 5683644 140733488369216 18446744073709551615 47722006689733 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10505/statm: 78796 16181 1827 364 0 14720 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 315184

[startup+12.7013 s]
/proc/loadavg: 4.54 3.92 4.12 6/213 10522
/proc/meminfo: memFree=27716644/32951132 swapFree=67111356/67111528
[pid=10505] ppid=10503 vsize=353400 CPUtime=10.42 cores=0,2,4,6
/proc/10505/stat : 10505 (python) S 10503 10505 9915 0 -1 4202496 25328 937 1 0 1030 12 0 0 20 0 5 0 538589031 361881600 15547 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10505/statm: 88350 15547 1881 364 0 24259 0
[pid=10511] ppid=10505 vsize=312388 CPUtime=0 cores=0,2,4,6
/proc/10511/stat : 10511 (python) S 10505 10505 9915 0 -1 4202560 701 0 0 0 0 0 0 0 25 0 1 0 538590099 319885312 13976 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676635024 0 0 16781312 514 18446744071562362840 0 0 17 6 0 0 0
/proc/10511/statm: 78097 13976 326 364 0 14015 0
[pid=10513] ppid=10511 vsize=312388 CPUtime=0 cores=0,2,4,6
/proc/10513/stat : 10513 (python) D 10511 10513 10513 0 -1 4202560 262 0 0 0 0 0 0 0 25 0 1 0 538590099 319885312 13848 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664629239 0 0 16781312 514 18446744071696489144 0 0 17 2 0 0 0
/proc/10513/statm: 78097 13848 198 364 0 14015 0
[pid=10514] ppid=10505 vsize=322644 CPUtime=0 cores=0,2,4,6
/proc/10514/stat : 10514 (python) S 10505 10505 9915 0 -1 4202560 623 0 0 0 0 0 0 0 25 0 1 0 538590101 330387456 13959 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676635083 0 0 16781312 514 18446744071562362840 0 0 17 6 0 0 0
/proc/10514/statm: 80661 13959 305 364 0 16576 0
[pid=10516] ppid=10514 vsize=322644 CPUtime=0 cores=0,2,4,6
/proc/10516/stat : 10516 (python) D 10514 10516 10516 0 -1 4202560 261 0 0 0 0 0 0 0 25 0 1 0 538590102 330387456 13852 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664629239 0 0 16781312 514 18446744071696489144 0 0 17 2 0 0 0
/proc/10516/statm: 80661 13852 198 364 0 16576 0
[pid=10517] ppid=10505 vsize=332900 CPUtime=0 cores=0,2,4,6
/proc/10517/stat : 10517 (python) S 10505 10505 9915 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 538590104 340889600 14005 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 3865993663351881727 0 0 17 0 0 0 0
/proc/10517/statm: 83225 14005 347 364 0 19137 0
[pid=10519] ppid=10517 vsize=368 CPUtime=0 cores=0,2,4,6
/proc/10519/stat : 10519 (lingeling) D 10517 10519 10519 0 -1 4194304 295 0 0 0 0 0 0 0 25 0 1 0 538590104 376832 30 33554432000 4194304 4352236 140735823391136 18446744073709551615 274659885066 0 0 16781312 0 18446744071696489144 0 0 17 2 0 0 0
/proc/10519/statm: 92 30 23 39 0 22 0
[pid=10520] ppid=10505 vsize=343156 CPUtime=0 cores=0,2,4,6
/proc/10520/stat : 10520 (python) S 10505 10505 9915 0 -1 4202560 760 0 0 0 0 0 0 0 18 0 1 0 538590106 351391744 14009 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 3612380861044883455 0 0 17 6 0 0 0
/proc/10520/statm: 85789 14009 347 364 0 21698 0
[pid=10522] ppid=10520 vsize=736 CPUtime=0 cores=0,2,4,6
/proc/10522/stat : 10522 (cryptominisat-2) D 10520 10522 10522 0 -1 4194304 303 0 0 0 0 0 0 0 19 0 1 0 538590107 753664 39 33554432000 4194304 4677096 140735042319680 18446744073709551615 274659884679 0 0 16781312 0 18446744071696489144 0 0 17 0 0 0 0
/proc/10522/statm: 184 39 32 118 0 22 0
[pid=10505/tid=10512] ppid=10503 vsize=353400 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10512/stat : 10512 (python) S 10503 10505 9915 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 538590099 361881600 15547 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 6 0 0 0
[pid=10505/tid=10515] ppid=10503 vsize=353400 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10515/stat : 10515 (python) S 10503 10505 9915 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 5 0 538590102 361881600 15547 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 6 0 0 0
[pid=10505/tid=10518] ppid=10503 vsize=353400 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10518/stat : 10518 (python) S 10503 10505 9915 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 538590104 361881600 15547 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 0 0 0 0
[pid=10505/tid=10521] ppid=10503 vsize=353400 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10521/stat : 10521 (python) S 10503 10505 9915 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 5 0 538590107 361881600 15547 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.42
Current children cumulated vsize (KiB) 2300624

[startup+25.5011 s]
/proc/loadavg: 5.38 4.14 4.19 9/213 10523
/proc/meminfo: memFree=27107304/32951132 swapFree=67111356/67111528
[pid=10505] ppid=10503 vsize=353400 CPUtime=10.42 cores=0,2,4,6
/proc/10505/stat : 10505 (python) S 10503 10505 9915 0 -1 4202496 25328 937 1 0 1030 12 0 0 20 0 5 0 538589031 361881600 15547 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10505/statm: 88350 15547 1881 364 0 24259 0
[pid=10511] ppid=10505 vsize=312388 CPUtime=0.01 cores=0,2,4,6
/proc/10511/stat : 10511 (python) S 10505 10505 9915 0 -1 4202560 995 0 0 0 0 1 0 0 18 0 1 0 538590099 319885312 14031 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828431 0 0 16781312 514 2453863662591377665 0 0 17 6 0 0 0
/proc/10511/statm: 78097 14031 381 364 0 14015 0
[pid=10513] ppid=10511 vsize=24380 CPUtime=12.6 cores=0,2,4,6
/proc/10513/stat : 10513 (lingeling) R 10511 10513 10513 0 -1 4202496 8299 0 0 0 1259 1 0 0 25 0 1 0 538590099 24965120 5265 33554432000 4194304 4352236 140736141109904 18446744073709551615 274664832919 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/10513/statm: 6095 5265 129 39 0 5175 0
[pid=10514] ppid=10505 vsize=322644 CPUtime=0 cores=0,2,4,6
/proc/10514/stat : 10514 (python) S 10505 10505 9915 0 -1 4202560 929 0 0 0 0 0 0 0 15 0 1 0 538590101 330387456 14024 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 16129708040420032769 0 0 17 6 0 0 0
/proc/10514/statm: 80661 14024 370 364 0 16576 0
[pid=10516] ppid=10514 vsize=348728 CPUtime=12.49 cores=0,2,4,6
/proc/10516/stat : 10516 (cryptominisat-2) R 10514 10516 10516 0 -1 4202496 73913 0 0 0 1239 10 0 0 25 0 1 0 538590102 357097472 71157 33554432000 4194304 4677096 140733244649696 18446744073709551615 4319584 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10516/statm: 87182 71157 393 118 0 82141 0
[pid=10517] ppid=10505 vsize=332900 CPUtime=0 cores=0,2,4,6
/proc/10517/stat : 10517 (python) S 10505 10505 9915 0 -1 4202560 910 0 0 0 0 0 0 0 18 0 1 0 538590104 340889600 14028 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 2453863662591377666 0 0 17 0 0 0 0
/proc/10517/statm: 83225 14028 370 364 0 19137 0
[pid=10519] ppid=10517 vsize=24280 CPUtime=12.38 cores=0,2,4,6
/proc/10519/stat : 10519 (lingeling) R 10517 10519 10519 0 -1 4202496 9765 0 0 0 1237 1 0 0 25 0 1 0 538590104 24862720 5240 33554432000 4194304 4352236 140735823391136 18446744073709551615 4328768 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10519/statm: 6070 5240 129 39 0 5150 0
[pid=10520] ppid=10505 vsize=343156 CPUtime=0.01 cores=0,2,4,6
/proc/10520/stat : 10520 (python) S 10505 10505 9915 0 -1 4202560 955 0 0 0 1 0 0 0 15 0 1 0 538590106 351391744 14032 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 4251305693555949826 0 0 17 6 0 0 0
/proc/10520/statm: 85789 14032 370 364 0 21698 0
[pid=10522] ppid=10520 vsize=348560 CPUtime=12.47 cores=0,2,4,6
/proc/10522/stat : 10522 (cryptominisat-2) R 10520 10522 10522 0 -1 4202496 73924 0 0 0 1236 11 0 0 25 0 1 0 538590107 356925440 71220 33554432000 4194304 4677096 140735042319680 18446744073709551615 4319059 0 0 16781312 2 0 0 0 17 6 0 0 0
/proc/10522/statm: 87140 71220 393 118 0 82099 0
[pid=10505/tid=10512] ppid=10503 vsize=353400 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10512/stat : 10512 (python) S 10503 10505 9915 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 538590099 361881600 15547 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 6 0 0 0
[pid=10505/tid=10515] ppid=10503 vsize=353400 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10515/stat : 10515 (python) S 10503 10505 9915 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 5 0 538590102 361881600 15547 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 6 0 0 0
[pid=10505/tid=10518] ppid=10503 vsize=353400 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10518/stat : 10518 (python) S 10503 10505 9915 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 5 0 538590104 361881600 15547 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 0 0 0 0
[pid=10505/tid=10521] ppid=10503 vsize=353400 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10521/stat : 10521 (python) S 10503 10505 9915 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 5 0 538590107 361881600 15547 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 60.38
Current children cumulated vsize (KiB) 2410436

[startup+51.1006 s]
/proc/loadavg: 6.27 4.45 4.29 9/213 10523
/proc/meminfo: memFree=27005612/32951132 swapFree=67111356/67111528
[pid=10505] ppid=10503 vsize=353400 CPUtime=10.42 cores=0,2,4,6
/proc/10505/stat : 10505 (python) S 10503 10505 9915 0 -1 4202496 25328 937 1 0 1030 12 0 0 20 0 5 0 538589031 361881600 15547 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10505/statm: 88350 15547 1881 364 0 24259 0
[pid=10511] ppid=10505 vsize=312388 CPUtime=0.05 cores=0,2,4,6
/proc/10511/stat : 10511 (python) S 10505 10505 9915 0 -1 4202560 1009 0 0 0 2 3 0 0 18 0 1 0 538590099 319885312 14031 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828431 0 0 16781312 514 2453863662591377665 0 0 17 6 0 0 0
/proc/10511/statm: 78097 14031 381 364 0 14015 0
[pid=10513] ppid=10511 vsize=24376 CPUtime=38.16 cores=0,2,4,6
/proc/10513/stat : 10513 (lingeling) R 10511 10513 10513 0 -1 4202496 9323 0 0 0 3815 1 0 0 25 0 1 0 538590099 24961024 5264 33554432000 4194304 4352236 140736141109904 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/10513/statm: 6094 5264 129 39 0 5174 0
[pid=10514] ppid=10505 vsize=322644 CPUtime=0.06 cores=0,2,4,6
/proc/10514/stat : 10514 (python) S 10505 10505 9915 0 -1 4202560 947 0 0 0 3 3 0 0 15 0 1 0 538590101 330387456 14024 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 2453863662591377665 0 0 17 2 0 0 0
/proc/10514/statm: 80661 14024 370 364 0 16576 0
[pid=10516] ppid=10514 vsize=392948 CPUtime=38.04 cores=0,2,4,6
/proc/10516/stat : 10516 (cryptominisat-2) R 10514 10516 10516 0 -1 4202496 94593 0 0 0 3791 13 0 0 25 0 1 0 538590102 402378752 81949 33554432000 4194304 4677096 140733244649696 18446744073709551615 4319643 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10516/statm: 98237 81949 393 118 0 93196 0
[pid=10517] ppid=10505 vsize=332900 CPUtime=0.04 cores=0,2,4,6
/proc/10517/stat : 10517 (python) S 10505 10505 9915 0 -1 4202560 928 0 0 0 2 2 0 0 18 0 1 0 538590104 340889600 14028 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 2453863662591377666 0 0 17 0 0 0 0
/proc/10517/statm: 83225 14028 370 364 0 19137 0
[pid=10519] ppid=10517 vsize=24272 CPUtime=37.98 cores=0,2,4,6
/proc/10519/stat : 10519 (lingeling) R 10517 10519 10519 0 -1 4202496 10789 0 0 0 3797 1 0 0 25 0 1 0 538590104 24854528 5238 33554432000 4194304 4352236 140735823391136 18446744073709551615 4328063 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10519/statm: 6068 5238 129 39 0 5148 0
[pid=10520] ppid=10505 vsize=343156 CPUtime=0.06 cores=0,2,4,6
/proc/10520/stat : 10520 (python) S 10505 10505 9915 0 -1 4202560 977 0 0 0 4 2 0 0 15 0 1 0 538590106 351391744 14032 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 2453863662591377666 0 0 17 6 0 0 0
/proc/10520/statm: 85789 14032 370 364 0 21698 0

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

Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1212.7 s]
/proc/loadavg: 8.13 8.04 7.01 10/231 10628
/proc/meminfo: memFree=26823380/32951132 swapFree=67111356/67111528
[pid=10505] ppid=10503 vsize=384168 CPUtime=10.56 cores=0,2,4,6
/proc/10505/stat : 10505 (python) S 10503 10505 9915 0 -1 4202496 28561 937 1 0 1043 13 0 0 18 0 8 0 538589031 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10505/statm: 96042 15566 1888 364 0 31942 0
[pid=10511] ppid=10505 vsize=322632 CPUtime=1.63 cores=0,2,4,6
/proc/10511/stat : 10511 (python) S 10505 10505 9915 0 -1 4202560 1231 0 0 0 86 77 0 0 18 0 2 0 538590099 330375168 14070 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10511/statm: 80658 14070 415 364 0 16576 0
[pid=10513] ppid=10511 vsize=55376 CPUtime=1191.54 cores=0,2,4,6
/proc/10513/stat : 10513 (lingeling) R 10511 10513 10513 0 -1 4202496 58035 0 0 0 119137 17 0 0 25 0 1 0 538590099 56705024 13014 33554432000 4194304 4352236 140736141109904 18446744073709551615 4329063 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/10513/statm: 13844 13014 129 39 0 12924 0
[pid=10511/tid=10526] ppid=10505 vsize=322632 CPUtime=0 cores=0,2,4,6
/proc/10511/task/10526/stat : 10526 (python) S 10505 10505 9915 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538600135 330375168 14070 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 514 18446604453880481792 0 0 -1 6 0 0 0
[pid=10514] ppid=10505 vsize=322644 CPUtime=0.69 cores=0,2,4,6
/proc/10514/stat : 10514 (python) S 10505 10505 9915 0 -1 4202560 1154 0 0 0 36 33 0 0 16 0 2 0 538590101 330387456 14054 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10514/statm: 80661 14054 399 364 0 16576 0
[pid=10516] ppid=10514 vsize=489728 CPUtime=487.23 cores=0,2,4,6
/proc/10516/stat : 10516 (cryptominisat-2) T 10514 10516 10516 0 -1 4202496 242870 0 0 0 48673 50 0 0 25 0 1 0 538590102 501481472 104426 33554432000 4194304 4677096 140733244649696 18446744073709551615 4320251 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/10516/statm: 122432 104426 393 118 0 117391 0
[pid=10514/tid=10541] ppid=10505 vsize=322644 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10541/stat : 10541 (python) S 10505 10505 9915 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538639128 330387456 14054 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 514 18446604449517848640 0 0 -1 2 0 0 0
[pid=10517] ppid=10505 vsize=332900 CPUtime=1.6 cores=0,2,4,6
/proc/10517/stat : 10517 (python) S 10505 10505 9915 0 -1 4202560 982 0 0 0 94 66 0 0 18 0 1 0 538590104 340889600 14028 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 2453863662591377666 0 0 17 0 0 0 0
/proc/10517/statm: 83225 14028 370 364 0 19137 0
[pid=10519] ppid=10517 vsize=56520 CPUtime=1199.24 cores=0,2,4,6
/proc/10519/stat : 10519 (lingeling) R 10517 10519 10519 0 -1 4202496 76580 0 0 0 119890 34 0 0 25 0 1 0 538590104 57876480 13300 33554432000 4194304 4352236 140735823391136 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10519/statm: 14130 13300 129 39 0 13210 0
[pid=10520] ppid=10505 vsize=343156 CPUtime=1.77 cores=0,2,4,6
/proc/10520/stat : 10520 (python) S 10505 10505 9915 0 -1 4202560 1042 0 0 0 97 80 0 0 15 0 1 0 538590106 351391744 14033 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 2453863662591377666 0 0 17 6 0 0 0
/proc/10520/statm: 85789 14033 371 364 0 21698 0
[pid=10522] ppid=10520 vsize=568796 CPUtime=1197.35 cores=0,2,4,6
/proc/10522/stat : 10522 (cryptominisat-2) R 10520 10522 10522 0 -1 4202496 416843 0 0 0 119616 119 0 0 25 0 1 0 538590107 582447104 126214 33554432000 4194304 4677096 140735042319680 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10522/statm: 142199 126214 393 118 0 137158 0
[pid=10542] ppid=10505 vsize=353412 CPUtime=0.45 cores=0,2,4,6
/proc/10542/stat : 10542 (python) S 10505 10505 9915 0 -1 4202560 1176 0 0 0 24 21 0 0 18 0 2 0 538639130 361893888 14066 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10542/statm: 88353 14066 399 364 0 24259 0
[pid=10544] ppid=10542 vsize=34364 CPUtime=316.49 cores=0,2,4,6
/proc/10544/stat : 10544 (lingeling) R 10542 10544 10544 0 -1 4202496 22072 0 0 0 31644 5 0 0 25 0 1 0 538639131 35188736 7761 33554432000 4194304 4352236 140737467324256 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/10544/statm: 8591 7761 129 39 0 7671 0
[pid=10542/tid=10552] ppid=10505 vsize=353412 CPUtime=0 cores=0,2,4,6
/proc/10542/task/10552/stat : 10552 (python) S 10505 10505 9915 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538649143 361893888 14066 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 514 18446604453723207808 0 0 -1 2 0 0 0
[pid=10600] ppid=10505 vsize=363668 CPUtime=0.14 cores=0,2,4,6
/proc/10600/stat : 10600 (python) S 10505 10505 9915 0 -1 4202560 1138 0 0 0 6 8 0 0 18 0 2 0 538658659 372396032 14070 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10600/statm: 90917 14070 399 364 0 26820 0
[pid=10602] ppid=10600 vsize=56836 CPUtime=99.03 cores=0,2,4,6
/proc/10602/stat : 10602 (SApperloT-base) T 10600 10602 10602 0 -1 4202496 13908 0 0 0 9899 4 0 0 25 0 1 0 538658659 58200064 13394 33554432000 134512640 135674940 4291223456 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10602/statm: 14209 13394 100 284 0 13923 0
[pid=10600/tid=10609] ppid=10505 vsize=363668 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10609/stat : 10609 (python) S 10505 10505 9915 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538668672 372396032 14070 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 514 18446604453720903936 0 0 -1 6 0 0 0
[pid=10610] ppid=10505 vsize=373924 CPUtime=0.4 cores=0,2,4,6
/proc/10610/stat : 10610 (python) S 10505 10505 9915 0 -1 4202560 1169 0 0 0 20 20 0 0 19 0 2 0 538668675 382898176 14074 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10610/statm: 93481 14074 399 364 0 29381 0
[pid=10612] ppid=10610 vsize=53900 CPUtime=291.92 cores=0,2,4,6
/proc/10612/stat : 10612 (precosat) T 10610 10612 10612 0 -1 4202496 16747 0 0 0 29189 3 0 0 25 0 1 0 538668675 55193600 12833 33554432000 4194304 4890832 140737142822608 18446744073709551615 4297591 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/10612/statm: 13475 12833 86 171 0 13302 0
[pid=10610/tid=10621] ppid=10505 vsize=373924 CPUtime=0 cores=0,2,4,6
/proc/10610/task/10621/stat : 10621 (python) S 10505 10505 9915 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538697911 382898176 14074 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 514 18446604453713605952 0 0 -1 2 0 0 0
[pid=10505/tid=10512] ppid=10503 vsize=384168 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10512/stat : 10512 (python) S 10503 10505 9915 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 8 0 538590099 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 6 0 0 0
[pid=10505/tid=10515] ppid=10503 vsize=384168 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10515/stat : 10515 (python) S 10503 10505 9915 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 8 0 538590102 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 6 0 0 0
[pid=10505/tid=10518] ppid=10503 vsize=384168 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10518/stat : 10518 (python) S 10503 10505 9915 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 8 0 538590104 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 0 0 0 0
[pid=10505/tid=10521] ppid=10503 vsize=384168 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10521/stat : 10521 (python) S 10503 10505 9915 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 8 0 538590107 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 0 0 0 0
[pid=10505/tid=10543] ppid=10503 vsize=384168 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10543/stat : 10543 (python) S 10503 10505 9915 0 -1 4202560 36 937 0 0 0 0 0 0 18 0 8 0 538639130 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 6 0 0 0
[pid=10505/tid=10601] ppid=10503 vsize=384168 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10601/stat : 10601 (python) S 10503 10505 9915 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 8 0 538658659 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 6 0 0 0
[pid=10505/tid=10611] ppid=10503 vsize=384168 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10611/stat : 10611 (python) S 10503 10505 9915 0 -1 4202560 32 937 0 0 0 0 0 0 20 0 8 0 538668675 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 4112024

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

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

[startup+1212.7 s]
/proc/loadavg: 8.13 8.04 7.01 10/231 10628
/proc/meminfo: memFree=26823380/32951132 swapFree=67111356/67111528
[pid=10505] ppid=10503 vsize=384168 CPUtime=10.56 cores=0,2,4,6
/proc/10505/stat : 10505 (python) S 10503 10505 9915 0 -1 4202496 28561 937 1 0 1043 13 0 0 18 0 8 0 538589031 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10505/statm: 96042 15566 1888 364 0 31942 0
[pid=10511] ppid=10505 vsize=322632 CPUtime=1.63 cores=0,2,4,6
/proc/10511/stat : 10511 (python) S 10505 10505 9915 0 -1 4202560 1231 0 0 0 86 77 0 0 18 0 2 0 538590099 330375168 14070 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10511/statm: 80658 14070 415 364 0 16576 0
[pid=10513] ppid=10511 vsize=55376 CPUtime=1191.54 cores=0,2,4,6
/proc/10513/stat : 10513 (lingeling) R 10511 10513 10513 0 -1 4202496 58035 0 0 0 119137 17 0 0 25 0 1 0 538590099 56705024 13014 33554432000 4194304 4352236 140736141109904 18446744073709551615 4329063 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/10513/statm: 13844 13014 129 39 0 12924 0
[pid=10511/tid=10526] ppid=10505 vsize=322632 CPUtime=0 cores=0,2,4,6
/proc/10511/task/10526/stat : 10526 (python) S 10505 10505 9915 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538600135 330375168 14070 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 514 18446604453880481792 0 0 -1 6 0 0 0
[pid=10514] ppid=10505 vsize=322644 CPUtime=0.69 cores=0,2,4,6
/proc/10514/stat : 10514 (python) S 10505 10505 9915 0 -1 4202560 1154 0 0 0 36 33 0 0 16 0 2 0 538590101 330387456 14054 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10514/statm: 80661 14054 399 364 0 16576 0
[pid=10516] ppid=10514 vsize=489728 CPUtime=487.23 cores=0,2,4,6
/proc/10516/stat : 10516 (cryptominisat-2) T 10514 10516 10516 0 -1 4202496 242870 0 0 0 48673 50 0 0 25 0 1 0 538590102 501481472 104426 33554432000 4194304 4677096 140733244649696 18446744073709551615 4320251 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/10516/statm: 122432 104426 393 118 0 117391 0
[pid=10514/tid=10541] ppid=10505 vsize=322644 CPUtime=0 cores=0,2,4,6
/proc/10514/task/10541/stat : 10541 (python) S 10505 10505 9915 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538639128 330387456 14054 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 514 18446604449517848640 0 0 -1 2 0 0 0
[pid=10517] ppid=10505 vsize=332900 CPUtime=1.6 cores=0,2,4,6
/proc/10517/stat : 10517 (python) S 10505 10505 9915 0 -1 4202560 982 0 0 0 94 66 0 0 18 0 1 0 538590104 340889600 14028 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 2453863662591377666 0 0 17 0 0 0 0
/proc/10517/statm: 83225 14028 370 364 0 19137 0
[pid=10519] ppid=10517 vsize=56520 CPUtime=1199.24 cores=0,2,4,6
/proc/10519/stat : 10519 (lingeling) R 10517 10519 10519 0 -1 4202496 76580 0 0 0 119890 34 0 0 25 0 1 0 538590104 57876480 13300 33554432000 4194304 4352236 140735823391136 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10519/statm: 14130 13300 129 39 0 13210 0
[pid=10520] ppid=10505 vsize=343156 CPUtime=1.77 cores=0,2,4,6
/proc/10520/stat : 10520 (python) S 10505 10505 9915 0 -1 4202560 1042 0 0 0 97 80 0 0 15 0 1 0 538590106 351391744 14033 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 2453863662591377666 0 0 17 6 0 0 0
/proc/10520/statm: 85789 14033 371 364 0 21698 0
[pid=10522] ppid=10520 vsize=568796 CPUtime=1197.35 cores=0,2,4,6
/proc/10522/stat : 10522 (cryptominisat-2) R 10520 10522 10522 0 -1 4202496 416843 0 0 0 119616 119 0 0 25 0 1 0 538590107 582447104 126214 33554432000 4194304 4677096 140735042319680 18446744073709551615 4320115 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10522/statm: 142199 126214 393 118 0 137158 0
[pid=10542] ppid=10505 vsize=353412 CPUtime=0.45 cores=0,2,4,6
/proc/10542/stat : 10542 (python) S 10505 10505 9915 0 -1 4202560 1176 0 0 0 24 21 0 0 18 0 2 0 538639130 361893888 14066 33554432000 4194304 5683644 140733488369216 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10542/statm: 88353 14066 399 364 0 24259 0
[pid=10544] ppid=10542 vsize=34364 CPUtime=316.49 cores=0,2,4,6
/proc/10544/stat : 10544 (lingeling) R 10542 10544 10544 0 -1 4202496 22072 0 0 0 31644 5 0 0 25 0 1 0 538639131 35188736 7761 33554432000 4194304 4352236 140737467324256 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/10544/statm: 8591 7761 129 39 0 7671 0
[pid=10542/tid=10552] ppid=10505 vsize=353412 CPUtime=0 cores=0,2,4,6
/proc/10542/task/10552/stat : 10552 (python) S 10505 10505 9915 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 538649143 361893888 14066 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 514 18446604453723207808 0 0 -1 2 0 0 0
[pid=10600] ppid=10505 vsize=363668 CPUtime=0.14 cores=0,2,4,6
/proc/10600/stat : 10600 (python) S 10505 10505 9915 0 -1 4202560 1138 0 0 0 6 8 0 0 18 0 2 0 538658659 372396032 14070 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/10600/statm: 90917 14070 399 364 0 26820 0
[pid=10602] ppid=10600 vsize=56836 CPUtime=99.03 cores=0,2,4,6
/proc/10602/stat : 10602 (SApperloT-base) T 10600 10602 10602 0 -1 4202496 13908 0 0 0 9899 4 0 0 25 0 1 0 538658659 58200064 13394 33554432000 134512640 135674940 4291223456 18446744073709551615 134564250 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/10602/statm: 14209 13394 100 284 0 13923 0
[pid=10600/tid=10609] ppid=10505 vsize=363668 CPUtime=0 cores=0,2,4,6
/proc/10600/task/10609/stat : 10609 (python) S 10505 10505 9915 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 538668672 372396032 14070 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 514 18446604453720903936 0 0 -1 6 0 0 0
[pid=10610] ppid=10505 vsize=373924 CPUtime=0.4 cores=0,2,4,6
/proc/10610/stat : 10610 (python) S 10505 10505 9915 0 -1 4202560 1169 0 0 0 20 20 0 0 19 0 2 0 538668675 382898176 14074 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10610/statm: 93481 14074 399 364 0 29381 0
[pid=10612] ppid=10610 vsize=53900 CPUtime=291.92 cores=0,2,4,6
/proc/10612/stat : 10612 (precosat) T 10610 10612 10612 0 -1 4202496 16747 0 0 0 29189 3 0 0 25 0 1 0 538668675 55193600 12833 33554432000 4194304 4890832 140737142822608 18446744073709551615 4297591 0 0 16781312 17442 18446744071562691360 0 0 17 2 0 0 0
/proc/10612/statm: 13475 12833 86 171 0 13302 0
[pid=10610/tid=10621] ppid=10505 vsize=373924 CPUtime=0 cores=0,2,4,6
/proc/10610/task/10621/stat : 10621 (python) S 10505 10505 9915 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538697911 382898176 14074 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 514 18446604453713605952 0 0 -1 2 0 0 0
[pid=10505/tid=10512] ppid=10503 vsize=384168 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10512/stat : 10512 (python) S 10503 10505 9915 0 -1 4202560 28 937 0 0 0 0 0 0 18 0 8 0 538590099 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 6 0 0 0
[pid=10505/tid=10515] ppid=10503 vsize=384168 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10515/stat : 10515 (python) S 10503 10505 9915 0 -1 4202560 21 937 0 0 0 0 0 0 25 0 8 0 538590102 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 6 0 0 0
[pid=10505/tid=10518] ppid=10503 vsize=384168 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10518/stat : 10518 (python) S 10503 10505 9915 0 -1 4202560 23 937 0 0 0 0 0 0 25 0 8 0 538590104 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 0 0 0 0
[pid=10505/tid=10521] ppid=10503 vsize=384168 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10521/stat : 10521 (python) S 10503 10505 9915 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 8 0 538590107 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 0 0 0 0
[pid=10505/tid=10543] ppid=10503 vsize=384168 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10543/stat : 10543 (python) S 10503 10505 9915 0 -1 4202560 36 937 0 0 0 0 0 0 18 0 8 0 538639130 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 6 0 0 0
[pid=10505/tid=10601] ppid=10503 vsize=384168 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10601/stat : 10601 (python) S 10503 10505 9915 0 -1 4202560 31 937 0 0 0 0 0 0 20 0 8 0 538658659 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 6 0 0 0
[pid=10505/tid=10611] ppid=10503 vsize=384168 CPUtime=0 cores=0,2,4,6
/proc/10505/task/10611/stat : 10611 (python) S 10503 10505 9915 0 -1 4202560 32 937 0 0 0 0 0 0 20 0 8 0 538668675 393388032 15566 33554432000 4194304 5683644 140733488369216 18446744073709551615 274676631985 0 0 16781312 2 18446604440278877184 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 4112024

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10505 and gives
#  childrusage.ru_utime.tv_sec=2720
#  childrusage.ru_utime.tv_usec=628401
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=537462
# CPU time returned by wait4() is 2724.17
# while last known CPU time is 4800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1212.75
CPU time (s): 4800.04
CPU user time (s): 4794.54
CPU system time (s): 5.5
CPU usage (%): 395.798
Max. virtual memory (cumulated for all children) (KiB): 4216820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2720.63
system time used= 3.53746
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192858
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= 8067
involuntary context switches= 18426

runsolver used 2.73658 second user time and 5.57815 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-01 19:11:34
IDJOB=3317903
IDBENCH=83113
IDSOLVER=1706
FILE ID=node131/3317903-1304269894
RUNJOBID= node131-1304267281-9933
PBS_JOBID= 13173948
Free space on /tmp= 72192 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top22.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317903-1304269894/watcher-3317903-1304269894 -o /tmp/evaluation-result-3317903-1304269894/solver-3317903-1304269894 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317903-1304269894.cnf -seed 30873738 -budget 4800 -cores 4

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
RANDOM SEED=30873738

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
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.830
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.830
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.830
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.75
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.830
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.830
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:     32951132 kB
MemFree:      27793136 kB
Buffers:        281788 kB
Cached:        1820788 kB
SwapCached:        168 kB
Active:        3093168 kB
Inactive:      1738752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      27793136 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           34592 kB
Writeback:           4 kB
AnonPages:     2729200 kB
Mapped:          23880 kB
Slab:           253788 kB
PageTables:      14304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:  3436220 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72164 MiB
End job on node131 at 2011-05-01 19:31:49