Trace number 3498423

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
borg-sat 11.03.02-seq-industrial (fixed)? (TO) 5000.04 4993.66

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2052.83
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.32/0.57	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.32/0.57	c INFO: solving HOME/instance-3498423-1307953889.cnf
0.32/0.57	c INFO: computing task features
2.10/2.34	c INFO: computed variable-clause graph statistics
2.20/2.41	c INFO: computed clause balance statistics
10.71/10.99	c INFO: computed variable balance statistics
17.00/17.27	c INFO: computed small-clause counts
17.10/17.39	c INFO: computed Horn-clause counts
59.71/59.96	c INFO: computed variable graph statistics
59.71/59.97	c INFO: collected features for HOME/instance-3498423-1307953889.cnf in 59.34 s
59.71/59.99	c INFO: running lingeling-276@0 for 97 with 4940 remaining (b = 0.56)
160.00/160.12	c INFO: running lingeling-276@100 for 1164 with 4840 remaining (b = 0.55)
1325.51/1324.26	c INFO: running lingeling-276@0 for 97 with 3676 remaining (b = 0.54)
1425.69/1424.39	c INFO: running cryptominisat-2.9.0@0 for 1649 with 3576 remaining (b = 0.63)
3080.11/3076.43	c INFO: running lingeling-276@100 for 97 with 1925 remaining (b = 0.16)
3177.34/3173.55	c INFO: running cryptominisat-2.9.0@0 for 582 with 1828 remaining (b = 0.60)
3765.44/3760.71	c INFO: running precosat-570@0 for 194 with 1241 remaining (b = 0.44)
3960.89/3955.96	c INFO: running lingeling-276@0 for 97 with 1046 remaining (b = 0.25)
4061.10/4056.09	c INFO: running lingeling-276@197 for 97 with 946 remaining (b = 0.09)
4158.45/4153.21	c INFO: running lingeling-276@100 for 194 with 849 remaining (b = 0.13)
4351.91/4346.44	c INFO: running precosat-570@0 for 291 with 655 remaining (b = 0.32)
4643.70/4637.81	c INFO: running cryptominisat-2.9.0@0 for 97 with 364 remaining (b = 0.17)
4744.43/4738.44	c INFO: running cryptominisat-2.9.0@1651 for 264 with 264 remaining (b = 0.09)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3498423-1307953889/watcher-3498423-1307953889 -o /tmp/evaluation-result-3498423-1307953889/solver-3498423-1307953889 -C 5000 -W 5100 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498423-1307953889.cnf -seed 72374424 -budget 5000 

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

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


[startup+0 s]
/proc/loadavg: 2.03 1.85 1.10 2/177 21649
/proc/meminfo: memFree=30574924/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/21649/stat : 21649 (python) R 21647 21649 21302 0 -1 4202496 790 0 0 0 0 0 0 0 18 0 1 0 906985609 15753216 677 33554432000 4194304 5683644 140736211039952 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21649/statm: 3846 678 322 364 0 333 0

[startup+0.06284 s]
/proc/loadavg: 2.03 1.85 1.10 2/177 21649
/proc/meminfo: memFree=30574924/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=40976 CPUtime=0.04 cores=1,3,5,7
/proc/21649/stat : 21649 (python) R 21647 21649 21302 0 -1 4202496 1679 0 0 0 3 1 0 0 17 0 1 0 906985609 41959424 1502 33554432000 4194304 5683644 140736211039952 18446744073709551615 254500689920 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/21649/statm: 10244 1502 463 364 0 1027 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 40976

[startup+0.100819 s]
/proc/loadavg: 2.03 1.85 1.10 2/177 21649
/proc/meminfo: memFree=30574924/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=102012 CPUtime=0.08 cores=1,3,5,7
/proc/21649/stat : 21649 (python) S 21647 21649 21302 0 -1 4202496 3028 0 0 0 6 2 0 0 17 0 1 0 906985609 104460288 2717 33554432000 4194304 5683644 140736211039952 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/21649/statm: 25503 2717 841 364 0 1803 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 102012

[startup+0.300799 s]
/proc/loadavg: 2.03 1.85 1.10 2/177 21649
/proc/meminfo: memFree=30574924/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=130940 CPUtime=0.17 cores=1,3,5,7
/proc/21649/stat : 21649 (python) R 21647 21649 21302 0 -1 4202496 5640 933 1 0 13 4 0 0 18 0 1 0 906985609 134082560 4038 33554432000 4194304 5683644 140736211039952 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 5 0 0 9
/proc/21649/statm: 32824 4041 1015 364 0 3085 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 130940

[startup+0.700708 s]
/proc/loadavg: 2.03 1.85 1.10 2/177 21649
/proc/meminfo: memFree=30574924/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=295656 CPUtime=0.51 cores=1,3,5,7
/proc/21649/stat : 21649 (python) R 21647 21649 21302 0 -1 4202496 13550 933 1 0 41 10 0 0 17 0 1 0 906985609 302751744 11219 33554432000 4194304 5683644 140736211039952 18446744073709551615 254500352709 0 0 16781312 2 0 0 0 17 5 0 0 9
/proc/21649/statm: 73914 11219 1761 364 0 9838 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 295656

[startup+1.50055 s]
/proc/loadavg: 2.03 1.85 1.10 3/178 21654
/proc/meminfo: memFree=30516188/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=348756 CPUtime=1.31 cores=1,3,5,7
/proc/21649/stat : 21649 (python) R 21647 21649 21302 0 -1 4202496 26401 933 1 0 119 12 0 0 18 0 1 0 906985609 357126144 24070 33554432000 4194304 5683644 140736211039952 18446744073709551615 254500352709 0 0 16781312 2 0 0 0 17 5 0 0 9
/proc/21649/statm: 87189 24070 1761 364 0 23113 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 348756

[startup+3.10023 s]
/proc/loadavg: 2.03 1.85 1.10 3/178 21654
/proc/meminfo: memFree=30453820/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=384600 CPUtime=2.9 cores=1,3,5,7
/proc/21649/stat : 21649 (python) R 21647 21649 21302 0 -1 4202496 54134 933 1 0 276 14 0 0 21 0 1 0 906985609 393830400 33534 33554432000 4194304 5683644 140736211039952 18446744073709551615 47211033970383 0 0 16781312 2 0 0 0 17 5 0 0 9
/proc/21649/statm: 96150 33534 1826 364 0 32074 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 384600

[startup+6.30059 s]
/proc/loadavg: 2.02 1.85 1.10 3/178 21654
/proc/meminfo: memFree=30446544/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=384600 CPUtime=6.1 cores=1,3,5,7
/proc/21649/stat : 21649 (python) R 21647 21649 21302 0 -1 4202496 54134 933 1 0 596 14 0 0 25 0 1 0 906985609 393830400 33534 33554432000 4194304 5683644 140736211039952 18446744073709551615 4418224 0 0 16781312 2 0 0 0 17 5 0 0 9
/proc/21649/statm: 96150 33534 1826 364 0 32074 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 384600

[startup+12.7003 s]
/proc/loadavg: 2.02 1.85 1.11 3/178 21654
/proc/meminfo: memFree=30446576/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=384600 CPUtime=12.5 cores=1,3,5,7
/proc/21649/stat : 21649 (python) R 21647 21649 21302 0 -1 4202496 54135 933 1 0 1236 14 0 0 25 0 1 0 906985609 393830400 33535 33554432000 4194304 5683644 140736211039952 18446744073709551615 5102852 0 0 16781312 2 0 0 0 17 5 0 0 9
/proc/21649/statm: 96150 33535 1827 364 0 32074 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 384600

[startup+25.5008 s]
/proc/loadavg: 2.02 1.86 1.12 3/178 21655
/proc/meminfo: memFree=30443068/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=389012 CPUtime=25.31 cores=1,3,5,7
/proc/21649/stat : 21649 (python) R 21647 21649 21302 0 -1 4202496 55244 933 1 0 2516 15 0 0 25 0 1 0 906985609 398348288 34644 33554432000 4194304 5683644 140736211039952 18446744073709551615 47211031193728 0 0 16781312 2 0 0 0 17 5 0 0 9
/proc/21649/statm: 97253 34644 1833 364 0 33177 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 389012

[startup+51.1006 s]
/proc/loadavg: 2.01 1.87 1.14 3/178 21655
/proc/meminfo: memFree=30443024/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=389012 CPUtime=50.91 cores=1,3,5,7
/proc/21649/stat : 21649 (python) R 21647 21649 21302 0 -1 4202496 55244 933 1 0 5076 15 0 0 25 0 1 0 906985609 398348288 34644 33554432000 4194304 5683644 140736211039952 18446744073709551615 47211031193728 0 0 16781312 2 0 0 0 17 5 0 0 9
/proc/21649/statm: 97253 34644 1833 364 0 33177 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 389012

[startup+102.306 s]
/proc/loadavg: 2.00 1.89 1.19 3/181 21660
/proc/meminfo: memFree=30401828/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=390632 CPUtime=59.8 cores=1,3,5,7
/proc/21649/stat : 21649 (python) S 21647 21649 21302 0 -1 4202496 55606 933 1 0 5965 15 0 0 19 0 2 0 906985609 400007168 32528 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 9
/proc/21649/statm: 97658 32528 1875 364 0 33576 0
[pid=21656] ppid=21649 vsize=380388 CPUtime=0.04 cores=1,3,5,7
/proc/21656/stat : 21656 (python) S 21649 21649 21302 0 -1 4202560 976 0 0 0 2 2 0 0 18 0 1 0 906991608 389517312 31030 33554432000 4194304 5683644 140736211039952 18446744073709551615 254500711951 0 0 16781312 514 3005290734153597192 0 0 17 5 0 0 0
/proc/21656/statm: 95097 31030 381 364 0 31015 0
[pid=21658] ppid=21656 vsize=53888 CPUtime=42.3 cores=1,3,5,7
/proc/21658/stat : 21658 (lingeling) R 21656 21658 21658 0 -1 4202496 27429 0 0 0 4227 3 0 0 25 0 1 0 906991609 55181312 11619 33554432000 4194304 4352236 140733884496544 18446744073709551615 4268080 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21658/statm: 13472 11619 129 39 0 12552 0
[pid=21649/tid=21657] ppid=21647 vsize=390632 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21657/stat : 21657 (python) S 21647 21649 21302 0 -1 4202560 29 933 0 0 0 0 0 0 19 0 2 0 906991609 400007168 32528 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 824908

[startup+162.3 s]
/proc/loadavg: 2.00 1.90 1.23 3/182 21662
/proc/meminfo: memFree=30396568/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=390632 CPUtime=59.82 cores=1,3,5,7
/proc/21649/stat : 21649 (python) S 21647 21649 21302 0 -1 4202496 56122 933 1 0 5967 15 0 0 18 0 2 0 906985609 400007168 32529 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 9
/proc/21649/statm: 97658 32529 1876 364 0 33576 0
[pid=21656] ppid=21649 vsize=390632 CPUtime=0.11 cores=1,3,5,7
/proc/21656/stat : 21656 (python) S 21649 21649 21302 0 -1 4202560 1159 0 0 0 5 6 0 0 18 0 2 0 906991608 400007168 31069 33554432000 4194304 5683644 140736211039952 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21656/statm: 97658 31069 415 364 0 33576 0
[pid=21658] ppid=21656 vsize=54276 CPUtime=102.27 cores=1,3,5,7
/proc/21658/stat : 21658 (lingeling) R 21656 21658 21658 0 -1 4202496 28550 0 0 0 10224 3 0 0 25 0 1 0 906991609 55578624 12739 33554432000 4194304 4352236 140733884496544 18446744073709551615 4230034 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21658/statm: 13569 12739 129 39 0 12649 0
[pid=21656/tid=21662] ppid=21649 vsize=390632 CPUtime=0 cores=1,3,5,7
/proc/21656/task/21662/stat : 21662 (python) S 21649 21649 21302 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907001619 400007168 31069 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604471148287296 0 0 -1 5 0 0 0
[pid=21649/tid=21657] ppid=21647 vsize=390632 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21657/stat : 21657 (python) S 21647 21649 21302 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 906991609 400007168 32529 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 835540

[startup+222.3 s]
/proc/loadavg: 2.00 1.92 1.28 3/182 21664
/proc/meminfo: memFree=30395760/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=390632 CPUtime=59.82 cores=1,3,5,7
/proc/21649/stat : 21649 (python) S 21647 21649 21302 0 -1 4202496 56122 933 1 0 5967 15 0 0 18 0 2 0 906985609 400007168 32529 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 9
/proc/21649/statm: 97658 32529 1876 364 0 33576 0
[pid=21656] ppid=21649 vsize=390632 CPUtime=0.19 cores=1,3,5,7
/proc/21656/stat : 21656 (python) S 21649 21649 21302 0 -1 4202560 1178 0 0 0 9 10 0 0 18 0 2 0 906991608 400007168 31069 33554432000 4194304 5683644 140736211039952 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21656/statm: 97658 31069 415 364 0 33576 0
[pid=21658] ppid=21656 vsize=54272 CPUtime=162.27 cores=1,3,5,7
/proc/21658/stat : 21658 (lingeling) R 21656 21658 21658 0 -1 4202496 44934 0 0 0 16222 5 0 0 25 0 1 0 906991609 55574528 12738 33554432000 4194304 4352236 140733884496544 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21658/statm: 13568 12738 129 39 0 12648 0
[pid=21656/tid=21662] ppid=21649 vsize=390632 CPUtime=0 cores=1,3,5,7
/proc/21656/task/21662/stat : 21662 (python) S 21649 21649 21302 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907001619 400007168 31069 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604471148287296 0 0 -1 5 0 0 0
[pid=21649/tid=21657] ppid=21647 vsize=390632 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21657/stat : 21657 (python) S 21647 21649 21302 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 906991609 400007168 32529 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 835536

[startup+282.3 s]
/proc/loadavg: 2.00 1.93 1.32 3/182 21665
/proc/meminfo: memFree=30372024/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=390632 CPUtime=59.82 cores=1,3,5,7
/proc/21649/stat : 21649 (python) S 21647 21649 21302 0 -1 4202496 56122 933 1 0 5967 15 0 0 18 0 2 0 906985609 400007168 32529 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 9
/proc/21649/statm: 97658 32529 1876 364 0 33576 0
[pid=21656] ppid=21649 vsize=390632 CPUtime=0.25 cores=1,3,5,7
/proc/21656/stat : 21656 (python) S 21649 21649 21302 0 -1 4202560 1197 0 0 0 12 13 0 0 18 0 2 0 906991608 400007168 31069 33554432000 4194304 5683644 140736211039952 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21656/statm: 97658 31069 415 364 0 33576 0
[pid=21658] ppid=21656 vsize=78600 CPUtime=222.27 cores=1,3,5,7
/proc/21658/stat : 21658 (lingeling) R 21656 21658 21658 0 -1 4202496 63305 0 0 0 22221 6 0 0 25 0 1 0 906991609 80486400 18820 33554432000 4194304 4352236 140733884496544 18446744073709551615 4277685 0 0 16781312 17506 0 0 0 17 3 0 0 0
/proc/21658/statm: 19650 18820 129 39 0 18730 0
[pid=21656/tid=21662] ppid=21649 vsize=390632 CPUtime=0 cores=1,3,5,7
/proc/21656/task/21662/stat : 21662 (python) S 21649 21649 21302 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907001619 400007168 31069 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604471148287296 0 0 -1 5 0 0 0
[pid=21649/tid=21657] ppid=21647 vsize=390632 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21657/stat : 21657 (python) S 21647 21649 21302 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 2 0 906991609 400007168 32529 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 282.34
Current children cumulated vsize (KiB) 859864

[startup+342.3 s]
/proc/loadavg: 2.00 1.94 1.36 3/182 21667
/proc/meminfo: memFree=30371844/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=390632 CPUtime=59.82 cores=1,3,5,7
/proc/21649/stat : 21649 (python) S 21647 21649 21302 0 -1 4202496 56122 933 1 0 5967 15 0 0 18 0 2 0 906985609 400007168 32529 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 9
/proc/21649/statm: 97658 32529 1876 364 0 33576 0
[pid=21656] ppid=21649 vsize=390632 CPUtime=0.33 cores=1,3,5,7
/proc/21656/stat : 21656 (python) R 21649 21649 21302 0 -1 4202560 1204 0 0 0 16 17 0 0 18 0 2 0 906991608 400007168 31069 33554432000 4194304 5683644 140736211039952 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0

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

[pid=21767] ppid=21649 vsize=476692 CPUtime=0.89 cores=1,3,5,7
/proc/21767/stat : 21767 (python) S 21649 21649 21302 0 -1 4202560 1167 0 0 0 46 43 0 0 16 0 2 0 907302964 488132608 31063 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21767/statm: 119173 31063 399 364 0 55082 0
[pid=21769] ppid=21767 vsize=346140 CPUtime=587.16 cores=1,3,5,7
/proc/21769/stat : 21769 (cryptominisat-2) T 21767 21769 21769 0 -1 4202496 213670 0 0 0 58673 43 0 0 25 0 1 0 907302965 354447360 77232 33554432000 4194304 4677096 140733714232384 18446744073709551615 4320735 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/21769/statm: 86535 77232 392 118 0 81494 0
[pid=21767/tid=21835] ppid=21649 vsize=476692 CPUtime=0 cores=1,3,5,7
/proc/21767/task/21835/stat : 21835 (python) S 21649 21649 21302 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 907361679 488132608 31063 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604462895300736 0 0 -1 1 0 0 0
[pid=21836] ppid=21649 vsize=486948 CPUtime=0.26 cores=1,3,5,7
/proc/21836/stat : 21836 (python) S 21649 21649 21302 0 -1 4202560 1125 0 0 0 12 14 0 0 19 0 2 0 907361680 498634752 31067 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21836/statm: 121737 31067 399 364 0 57643 0
[pid=21838] ppid=21836 vsize=172304 CPUtime=195.23 cores=1,3,5,7
/proc/21838/stat : 21838 (precosat) T 21836 21838 21838 0 -1 4202496 62318 0 0 0 19516 7 0 0 25 0 1 0 907361681 176439296 41673 33554432000 4194304 4890832 140733321181104 18446744073709551615 4235018 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/21838/statm: 43076 41673 86 171 0 42903 0
[pid=21836/tid=21845] ppid=21649 vsize=486948 CPUtime=0 cores=1,3,5,7
/proc/21836/task/21845/stat : 21845 (python) S 21649 21649 21302 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907381204 498634752 31067 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604454223279360 0 0 -1 3 0 0 0
[pid=21846] ppid=21649 vsize=497204 CPUtime=0.39 cores=1,3,5,7
/proc/21846/stat : 21846 (python) S 21649 21649 21302 0 -1 4202560 1140 0 0 0 21 18 0 0 18 0 2 0 907381205 509136896 31071 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21846/statm: 124301 31071 399 364 0 60204 0
[pid=21848] ppid=21846 vsize=70568 CPUtime=293.34 cores=1,3,5,7
/proc/21848/stat : 21848 (lingeling) T 21846 21848 21848 0 -1 4202496 69488 0 0 0 29327 7 0 0 25 0 1 0 907381205 72261632 16812 33554432000 4194304 4352236 140733893647552 18446744073709551615 4230933 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/21848/statm: 17642 16812 129 39 0 16722 0
[pid=21846/tid=21852] ppid=21649 vsize=497204 CPUtime=0 cores=1,3,5,7
/proc/21846/task/21852/stat : 21852 (python) S 21649 21649 21302 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907391218 509136896 31071 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604471152641280 0 0 -1 5 0 0 0
[pid=21861] ppid=21649 vsize=507460 CPUtime=0.38 cores=1,3,5,7
/proc/21861/stat : 21861 (python) S 21649 21649 21302 0 -1 4202560 1138 0 0 0 23 15 0 0 19 0 2 0 907420253 519639040 31075 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21861/statm: 126865 31075 399 364 0 62765 0
[pid=21863] ppid=21861 vsize=172332 CPUtime=291.35 cores=1,3,5,7
/proc/21863/stat : 21863 (precosat) T 21861 21863 21863 0 -1 4202496 90333 0 0 0 29124 11 0 0 25 0 1 0 907420254 176467968 41682 33554432000 4194304 4890832 140733206025168 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/21863/statm: 43083 41682 86 171 0 42910 0
[pid=21861/tid=21872] ppid=21649 vsize=507460 CPUtime=0 cores=1,3,5,7
/proc/21861/task/21872/stat : 21872 (python) S 21649 21649 21302 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907449389 519639040 31075 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604462895302528 0 0 -1 3 0 0 0
[pid=21873] ppid=21649 vsize=517716 CPUtime=0.17 cores=1,3,5,7
/proc/21873/stat : 21873 (python) S 21649 21649 21302 0 -1 4202560 1168 0 0 0 9 8 0 0 16 0 2 0 907449390 530141184 31085 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21873/statm: 129429 31085 405 364 0 65326 0
[pid=21875] ppid=21873 vsize=272420 CPUtime=100.61 cores=1,3,5,7
/proc/21875/stat : 21875 (cryptominisat-2) T 21873 21875 21875 0 -1 4202496 93964 0 0 0 10049 12 0 0 25 0 1 0 907449390 278958080 59577 33554432000 4194304 4677096 140734596511488 18446744073709551615 4319747 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/21875/statm: 68105 59577 392 118 0 63064 0
[pid=21873/tid=21878] ppid=21649 vsize=517716 CPUtime=0 cores=1,3,5,7
/proc/21873/task/21878/stat : 21878 (python) S 21649 21649 21302 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 907459453 530141184 31085 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604471159088064 0 0 -1 7 0 0 0
[pid=21649/tid=21657] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21657/stat : 21657 (python) S 21647 21649 21302 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 9 0 906991609 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 3 0 0 0
[pid=21649/tid=21695] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21695/stat : 21695 (python) S 21647 21649 21302 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 907118036 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 1 0 0 0
[pid=21649/tid=21702] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21702/stat : 21702 (python) S 21647 21649 21302 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 907128049 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 3 0 0 0
[pid=21649/tid=21768] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21768/stat : 21768 (python) S 21647 21649 21302 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 907302965 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 1 0 0 0
[pid=21649/tid=21837] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21837/stat : 21837 (python) S 21647 21649 21302 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 907361680 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 5 0 0 0
[pid=21649/tid=21847] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21847/stat : 21847 (python) S 21647 21649 21302 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 9 0 907381205 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 7 0 0 0
[pid=21649/tid=21862] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21862/stat : 21862 (python) S 21647 21649 21302 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 9 0 907420254 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 7 0 0 0
[pid=21649/tid=21874] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21874/stat : 21874 (python) S 21647 21649 21302 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 907449390 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4968.7
Current children cumulated vsize (KiB) 5875332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4993.6 s]
/proc/loadavg: 2.06 2.01 1.94 3/218 21885
/proc/meminfo: memFree=30243512/32950928 swapFree=67053884/67111528
[pid=21649] ppid=21647 vsize=527960 CPUtime=59.95 cores=1,3,5,7
/proc/21649/stat : 21649 (python) S 21647 21649 21302 0 -1 4202496 61883 933 1 0 5977 18 0 0 18 0 9 0 906985609 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 7 0 0 9
/proc/21649/statm: 131990 32573 1890 364 0 67887 0
[pid=21656] ppid=21649 vsize=390632 CPUtime=1.47 cores=1,3,5,7
/proc/21656/stat : 21656 (python) S 21649 21649 21302 0 -1 4202560 1204 0 0 0 76 71 0 0 18 0 2 0 906991608 400007168 31069 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21656/statm: 97658 31069 415 364 0 33576 0
[pid=21658] ppid=21656 vsize=110820 CPUtime=1264.27 cores=1,3,5,7
/proc/21658/stat : 21658 (lingeling) T 21656 21658 21658 0 -1 4202496 202433 0 0 0 126407 20 0 0 25 0 1 0 906991609 113479680 26875 33554432000 4194304 4352236 140733884496544 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/21658/statm: 27705 26875 129 39 0 26785 0
[pid=21656/tid=21662] ppid=21649 vsize=390632 CPUtime=0 cores=1,3,5,7
/proc/21656/task/21662/stat : 21662 (python) S 21649 21649 21302 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907001619 400007168 31069 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604471148287296 0 0 -1 5 0 0 0
[pid=21694] ppid=21649 vsize=390644 CPUtime=0.37 cores=1,3,5,7
/proc/21694/stat : 21694 (python) S 21649 21649 21302 0 -1 4202560 1144 0 0 0 19 18 0 0 18 0 2 0 907118035 400019456 31053 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21694/statm: 97661 31053 399 364 0 33576 0
[pid=21696] ppid=21694 vsize=77496 CPUtime=294.33 cores=1,3,5,7
/proc/21696/stat : 21696 (lingeling) T 21694 21696 21696 0 -1 4202496 67400 0 0 0 29426 7 0 0 25 0 1 0 907118036 79355904 18544 33554432000 4194304 4352236 140734874842752 18446744073709551615 4328390 0 0 16781312 17506 18446744071562691360 0 0 17 5 0 0 0
/proc/21696/statm: 19374 18544 129 39 0 18454 0
[pid=21694/tid=21700] ppid=21649 vsize=390644 CPUtime=0 cores=1,3,5,7
/proc/21694/task/21700/stat : 21700 (python) S 21649 21649 21302 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 907128047 400019456 31053 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604471144306624 0 0 -1 3 0 0 0
[pid=21701] ppid=21649 vsize=400900 CPUtime=2.61 cores=1,3,5,7
/proc/21701/stat : 21701 (python) S 21649 21649 21302 0 -1 4202560 1216 0 0 0 140 121 0 0 15 0 2 0 907128048 410521600 31058 33554432000 4194304 5683644 140736211039952 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21701/statm: 100225 31058 400 364 0 36137 0
[pid=21703] ppid=21701 vsize=457096 CPUtime=1907.26 cores=1,3,5,7
/proc/21703/stat : 21703 (cryptominisat-2) R 21701 21703 21703 0 -1 4202496 428890 0 0 0 190628 98 0 0 25 0 1 0 907128049 468066304 105696 33554432000 4194304 4677096 140736327615760 18446744073709551615 4320160 0 0 16781312 2 0 0 0 17 5 0 0 0
/proc/21703/statm: 114274 105696 392 118 0 109233 0
[pid=21701/tid=21763] ppid=21649 vsize=400900 CPUtime=0 cores=1,3,5,7
/proc/21701/task/21763/stat : 21763 (python) S 21649 21649 21302 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 907293252 410521600 31058 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604471143856000 0 0 -1 3 0 0 0
[pid=21767] ppid=21649 vsize=476692 CPUtime=0.89 cores=1,3,5,7
/proc/21767/stat : 21767 (python) S 21649 21649 21302 0 -1 4202560 1167 0 0 0 46 43 0 0 16 0 2 0 907302964 488132608 31063 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21767/statm: 119173 31063 399 364 0 55082 0
[pid=21769] ppid=21767 vsize=346140 CPUtime=587.16 cores=1,3,5,7
/proc/21769/stat : 21769 (cryptominisat-2) T 21767 21769 21769 0 -1 4202496 213670 0 0 0 58673 43 0 0 25 0 1 0 907302965 354447360 77232 33554432000 4194304 4677096 140733714232384 18446744073709551615 4320735 0 0 16781312 2 18446744071562691360 0 0 17 5 0 0 0
/proc/21769/statm: 86535 77232 392 118 0 81494 0
[pid=21767/tid=21835] ppid=21649 vsize=476692 CPUtime=0 cores=1,3,5,7
/proc/21767/task/21835/stat : 21835 (python) S 21649 21649 21302 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 907361679 488132608 31063 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604462895300736 0 0 -1 1 0 0 0
[pid=21836] ppid=21649 vsize=486948 CPUtime=0.26 cores=1,3,5,7
/proc/21836/stat : 21836 (python) S 21649 21649 21302 0 -1 4202560 1125 0 0 0 12 14 0 0 19 0 2 0 907361680 498634752 31067 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21836/statm: 121737 31067 399 364 0 57643 0
[pid=21838] ppid=21836 vsize=172304 CPUtime=195.23 cores=1,3,5,7
/proc/21838/stat : 21838 (precosat) T 21836 21838 21838 0 -1 4202496 62318 0 0 0 19516 7 0 0 25 0 1 0 907361681 176439296 41673 33554432000 4194304 4890832 140733321181104 18446744073709551615 4235018 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/21838/statm: 43076 41673 86 171 0 42903 0
[pid=21836/tid=21845] ppid=21649 vsize=486948 CPUtime=0 cores=1,3,5,7
/proc/21836/task/21845/stat : 21845 (python) S 21649 21649 21302 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907381204 498634752 31067 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604454223279360 0 0 -1 3 0 0 0
[pid=21846] ppid=21649 vsize=497204 CPUtime=0.39 cores=1,3,5,7
/proc/21846/stat : 21846 (python) S 21649 21649 21302 0 -1 4202560 1140 0 0 0 21 18 0 0 18 0 2 0 907381205 509136896 31071 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 5 0 0 0
/proc/21846/statm: 124301 31071 399 364 0 60204 0
[pid=21848] ppid=21846 vsize=70568 CPUtime=293.34 cores=1,3,5,7
/proc/21848/stat : 21848 (lingeling) T 21846 21848 21848 0 -1 4202496 69488 0 0 0 29327 7 0 0 25 0 1 0 907381205 72261632 16812 33554432000 4194304 4352236 140733893647552 18446744073709551615 4230933 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/21848/statm: 17642 16812 129 39 0 16722 0
[pid=21846/tid=21852] ppid=21649 vsize=497204 CPUtime=0 cores=1,3,5,7
/proc/21846/task/21852/stat : 21852 (python) S 21649 21649 21302 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 907391218 509136896 31071 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604471152641280 0 0 -1 5 0 0 0
[pid=21861] ppid=21649 vsize=507460 CPUtime=0.38 cores=1,3,5,7
/proc/21861/stat : 21861 (python) S 21649 21649 21302 0 -1 4202560 1138 0 0 0 23 15 0 0 19 0 2 0 907420253 519639040 31075 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/21861/statm: 126865 31075 399 364 0 62765 0
[pid=21863] ppid=21861 vsize=172332 CPUtime=291.35 cores=1,3,5,7
/proc/21863/stat : 21863 (precosat) T 21861 21863 21863 0 -1 4202496 90333 0 0 0 29124 11 0 0 25 0 1 0 907420254 176467968 41682 33554432000 4194304 4890832 140733206025168 18446744073709551615 4238565 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/21863/statm: 43083 41682 86 171 0 42910 0
[pid=21861/tid=21872] ppid=21649 vsize=507460 CPUtime=0 cores=1,3,5,7
/proc/21861/task/21872/stat : 21872 (python) S 21649 21649 21302 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907449389 519639040 31075 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604462895302528 0 0 -1 3 0 0 0
[pid=21873] ppid=21649 vsize=517716 CPUtime=0.17 cores=1,3,5,7
/proc/21873/stat : 21873 (python) S 21649 21649 21302 0 -1 4202560 1168 0 0 0 9 8 0 0 16 0 2 0 907449390 530141184 31085 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/21873/statm: 129429 31085 405 364 0 65326 0
[pid=21875] ppid=21873 vsize=272420 CPUtime=100.61 cores=1,3,5,7
/proc/21875/stat : 21875 (cryptominisat-2) T 21873 21875 21875 0 -1 4202496 93964 0 0 0 10049 12 0 0 25 0 1 0 907449390 278958080 59577 33554432000 4194304 4677096 140734596511488 18446744073709551615 4319747 0 0 16781312 2 18446744071562691360 0 0 17 1 0 0 0
/proc/21875/statm: 68105 59577 392 118 0 63064 0
[pid=21873/tid=21878] ppid=21649 vsize=517716 CPUtime=0 cores=1,3,5,7
/proc/21873/task/21878/stat : 21878 (python) S 21649 21649 21302 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 907459453 530141184 31085 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 514 18446604471159088064 0 0 -1 7 0 0 0
[pid=21649/tid=21657] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21657/stat : 21657 (python) S 21647 21649 21302 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 9 0 906991609 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 3 0 0 0
[pid=21649/tid=21695] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21695/stat : 21695 (python) S 21647 21649 21302 0 -1 4202560 34 933 0 0 0 0 0 0 18 0 9 0 907118036 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 1 0 0 0
[pid=21649/tid=21702] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21702/stat : 21702 (python) S 21647 21649 21302 0 -1 4202560 25 933 0 0 0 0 0 0 18 0 9 0 907128049 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 3 0 0 0
[pid=21649/tid=21768] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21768/stat : 21768 (python) S 21647 21649 21302 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 907302965 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 1 0 0 0
[pid=21649/tid=21837] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21837/stat : 21837 (python) S 21647 21649 21302 0 -1 4202560 28 933 0 0 0 0 0 0 20 0 9 0 907361680 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 5 0 0 0
[pid=21649/tid=21847] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21847/stat : 21847 (python) S 21647 21649 21302 0 -1 4202560 30 933 0 0 0 0 0 0 18 0 9 0 907381205 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 7 0 0 0
[pid=21649/tid=21862] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21862/stat : 21862 (python) S 21647 21649 21302 0 -1 4202560 32 933 0 0 0 0 0 0 20 0 9 0 907420254 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 7 0 0 0
[pid=21649/tid=21874] ppid=21647 vsize=527960 CPUtime=0 cores=1,3,5,7
/proc/21649/task/21874/stat : 21874 (python) S 21647 21649 21302 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 907449390 540631040 32573 33554432000 4194304 5683644 140736211039952 18446744073709551615 254512515505 0 0 16781312 2 18446604458983054016 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 5875332

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21649 and gives
#  childrusage.ru_utime.tv_sec=59
#  childrusage.ru_utime.tv_usec=773912
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=192970
# CPU time returned by wait4() is 59.9669
# while last known CPU time is 5000.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 4993.66
CPU time (s): 5000.04
CPU user time (s): 4994.73
CPU system time (s): 5.31
CPU usage (%): 100.128
Max. virtual memory (cumulated for all children) (KiB): 6031752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.7739
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62821
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= 1057
involuntary context switches= 111

runsolver used 10.0945 second user time and 23.2805 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-13 10:31:29
IDJOB=3498423
IDBENCH=82493
IDSOLVER=1991
FILE ID=node149/3498423-1307953889
RUNJOBID= node149-1307953113-21321
PBS_JOBID= 13559679
Free space on /tmp= 73852 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.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-3498423-1307953889/watcher-3498423-1307953889 -o /tmp/evaluation-result-3498423-1307953889/solver-3498423-1307953889 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498423-1307953889.cnf -seed 72374424 -budget 5000

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=72374424

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30574732 kB
Buffers:        175116 kB
Cached:         550408 kB
SwapCached:      22728 kB
Active:        1907636 kB
Inactive:       264912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30574732 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:           41860 kB
Writeback:          16 kB
AnonPages:     1444216 kB
Mapped:          15456 kB
Slab:           134812 kB
PageTables:       7856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1627100 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= 73984 MiB
End job on node149 at 2011-06-13 11:54:45