Trace number 3378063

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) 1301.2 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark520.047
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

Solver Data

0.45/0.62	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.45/0.62	c INFO: solving HOME/instance-3378063-1305456155.cnf
0.45/0.62	c INFO: computing task features
1.06/1.27	c INFO: computed variable-clause graph statistics
1.06/1.29	c INFO: computed clause balance statistics
4.26/4.49	c INFO: computed variable balance statistics
6.75/6.92	c INFO: computed small-clause counts
6.75/6.94	c INFO: computed Horn-clause counts
12.06/12.26	c INFO: computed variable graph statistics
12.06/12.26	c INFO: collected features for HOME/instance-3378063-1305456155.cnf in 11.61 s
12.06/12.27	c INFO: running lingeling-276@0 for 388 with 2388 remaining (b = 0.56)
404.63/404.03	c INFO: running lingeling-276@391 for 97 with 1996 remaining (b = 0.10)
500.03/499.22	c INFO: running lingeling-276@0 for 97 with 1901 remaining (b = 0.32)
600.26/599.43	c INFO: running lingeling-276@486 for 97 with 1801 remaining (b = 0.03)
697.69/696.65	c INFO: running cryptominisat-2.9.0@0 for 1704 with 1704 remaining (b = 0.54)

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: 961)

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-3378063-1305456155/watcher-3378063-1305456155 -o /tmp/evaluation-result-3378063-1305456155/solver-3378063-1305456155 -C 2400 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378063-1305456155.cnf -seed 567603624 -budget 2400 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.74 3.92 3.65 3/288 16876
/proc/meminfo: memFree=18717504/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=15764 CPUtime=0 cores=5,7
/proc/16876/stat : 16876 (python) R 16874 16876 14954 0 -1 4202496 852 0 0 0 0 0 0 0 17 0 1 0 657215344 16142336 734 33554432000 4194304 5683644 140735651322096 18446744073709551615 248089741447 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16876/statm: 3944 738 334 364 0 431 0

[startup+0.110107 s]
/proc/loadavg: 3.74 3.92 3.65 3/288 16876
/proc/meminfo: memFree=18717504/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=85620 CPUtime=0.08 cores=5,7
/proc/16876/stat : 16876 (python) R 16874 16876 14954 0 -1 4202496 2629 0 0 0 4 4 0 0 17 0 1 0 657215344 87674880 2348 33554432000 4194304 5683644 140735651322096 18446744073709551615 248089696256 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16876/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 85620

[startup+0.20109 s]
/proc/loadavg: 3.74 3.92 3.65 3/288 16876
/proc/meminfo: memFree=18717504/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=111020 CPUtime=0.14 cores=5,7
/proc/16876/stat : 16876 (python) R 16874 16876 14954 0 -1 4202496 3488 0 0 0 5 9 0 0 17 0 1 0 657215344 113684480 3137 33554432000 4194304 5683644 140735651322096 18446744073709551615 248089696256 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16876/statm: 27755 3137 881 364 0 2291 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 111020

[startup+0.301081 s]
/proc/loadavg: 3.74 3.92 3.65 3/288 16876
/proc/meminfo: memFree=18717504/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=128860 CPUtime=0.23 cores=5,7
/proc/16876/stat : 16876 (python) R 16874 16876 14954 0 -1 4202496 5591 935 1 0 11 12 0 0 19 0 1 0 657215344 131952640 4020 33554432000 4194304 5683644 140735651322096 18446744073709551615 248089696256 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16876/statm: 32215 4020 1011 364 0 2994 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 128860

[startup+0.701001 s]
/proc/loadavg: 3.74 3.92 3.65 3/288 16876
/proc/meminfo: memFree=18717504/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=286168 CPUtime=0.55 cores=5,7
/proc/16876/stat : 16876 (python) R 16874 16876 14954 0 -1 4202496 11204 935 1 0 34 21 0 0 17 0 1 0 657215344 293036032 8874 33554432000 4194304 5683644 140735651322096 18446744073709551615 47146688947395 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16876/statm: 71542 8874 1761 364 0 7466 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 286168

[startup+1.50086 s]
/proc/loadavg: 3.74 3.92 3.65 5/289 16885
/proc/meminfo: memFree=18530124/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=321972 CPUtime=1.35 cores=5,7
/proc/16876/stat : 16876 (python) R 16874 16876 14954 0 -1 4202496 25064 935 1 0 112 23 0 0 18 0 1 0 657215344 329699328 17878 33554432000 4194304 5683644 140735651322096 18446744073709551615 47146520811952 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16876/statm: 80493 17878 1826 364 0 16417 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 321972

[startup+3.10058 s]
/proc/loadavg: 3.74 3.92 3.65 5/289 16885
/proc/meminfo: memFree=18513808/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=321972 CPUtime=2.95 cores=5,7
/proc/16876/stat : 16876 (python) R 16874 16876 14954 0 -1 4202496 25064 935 1 0 272 23 0 0 21 0 1 0 657215344 329699328 17878 33554432000 4194304 5683644 140735651322096 18446744073709551615 248089365471 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16876/statm: 80493 17878 1826 364 0 16417 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 321972

[startup+6.30101 s]
/proc/loadavg: 4.16 4.01 3.68 5/289 16885
/proc/meminfo: memFree=18511584/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=321972 CPUtime=6.15 cores=5,7
/proc/16876/stat : 16876 (python) R 16874 16876 14954 0 -1 4202496 25065 935 1 0 592 23 0 0 25 0 1 0 657215344 329699328 17879 33554432000 4194304 5683644 140735651322096 18446744073709551615 47146520970432 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16876/statm: 80493 17879 1827 364 0 16417 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 321972

[startup+12.7009 s]
/proc/loadavg: 4.15 4.01 3.68 5/298 16894
/proc/meminfo: memFree=18456088/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=328904 CPUtime=12.13 cores=5,7
/proc/16876/stat : 16876 (python) S 16874 16876 14954 0 -1 4202496 25353 935 1 0 1189 24 0 0 25 0 2 0 657215344 336797696 17089 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16876/statm: 82226 17089 1867 364 0 18144 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 328904

[startup+25.5006 s]
/proc/loadavg: 4.12 4.00 3.68 5/301 16898
/proc/meminfo: memFree=18437348/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=328904 CPUtime=12.13 cores=5,7
/proc/16876/stat : 16876 (python) S 16874 16876 14954 0 -1 4202496 25353 935 1 0 1189 24 0 0 25 0 2 0 657215344 336797696 17089 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16876/statm: 82226 17089 1867 364 0 18144 0
[pid=16895] ppid=16876 vsize=318660 CPUtime=0.01 cores=5,7
/proc/16895/stat : 16895 (python) S 16876 16876 14954 0 -1 4202560 886 0 0 0 0 1 0 0 18 0 1 0 657216572 326307840 15594 33554432000 4194304 5683644 140735651322096 18446744073709551615 248089718287 0 0 16781312 514 2624806934384967941 0 0 17 7 0 0 0
/proc/16895/statm: 79665 15594 376 364 0 15583 0
[pid=16897] ppid=16895 vsize=22484 CPUtime=13.21 cores=5,7
/proc/16897/stat : 16897 (lingeling) R 16895 16897 16897 0 -1 4202496 10778 0 0 0 1320 1 0 0 25 0 1 0 657216572 23023616 4791 33554432000 4194304 4352236 140736891279776 18446744073709551615 4329107 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16897/statm: 5621 4791 129 39 0 4701 0
[pid=16876/tid=16896] ppid=16874 vsize=328904 CPUtime=0 cores=5,7
/proc/16876/task/16896/stat : 16896 (python) S 16874 16876 14954 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 657216572 336797696 17089 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 670048

[startup+51.1011 s]
/proc/loadavg: 4.08 4.00 3.69 5/301 16898
/proc/meminfo: memFree=18436788/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=328904 CPUtime=12.13 cores=5,7
/proc/16876/stat : 16876 (python) S 16874 16876 14954 0 -1 4202496 25353 935 1 0 1189 24 0 0 25 0 2 0 657215344 336797696 17089 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16876/statm: 82226 17089 1867 364 0 18144 0
[pid=16895] ppid=16876 vsize=318660 CPUtime=0.06 cores=5,7
/proc/16895/stat : 16895 (python) S 16876 16876 14954 0 -1 4202560 897 0 0 0 3 3 0 0 18 0 1 0 657216572 326307840 15594 33554432000 4194304 5683644 140735651322096 18446744073709551615 248089718287 0 0 16781312 514 2624806934384967941 0 0 17 7 0 0 0
/proc/16895/statm: 79665 15594 376 364 0 15583 0
[pid=16897] ppid=16895 vsize=22472 CPUtime=38.81 cores=5,7
/proc/16897/stat : 16897 (lingeling) R 16895 16897 16897 0 -1 4202496 12826 0 0 0 3879 2 0 0 25 0 1 0 657216572 23011328 4788 33554432000 4194304 4352236 140736891279776 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16897/statm: 5618 4788 129 39 0 4698 0
[pid=16876/tid=16896] ppid=16874 vsize=328904 CPUtime=0 cores=5,7
/proc/16876/task/16896/stat : 16896 (python) S 16874 16876 14954 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 657216572 336797696 17089 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 670036

[startup+102.301 s]
/proc/loadavg: 4.08 4.01 3.71 5/301 16900
/proc/meminfo: memFree=18413044/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=328904 CPUtime=12.13 cores=5,7
/proc/16876/stat : 16876 (python) S 16874 16876 14954 0 -1 4202496 25353 935 1 0 1189 24 0 0 25 0 2 0 657215344 336797696 17089 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16876/statm: 82226 17089 1867 364 0 18144 0
[pid=16895] ppid=16876 vsize=318660 CPUtime=0.18 cores=5,7
/proc/16895/stat : 16895 (python) S 16876 16876 14954 0 -1 4202560 922 0 0 0 10 8 0 0 18 0 1 0 657216572 326307840 15594 33554432000 4194304 5683644 140735651322096 18446744073709551615 248089718287 0 0 16781312 514 2624806934384967941 0 0 17 7 0 0 0
/proc/16895/statm: 79665 15594 376 364 0 15583 0
[pid=16897] ppid=16895 vsize=27548 CPUtime=90.02 cores=5,7
/proc/16897/stat : 16897 (lingeling) R 16895 16897 16897 0 -1 4202496 14095 0 0 0 9000 2 0 0 25 0 1 0 657216572 28209152 6057 33554432000 4194304 4352236 140736891279776 18446744073709551615 4235440 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16897/statm: 6887 6057 129 39 0 5967 0
[pid=16876/tid=16896] ppid=16874 vsize=328904 CPUtime=0 cores=5,7
/proc/16876/task/16896/stat : 16896 (python) S 16874 16876 14954 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 657216572 336797696 17089 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 102.33
Current children cumulated vsize (KiB) 675112

[startup+162.3 s]
/proc/loadavg: 4.03 4.01 3.73 5/301 16901
/proc/meminfo: memFree=18404212/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=328904 CPUtime=12.13 cores=5,7
/proc/16876/stat : 16876 (python) S 16874 16876 14954 0 -1 4202496 25353 935 1 0 1189 24 0 0 25 0 2 0 657215344 336797696 17089 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16876/statm: 82226 17089 1867 364 0 18144 0
[pid=16895] ppid=16876 vsize=318660 CPUtime=0.29 cores=5,7
/proc/16895/stat : 16895 (python) S 16876 16876 14954 0 -1 4202560 941 0 0 0 16 13 0 0 18 0 1 0 657216572 326307840 15594 33554432000 4194304 5683644 140735651322096 18446744073709551615 248089718287 0 0 16781312 514 2624806934384967941 0 0 17 7 0 0 0
/proc/16895/statm: 79665 15594 376 364 0 15583 0
[pid=16897] ppid=16895 vsize=31784 CPUtime=150.01 cores=5,7
/proc/16897/stat : 16897 (lingeling) R 16895 16897 16897 0 -1 4202496 16179 0 0 0 14999 2 0 0 25 0 1 0 657216572 32546816 7116 33554432000 4194304 4352236 140736891279776 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16897/statm: 7946 7116 129 39 0 7026 0
[pid=16876/tid=16896] ppid=16874 vsize=328904 CPUtime=0 cores=5,7
/proc/16876/task/16896/stat : 16896 (python) S 16874 16876 14954 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 657216572 336797696 17089 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 162.43
Current children cumulated vsize (KiB) 679348

[startup+222.311 s]
/proc/loadavg: 4.01 4.00 3.74 5/301 16903
/proc/meminfo: memFree=18385336/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=328904 CPUtime=12.13 cores=5,7
/proc/16876/stat : 16876 (python) S 16874 16876 14954 0 -1 4202496 25353 935 1 0 1189 24 0 0 25 0 2 0 657215344 336797696 17089 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16876/statm: 82226 17089 1867 364 0 18144 0
[pid=16895] ppid=16876 vsize=318660 CPUtime=0.41 cores=5,7
/proc/16895/stat : 16895 (python) S 16876 16876 14954 0 -1 4202560 959 0 0 0 22 19 0 0 18 0 1 0 657216572 326307840 15594 33554432000 4194304 5683644 140735651322096 18446744073709551615 248089718287 0 0 16781312 514 2624806934384967941 0 0 17 7 0 0 0
/proc/16895/statm: 79665 15594 376 364 0 15583 0
[pid=16897] ppid=16895 vsize=31784 CPUtime=210.02 cores=5,7
/proc/16897/stat : 16897 (lingeling) R 16895 16897 16897 0 -1 4202496 18227 0 0 0 21000 2 0 0 25 0 1 0 657216572 32546816 7116 33554432000 4194304 4352236 140736891279776 18446744073709551615 4328042 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16897/statm: 7946 7116 129 39 0 7026 0
[pid=16876/tid=16896] ppid=16874 vsize=328904 CPUtime=0 cores=5,7
/proc/16876/task/16896/stat : 16896 (python) S 16874 16876 14954 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 657216572 336797696 17089 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 222.56
Current children cumulated vsize (KiB) 679348

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.75 6/301 16905
/proc/meminfo: memFree=18370808/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=328904 CPUtime=12.13 cores=5,7
/proc/16876/stat : 16876 (python) S 16874 16876 14954 0 -1 4202496 25353 935 1 0 1189 24 0 0 25 0 2 0 657215344 336797696 17089 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 5 0 0 0
/proc/16876/statm: 82226 17089 1867 364 0 18144 0
[pid=16895] ppid=16876 vsize=318660 CPUtime=0.54 cores=5,7
/proc/16895/stat : 16895 (python) S 16876 16876 14954 0 -1 4202560 970 0 0 0 28 26 0 0 18 0 1 0 657216572 326307840 15594 33554432000 4194304 5683644 140735651322096 18446744073709551615 248089718287 0 0 16781312 514 2624806934384967941 0 0 17 7 0 0 0
/proc/16895/statm: 79665 15594 376 364 0 15583 0
[pid=16897] ppid=16895 vsize=34344 CPUtime=270.02 cores=5,7
/proc/16897/stat : 16897 (lingeling) R 16895 16897 16897 0 -1 4202496 22963 0 0 0 26999 3 0 0 25 0 1 0 657216572 35168256 7756 33554432000 4194304 4352236 140736891279776 18446744073709551615 4328205 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/16897/statm: 8586 7756 129 39 0 7666 0
[pid=16876/tid=16896] ppid=16874 vsize=328904 CPUtime=0 cores=5,7
/proc/16876/task/16896/stat : 16896 (python) S 16874 16876 14954 0 -1 4202560 31 935 0 0 0 0 0 0 25 0 2 0 657216572 336797696 17089 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 282.69

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

[startup+1182.3 s]
/proc/loadavg: 4.02 4.04 3.91 5/329 16966
/proc/meminfo: memFree=16343392/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=349416 CPUtime=12.16 cores=5,7
/proc/16876/stat : 16876 (python) S 16874 16876 14954 0 -1 4202496 27042 935 1 0 1192 24 0 0 20 0 4 0 657215344 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16876/statm: 87354 17102 1872 364 0 23266 0
[pid=16895] ppid=16876 vsize=328904 CPUtime=1.21 cores=5,7
/proc/16895/stat : 16895 (python) S 16876 16876 14954 0 -1 4202560 1208 0 0 0 64 57 0 0 18 0 2 0 657216572 336797696 15639 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/16895/statm: 82226 15639 416 364 0 18144 0
[pid=16897] ppid=16895 vsize=52260 CPUtime=584.13 cores=5,7
/proc/16897/stat : 16897 (lingeling) T 16895 16897 16897 0 -1 4202496 39731 0 0 0 58408 5 0 0 25 0 1 0 657216572 53514240 12235 33554432000 4194304 4352236 140736891279776 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/16897/statm: 13065 12235 129 39 0 12145 0
[pid=16895/tid=16913] ppid=16876 vsize=328904 CPUtime=0 cores=5,7
/proc/16895/task/16913/stat : 16913 (python) S 16876 16876 14954 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657255746 336797696 15639 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 514 18446604459130862272 0 0 -1 7 0 0 0
[pid=16921] ppid=16876 vsize=328916 CPUtime=0.21 cores=5,7
/proc/16921/stat : 16921 (python) S 16876 16876 14954 0 -1 4202560 1092 0 0 0 10 11 0 0 19 0 2 0 657265266 336809984 15622 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16921/statm: 82229 15622 399 364 0 18144 0
[pid=16923] ppid=16921 vsize=28832 CPUtime=100.04 cores=5,7
/proc/16923/stat : 16923 (lingeling) T 16921 16923 16923 0 -1 4202496 16510 0 0 0 10002 2 0 0 25 0 1 0 657265266 29523968 6378 33554432000 4194304 4352236 140733895134496 18446744073709551615 4328114 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/16923/statm: 7208 6378 129 39 0 6288 0
[pid=16921/tid=16932] ppid=16876 vsize=328916 CPUtime=0 cores=5,7
/proc/16921/task/16932/stat : 16932 (python) S 16876 16876 14954 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657275287 336809984 15622 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 514 18446604471144821184 0 0 -1 7 0 0 0
[pid=16942] ppid=16876 vsize=339172 CPUtime=1.1 cores=5,7
/proc/16942/stat : 16942 (python) S 16876 16876 14954 0 -1 4202560 1012 0 0 0 55 55 0 0 15 0 1 0 657285009 347312128 15596 33554432000 4194304 5683644 140735651322096 18446744073709551615 248089718342 0 0 16781312 514 2624806934384967944 0 0 17 5 0 0 0
/proc/16942/statm: 84793 15596 370 364 0 20705 0
[pid=16944] ppid=16942 vsize=646492 CPUtime=484.59 cores=5,7
/proc/16944/stat : 16944 (cryptominisat-2) R 16942 16944 16944 0 -1 4202496 336965 0 0 0 48398 61 0 0 25 0 1 0 657285009 662007808 138369 33554432000 4194304 4677096 140735021148448 18446744073709551615 248089394714 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16944/statm: 161623 138369 409 118 0 156582 0
[pid=16876/tid=16896] ppid=16874 vsize=349416 CPUtime=0 cores=5,7
/proc/16876/task/16896/stat : 16896 (python) S 16874 16876 14954 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 4 0 657216572 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
[pid=16876/tid=16922] ppid=16874 vsize=349416 CPUtime=0 cores=5,7
/proc/16876/task/16922/stat : 16922 (python) S 16874 16876 14954 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 4 0 657265266 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
[pid=16876/tid=16943] ppid=16874 vsize=349416 CPUtime=0 cores=5,7
/proc/16876/task/16943/stat : 16943 (python) S 16874 16876 14954 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 657285009 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1183.44
Current children cumulated vsize (KiB) 2073992

[startup+1242.3 s]
/proc/loadavg: 4.04 4.05 3.92 5/329 16967
/proc/meminfo: memFree=16340496/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=349416 CPUtime=12.16 cores=5,7
/proc/16876/stat : 16876 (python) S 16874 16876 14954 0 -1 4202496 27042 935 1 0 1192 24 0 0 20 0 4 0 657215344 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16876/statm: 87354 17102 1872 364 0 23266 0
[pid=16895] ppid=16876 vsize=328904 CPUtime=1.21 cores=5,7
/proc/16895/stat : 16895 (python) S 16876 16876 14954 0 -1 4202560 1208 0 0 0 64 57 0 0 18 0 2 0 657216572 336797696 15639 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/16895/statm: 82226 15639 416 364 0 18144 0
[pid=16897] ppid=16895 vsize=52260 CPUtime=584.13 cores=5,7
/proc/16897/stat : 16897 (lingeling) T 16895 16897 16897 0 -1 4202496 39731 0 0 0 58408 5 0 0 25 0 1 0 657216572 53514240 12235 33554432000 4194304 4352236 140736891279776 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/16897/statm: 13065 12235 129 39 0 12145 0
[pid=16895/tid=16913] ppid=16876 vsize=328904 CPUtime=0 cores=5,7
/proc/16895/task/16913/stat : 16913 (python) S 16876 16876 14954 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657255746 336797696 15639 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 514 18446604459130862272 0 0 -1 7 0 0 0
[pid=16921] ppid=16876 vsize=328916 CPUtime=0.21 cores=5,7
/proc/16921/stat : 16921 (python) S 16876 16876 14954 0 -1 4202560 1092 0 0 0 10 11 0 0 19 0 2 0 657265266 336809984 15622 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16921/statm: 82229 15622 399 364 0 18144 0
[pid=16923] ppid=16921 vsize=28832 CPUtime=100.04 cores=5,7
/proc/16923/stat : 16923 (lingeling) T 16921 16923 16923 0 -1 4202496 16510 0 0 0 10002 2 0 0 25 0 1 0 657265266 29523968 6378 33554432000 4194304 4352236 140733895134496 18446744073709551615 4328114 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/16923/statm: 7208 6378 129 39 0 6288 0
[pid=16921/tid=16932] ppid=16876 vsize=328916 CPUtime=0 cores=5,7
/proc/16921/task/16932/stat : 16932 (python) S 16876 16876 14954 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657275287 336809984 15622 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 514 18446604471144821184 0 0 -1 7 0 0 0
[pid=16942] ppid=16876 vsize=339172 CPUtime=1.23 cores=5,7
/proc/16942/stat : 16942 (python) S 16876 16876 14954 0 -1 4202560 1012 0 0 0 62 61 0 0 15 0 1 0 657285009 347312128 15596 33554432000 4194304 5683644 140735651322096 18446744073709551615 248089718342 0 0 16781312 514 2624806934384967944 0 0 17 5 0 0 0
/proc/16942/statm: 84793 15596 370 364 0 20705 0
[pid=16944] ppid=16942 vsize=718016 CPUtime=544.49 cores=5,7
/proc/16944/stat : 16944 (cryptominisat-2) R 16942 16944 16944 0 -1 4202496 362579 0 0 0 54382 67 0 0 25 0 1 0 657285009 735248384 141076 33554432000 4194304 4677096 140735021148448 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16944/statm: 179504 141076 393 118 0 174463 0
[pid=16876/tid=16896] ppid=16874 vsize=349416 CPUtime=0 cores=5,7
/proc/16876/task/16896/stat : 16896 (python) S 16874 16876 14954 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 4 0 657216572 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
[pid=16876/tid=16922] ppid=16874 vsize=349416 CPUtime=0 cores=5,7
/proc/16876/task/16922/stat : 16922 (python) S 16874 16876 14954 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 4 0 657265266 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
[pid=16876/tid=16943] ppid=16874 vsize=349416 CPUtime=0 cores=5,7
/proc/16876/task/16943/stat : 16943 (python) S 16874 16876 14954 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 657285009 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1243.47
Current children cumulated vsize (KiB) 2145516



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.04 3.92 2/299 16975
/proc/meminfo: memFree=17835388/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=349416 CPUtime=12.16 cores=5,7
/proc/16876/stat : 16876 (python) S 16874 16876 14954 0 -1 4202496 27042 935 1 0 1192 24 0 0 20 0 4 0 657215344 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16876/statm: 87354 17102 1872 364 0 23266 0
[pid=16895] ppid=16876 vsize=328904 CPUtime=1.21 cores=5,7
/proc/16895/stat : 16895 (python) S 16876 16876 14954 0 -1 4202560 1208 0 0 0 64 57 0 0 18 0 2 0 657216572 336797696 15639 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/16895/statm: 82226 15639 416 364 0 18144 0
[pid=16897] ppid=16895 vsize=52260 CPUtime=584.13 cores=5,7
/proc/16897/stat : 16897 (lingeling) T 16895 16897 16897 0 -1 4202496 39731 0 0 0 58408 5 0 0 25 0 1 0 657216572 53514240 12235 33554432000 4194304 4352236 140736891279776 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/16897/statm: 13065 12235 129 39 0 12145 0
[pid=16895/tid=16913] ppid=16876 vsize=328904 CPUtime=0 cores=5,7
/proc/16895/task/16913/stat : 16913 (python) S 16876 16876 14954 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657255746 336797696 15639 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 514 18446604459130862272 0 0 -1 7 0 0 0
[pid=16921] ppid=16876 vsize=328916 CPUtime=0.21 cores=5,7
/proc/16921/stat : 16921 (python) S 16876 16876 14954 0 -1 4202560 1092 0 0 0 10 11 0 0 19 0 2 0 657265266 336809984 15622 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16921/statm: 82229 15622 399 364 0 18144 0
[pid=16923] ppid=16921 vsize=28832 CPUtime=100.04 cores=5,7
/proc/16923/stat : 16923 (lingeling) T 16921 16923 16923 0 -1 4202496 16510 0 0 0 10002 2 0 0 25 0 1 0 657265266 29523968 6378 33554432000 4194304 4352236 140733895134496 18446744073709551615 4328114 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/16923/statm: 7208 6378 129 39 0 6288 0
[pid=16921/tid=16932] ppid=16876 vsize=328916 CPUtime=0 cores=5,7
/proc/16921/task/16932/stat : 16932 (python) S 16876 16876 14954 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657275287 336809984 15622 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 514 18446604471144821184 0 0 -1 7 0 0 0
[pid=16942] ppid=16876 vsize=339172 CPUtime=1.36 cores=5,7
/proc/16942/stat : 16942 (python) S 16876 16876 14954 0 -1 4202560 1012 0 0 0 69 67 0 0 15 0 1 0 657285009 347312128 15596 33554432000 4194304 5683644 140735651322096 18446744073709551615 248089718342 0 0 16781312 514 2624806934384967944 0 0 17 5 0 0 0
/proc/16942/statm: 84793 15596 370 364 0 20705 0
[pid=16944] ppid=16942 vsize=738664 CPUtime=602.09 cores=5,7
/proc/16944/stat : 16944 (cryptominisat-2) R 16942 16944 16944 0 -1 4202496 390222 0 0 0 60137 72 0 0 25 0 1 0 657285009 756391936 143897 33554432000 4194304 4677096 140735021148448 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16944/statm: 184666 143897 393 118 0 179625 0
[pid=16876/tid=16896] ppid=16874 vsize=349416 CPUtime=0 cores=5,7
/proc/16876/task/16896/stat : 16896 (python) S 16874 16876 14954 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 4 0 657216572 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
[pid=16876/tid=16922] ppid=16874 vsize=349416 CPUtime=0 cores=5,7
/proc/16876/task/16922/stat : 16922 (python) S 16874 16876 14954 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 4 0 657265266 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
[pid=16876/tid=16943] ppid=16874 vsize=349416 CPUtime=0 cores=5,7
/proc/16876/task/16943/stat : 16943 (python) S 16874 16876 14954 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 657285009 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.2
Current children cumulated vsize (KiB) 2166164

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

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

[startup+1300 s]
/proc/loadavg: 4.01 4.04 3.92 2/299 16975
/proc/meminfo: memFree=17835388/32950928 swapFree=64721848/67111528
[pid=16876] ppid=16874 vsize=349416 CPUtime=12.16 cores=5,7
/proc/16876/stat : 16876 (python) S 16874 16876 14954 0 -1 4202496 27042 935 1 0 1192 24 0 0 20 0 4 0 657215344 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 0
/proc/16876/statm: 87354 17102 1872 364 0 23266 0
[pid=16895] ppid=16876 vsize=328904 CPUtime=1.21 cores=5,7
/proc/16895/stat : 16895 (python) S 16876 16876 14954 0 -1 4202560 1208 0 0 0 64 57 0 0 18 0 2 0 657216572 336797696 15639 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/16895/statm: 82226 15639 416 364 0 18144 0
[pid=16897] ppid=16895 vsize=52260 CPUtime=584.13 cores=5,7
/proc/16897/stat : 16897 (lingeling) T 16895 16897 16897 0 -1 4202496 39731 0 0 0 58408 5 0 0 25 0 1 0 657216572 53514240 12235 33554432000 4194304 4352236 140736891279776 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/16897/statm: 13065 12235 129 39 0 12145 0
[pid=16895/tid=16913] ppid=16876 vsize=328904 CPUtime=0 cores=5,7
/proc/16895/task/16913/stat : 16913 (python) S 16876 16876 14954 0 -1 4202560 43 0 0 0 0 0 0 0 18 0 2 0 657255746 336797696 15639 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 514 18446604459130862272 0 0 -1 7 0 0 0
[pid=16921] ppid=16876 vsize=328916 CPUtime=0.21 cores=5,7
/proc/16921/stat : 16921 (python) S 16876 16876 14954 0 -1 4202560 1092 0 0 0 10 11 0 0 19 0 2 0 657265266 336809984 15622 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/16921/statm: 82229 15622 399 364 0 18144 0
[pid=16923] ppid=16921 vsize=28832 CPUtime=100.04 cores=5,7
/proc/16923/stat : 16923 (lingeling) T 16921 16923 16923 0 -1 4202496 16510 0 0 0 10002 2 0 0 25 0 1 0 657265266 29523968 6378 33554432000 4194304 4352236 140733895134496 18446744073709551615 4328114 0 0 16781312 17506 18446744071562691360 0 0 17 7 0 0 0
/proc/16923/statm: 7208 6378 129 39 0 6288 0
[pid=16921/tid=16932] ppid=16876 vsize=328916 CPUtime=0 cores=5,7
/proc/16921/task/16932/stat : 16932 (python) S 16876 16876 14954 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 657275287 336809984 15622 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 514 18446604471144821184 0 0 -1 7 0 0 0
[pid=16942] ppid=16876 vsize=339172 CPUtime=1.36 cores=5,7
/proc/16942/stat : 16942 (python) S 16876 16876 14954 0 -1 4202560 1012 0 0 0 69 67 0 0 15 0 1 0 657285009 347312128 15596 33554432000 4194304 5683644 140735651322096 18446744073709551615 248089718342 0 0 16781312 514 2624806934384967944 0 0 17 5 0 0 0
/proc/16942/statm: 84793 15596 370 364 0 20705 0
[pid=16944] ppid=16942 vsize=738664 CPUtime=602.09 cores=5,7
/proc/16944/stat : 16944 (cryptominisat-2) R 16942 16944 16944 0 -1 4202496 390222 0 0 0 60137 72 0 0 25 0 1 0 657285009 756391936 143897 33554432000 4194304 4677096 140735021148448 18446744073709551615 4319550 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/16944/statm: 184666 143897 393 118 0 179625 0
[pid=16876/tid=16896] ppid=16874 vsize=349416 CPUtime=0 cores=5,7
/proc/16876/task/16896/stat : 16896 (python) S 16874 16876 14954 0 -1 4202560 36 935 0 0 0 0 0 0 18 0 4 0 657216572 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
[pid=16876/tid=16922] ppid=16874 vsize=349416 CPUtime=0 cores=5,7
/proc/16876/task/16922/stat : 16922 (python) S 16874 16876 14954 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 4 0 657265266 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
[pid=16876/tid=16943] ppid=16874 vsize=349416 CPUtime=0 cores=5,7
/proc/16876/task/16943/stat : 16943 (python) S 16874 16876 14954 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 4 0 657285009 357801984 17102 33554432000 4194304 5683644 140735651322096 18446744073709551615 248101521841 0 0 16781312 2 18446604454224045120 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1301.2
Current children cumulated vsize (KiB) 2166164

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16876 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=926186
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=254961
# CPU time returned by wait4() is 12.1811
# while last known CPU time is 1301.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.03
CPU time (s): 1301.2
CPU user time (s): 1298.82
CPU system time (s): 2.38
CPU usage (%): 100.09
Max. virtual memory (cumulated for all children) (KiB): 2183736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.9262
system time used= 0.254961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27977
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= 16432
involuntary context switches= 65

runsolver used 3.69744 second user time and 8.66168 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 12:42:35
IDJOB=3378063
IDBENCH=83116
IDSOLVER=1858
FILE ID=node123/3378063-1305456155
RUNJOBID= node123-1305456155-16829
PBS_JOBID= 13324867
Free space on /tmp= 73316 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top24.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3378063-1305456155/watcher-3378063-1305456155 -o /tmp/evaluation-result-3378063-1305456155/solver-3378063-1305456155 -C 2400 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3378063-1305456155.cnf -seed 567603624 -budget 2400

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=567603624

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18717784 kB
Buffers:        316388 kB
Cached:        4383184 kB
SwapCached:      10528 kB
Active:       11007660 kB
Inactive:      2942896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18717784 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:          139960 kB
Writeback:           0 kB
AnonPages:     9248440 kB
Mapped:          24988 kB
Slab:           182700 kB
PageTables:      38108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44966440 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73372 MiB
End job on node123 at 2011-05-15 13:04:18