Trace number 3484626

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.07 1198.82

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
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 variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
Number of clauses of size over 50

Solver Data

0.28/0.48	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.28/0.48	c INFO: solving HOME/instance-3484626-1307751883.cnf
0.28/0.48	c INFO: computing task features
0.28/0.50	c INFO: computed variable-clause graph statistics
0.37/0.50	c INFO: computed clause balance statistics
0.37/0.58	c INFO: computed variable balance statistics
0.47/0.65	c INFO: computed small-clause counts
0.47/0.65	c INFO: computed Horn-clause counts
0.47/0.65	c INFO: computed variable graph statistics
0.47/0.65	c INFO: collected features for HOME/instance-3484626-1307751883.cnf in 0.17 s
0.47/0.66	c INFO: running lingeling-276@0 for 582 with 1199 remaining (b = 0.58)
583.87/583.32	c INFO: running cryptominisat-2.9.0@0 for 617 with 617 remaining (b = 0.51)
1200.07/1198.82	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 1,3

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.84 3.97 3.80 2/183 29909
/proc/meminfo: memFree=28993140/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=15384 CPUtime=0 cores=1,3
/proc/29909/stat : 29909 (python) R 29907 29909 27894 0 -1 4202496 796 0 0 0 0 0 0 0 18 0 1 0 886787909 15753216 682 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647144448 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/29909/statm: 3846 682 322 364 0 333 0

[startup+0.102955 s]
/proc/loadavg: 3.84 3.97 3.80 2/183 29909
/proc/meminfo: memFree=28993140/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=104220 CPUtime=0.06 cores=1,3
/proc/29909/stat : 29909 (python) R 29907 29909 27894 0 -1 4202496 3048 0 0 0 5 1 0 0 17 0 1 0 886787909 106721280 2732 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647144448 0 2147483391 16781312 2 0 0 0 17 1 0 0 0
/proc/29909/statm: 26056 2733 847 364 0 1804 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 104220

[startup+0.200927 s]
/proc/loadavg: 3.84 3.97 3.80 2/183 29909
/proc/meminfo: memFree=28993140/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=126796 CPUtime=0.14 cores=1,3
/proc/29909/stat : 29909 (python) R 29907 29909 27894 0 -1 4202496 5456 930 1 0 11 3 0 0 19 0 1 0 886787909 129839104 4003 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647146240 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29909/statm: 31699 4003 1007 364 0 2994 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 126796

[startup+0.301083 s]
/proc/loadavg: 3.84 3.97 3.80 2/183 29909
/proc/meminfo: memFree=28993140/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=157380 CPUtime=0.21 cores=1,3
/proc/29909/stat : 29909 (python) S 29907 29909 27894 0 -1 4202496 6598 930 1 0 15 6 0 0 17 0 1 0 886787909 161157120 4696 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647144448 0 2147483391 16781312 2 18446744071699109054 0 0 17 3 0 0 0
/proc/29909/statm: 39345 4696 1257 364 0 3453 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 157380

[startup+0.700851 s]
/proc/loadavg: 3.84 3.97 3.80 2/183 29909
/proc/meminfo: memFree=28993140/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=289220 CPUtime=0.53 cores=1,3
/proc/29909/stat : 29909 (python) S 29907 29909 27894 0 -1 4202496 9851 930 1 0 45 8 0 0 19 0 2 0 886787909 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29909/statm: 72305 7176 1867 364 0 8223 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 289220

[startup+1.5007 s]
/proc/loadavg: 3.84 3.97 3.80 4/188 29959
/proc/meminfo: memFree=28952128/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=289220 CPUtime=0.53 cores=1,3
/proc/29909/stat : 29909 (python) S 29907 29909 27894 0 -1 4202496 9851 930 1 0 45 8 0 0 19 0 2 0 886787909 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29909/statm: 72305 7176 1867 364 0 8223 0
[pid=29953] ppid=29909 vsize=278976 CPUtime=0 cores=1,3
/proc/29953/stat : 29953 (python) S 29909 29909 27894 0 -1 4202560 710 0 0 0 0 0 0 0 18 0 1 0 886787976 285671424 5652 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647166479 0 0 16781312 514 3783560527838445567 0 0 17 3 0 0 0
/proc/29953/statm: 69744 5652 347 364 0 5662 0
[pid=29955] ppid=29953 vsize=5392 CPUtime=0.83 cores=1,3
/proc/29955/stat : 29955 (lingeling) R 29953 29955 29955 0 -1 4202496 857 0 0 0 83 0 0 0 21 0 1 0 886787976 5521408 549 33554432000 4194304 4352236 140737171623824 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29955/statm: 1348 549 128 39 0 428 0
[pid=29909/tid=29954] ppid=29907 vsize=289220 CPUtime=0 cores=1,3
/proc/29909/task/29954/stat : 29954 (python) S 29907 29909 27894 0 -1 4202560 31 930 0 0 0 0 0 0 19 0 2 0 886787976 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 573588

[startup+3.10046 s]
/proc/loadavg: 3.84 3.97 3.80 4/191 29962
/proc/meminfo: memFree=28944664/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=289220 CPUtime=0.53 cores=1,3
/proc/29909/stat : 29909 (python) S 29907 29909 27894 0 -1 4202496 9851 930 1 0 45 8 0 0 19 0 2 0 886787909 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29909/statm: 72305 7176 1867 364 0 8223 0
[pid=29953] ppid=29909 vsize=278976 CPUtime=0 cores=1,3
/proc/29953/stat : 29953 (python) S 29909 29909 27894 0 -1 4202560 733 0 0 0 0 0 0 0 18 0 1 0 886787976 285671424 5659 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647166479 0 0 16781312 514 3783560527838413060 0 0 17 3 0 0 0
/proc/29953/statm: 69744 5659 354 364 0 5662 0
[pid=29955] ppid=29953 vsize=7192 CPUtime=2.43 cores=1,3
/proc/29955/stat : 29955 (lingeling) R 29953 29955 29955 0 -1 4202496 1307 0 0 0 243 0 0 0 25 0 1 0 886787976 7364608 999 33554432000 4194304 4352236 140737171623824 18446744073709551615 4328114 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29955/statm: 1798 999 128 39 0 878 0
[pid=29909/tid=29954] ppid=29907 vsize=289220 CPUtime=0 cores=1,3
/proc/29909/task/29954/stat : 29954 (python) S 29907 29909 27894 0 -1 4202560 31 930 0 0 0 0 0 0 19 0 2 0 886787976 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 575388

[startup+13.7126 s]
/proc/loadavg: 3.84 3.97 3.80 4/191 29962
/proc/meminfo: memFree=28944664/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=289220 CPUtime=0.53 cores=1,3
/proc/29909/stat : 29909 (python) S 29907 29909 27894 0 -1 4202496 9851 930 1 0 45 8 0 0 19 0 2 0 886787909 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29909/statm: 72305 7176 1867 364 0 8223 0
[pid=29953] ppid=29909 vsize=278976 CPUtime=0 cores=1,3
/proc/29953/stat : 29953 (python) S 29909 29909 27894 0 -1 4202560 884 0 0 0 0 0 0 0 18 0 1 0 886787976 285671424 5682 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647166479 0 0 16781312 514 17821306675458441476 0 0 17 3 0 0 0
/proc/29953/statm: 69744 5682 377 364 0 5662 0
[pid=29955] ppid=29953 vsize=6940 CPUtime=13.04 cores=1,3
/proc/29955/stat : 29955 (lingeling) R 29953 29955 29955 0 -1 4202496 1949 0 0 0 1304 0 0 0 25 0 1 0 886787976 7106560 937 33554432000 4194304 4352236 140737171623824 18446744073709551615 4328013 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29955/statm: 1735 937 128 39 0 815 0
[pid=29909/tid=29954] ppid=29907 vsize=289220 CPUtime=0 cores=1,3
/proc/29909/task/29954/stat : 29954 (python) S 29907 29909 27894 0 -1 4202560 31 930 0 0 0 0 0 0 19 0 2 0 886787976 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 13.57
Current children cumulated vsize (KiB) 575136

[startup+13.8006 s]
/proc/loadavg: 4.33 4.07 3.83 4/191 29964
/proc/meminfo: memFree=28939116/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=289220 CPUtime=0.53 cores=1,3
/proc/29909/stat : 29909 (python) S 29907 29909 27894 0 -1 4202496 9851 930 1 0 45 8 0 0 19 0 2 0 886787909 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29909/statm: 72305 7176 1867 364 0 8223 0
[pid=29953] ppid=29909 vsize=278976 CPUtime=0 cores=1,3
/proc/29953/stat : 29953 (python) S 29909 29909 27894 0 -1 4202560 884 0 0 0 0 0 0 0 18 0 1 0 886787976 285671424 5682 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647166479 0 0 16781312 514 17821306675458441476 0 0 17 3 0 0 0
/proc/29953/statm: 69744 5682 377 364 0 5662 0
[pid=29955] ppid=29953 vsize=6940 CPUtime=13.13 cores=1,3
/proc/29955/stat : 29955 (lingeling) R 29953 29955 29955 0 -1 4202496 1949 0 0 0 1313 0 0 0 25 0 1 0 886787976 7106560 937 33554432000 4194304 4352236 140737171623824 18446744073709551615 4329086 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29955/statm: 1735 937 128 39 0 815 0
[pid=29909/tid=29954] ppid=29907 vsize=289220 CPUtime=0 cores=1,3
/proc/29909/task/29954/stat : 29954 (python) S 29907 29909 27894 0 -1 4202560 31 930 0 0 0 0 0 0 19 0 2 0 886787976 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 13.66
Current children cumulated vsize (KiB) 575136

[startup+25.5007 s]
/proc/loadavg: 4.32 4.08 3.84 4/191 29964
/proc/meminfo: memFree=28935692/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=289220 CPUtime=0.53 cores=1,3
/proc/29909/stat : 29909 (python) S 29907 29909 27894 0 -1 4202496 9851 930 1 0 45 8 0 0 19 0 2 0 886787909 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29909/statm: 72305 7176 1867 364 0 8223 0
[pid=29953] ppid=29909 vsize=278976 CPUtime=0.02 cores=1,3
/proc/29953/stat : 29953 (python) S 29909 29909 27894 0 -1 4202560 890 0 0 0 1 1 0 0 18 0 1 0 886787976 285671424 5682 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647166479 0 0 16781312 514 17821306675458441476 0 0 17 3 0 0 0
/proc/29953/statm: 69744 5682 377 364 0 5662 0
[pid=29955] ppid=29953 vsize=8480 CPUtime=24.82 cores=1,3
/proc/29955/stat : 29955 (lingeling) R 29953 29955 29955 0 -1 4202496 2910 0 0 0 2482 0 0 0 25 0 1 0 886787976 8683520 1322 33554432000 4194304 4352236 140737171623824 18446744073709551615 4328423 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29955/statm: 2120 1322 128 39 0 1200 0
[pid=29909/tid=29954] ppid=29907 vsize=289220 CPUtime=0 cores=1,3
/proc/29909/task/29954/stat : 29954 (python) S 29907 29909 27894 0 -1 4202560 31 930 0 0 0 0 0 0 19 0 2 0 886787976 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 576676

[startup+51.1003 s]
/proc/loadavg: 3.87 3.99 3.81 4/191 29964
/proc/meminfo: memFree=28936052/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=289220 CPUtime=0.53 cores=1,3
/proc/29909/stat : 29909 (python) S 29907 29909 27894 0 -1 4202496 9851 930 1 0 45 8 0 0 19 0 2 0 886787909 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29909/statm: 72305 7176 1867 364 0 8223 0
[pid=29953] ppid=29909 vsize=278976 CPUtime=0.05 cores=1,3
/proc/29953/stat : 29953 (python) S 29909 29909 27894 0 -1 4202560 901 0 0 0 3 2 0 0 18 0 1 0 886787976 285671424 5682 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647166479 0 0 16781312 514 17821306675458441476 0 0 17 3 0 0 0
/proc/29953/statm: 69744 5682 377 364 0 5662 0
[pid=29955] ppid=29953 vsize=10412 CPUtime=50.42 cores=1,3
/proc/29955/stat : 29955 (lingeling) R 29953 29955 29955 0 -1 4202496 5089 0 0 0 5042 0 0 0 25 0 1 0 886787976 10661888 1805 33554432000 4194304 4352236 140737171623824 18446744073709551615 4328004 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29955/statm: 2603 1805 128 39 0 1683 0
[pid=29909/tid=29954] ppid=29907 vsize=289220 CPUtime=0 cores=1,3
/proc/29909/task/29954/stat : 29954 (python) S 29907 29909 27894 0 -1 4202560 31 930 0 0 0 0 0 0 19 0 2 0 886787976 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 578608

[startup+102.301 s]
/proc/loadavg: 3.47 3.87 3.78 4/195 29970
/proc/meminfo: memFree=28884232/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=289220 CPUtime=0.53 cores=1,3
/proc/29909/stat : 29909 (python) S 29907 29909 27894 0 -1 4202496 9851 930 1 0 45 8 0 0 19 0 2 0 886787909 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29909/statm: 72305 7176 1867 364 0 8223 0
[pid=29953] ppid=29909 vsize=278976 CPUtime=0.11 cores=1,3
/proc/29953/stat : 29953 (python) S 29909 29909 27894 0 -1 4202560 924 0 0 0 6 5 0 0 18 0 1 0 886787976 285671424 5682 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647166479 0 0 16781312 514 17821306675458441476 0 0 17 3 0 0 0
/proc/29953/statm: 69744 5682 377 364 0 5662 0
[pid=29955] ppid=29953 vsize=12460 CPUtime=101.63 cores=1,3
/proc/29955/stat : 29955 (lingeling) R 29953 29955 29955 0 -1 4202496 8641 0 0 0 10162 1 0 0 25 0 1 0 886787976 12759040 2317 33554432000 4194304 4352236 140737171623824 18446744073709551615 4277608 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29955/statm: 3115 2317 128 39 0 2195 0
[pid=29909/tid=29954] ppid=29907 vsize=289220 CPUtime=0 cores=1,3
/proc/29909/task/29954/stat : 29954 (python) S 29907 29909 27894 0 -1 4202560 31 930 0 0 0 0 0 0 19 0 2 0 886787976 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 580656

[startup+162.301 s]
/proc/loadavg: 3.17 3.70 3.73 4/195 29972
/proc/meminfo: memFree=28853220/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=289220 CPUtime=0.53 cores=1,3
/proc/29909/stat : 29909 (python) S 29907 29909 27894 0 -1 4202496 9851 930 1 0 45 8 0 0 19 0 2 0 886787909 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29909/statm: 72305 7176 1867 364 0 8223 0
[pid=29953] ppid=29909 vsize=278976 CPUtime=0.18 cores=1,3
/proc/29953/stat : 29953 (python) S 29909 29909 27894 0 -1 4202560 942 0 0 0 10 8 0 0 18 0 1 0 886787976 285671424 5682 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647166479 0 0 16781312 514 17821306675458441476 0 0 17 3 0 0 0
/proc/29953/statm: 69744 5682 377 364 0 5662 0
[pid=29955] ppid=29953 vsize=14644 CPUtime=161.63 cores=1,3
/proc/29955/stat : 29955 (lingeling) R 29953 29955 29955 0 -1 4202496 11427 0 0 0 16162 1 0 0 25 0 1 0 886787976 14995456 2863 33554432000 4194304 4352236 140737171623824 18446744073709551615 4231300 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/29955/statm: 3661 2863 128 39 0 2741 0
[pid=29909/tid=29954] ppid=29907 vsize=289220 CPUtime=0 cores=1,3
/proc/29909/task/29954/stat : 29954 (python) S 29907 29909 27894 0 -1 4202560 31 930 0 0 0 0 0 0 19 0 2 0 886787976 296161280 7176 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 162.34
Current children cumulated vsize (KiB) 582840


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

[pid=29984] ppid=29909 vsize=289436 CPUtime=0.47 cores=1,3
/proc/29984/stat : 29984 (python) S 29909 29909 27894 0 -1 4202560 1005 0 0 0 25 22 0 0 15 0 1 0 886846242 296382464 5724 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647166534 0 0 16781312 514 17821306675458441478 0 0 17 3 0 0 0
/proc/29984/statm: 72359 5724 372 364 0 8274 0
[pid=29986] ppid=29984 vsize=87868 CPUtime=358.88 cores=1,3
/proc/29986/stat : 29986 (cryptominisat-2) R 29984 29986 29986 0 -1 4202496 78972 0 0 0 35844 44 0 0 25 0 1 0 886846242 89976832 15246 33554432000 4194304 4677096 140735217218032 18446744073709551615 4320016 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29986/statm: 21967 15246 392 118 0 16926 0
[pid=29909/tid=29954] ppid=29907 vsize=299680 CPUtime=0 cores=1,3
/proc/29909/task/29954/stat : 29954 (python) S 29907 29909 27894 0 -1 4202560 31 930 0 0 0 0 0 0 19 0 3 0 886787976 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
[pid=29909/tid=29985] ppid=29907 vsize=299680 CPUtime=0 cores=1,3
/proc/29909/task/29985/stat : 29985 (python) S 29907 29909 27894 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 3 0 886846242 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 943.24
Current children cumulated vsize (KiB) 985712

[startup+1002.3 s]
/proc/loadavg: 3.05 3.31 3.43 5/196 30137
/proc/meminfo: memFree=27334688/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=299680 CPUtime=0.54 cores=1,3
/proc/29909/stat : 29909 (python) S 29907 29909 27894 0 -1 4202496 10658 930 1 0 46 8 0 0 20 0 3 0 886787909 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29909/statm: 74920 7226 1870 364 0 10835 0
[pid=29953] ppid=29909 vsize=289220 CPUtime=0.71 cores=1,3
/proc/29953/stat : 29953 (python) S 29909 29909 27894 0 -1 4202560 1188 0 0 0 38 33 0 0 19 0 2 0 886787976 296161280 5725 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29953/statm: 72305 5725 415 364 0 8223 0
[pid=29955] ppid=29953 vsize=19508 CPUtime=582.64 cores=1,3
/proc/29955/stat : 29955 (lingeling) T 29953 29955 29955 0 -1 4202496 28163 0 0 0 58261 3 0 0 25 0 1 0 886787976 19976192 4079 33554432000 4194304 4352236 140737171623824 18446744073709551615 4328243 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/29955/statm: 4877 4079 128 39 0 3957 0
[pid=29953/tid=29983] ppid=29909 vsize=289220 CPUtime=0 cores=1,3
/proc/29953/task/29983/stat : 29983 (python) S 29909 29909 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886846241 296161280 5725 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 514 18446604470973491264 0 0 -1 1 0 0 0
[pid=29984] ppid=29909 vsize=289436 CPUtime=0.55 cores=1,3
/proc/29984/stat : 29984 (python) S 29909 29909 27894 0 -1 4202560 1005 0 0 0 30 25 0 0 15 0 1 0 886846242 296382464 5724 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647166534 0 0 16781312 514 17821306675458441478 0 0 17 3 0 0 0
/proc/29984/statm: 72359 5724 372 364 0 8274 0
[pid=29986] ppid=29984 vsize=88072 CPUtime=418.88 cores=1,3
/proc/29986/stat : 29986 (cryptominisat-2) R 29984 29986 29986 0 -1 4202496 88486 0 0 0 41842 46 0 0 25 0 1 0 886846242 90185728 14584 33554432000 4194304 4677096 140735217218032 18446744073709551615 4318908 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29986/statm: 22018 14584 392 118 0 16977 0
[pid=29909/tid=29954] ppid=29907 vsize=299680 CPUtime=0 cores=1,3
/proc/29909/task/29954/stat : 29954 (python) S 29907 29909 27894 0 -1 4202560 31 930 0 0 0 0 0 0 19 0 3 0 886787976 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
[pid=29909/tid=29985] ppid=29907 vsize=299680 CPUtime=0 cores=1,3
/proc/29909/task/29985/stat : 29985 (python) S 29907 29909 27894 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 3 0 886846242 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1003.32
Current children cumulated vsize (KiB) 985916

[startup+1062.3 s]
/proc/loadavg: 3.02 3.25 3.41 5/196 30139
/proc/meminfo: memFree=27327240/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=299680 CPUtime=0.54 cores=1,3
/proc/29909/stat : 29909 (python) S 29907 29909 27894 0 -1 4202496 10658 930 1 0 46 8 0 0 20 0 3 0 886787909 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29909/statm: 74920 7226 1870 364 0 10835 0
[pid=29953] ppid=29909 vsize=289220 CPUtime=0.71 cores=1,3
/proc/29953/stat : 29953 (python) S 29909 29909 27894 0 -1 4202560 1188 0 0 0 38 33 0 0 19 0 2 0 886787976 296161280 5725 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29953/statm: 72305 5725 415 364 0 8223 0
[pid=29955] ppid=29953 vsize=19508 CPUtime=582.64 cores=1,3
/proc/29955/stat : 29955 (lingeling) T 29953 29955 29955 0 -1 4202496 28163 0 0 0 58261 3 0 0 25 0 1 0 886787976 19976192 4079 33554432000 4194304 4352236 140737171623824 18446744073709551615 4328243 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/29955/statm: 4877 4079 128 39 0 3957 0
[pid=29953/tid=29983] ppid=29909 vsize=289220 CPUtime=0 cores=1,3
/proc/29953/task/29983/stat : 29983 (python) S 29909 29909 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886846241 296161280 5725 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 514 18446604470973491264 0 0 -1 1 0 0 0
[pid=29984] ppid=29909 vsize=289436 CPUtime=0.62 cores=1,3
/proc/29984/stat : 29984 (python) S 29909 29909 27894 0 -1 4202560 1005 0 0 0 35 27 0 0 15 0 1 0 886846242 296382464 5724 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647166534 0 0 16781312 514 17821306675458441478 0 0 17 3 0 0 0
/proc/29984/statm: 72359 5724 372 364 0 8274 0
[pid=29986] ppid=29984 vsize=88264 CPUtime=478.88 cores=1,3
/proc/29986/stat : 29986 (cryptominisat-2) R 29984 29986 29986 0 -1 4202496 96925 0 0 0 47840 48 0 0 25 0 1 0 886846242 90382336 15106 33554432000 4194304 4677096 140735217218032 18446744073709551615 4318898 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29986/statm: 22066 15106 392 118 0 17025 0
[pid=29909/tid=29954] ppid=29907 vsize=299680 CPUtime=0 cores=1,3
/proc/29909/task/29954/stat : 29954 (python) S 29907 29909 27894 0 -1 4202560 31 930 0 0 0 0 0 0 19 0 3 0 886787976 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
[pid=29909/tid=29985] ppid=29907 vsize=299680 CPUtime=0 cores=1,3
/proc/29909/task/29985/stat : 29985 (python) S 29907 29909 27894 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 3 0 886846242 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1063.39
Current children cumulated vsize (KiB) 986108

[startup+1122.3 s]
/proc/loadavg: 3.00 3.20 3.38 5/196 30139
/proc/meminfo: memFree=27314960/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=299680 CPUtime=0.54 cores=1,3
/proc/29909/stat : 29909 (python) S 29907 29909 27894 0 -1 4202496 10658 930 1 0 46 8 0 0 20 0 3 0 886787909 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29909/statm: 74920 7226 1870 364 0 10835 0
[pid=29953] ppid=29909 vsize=289220 CPUtime=0.71 cores=1,3
/proc/29953/stat : 29953 (python) S 29909 29909 27894 0 -1 4202560 1188 0 0 0 38 33 0 0 19 0 2 0 886787976 296161280 5725 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29953/statm: 72305 5725 415 364 0 8223 0
[pid=29955] ppid=29953 vsize=19508 CPUtime=582.64 cores=1,3
/proc/29955/stat : 29955 (lingeling) T 29953 29955 29955 0 -1 4202496 28163 0 0 0 58261 3 0 0 25 0 1 0 886787976 19976192 4079 33554432000 4194304 4352236 140737171623824 18446744073709551615 4328243 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/29955/statm: 4877 4079 128 39 0 3957 0
[pid=29953/tid=29983] ppid=29909 vsize=289220 CPUtime=0 cores=1,3
/proc/29953/task/29983/stat : 29983 (python) S 29909 29909 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886846241 296161280 5725 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 514 18446604470973491264 0 0 -1 1 0 0 0
[pid=29984] ppid=29909 vsize=289436 CPUtime=0.69 cores=1,3
/proc/29984/stat : 29984 (python) S 29909 29909 27894 0 -1 4202560 1005 0 0 0 39 30 0 0 15 0 1 0 886846242 296382464 5724 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647166534 0 0 16781312 514 17821306675458441478 0 0 17 3 0 0 0
/proc/29984/statm: 72359 5724 372 364 0 8274 0
[pid=29986] ppid=29984 vsize=103688 CPUtime=538.88 cores=1,3
/proc/29986/stat : 29986 (cryptominisat-2) R 29984 29986 29986 0 -1 4202496 106930 0 0 0 53838 50 0 0 25 0 1 0 886846242 106176512 18656 33554432000 4194304 4677096 140735217218032 18446744073709551615 4320006 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29986/statm: 25922 18656 392 118 0 20881 0
[pid=29909/tid=29954] ppid=29907 vsize=299680 CPUtime=0 cores=1,3
/proc/29909/task/29954/stat : 29954 (python) S 29907 29909 27894 0 -1 4202560 31 930 0 0 0 0 0 0 19 0 3 0 886787976 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
[pid=29909/tid=29985] ppid=29907 vsize=299680 CPUtime=0 cores=1,3
/proc/29909/task/29985/stat : 29985 (python) S 29907 29909 27894 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 3 0 886846242 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1123.46
Current children cumulated vsize (KiB) 1001532

[startup+1182.3 s]
/proc/loadavg: 3.00 3.16 3.35 4/199 30144
/proc/meminfo: memFree=27676512/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=299680 CPUtime=0.54 cores=1,3
/proc/29909/stat : 29909 (python) S 29907 29909 27894 0 -1 4202496 10658 930 1 0 46 8 0 0 20 0 3 0 886787909 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29909/statm: 74920 7226 1870 364 0 10835 0
[pid=29953] ppid=29909 vsize=289220 CPUtime=0.71 cores=1,3
/proc/29953/stat : 29953 (python) S 29909 29909 27894 0 -1 4202560 1188 0 0 0 38 33 0 0 19 0 2 0 886787976 296161280 5725 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29953/statm: 72305 5725 415 364 0 8223 0
[pid=29955] ppid=29953 vsize=19508 CPUtime=582.64 cores=1,3
/proc/29955/stat : 29955 (lingeling) T 29953 29955 29955 0 -1 4202496 28163 0 0 0 58261 3 0 0 25 0 1 0 886787976 19976192 4079 33554432000 4194304 4352236 140737171623824 18446744073709551615 4328243 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/29955/statm: 4877 4079 128 39 0 3957 0
[pid=29953/tid=29983] ppid=29909 vsize=289220 CPUtime=0 cores=1,3
/proc/29953/task/29983/stat : 29983 (python) S 29909 29909 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886846241 296161280 5725 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 514 18446604470973491264 0 0 -1 1 0 0 0
[pid=29984] ppid=29909 vsize=289436 CPUtime=0.77 cores=1,3
/proc/29984/stat : 29984 (python) S 29909 29909 27894 0 -1 4202560 1005 0 0 0 43 34 0 0 15 0 1 0 886846242 296382464 5724 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647166534 0 0 16781312 514 17821306675458441478 0 0 17 3 0 0 0
/proc/29984/statm: 72359 5724 372 364 0 8274 0
[pid=29986] ppid=29984 vsize=103924 CPUtime=598.88 cores=1,3
/proc/29986/stat : 29986 (cryptominisat-2) R 29984 29986 29986 0 -1 4202496 115587 0 0 0 59836 52 0 0 25 0 1 0 886846242 106418176 18607 33554432000 4194304 4677096 140735217218032 18446744073709551615 4318934 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29986/statm: 25981 18607 392 118 0 20940 0
[pid=29909/tid=29954] ppid=29907 vsize=299680 CPUtime=0 cores=1,3
/proc/29909/task/29954/stat : 29954 (python) S 29907 29909 27894 0 -1 4202560 31 930 0 0 0 0 0 0 19 0 3 0 886787976 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
[pid=29909/tid=29985] ppid=29907 vsize=299680 CPUtime=0 cores=1,3
/proc/29909/task/29985/stat : 29985 (python) S 29907 29909 27894 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 3 0 886846242 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1183.54
Current children cumulated vsize (KiB) 1001768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1198.8 s]
/proc/loadavg: 3.00 3.16 3.34 4/199 30144
/proc/meminfo: memFree=27700560/32951132 swapFree=67061148/67111528
[pid=29909] ppid=29907 vsize=299680 CPUtime=0.54 cores=1,3
/proc/29909/stat : 29909 (python) S 29907 29909 27894 0 -1 4202496 10658 930 1 0 46 8 0 0 20 0 3 0 886787909 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 2 18446744073709551615 0 0 17 3 0 0 0
/proc/29909/statm: 74920 7226 1870 364 0 10835 0
[pid=29953] ppid=29909 vsize=289220 CPUtime=0.71 cores=1,3
/proc/29953/stat : 29953 (python) S 29909 29909 27894 0 -1 4202560 1188 0 0 0 38 33 0 0 19 0 2 0 886787976 296161280 5725 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658973131 0 0 16781312 514 18446744073709551615 0 0 17 3 0 0 0
/proc/29953/statm: 72305 5725 415 364 0 8223 0
[pid=29955] ppid=29953 vsize=19508 CPUtime=582.64 cores=1,3
/proc/29955/stat : 29955 (lingeling) T 29953 29955 29955 0 -1 4202496 28163 0 0 0 58261 3 0 0 25 0 1 0 886787976 19976192 4079 33554432000 4194304 4352236 140737171623824 18446744073709551615 4328243 0 0 16781312 17506 18446744071562691360 0 0 17 1 0 0 0
/proc/29955/statm: 4877 4079 128 39 0 3957 0
[pid=29953/tid=29983] ppid=29909 vsize=289220 CPUtime=0 cores=1,3
/proc/29953/task/29983/stat : 29983 (python) S 29909 29909 27894 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886846241 296161280 5725 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 514 18446604470973491264 0 0 -1 1 0 0 0
[pid=29984] ppid=29909 vsize=289436 CPUtime=0.79 cores=1,3
/proc/29984/stat : 29984 (python) S 29909 29909 27894 0 -1 4202560 1005 0 0 0 44 35 0 0 15 0 1 0 886846242 296382464 5724 33554432000 4194304 5683644 140734479360496 18446744073709551615 210647166534 0 0 16781312 514 17821306675458441478 0 0 17 3 0 0 0
/proc/29984/statm: 72359 5724 372 364 0 8274 0
[pid=29986] ppid=29984 vsize=103924 CPUtime=615.39 cores=1,3
/proc/29986/stat : 29986 (cryptominisat-2) R 29984 29986 29986 0 -1 4202496 117126 0 0 0 61486 53 0 0 25 0 1 0 886846242 106418176 20146 33554432000 4194304 4677096 140735217218032 18446744073709551615 4355112 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/29986/statm: 25981 20146 392 118 0 20940 0
[pid=29909/tid=29954] ppid=29907 vsize=299680 CPUtime=0 cores=1,3
/proc/29909/task/29954/stat : 29954 (python) S 29907 29909 27894 0 -1 4202560 31 930 0 0 0 0 0 0 19 0 3 0 886787976 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
[pid=29909/tid=29985] ppid=29907 vsize=299680 CPUtime=0 cores=1,3
/proc/29909/task/29985/stat : 29985 (python) S 29907 29909 27894 0 -1 4202560 25 930 0 0 0 0 0 0 20 0 3 0 886846242 306872320 7226 33554432000 4194304 5683644 140734479360496 18446744073709551615 210658970033 0 0 16781312 2 18446604470979873536 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 1001768

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 29909 and gives
#  childrusage.ru_utime.tv_sec=616
#  childrusage.ru_utime.tv_usec=174327
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=322798
# CPU time returned by wait4() is 617.497
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1198.82
CPU time (s): 1200.07
CPU user time (s): 1198.75
CPU system time (s): 1.32
CPU usage (%): 100.104
Max. virtual memory (cumulated for all children) (KiB): 1049744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 616.174
system time used= 1.3228
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132888
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= 3066
involuntary context switches= 1113

runsolver used 1.90371 second user time and 4.5893 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-11 02:24:43
IDJOB=3484626
IDBENCH=83430
IDSOLVER=1976
FILE ID=node129/3484626-1307751883
RUNJOBID= node129-1307750680-29641
PBS_JOBID= 13550828
Free space on /tmp= 74036 MiB

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

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=1504408506

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      28993816 kB
Buffers:        419224 kB
Cached:        3209824 kB
SwapCached:      13132 kB
Active:        1147128 kB
Inactive:      2546228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      28993816 kB
SwapTotal:    67111528 kB
SwapFree:     67061148 kB
Dirty:           31868 kB
Writeback:           0 kB
AnonPages:       61588 kB
Mapped:          14628 kB
Slab:           198268 kB
PageTables:       5644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   322448 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73856 MiB
End job on node129 at 2011-06-11 02:44:44