Trace number 3484621

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, 1200 s timeout)? (TO) 1200.01 1199.42

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
Number of clauses of size over 50

Solver Data

0.51/0.84	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.51/0.84	c INFO: solving HOME/instance-3484621-1307751877.cnf
0.51/0.84	c INFO: computing task features
0.51/0.87	c INFO: computed variable-clause graph statistics
0.51/0.87	c INFO: computed clause balance statistics
0.69/1.00	c INFO: computed variable balance statistics
0.69/1.07	c INFO: computed small-clause counts
0.69/1.07	c INFO: computed Horn-clause counts
0.69/1.08	c INFO: computed variable graph statistics
0.69/1.08	c INFO: collected features for HOME/instance-3484621-1307751877.cnf in 0.24 s
0.69/1.09	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
584.07/583.72	c INFO: running cryptominisat-2.9.0@0 for 617 with 617 remaining (b = 0.51)

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

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

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 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.73 3.91 3.64 3/176 23355
/proc/meminfo: memFree=31944872/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=15184 CPUtime=0 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 726 0 0 0 0 0 0 0 25 0 1 0 886784826 15548416 615 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 0 0 0 0
/proc/23355/statm: 3796 615 321 364 0 283 0

[startup+0.0503481 s]
/proc/loadavg: 3.73 3.91 3.64 3/176 23355
/proc/meminfo: memFree=31944872/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=18880 CPUtime=0.02 cores=0,2
/proc/23355/stat : 23355 (python) R 23353 23355 18188 0 -1 4202496 1289 0 0 0 2 0 0 0 17 0 1 0 886784826 19333120 1140 33554432000 4194304 5683644 140737468144112 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23355/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.100345 s]
/proc/loadavg: 3.73 3.91 3.64 3/176 23355
/proc/meminfo: memFree=31944872/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=54536 CPUtime=0.06 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 2073 0 0 0 4 2 0 0 17 0 1 0 886784826 55844864 1828 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/23355/statm: 13634 1835 492 364 0 1284 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 54536

[startup+0.300317 s]
/proc/loadavg: 3.73 3.91 3.64 3/176 23355
/proc/meminfo: memFree=31944872/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=135748 CPUtime=0.2 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 5971 935 1 0 15 5 0 0 17 0 1 0 886784826 139005952 4148 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476690949 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/23355/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 135748

[startup+0.700324 s]
/proc/loadavg: 3.73 3.91 3.64 3/176 23355
/proc/meminfo: memFree=31944872/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=226928 CPUtime=0.42 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 7751 935 1 0 25 17 0 0 16 0 1 0 886784826 232374272 5677 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476692992 0 2147483391 16781312 2 18446744071699207358 0 0 17 2 0 0 0
/proc/23355/statm: 56732 5677 1566 364 0 4270 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 226928

[startup+1.50112 s]
/proc/loadavg: 3.73 3.91 3.64 6/196 23421
/proc/meminfo: memFree=31821732/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=289608 CPUtime=0.77 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 9870 935 1 0 58 19 0 0 18 0 2 0 886784826 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23355/statm: 72402 7285 1867 364 0 8320 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 289608

[startup+3.10082 s]
/proc/loadavg: 3.73 3.91 3.64 5/202 23427
/proc/meminfo: memFree=31806784/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=289608 CPUtime=0.77 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 9870 935 1 0 58 19 0 0 18 0 2 0 886784826 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23355/statm: 72402 7285 1867 364 0 8320 0
[pid=23422] ppid=23355 vsize=279364 CPUtime=0 cores=0,2
/proc/23422/stat : 23422 (python) S 23355 23355 18188 0 -1 4202560 734 0 0 0 0 0 0 0 15 0 1 0 886784935 286068736 5768 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476715023 0 0 16781312 514 4508720332193923071 0 0 17 2 0 0 0
/proc/23422/statm: 69841 5768 354 364 0 5759 0
[pid=23424] ppid=23422 vsize=6776 CPUtime=2 cores=0,2
/proc/23424/stat : 23424 (lingeling) R 23422 23424 23424 0 -1 4202496 1283 0 0 0 200 0 0 0 23 0 1 0 886784935 6938624 895 33554432000 4194304 4352236 140735932945248 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23424/statm: 1694 895 129 39 0 774 0
[pid=23355/tid=23423] ppid=23353 vsize=289608 CPUtime=0 cores=0,2
/proc/23355/task/23423/stat : 23423 (python) S 23353 23355 18188 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 886784935 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 575748

[startup+6.30121 s]
/proc/loadavg: 3.99 3.96 3.66 5/199 23470
/proc/meminfo: memFree=31815480/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=289608 CPUtime=0.77 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 9870 935 1 0 58 19 0 0 18 0 2 0 886784826 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23355/statm: 72402 7285 1867 364 0 8320 0
[pid=23422] ppid=23355 vsize=279364 CPUtime=0 cores=0,2
/proc/23422/stat : 23422 (python) S 23355 23355 18188 0 -1 4202560 876 0 0 0 0 0 0 0 15 0 1 0 886784935 286068736 5791 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476715023 0 0 16781312 514 4508720332193890564 0 0 17 2 0 0 0
/proc/23422/statm: 69841 5791 377 364 0 5759 0
[pid=23424] ppid=23422 vsize=7960 CPUtime=5.2 cores=0,2
/proc/23424/stat : 23424 (lingeling) R 23422 23424 23424 0 -1 4202496 1739 0 0 0 520 0 0 0 25 0 1 0 886784935 8151040 1191 33554432000 4194304 4352236 140735932945248 18446744073709551615 4329000 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23424/statm: 1990 1191 129 39 0 1070 0
[pid=23355/tid=23423] ppid=23353 vsize=289608 CPUtime=0 cores=0,2
/proc/23355/task/23423/stat : 23423 (python) S 23353 23355 18188 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 886784935 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 576932

[startup+12.701 s]
/proc/loadavg: 3.99 3.96 3.66 5/202 23474
/proc/meminfo: memFree=31796724/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=289608 CPUtime=0.77 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 9870 935 1 0 58 19 0 0 18 0 2 0 886784826 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23355/statm: 72402 7285 1867 364 0 8320 0
[pid=23422] ppid=23355 vsize=279364 CPUtime=0.01 cores=0,2
/proc/23422/stat : 23422 (python) S 23355 23355 18188 0 -1 4202560 879 0 0 0 1 0 0 0 15 0 1 0 886784935 286068736 5791 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476715023 0 0 16781312 514 6128660221037347076 0 0 17 2 0 0 0
/proc/23422/statm: 69841 5791 377 364 0 5759 0
[pid=23424] ppid=23422 vsize=8352 CPUtime=11.6 cores=0,2
/proc/23424/stat : 23424 (lingeling) R 23422 23424 23424 0 -1 4202496 2381 0 0 0 1160 0 0 0 25 0 1 0 886784935 8552448 1289 33554432000 4194304 4352236 140735932945248 18446744073709551615 4328042 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23424/statm: 2088 1289 129 39 0 1168 0
[pid=23355/tid=23423] ppid=23353 vsize=289608 CPUtime=0 cores=0,2
/proc/23355/task/23423/stat : 23423 (python) S 23353 23355 18188 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 886784935 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 577324

[startup+25.5005 s]
/proc/loadavg: 3.99 3.97 3.67 5/202 23474
/proc/meminfo: memFree=31791984/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=289608 CPUtime=0.77 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 9870 935 1 0 58 19 0 0 18 0 2 0 886784826 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23355/statm: 72402 7285 1867 364 0 8320 0
[pid=23422] ppid=23355 vsize=279364 CPUtime=0.02 cores=0,2
/proc/23422/stat : 23422 (python) S 23355 23355 18188 0 -1 4202560 885 0 0 0 1 1 0 0 15 0 1 0 886784935 286068736 5791 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476715023 0 0 16781312 514 6128660221037347076 0 0 17 2 0 0 0
/proc/23422/statm: 69841 5791 377 364 0 5759 0
[pid=23424] ppid=23422 vsize=9384 CPUtime=24.4 cores=0,2
/proc/23424/stat : 23424 (lingeling) R 23422 23424 23424 0 -1 4202496 3055 0 0 0 2440 0 0 0 25 0 1 0 886784935 9609216 1547 33554432000 4194304 4352236 140735932945248 18446744073709551615 4328032 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23424/statm: 2346 1547 129 39 0 1426 0
[pid=23355/tid=23423] ppid=23353 vsize=289608 CPUtime=0 cores=0,2
/proc/23355/task/23423/stat : 23423 (python) S 23353 23355 18188 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 886784935 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 578356

[startup+51.1006 s]
/proc/loadavg: 3.99 3.97 3.68 5/202 23475
/proc/meminfo: memFree=31786460/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=289608 CPUtime=0.77 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 9870 935 1 0 58 19 0 0 18 0 2 0 886784826 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23355/statm: 72402 7285 1867 364 0 8320 0
[pid=23422] ppid=23355 vsize=279364 CPUtime=0.05 cores=0,2
/proc/23422/stat : 23422 (python) S 23355 23355 18188 0 -1 4202560 896 0 0 0 3 2 0 0 15 0 1 0 886784935 286068736 5791 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476715023 0 0 16781312 514 6128660221037347076 0 0 17 2 0 0 0
/proc/23422/statm: 69841 5791 377 364 0 5759 0
[pid=23424] ppid=23422 vsize=9896 CPUtime=50 cores=0,2
/proc/23424/stat : 23424 (lingeling) R 23422 23424 23424 0 -1 4202496 4975 0 0 0 5000 0 0 0 25 0 1 0 886784935 10133504 1675 33554432000 4194304 4352236 140735932945248 18446744073709551615 4328191 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23424/statm: 2474 1675 129 39 0 1554 0
[pid=23355/tid=23423] ppid=23353 vsize=289608 CPUtime=0 cores=0,2
/proc/23355/task/23423/stat : 23423 (python) S 23353 23355 18188 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 886784935 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 578868

[startup+102.301 s]
/proc/loadavg: 3.99 3.97 3.69 5/202 23476
/proc/meminfo: memFree=31773848/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=289608 CPUtime=0.77 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 9870 935 1 0 58 19 0 0 18 0 2 0 886784826 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23355/statm: 72402 7285 1867 364 0 8320 0
[pid=23422] ppid=23355 vsize=279364 CPUtime=0.11 cores=0,2
/proc/23422/stat : 23422 (python) S 23355 23355 18188 0 -1 4202560 920 0 0 0 6 5 0 0 15 0 1 0 886784935 286068736 5791 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476715023 0 0 16781312 514 6128660221037347076 0 0 17 2 0 0 0
/proc/23422/statm: 69841 5791 377 364 0 5759 0
[pid=23424] ppid=23422 vsize=12072 CPUtime=101.2 cores=0,2
/proc/23424/stat : 23424 (lingeling) R 23422 23424 23424 0 -1 4202496 8623 0 0 0 10120 0 0 0 25 0 1 0 886784935 12361728 2219 33554432000 4194304 4352236 140735932945248 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23424/statm: 3018 2219 129 39 0 2098 0
[pid=23355/tid=23423] ppid=23353 vsize=289608 CPUtime=0 cores=0,2
/proc/23355/task/23423/stat : 23423 (python) S 23353 23355 18188 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 886784935 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 581044

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.71 5/202 23478
/proc/meminfo: memFree=31772464/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=289608 CPUtime=0.77 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 9870 935 1 0 58 19 0 0 18 0 2 0 886784826 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23355/statm: 72402 7285 1867 364 0 8320 0
[pid=23422] ppid=23355 vsize=279364 CPUtime=0.18 cores=0,2
/proc/23422/stat : 23422 (python) S 23355 23355 18188 0 -1 4202560 938 0 0 0 10 8 0 0 15 0 1 0 886784935 286068736 5791 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476715023 0 0 16781312 514 6128660221037347076 0 0 17 2 0 0 0
/proc/23422/statm: 69841 5791 377 364 0 5759 0
[pid=23424] ppid=23422 vsize=14504 CPUtime=161.21 cores=0,2
/proc/23424/stat : 23424 (lingeling) R 23422 23424 23424 0 -1 4202496 12015 0 0 0 16120 1 0 0 25 0 1 0 886784935 14852096 2827 33554432000 4194304 4352236 140735932945248 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/23424/statm: 3626 2827 129 39 0 2706 0
[pid=23355/tid=23423] ppid=23353 vsize=289608 CPUtime=0 cores=0,2
/proc/23355/task/23423/stat : 23423 (python) S 23353 23355 18188 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 2 0 886784935 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 583476

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.73 5/202 23479
/proc/meminfo: memFree=31770332/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=289608 CPUtime=0.77 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 9870 935 1 0 58 19 0 0 18 0 2 0 886784826 296558592 7285 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23355/statm: 72402 7285 1867 364 0 8320 0
[pid=23422] ppid=23355 vsize=279364 CPUtime=0.25 cores=0,2
/proc/23422/stat : 23422 (python) S 23355 23355 18188 0 -1 4202560 958 0 0 0 14 11 0 0 15 0 1 0 886784935 286068736 5791 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476715023 0 0 16781312 514 6128660221037347076 0 0 17 2 0 0 0

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

[pid=23491] ppid=23355 vsize=289620 CPUtime=0.66 cores=0,2
/proc/23491/stat : 23491 (python) S 23355 23355 18188 0 -1 4202560 987 0 0 0 38 28 0 0 15 0 1 0 886843199 296570880 5789 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476715078 0 0 16781312 514 6128660221037347076 0 0 17 0 0 0 0
/proc/23491/statm: 72405 5789 371 364 0 8320 0
[pid=23493] ppid=23491 vsize=141696 CPUtime=418.04 cores=0,2
/proc/23493/stat : 23493 (cryptominisat-2) R 23491 23493 23493 0 -1 4202496 131331 0 0 0 41779 25 0 0 25 0 1 0 886843199 145096704 28241 33554432000 4194304 4677096 140735412252032 18446744073709551615 4318905 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23493/statm: 35424 28241 392 118 0 30383 0
[pid=23355/tid=23423] ppid=23353 vsize=299864 CPUtime=0 cores=0,2
/proc/23355/task/23423/stat : 23423 (python) S 23353 23355 18188 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 886784935 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=23355/tid=23492] ppid=23353 vsize=299864 CPUtime=0 cores=0,2
/proc/23355/task/23492/stat : 23492 (python) S 23353 23355 18188 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 886843199 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1002.81
Current children cumulated vsize (KiB) 1042912

[startup+1062.3 s]
/proc/loadavg: 4.01 4.03 3.89 5/218 23518
/proc/meminfo: memFree=31324248/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=299864 CPUtime=0.79 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 10671 935 1 0 59 20 0 0 20 0 3 0 886784826 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23355/statm: 74966 7292 1870 364 0 10881 0
[pid=23422] ppid=23355 vsize=289608 CPUtime=0.68 cores=0,2
/proc/23422/stat : 23422 (python) S 23355 23355 18188 0 -1 4202560 1186 0 0 0 38 30 0 0 16 0 2 0 886784935 296558592 5834 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23422/statm: 72402 5834 415 364 0 8320 0
[pid=23424] ppid=23422 vsize=22124 CPUtime=582.64 cores=0,2
/proc/23424/stat : 23424 (lingeling) T 23422 23424 23424 0 -1 4202496 30448 0 0 0 58260 4 0 0 25 0 1 0 886784935 22654976 4732 33554432000 4194304 4352236 140735932945248 18446744073709551615 4328075 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/23424/statm: 5531 4732 129 39 0 4611 0
[pid=23422/tid=23490] ppid=23355 vsize=289608 CPUtime=0 cores=0,2
/proc/23422/task/23490/stat : 23490 (python) S 23355 23355 18188 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886843198 296558592 5834 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 514 18446604453962461504 0 0 -1 2 0 0 0
[pid=23491] ppid=23355 vsize=289620 CPUtime=0.75 cores=0,2
/proc/23491/stat : 23491 (python) S 23355 23355 18188 0 -1 4202560 987 0 0 0 44 31 0 0 15 0 1 0 886843199 296570880 5789 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476715078 0 0 16781312 514 6128660221037347076 0 0 17 0 0 0 0
/proc/23491/statm: 72405 5789 371 364 0 8320 0
[pid=23493] ppid=23491 vsize=142140 CPUtime=477.98 cores=0,2
/proc/23493/stat : 23493 (cryptominisat-2) R 23491 23493 23493 0 -1 4202496 144529 0 0 0 47769 29 0 0 25 0 1 0 886843199 145551360 27466 33554432000 4194304 4677096 140735412252032 18446744073709551615 4319573 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23493/statm: 35535 27466 392 118 0 30494 0
[pid=23355/tid=23423] ppid=23353 vsize=299864 CPUtime=0 cores=0,2
/proc/23355/task/23423/stat : 23423 (python) S 23353 23355 18188 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 886784935 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=23355/tid=23492] ppid=23353 vsize=299864 CPUtime=0 cores=0,2
/proc/23355/task/23492/stat : 23492 (python) S 23353 23355 18188 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 886843199 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1062.84
Current children cumulated vsize (KiB) 1043356

[startup+1122.31 s]
/proc/loadavg: 4.00 4.02 3.89 5/211 23562
/proc/meminfo: memFree=29943572/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=299864 CPUtime=0.79 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 10671 935 1 0 59 20 0 0 20 0 3 0 886784826 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23355/statm: 74966 7292 1870 364 0 10881 0
[pid=23422] ppid=23355 vsize=289608 CPUtime=0.68 cores=0,2
/proc/23422/stat : 23422 (python) S 23355 23355 18188 0 -1 4202560 1186 0 0 0 38 30 0 0 16 0 2 0 886784935 296558592 5834 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23422/statm: 72402 5834 415 364 0 8320 0
[pid=23424] ppid=23422 vsize=22124 CPUtime=582.64 cores=0,2
/proc/23424/stat : 23424 (lingeling) T 23422 23424 23424 0 -1 4202496 30448 0 0 0 58260 4 0 0 25 0 1 0 886784935 22654976 4732 33554432000 4194304 4352236 140735932945248 18446744073709551615 4328075 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/23424/statm: 5531 4732 129 39 0 4611 0
[pid=23422/tid=23490] ppid=23355 vsize=289608 CPUtime=0 cores=0,2
/proc/23422/task/23490/stat : 23490 (python) S 23355 23355 18188 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886843198 296558592 5834 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 514 18446604453962461504 0 0 -1 2 0 0 0
[pid=23491] ppid=23355 vsize=289620 CPUtime=0.84 cores=0,2
/proc/23491/stat : 23491 (python) S 23355 23355 18188 0 -1 4202560 987 0 0 0 49 35 0 0 15 0 1 0 886843199 296570880 5789 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476715078 0 0 16781312 514 5616756370540822788 0 0 17 0 0 0 0
/proc/23491/statm: 72405 5789 371 364 0 8320 0
[pid=23493] ppid=23491 vsize=142372 CPUtime=537.93 cores=0,2
/proc/23493/stat : 23493 (cryptominisat-2) R 23491 23493 23493 0 -1 4202496 156428 0 0 0 53761 32 0 0 25 0 1 0 886843199 145788928 28398 33554432000 4194304 4677096 140735412252032 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23493/statm: 35593 28398 392 118 0 30552 0
[pid=23355/tid=23423] ppid=23353 vsize=299864 CPUtime=0 cores=0,2
/proc/23355/task/23423/stat : 23423 (python) S 23353 23355 18188 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 886784935 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=23355/tid=23492] ppid=23353 vsize=299864 CPUtime=0 cores=0,2
/proc/23355/task/23492/stat : 23492 (python) S 23353 23355 18188 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 886843199 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1122.88
Current children cumulated vsize (KiB) 1043588

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.90 5/211 23564
/proc/meminfo: memFree=29394016/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=299864 CPUtime=0.79 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 10671 935 1 0 59 20 0 0 20 0 3 0 886784826 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23355/statm: 74966 7292 1870 364 0 10881 0
[pid=23422] ppid=23355 vsize=289608 CPUtime=0.68 cores=0,2
/proc/23422/stat : 23422 (python) S 23355 23355 18188 0 -1 4202560 1186 0 0 0 38 30 0 0 16 0 2 0 886784935 296558592 5834 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23422/statm: 72402 5834 415 364 0 8320 0
[pid=23424] ppid=23422 vsize=22124 CPUtime=582.64 cores=0,2
/proc/23424/stat : 23424 (lingeling) T 23422 23424 23424 0 -1 4202496 30448 0 0 0 58260 4 0 0 25 0 1 0 886784935 22654976 4732 33554432000 4194304 4352236 140735932945248 18446744073709551615 4328075 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/23424/statm: 5531 4732 129 39 0 4611 0
[pid=23422/tid=23490] ppid=23355 vsize=289608 CPUtime=0 cores=0,2
/proc/23422/task/23490/stat : 23490 (python) S 23355 23355 18188 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886843198 296558592 5834 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 514 18446604453962461504 0 0 -1 2 0 0 0
[pid=23491] ppid=23355 vsize=289620 CPUtime=0.93 cores=0,2
/proc/23491/stat : 23491 (python) S 23355 23355 18188 0 -1 4202560 987 0 0 0 54 39 0 0 15 0 1 0 886843199 296570880 5789 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476715078 0 0 16781312 514 6128660221037347076 0 0 17 0 0 0 0
/proc/23491/statm: 72405 5789 371 364 0 8320 0
[pid=23493] ppid=23491 vsize=152120 CPUtime=597.87 cores=0,2
/proc/23493/stat : 23493 (cryptominisat-2) R 23491 23493 23493 0 -1 4202496 166663 0 0 0 59754 33 0 0 25 0 1 0 886843199 155770880 30416 33554432000 4194304 4677096 140735412252032 18446744073709551615 4320976 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23493/statm: 38030 30416 392 118 0 32989 0
[pid=23355/tid=23423] ppid=23353 vsize=299864 CPUtime=0 cores=0,2
/proc/23355/task/23423/stat : 23423 (python) S 23353 23355 18188 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 886784935 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=23355/tid=23492] ppid=23353 vsize=299864 CPUtime=0 cores=0,2
/proc/23355/task/23492/stat : 23492 (python) S 23353 23355 18188 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 886843199 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1182.91
Current children cumulated vsize (KiB) 1053336



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1199.4 s]
/proc/loadavg: 4.00 4.01 3.90 5/211 23564
/proc/meminfo: memFree=29348568/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=299864 CPUtime=0.79 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 10671 935 1 0 59 20 0 0 20 0 3 0 886784826 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23355/statm: 74966 7292 1870 364 0 10881 0
[pid=23422] ppid=23355 vsize=289608 CPUtime=0.68 cores=0,2
/proc/23422/stat : 23422 (python) S 23355 23355 18188 0 -1 4202560 1186 0 0 0 38 30 0 0 16 0 2 0 886784935 296558592 5834 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23422/statm: 72402 5834 415 364 0 8320 0
[pid=23424] ppid=23422 vsize=22124 CPUtime=582.64 cores=0,2
/proc/23424/stat : 23424 (lingeling) T 23422 23424 23424 0 -1 4202496 30448 0 0 0 58260 4 0 0 25 0 1 0 886784935 22654976 4732 33554432000 4194304 4352236 140735932945248 18446744073709551615 4328075 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/23424/statm: 5531 4732 129 39 0 4611 0
[pid=23422/tid=23490] ppid=23355 vsize=289608 CPUtime=0 cores=0,2
/proc/23422/task/23490/stat : 23490 (python) S 23355 23355 18188 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886843198 296558592 5834 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 514 18446604453962461504 0 0 -1 2 0 0 0
[pid=23491] ppid=23355 vsize=289620 CPUtime=0.95 cores=0,2
/proc/23491/stat : 23491 (python) S 23355 23355 18188 0 -1 4202560 987 0 0 0 55 40 0 0 15 0 1 0 886843199 296570880 5789 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476715078 0 0 16781312 514 6128660221037347076 0 0 17 0 0 0 0
/proc/23491/statm: 72405 5789 371 364 0 8320 0
[pid=23493] ppid=23491 vsize=152208 CPUtime=614.95 cores=0,2
/proc/23493/stat : 23493 (cryptominisat-2) R 23491 23493 23493 0 -1 4202496 170842 0 0 0 61461 34 0 0 25 0 1 0 886843199 155860992 30620 33554432000 4194304 4677096 140735412252032 18446744073709551615 4319581 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23493/statm: 38052 30620 392 118 0 33011 0
[pid=23355/tid=23423] ppid=23353 vsize=299864 CPUtime=0 cores=0,2
/proc/23355/task/23423/stat : 23423 (python) S 23353 23355 18188 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 886784935 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=23355/tid=23492] ppid=23353 vsize=299864 CPUtime=0 cores=0,2
/proc/23355/task/23492/stat : 23492 (python) S 23353 23355 18188 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 886843199 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1053424

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

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

[startup+1199.4 s]
/proc/loadavg: 4.00 4.01 3.90 5/211 23564
/proc/meminfo: memFree=29348568/32950928 swapFree=67055428/67111528
[pid=23355] ppid=23353 vsize=299864 CPUtime=0.79 cores=0,2
/proc/23355/stat : 23355 (python) S 23353 23355 18188 0 -1 4202496 10671 935 1 0 59 20 0 0 20 0 3 0 886784826 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/23355/statm: 74966 7292 1870 364 0 10881 0
[pid=23422] ppid=23355 vsize=289608 CPUtime=0.68 cores=0,2
/proc/23422/stat : 23422 (python) S 23355 23355 18188 0 -1 4202560 1186 0 0 0 38 30 0 0 16 0 2 0 886784935 296558592 5834 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488521675 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/23422/statm: 72402 5834 415 364 0 8320 0
[pid=23424] ppid=23422 vsize=22124 CPUtime=582.64 cores=0,2
/proc/23424/stat : 23424 (lingeling) T 23422 23424 23424 0 -1 4202496 30448 0 0 0 58260 4 0 0 25 0 1 0 886784935 22654976 4732 33554432000 4194304 4352236 140735932945248 18446744073709551615 4328075 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/23424/statm: 5531 4732 129 39 0 4611 0
[pid=23422/tid=23490] ppid=23355 vsize=289608 CPUtime=0 cores=0,2
/proc/23422/task/23490/stat : 23490 (python) S 23355 23355 18188 0 -1 4202560 45 0 0 0 0 0 0 0 16 0 2 0 886843198 296558592 5834 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 514 18446604453962461504 0 0 -1 2 0 0 0
[pid=23491] ppid=23355 vsize=289620 CPUtime=0.95 cores=0,2
/proc/23491/stat : 23491 (python) S 23355 23355 18188 0 -1 4202560 987 0 0 0 55 40 0 0 15 0 1 0 886843199 296570880 5789 33554432000 4194304 5683644 140737468144112 18446744073709551615 239476715078 0 0 16781312 514 6128660221037347076 0 0 17 0 0 0 0
/proc/23491/statm: 72405 5789 371 364 0 8320 0
[pid=23493] ppid=23491 vsize=152208 CPUtime=614.95 cores=0,2
/proc/23493/stat : 23493 (cryptominisat-2) R 23491 23493 23493 0 -1 4202496 170842 0 0 0 61461 34 0 0 25 0 1 0 886843199 155860992 30620 33554432000 4194304 4677096 140735412252032 18446744073709551615 4319581 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/23493/statm: 38052 30620 392 118 0 33011 0
[pid=23355/tid=23423] ppid=23353 vsize=299864 CPUtime=0 cores=0,2
/proc/23355/task/23423/stat : 23423 (python) S 23353 23355 18188 0 -1 4202560 31 935 0 0 0 0 0 0 18 0 3 0 886784935 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
[pid=23355/tid=23492] ppid=23353 vsize=299864 CPUtime=0 cores=0,2
/proc/23355/task/23492/stat : 23492 (python) S 23353 23355 18188 0 -1 4202560 29 935 0 0 0 0 0 0 20 0 3 0 886843199 307060736 7292 33554432000 4194304 5683644 140737468144112 18446744073709551615 239488518577 0 0 16781312 2 18446604453985335104 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1200.01
Current children cumulated vsize (KiB) 1053424

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1199.42
CPU time (s): 1200.01
CPU user time (s): 1198.73
CPU system time (s): 1.28
CPU usage (%): 100.049
Max. virtual memory (cumulated for all children) (KiB): 1109820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.596909
system time used= 0.204968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11606
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= 17979
involuntary context switches= 21

runsolver used 2.10468 second user time and 4.51531 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-11 02:24:37
IDJOB=3484621
IDBENCH=83418
IDSOLVER=1976
FILE ID=node148/3484621-1307751877
RUNJOBID= node148-1307750674-23108
PBS_JOBID= 13550812
Free space on /tmp= 73940 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_2_keyfind_1.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-3484621-1307751877/watcher-3484621-1307751877 -o /tmp/evaluation-result-3484621-1307751877/solver-3484621-1307751877 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3484621-1307751877.cnf -seed 1417224397 -budget 1200

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=1417224397

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31946092 kB
Buffers:        112944 kB
Cached:         721528 kB
SwapCached:       8824 kB
Active:         319944 kB
Inactive:       533948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31946092 kB
SwapTotal:    67111528 kB
SwapFree:     67055428 kB
Dirty:           64440 kB
Writeback:          80 kB
AnonPages:       18032 kB
Mapped:          12836 kB
Slab:            85932 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   199188 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= 73708 MiB
End job on node148 at 2011-06-11 02:44:39