Trace number 3498463

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_1_keyfind_1.cnf
MD5SUM9e18e0ee8a56ea2c59fe8e682ff6c747
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark91.1631
Satisfiable
(Un)Satisfiability was proved
Number of variables596
Number of clauses2780
Sum of the clauses size10460
Maximum clause length5
Minimum clause length1
Number of clauses of size 1132
Number of clauses of size 280
Number of clauses of size 31168
Number of clauses of size 4336
Number of clauses of size 51064
Number of clauses of size over 50

Solver Data

0.40/0.71	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.40/0.71	c INFO: solving HOME/instance-3498463-1307954568.cnf
0.40/0.71	c INFO: computing task features
0.40/0.73	c INFO: computed variable-clause graph statistics
0.40/0.73	c INFO: computed clause balance statistics
0.40/0.79	c INFO: computed variable balance statistics
0.50/0.83	c INFO: computed small-clause counts
0.50/0.83	c INFO: computed Horn-clause counts
0.50/0.83	c INFO: computed variable graph statistics
0.50/0.83	c INFO: collected features for HOME/instance-3498463-1307954568.cnf in 0.11 s
0.50/0.85	c INFO: running lingeling-276@0 for 97 with 4999 remaining (b = 0.28)
100.95/101.20	c INFO: running lingeling-276@100 for 485 with 4899 remaining (b = 0.41)
587.11/586.70	c INFO: running SApperloT@0 for 97 with 4414 remaining (b = 0.15)
687.32/686.85	c INFO: running cryptominisat-2.9.0@0 for 485 with 4314 remaining (b = 0.41)
1176.49/1175.36	c INFO: running precosat-570@0 for 388 with 3825 remaining (b = 0.29)
1565.52/1563.89	c INFO: running lingeling-276@585 for 679 with 3437 remaining (b = 0.27)
2245.35/2242.71	c INFO: running cryptominisat-2.9.0@488 for 97 with 2758 remaining (b = 0.09)
2340.57/2337.89	c INFO: running lingeling-276@0 for 582 with 2663 remaining (b = 0.39)
2928.03/2924.59	c INFO: running cryptominisat-2.9.0@0 for 194 with 2076 remaining (b = 0.15)
3125.76/3122.06	c INFO: running lingeling-276@0 for 582 with 1879 remaining (b = 0.27)
3711.18/3706.77	c INFO: running cryptominisat-2.9.0@197 for 291 with 1294 remaining (b = 0.16)
4002.36/3997.54	c INFO: running lingeling-276@0 for 97 with 1004 remaining (b = 0.06)
4102.57/4097.68	c INFO: running cryptominisat-2.9.0@583 for 904 with 904 remaining (b = 0.29)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.15 2.05 1.67 3/182 28119
/proc/meminfo: memFree=11534652/32951132 swapFree=67054624/67111528
[pid=28119] ppid=28117 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/28119/stat : 28119 (python) S 28117 28119 27824 0 -1 4202496 726 0 0 0 0 0 0 0 25 0 1 0 907056454 15548416 615 33554432000 4194304 5683644 140734641112608 18446744073709551615 274664806400 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/28119/statm: 3796 615 321 364 0 283 0

[startup+0.0961319 s]
/proc/loadavg: 2.15 2.05 1.67 3/182 28119
/proc/meminfo: memFree=11534652/32951132 swapFree=67054624/67111528
[pid=28119] ppid=28117 vsize=85364 CPUtime=0.06 cores=0,2,4,6
/proc/28119/stat : 28119 (python) R 28117 28119 27824 0 -1 4202496 2557 0 0 0 5 1 0 0 25 0 1 0 907056454 87412736 2282 33554432000 4194304 5683644 140734641112608 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28119/statm: 21341 2288 707 364 0 1558 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85364

[startup+0.101148 s]
/proc/loadavg: 2.15 2.05 1.67 3/182 28119
/proc/meminfo: memFree=11534652/32951132 swapFree=67054624/67111528
[pid=28119] ppid=28117 vsize=87708 CPUtime=0.06 cores=0,2,4,6
/proc/28119/stat : 28119 (python) R 28117 28119 27824 0 -1 4202496 2639 0 0 0 5 1 0 0 25 0 1 0 907056454 89812992 2354 33554432000 4194304 5683644 140734641112608 18446744073709551615 274664851546 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28119/statm: 21928 2355 717 364 0 1624 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 87708

[startup+0.301105 s]
/proc/loadavg: 2.15 2.05 1.67 3/182 28119
/proc/meminfo: memFree=11534652/32951132 swapFree=67054624/67111528
[pid=28119] ppid=28117 vsize=135752 CPUtime=0.17 cores=0,2,4,6
/proc/28119/stat : 28119 (python) S 28117 28119 27824 0 -1 4202496 5968 935 1 0 14 3 0 0 17 0 1 0 907056454 139010048 4148 33554432000 4194304 5683644 140734641112608 18446744073709551615 274664804357 0 2147483391 16781312 2 18446744071699109054 0 0 17 4 0 0 0
/proc/28119/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.701047 s]
/proc/loadavg: 2.15 2.05 1.67 3/182 28119
/proc/meminfo: memFree=11534652/32951132 swapFree=67054624/67111528
[pid=28119] ppid=28117 vsize=261732 CPUtime=0.4 cores=0,2,4,6
/proc/28119/stat : 28119 (python) R 28117 28119 27824 0 -1 4202496 8753 935 1 0 30 10 0 0 16 0 1 0 907056454 268013568 6526 33554432000 4194304 5683644 140734641112608 18446744073709551615 274664806400 0 2147483391 16781312 2 0 0 0 17 4 0 0 0
/proc/28119/statm: 65433 6526 1663 364 0 5257 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 261732

[startup+1.50091 s]
/proc/loadavg: 2.15 2.05 1.67 3/186 28127
/proc/meminfo: memFree=11509820/32951132 swapFree=67054624/67111528
[pid=28119] ppid=28117 vsize=288880 CPUtime=0.55 cores=0,2,4,6
/proc/28119/stat : 28119 (python) S 28117 28119 27824 0 -1 4202496 9864 935 1 0 44 11 0 0 18 0 2 0 907056454 295813120 7114 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28119/statm: 72220 7114 1875 364 0 8138 0
[pid=28125] ppid=28119 vsize=278636 CPUtime=0 cores=0,2,4,6
/proc/28125/stat : 28125 (python) S 28119 28119 27824 0 -1 4202560 777 0 0 0 0 0 0 0 18 0 1 0 907056540 285323264 5587 33554432000 4194304 5683644 140734641112608 18446744073709551615 274664828431 0 0 16781312 514 12971048078575403007 0 0 17 4 0 0 0
/proc/28125/statm: 69659 5587 352 364 0 5577 0
[pid=28127] ppid=28125 vsize=6240 CPUtime=0.63 cores=0,2,4,6
/proc/28127/stat : 28127 (lingeling) R 28125 28127 28127 0 -1 4202496 1163 0 0 0 63 0 0 0 21 0 1 0 907056541 6389760 761 33554432000 4194304 4352236 140737464211552 18446744073709551615 4329004 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28127/statm: 1560 761 129 39 0 640 0
[pid=28119/tid=28126] ppid=28117 vsize=288880 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28126/stat : 28126 (python) S 28117 28119 27824 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 907056540 295813120 7114 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 573756

[startup+3.10065 s]
/proc/loadavg: 2.15 2.05 1.67 3/186 28127
/proc/meminfo: memFree=11501884/32951132 swapFree=67054624/67111528
[pid=28119] ppid=28117 vsize=288880 CPUtime=0.55 cores=0,2,4,6
/proc/28119/stat : 28119 (python) S 28117 28119 27824 0 -1 4202496 9864 935 1 0 44 11 0 0 18 0 2 0 907056454 295813120 7114 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28119/statm: 72220 7114 1875 364 0 8138 0
[pid=28125] ppid=28119 vsize=278636 CPUtime=0.04 cores=0,2,4,6
/proc/28125/stat : 28125 (python) S 28119 28119 27824 0 -1 4202560 801 0 0 0 3 1 0 0 18 0 1 0 907056540 285323264 5594 33554432000 4194304 5683644 140734641112608 18446744073709551615 274664828431 0 0 16781312 514 12971048078575370500 0 0 17 4 0 0 0
/proc/28125/statm: 69659 5594 359 364 0 5577 0
[pid=28127] ppid=28125 vsize=6424 CPUtime=2.23 cores=0,2,4,6
/proc/28127/stat : 28127 (lingeling) R 28125 28127 28127 0 -1 4202496 1449 0 0 0 223 0 0 0 25 0 1 0 907056541 6578176 791 33554432000 4194304 4352236 140737464211552 18446744073709551615 4208094 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28127/statm: 1606 791 129 39 0 686 0
[pid=28119/tid=28126] ppid=28117 vsize=288880 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28126/stat : 28126 (python) S 28117 28119 27824 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 907056540 295813120 7114 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 573940

[startup+6.30105 s]
/proc/loadavg: 2.22 2.07 1.68 3/186 28127
/proc/meminfo: memFree=11497948/32951132 swapFree=67054624/67111528
[pid=28119] ppid=28117 vsize=288880 CPUtime=0.55 cores=0,2,4,6
/proc/28119/stat : 28119 (python) S 28117 28119 27824 0 -1 4202496 9864 935 1 0 44 11 0 0 18 0 2 0 907056454 295813120 7114 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28119/statm: 72220 7114 1875 364 0 8138 0
[pid=28125] ppid=28119 vsize=278636 CPUtime=0.08 cores=0,2,4,6
/proc/28125/stat : 28125 (python) S 28119 28119 27824 0 -1 4202560 954 0 0 0 6 2 0 0 18 0 1 0 907056540 285323264 5617 33554432000 4194304 5683644 140734641112608 18446744073709551615 274664828431 0 0 16781312 514 12971048078575370500 0 0 17 2 0 0 0
/proc/28125/statm: 69659 5617 382 364 0 5577 0
[pid=28127] ppid=28125 vsize=8228 CPUtime=5.43 cores=0,2,4,6
/proc/28127/stat : 28127 (lingeling) R 28125 28127 28127 0 -1 4202496 2188 0 0 0 543 0 0 0 25 0 1 0 907056541 8425472 1242 33554432000 4194304 4352236 140737464211552 18446744073709551615 4329360 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28127/statm: 2057 1242 129 39 0 1137 0
[pid=28119/tid=28126] ppid=28117 vsize=288880 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28126/stat : 28126 (python) S 28117 28119 27824 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 907056540 295813120 7114 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 575744

[startup+12.701 s]
/proc/loadavg: 2.44 2.12 1.69 3/186 28127
/proc/meminfo: memFree=11493468/32951132 swapFree=67054624/67111528
[pid=28119] ppid=28117 vsize=288880 CPUtime=0.55 cores=0,2,4,6
/proc/28119/stat : 28119 (python) S 28117 28119 27824 0 -1 4202496 9864 935 1 0 44 11 0 0 18 0 2 0 907056454 295813120 7114 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28119/statm: 72220 7114 1875 364 0 8138 0
[pid=28125] ppid=28119 vsize=278636 CPUtime=0.08 cores=0,2,4,6
/proc/28125/stat : 28125 (python) S 28119 28119 27824 0 -1 4202560 958 0 0 0 6 2 0 0 18 0 1 0 907056540 285323264 5617 33554432000 4194304 5683644 140734641112608 18446744073709551615 274664828431 0 0 16781312 514 18366277414742360324 0 0 17 2 0 0 0
/proc/28125/statm: 69659 5617 382 364 0 5577 0
[pid=28127] ppid=28125 vsize=8628 CPUtime=11.83 cores=0,2,4,6
/proc/28127/stat : 28127 (lingeling) R 28125 28127 28127 0 -1 4202496 2893 0 0 0 1183 0 0 0 25 0 1 0 907056541 8835072 1358 33554432000 4194304 4352236 140737464211552 18446744073709551615 4231060 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28127/statm: 2157 1358 129 39 0 1237 0
[pid=28119/tid=28126] ppid=28117 vsize=288880 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28126/stat : 28126 (python) S 28117 28119 27824 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 907056540 295813120 7114 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 576144

[startup+25.5008 s]
/proc/loadavg: 2.34 2.11 1.70 3/186 28127
/proc/meminfo: memFree=11496068/32951132 swapFree=67054624/67111528
[pid=28119] ppid=28117 vsize=288880 CPUtime=0.55 cores=0,2,4,6
/proc/28119/stat : 28119 (python) S 28117 28119 27824 0 -1 4202496 9864 935 1 0 44 11 0 0 18 0 2 0 907056454 295813120 7114 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28119/statm: 72220 7114 1875 364 0 8138 0
[pid=28125] ppid=28119 vsize=278636 CPUtime=0.1 cores=0,2,4,6
/proc/28125/stat : 28125 (python) S 28119 28119 27824 0 -1 4202560 964 0 0 0 8 2 0 0 18 0 1 0 907056540 285323264 5617 33554432000 4194304 5683644 140734641112608 18446744073709551615 274664828431 0 0 16781312 514 18366277414742360324 0 0 17 2 0 0 0
/proc/28125/statm: 69659 5617 382 364 0 5577 0
[pid=28127] ppid=28125 vsize=10940 CPUtime=24.62 cores=0,2,4,6
/proc/28127/stat : 28127 (lingeling) R 28125 28127 28127 0 -1 4202496 4847 0 0 0 2462 0 0 0 25 0 1 0 907056541 11202560 1936 33554432000 4194304 4352236 140737464211552 18446744073709551615 4331524 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/28127/statm: 2735 1936 129 39 0 1815 0
[pid=28119/tid=28126] ppid=28117 vsize=288880 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28126/stat : 28126 (python) S 28117 28119 27824 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 907056540 295813120 7114 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 578456

[startup+51.1003 s]
/proc/loadavg: 2.22 2.10 1.70 3/186 28129
/proc/meminfo: memFree=11491304/32951132 swapFree=67054624/67111528
[pid=28119] ppid=28117 vsize=288880 CPUtime=0.55 cores=0,2,4,6
/proc/28119/stat : 28119 (python) S 28117 28119 27824 0 -1 4202496 9864 935 1 0 44 11 0 0 18 0 2 0 907056454 295813120 7114 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28119/statm: 72220 7114 1875 364 0 8138 0
[pid=28125] ppid=28119 vsize=278636 CPUtime=0.13 cores=0,2,4,6
/proc/28125/stat : 28125 (python) S 28119 28119 27824 0 -1 4202560 971 0 0 0 9 4 0 0 18 0 1 0 907056540 285323264 5617 33554432000 4194304 5683644 140734641112608 18446744073709551615 274664828431 0 0 16781312 514 18366277414742360324 0 0 17 2 0 0 0
/proc/28125/statm: 69659 5617 382 364 0 5577 0
[pid=28127] ppid=28125 vsize=12020 CPUtime=50.22 cores=0,2,4,6
/proc/28127/stat : 28127 (lingeling) R 28125 28127 28127 0 -1 4202496 7792 0 0 0 5021 1 0 0 25 0 1 0 907056541 12308480 2206 33554432000 4194304 4352236 140737464211552 18446744073709551615 4328304 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28127/statm: 3005 2206 129 39 0 2085 0
[pid=28119/tid=28126] ppid=28117 vsize=288880 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28126/stat : 28126 (python) S 28117 28119 27824 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 907056540 295813120 7114 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 579536

[startup+102.306 s]
/proc/loadavg: 2.09 2.08 1.72 3/187 28131
/proc/meminfo: memFree=11490040/32951132 swapFree=67054624/67111528
[pid=28119] ppid=28117 vsize=289252 CPUtime=0.58 cores=0,2,4,6
/proc/28119/stat : 28119 (python) S 28117 28119 27824 0 -1 4202496 10317 935 1 0 46 12 0 0 18 0 2 0 907056454 296194048 7184 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28119/statm: 72313 7184 1876 364 0 8231 0
[pid=28125] ppid=28119 vsize=288880 CPUtime=0.19 cores=0,2,4,6
/proc/28125/stat : 28125 (python) S 28119 28119 27824 0 -1 4202560 1149 0 0 0 12 7 0 0 18 0 2 0 907056540 295813120 5656 33554432000 4194304 5683644 140734641112608 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/28125/statm: 72220 5656 416 364 0 8138 0
[pid=28127] ppid=28125 vsize=12660 CPUtime=101.39 cores=0,2,4,6
/proc/28127/stat : 28127 (lingeling) R 28125 28127 28127 0 -1 4202496 11088 0 0 0 10138 1 0 0 25 0 1 0 907056541 12963840 2366 33554432000 4194304 4352236 140737464211552 18446744073709551615 4328022 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28127/statm: 3165 2366 129 39 0 2245 0
[pid=28125/tid=28130] ppid=28119 vsize=288880 CPUtime=0 cores=0,2,4,6
/proc/28125/task/28130/stat : 28130 (python) S 28119 28119 27824 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907066572 295813120 5656 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604451637783424 0 0 -1 2 0 0 0
[pid=28119/tid=28126] ppid=28117 vsize=289252 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28126/stat : 28126 (python) S 28117 28119 27824 0 -1 4202560 28 935 0 0 0 0 0 0 18 0 2 0 907056540 296194048 7184 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.16
Current children cumulated vsize (KiB) 590792

[startup+162.301 s]
/proc/loadavg: 2.03 2.07 1.73 3/187 28132
/proc/meminfo: memFree=11495976/32951132 swapFree=67054624/67111528
[pid=28119] ppid=28117 vsize=289252 CPUtime=0.58 cores=0,2,4,6
/proc/28119/stat : 28119 (python) S 28117 28119 27824 0 -1 4202496 10317 935 1 0 46 12 0 0 18 0 2 0 907056454 296194048 7184 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/28119/statm: 72313 7184 1876 364 0 8231 0
[pid=28125] ppid=28119 vsize=288880 CPUtime=0.26 cores=0,2,4,6
/proc/28125/stat : 28125 (python) S 28119 28119 27824 0 -1 4202560 1171 0 0 0 15 11 0 0 18 0 2 0 907056540 295813120 5656 33554432000 4194304 5683644 140734641112608 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/28125/statm: 72220 5656 416 364 0 8138 0
[pid=28127] ppid=28125 vsize=14072 CPUtime=161.38 cores=0,2,4,6
/proc/28127/stat : 28127 (lingeling) R 28125 28127 28127 0 -1 4202496 16465 0 0 0 16136 2 0 0 25 0 1 0 907056541 14409728 2719 33554432000 4194304 4352236 140737464211552 18446744073709551615 4328105 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/28127/statm: 3518 2719 129 39 0 2598 0
[pid=28125/tid=28130] ppid=28119 vsize=288880 CPUtime=0 cores=0,2,4,6
/proc/28125/task/28130/stat : 28130 (python) S 28119 28119 27824 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907066572 295813120 5656 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604451637783424 0 0 -1 2 0 0 0
[pid=28119/tid=28126] ppid=28117 vsize=289252 CPUtime=0 cores=0,2,4,6

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

/proc/28158/stat : 28158 (cryptominisat-2) R 28156 28158 28158 0 -1 4202496 238585 0 0 0 147931 38 0 0 25 0 1 0 907125141 243187712 36765 33554432000 4194304 4677096 140737405909072 18446744073709551615 4319536 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28158/statm: 59372 36765 392 118 0 54331 0
[pid=28156/tid=28189] ppid=28119 vsize=299520 CPUtime=0 cores=0,2,4,6
/proc/28156/task/28189/stat : 28189 (python) S 28119 28119 27824 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 907173989 306708480 5726 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604453713605056 0 0 -1 0 0 0 0
[pid=28190] ppid=28119 vsize=309776 CPUtime=0.56 cores=0,2,4,6
/proc/28190/stat : 28190 (python) S 28119 28119 27824 0 -1 4202560 1143 0 0 0 31 25 0 0 19 0 2 0 907173991 317210624 5730 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28190/statm: 77444 5730 400 364 0 13353 0
[pid=28192] ppid=28190 vsize=30372 CPUtime=388.46 cores=0,2,4,6
/proc/28192/stat : 28192 (precosat) T 28190 28192 28192 0 -1 4202496 36132 0 0 0 38837 9 0 0 25 0 1 0 907173991 31100928 7246 33554432000 4194304 4890832 140734031386528 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/28192/statm: 7593 7246 86 171 0 7420 0
[pid=28190/tid=28211] ppid=28119 vsize=309776 CPUtime=0 cores=0,2,4,6
/proc/28190/task/28211/stat : 28211 (python) S 28119 28119 27824 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907212842 317210624 5730 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604451637780736 0 0 -1 0 0 0 0
[pid=28239] ppid=28119 vsize=320248 CPUtime=0.78 cores=0,2,4,6
/proc/28239/stat : 28239 (python) S 28119 28119 27824 0 -1 4202560 1136 0 0 0 43 35 0 0 19 0 2 0 907290244 327933952 5775 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/28239/statm: 80062 5775 400 364 0 15968 0
[pid=28241] ppid=28239 vsize=30536 CPUtime=586.68 cores=0,2,4,6
/proc/28241/stat : 28241 (lingeling) T 28239 28241 28241 0 -1 4202496 52640 0 0 0 58662 6 0 0 25 0 1 0 907290244 31268864 6835 33554432000 4194304 4352236 140737160890096 18446744073709551615 4328000 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/28241/statm: 7634 6835 129 39 0 6714 0
[pid=28239/tid=28259] ppid=28119 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/28239/task/28259/stat : 28259 (python) S 28119 28119 27824 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907348913 327933952 5775 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604450000099392 0 0 -1 2 0 0 0
[pid=28260] ppid=28119 vsize=330244 CPUtime=0.7 cores=0,2,4,6
/proc/28260/stat : 28260 (python) S 28119 28119 27824 0 -1 4202560 1164 0 0 0 39 31 0 0 15 0 2 0 907348914 338169856 5715 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/28260/statm: 82561 5715 401 364 0 18464 0
[pid=28262] ppid=28260 vsize=93932 CPUtime=488.13 cores=0,2,4,6
/proc/28262/stat : 28262 (cryptominisat-2) T 28260 28262 28262 0 -1 4202496 116673 0 0 0 48789 24 0 0 25 0 1 0 907348915 96186368 16425 33554432000 4194304 4677096 140733284989504 18446744073709551615 4465725 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/28262/statm: 23483 16425 392 118 0 18442 0
[pid=28260/tid=28269] ppid=28119 vsize=330244 CPUtime=0 cores=0,2,4,6
/proc/28260/task/28269/stat : 28269 (python) S 28119 28119 27824 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 907368660 338169856 5715 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604453713606848 0 0 -1 4 0 0 0
[pid=28270] ppid=28119 vsize=340776 CPUtime=0.78 cores=0,2,4,6
/proc/28270/stat : 28270 (python) S 28119 28119 27824 0 -1 4202560 1136 0 0 0 43 35 0 0 19 0 2 0 907368661 348954624 5787 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28270/statm: 85194 5787 400 364 0 21094 0
[pid=28272] ppid=28270 vsize=21564 CPUtime=584.64 cores=0,2,4,6
/proc/28272/stat : 28272 (lingeling) T 28270 28272 28272 0 -1 4202496 37320 0 0 0 58460 4 0 0 25 0 1 0 907368662 22081536 4592 33554432000 4194304 4352236 140735782000512 18446744073709551615 4329077 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/28272/statm: 5391 4592 129 39 0 4471 0
[pid=28270/tid=28288] ppid=28119 vsize=340776 CPUtime=0 cores=0,2,4,6
/proc/28270/task/28288/stat : 28288 (python) S 28119 28119 27824 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907427131 348954624 5787 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604453982641216 0 0 -1 6 0 0 0
[pid=28296] ppid=28119 vsize=351220 CPUtime=0.13 cores=0,2,4,6
/proc/28296/stat : 28296 (python) S 28119 28119 27824 0 -1 4202560 1142 0 0 0 7 6 0 0 19 0 2 0 907456209 359649280 5844 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/28296/statm: 87805 5844 406 364 0 23702 0
[pid=28298] ppid=28296 vsize=13572 CPUtime=100.1 cores=0,2,4,6
/proc/28298/stat : 28298 (lingeling) T 28296 28298 28298 0 -1 4202496 11904 0 0 0 10009 1 0 0 25 0 1 0 907456209 13897728 2594 33554432000 4194304 4352236 140736554561072 18446744073709551615 4328068 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/28298/statm: 3393 2594 129 39 0 2473 0
[pid=28296/tid=28303] ppid=28119 vsize=351220 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28303/stat : 28303 (python) S 28119 28119 27824 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 907466222 359649280 5844 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604453750678464 0 0 -1 4 0 0 0
[pid=28119/tid=28126] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28126/stat : 28126 (python) S 28117 28119 27824 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 907056540 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 0 0 0 0
[pid=28119/tid=28150] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28150/stat : 28150 (python) S 28117 28119 27824 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 907115126 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 6 0 0 0
[pid=28119/tid=28157] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28157/stat : 28157 (python) S 28117 28119 27824 0 -1 4202560 37 935 0 0 0 0 0 0 18 0 9 0 907125140 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 0 0 0 0
[pid=28119/tid=28191] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28191/stat : 28191 (python) S 28117 28119 27824 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 907173991 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 2 0 0 0
[pid=28119/tid=28240] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28240/stat : 28240 (python) S 28117 28119 27824 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 907290244 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 4 0 0 0
[pid=28119/tid=28261] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28261/stat : 28261 (python) S 28117 28119 27824 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 907348914 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 2 0 0 0
[pid=28119/tid=28271] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28271/stat : 28271 (python) S 28117 28119 27824 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 907368661 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 2 0 0 0
[pid=28119/tid=28297] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28297/stat : 28297 (python) S 28117 28119 27824 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 907456209 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 3354340

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

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

[startup+4993.7 s]
/proc/loadavg: 1.01 1.26 1.63 2/202 28363
/proc/meminfo: memFree=11611520/32951132 swapFree=67054624/67111528
[pid=28119] ppid=28117 vsize=361464 CPUtime=0.76 cores=0,2,4,6
/proc/28119/stat : 28119 (python) S 28117 28119 27824 0 -1 4202496 16107 935 1 0 62 14 0 0 18 0 9 0 907056454 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/28119/statm: 90366 7331 1890 364 0 26263 0
[pid=28125] ppid=28119 vsize=288880 CPUtime=1.68 cores=0,2,4,6
/proc/28125/stat : 28125 (python) S 28119 28119 27824 0 -1 4202560 1193 0 0 0 97 71 0 0 18 0 2 0 907056540 295813120 5656 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/28125/statm: 72220 5656 416 364 0 8138 0
[pid=28127] ppid=28125 vsize=30780 CPUtime=1264.56 cores=0,2,4,6
/proc/28127/stat : 28127 (lingeling) T 28125 28127 28127 0 -1 4202496 72146 0 0 0 126444 12 0 0 25 0 1 0 907056541 31518720 6896 33554432000 4194304 4352236 140737464211552 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/28127/statm: 7695 6896 129 39 0 6775 0
[pid=28125/tid=28130] ppid=28119 vsize=288880 CPUtime=0 cores=0,2,4,6
/proc/28125/task/28130/stat : 28130 (python) S 28119 28119 27824 0 -1 4202560 48 0 0 0 0 0 0 0 18 0 2 0 907066572 295813120 5656 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604451637783424 0 0 -1 2 0 0 0
[pid=28149] ppid=28119 vsize=289264 CPUtime=0.13 cores=0,2,4,6
/proc/28149/stat : 28149 (python) S 28119 28119 27824 0 -1 4202560 1075 0 0 0 7 6 0 0 19 0 2 0 907115125 296206336 5722 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28149/statm: 72316 5722 400 364 0 8231 0
[pid=28151] ppid=28149 vsize=4704 CPUtime=100.11 cores=0,2,4,6
/proc/28151/stat : 28151 (SApperloT-base) T 28149 28151 28151 0 -1 4202496 1170 0 0 0 10011 0 0 0 25 0 1 0 907115126 4816896 903 33554432000 134512640 135674940 4290560448 18446744073709551615 134564668 0 0 16781312 0 18446744071562691360 0 0 17 4 0 0 0
/proc/28151/statm: 1176 903 100 284 0 890 0
[pid=28149/tid=28155] ppid=28119 vsize=289264 CPUtime=0 cores=0,2,4,6
/proc/28149/task/28155/stat : 28155 (python) S 28119 28119 27824 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 907125138 296206336 5722 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604445169100800 0 0 -1 4 0 0 0
[pid=28156] ppid=28119 vsize=299520 CPUtime=2.17 cores=0,2,4,6
/proc/28156/stat : 28156 (python) S 28119 28119 27824 0 -1 4202560 1150 0 0 0 118 99 0 0 15 0 2 0 907125140 306708480 5726 33554432000 4194304 5683644 140734641112608 18446744073709551615 274664828486 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28156/statm: 74880 5726 400 364 0 10792 0
[pid=28158] ppid=28156 vsize=237488 CPUtime=1479.69 cores=0,2,4,6
/proc/28158/stat : 28158 (cryptominisat-2) R 28156 28158 28158 0 -1 4202496 238585 0 0 0 147931 38 0 0 25 0 1 0 907125141 243187712 36765 33554432000 4194304 4677096 140737405909072 18446744073709551615 4319536 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/28158/statm: 59372 36765 392 118 0 54331 0
[pid=28156/tid=28189] ppid=28119 vsize=299520 CPUtime=0 cores=0,2,4,6
/proc/28156/task/28189/stat : 28189 (python) S 28119 28119 27824 0 -1 4202560 46 0 0 0 0 0 0 0 15 0 2 0 907173989 306708480 5726 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604453713605056 0 0 -1 0 0 0 0
[pid=28190] ppid=28119 vsize=309776 CPUtime=0.56 cores=0,2,4,6
/proc/28190/stat : 28190 (python) S 28119 28119 27824 0 -1 4202560 1143 0 0 0 31 25 0 0 19 0 2 0 907173991 317210624 5730 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/28190/statm: 77444 5730 400 364 0 13353 0
[pid=28192] ppid=28190 vsize=30372 CPUtime=388.46 cores=0,2,4,6
/proc/28192/stat : 28192 (precosat) T 28190 28192 28192 0 -1 4202496 36132 0 0 0 38837 9 0 0 25 0 1 0 907173991 31100928 7246 33554432000 4194304 4890832 140734031386528 18446744073709551615 4238599 0 0 16781312 17442 18446744071562691360 0 0 17 4 0 0 0
/proc/28192/statm: 7593 7246 86 171 0 7420 0
[pid=28190/tid=28211] ppid=28119 vsize=309776 CPUtime=0 cores=0,2,4,6
/proc/28190/task/28211/stat : 28211 (python) S 28119 28119 27824 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907212842 317210624 5730 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604451637780736 0 0 -1 0 0 0 0
[pid=28239] ppid=28119 vsize=320248 CPUtime=0.78 cores=0,2,4,6
/proc/28239/stat : 28239 (python) S 28119 28119 27824 0 -1 4202560 1136 0 0 0 43 35 0 0 19 0 2 0 907290244 327933952 5775 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/28239/statm: 80062 5775 400 364 0 15968 0
[pid=28241] ppid=28239 vsize=30536 CPUtime=586.68 cores=0,2,4,6
/proc/28241/stat : 28241 (lingeling) T 28239 28241 28241 0 -1 4202496 52640 0 0 0 58662 6 0 0 25 0 1 0 907290244 31268864 6835 33554432000 4194304 4352236 140737160890096 18446744073709551615 4328000 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/28241/statm: 7634 6835 129 39 0 6714 0
[pid=28239/tid=28259] ppid=28119 vsize=320248 CPUtime=0 cores=0,2,4,6
/proc/28239/task/28259/stat : 28259 (python) S 28119 28119 27824 0 -1 4202560 46 0 0 0 0 0 0 0 19 0 2 0 907348913 327933952 5775 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604450000099392 0 0 -1 2 0 0 0
[pid=28260] ppid=28119 vsize=330244 CPUtime=0.7 cores=0,2,4,6
/proc/28260/stat : 28260 (python) S 28119 28119 27824 0 -1 4202560 1164 0 0 0 39 31 0 0 15 0 2 0 907348914 338169856 5715 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/28260/statm: 82561 5715 401 364 0 18464 0
[pid=28262] ppid=28260 vsize=93932 CPUtime=488.13 cores=0,2,4,6
/proc/28262/stat : 28262 (cryptominisat-2) T 28260 28262 28262 0 -1 4202496 116673 0 0 0 48789 24 0 0 25 0 1 0 907348915 96186368 16425 33554432000 4194304 4677096 140733284989504 18446744073709551615 4465725 0 0 16781312 2 18446744071562691360 0 0 17 0 0 0 0
/proc/28262/statm: 23483 16425 392 118 0 18442 0
[pid=28260/tid=28269] ppid=28119 vsize=330244 CPUtime=0 cores=0,2,4,6
/proc/28260/task/28269/stat : 28269 (python) S 28119 28119 27824 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 2 0 907368660 338169856 5715 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604453713606848 0 0 -1 4 0 0 0
[pid=28270] ppid=28119 vsize=340776 CPUtime=0.78 cores=0,2,4,6
/proc/28270/stat : 28270 (python) S 28119 28119 27824 0 -1 4202560 1136 0 0 0 43 35 0 0 19 0 2 0 907368661 348954624 5787 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/28270/statm: 85194 5787 400 364 0 21094 0
[pid=28272] ppid=28270 vsize=21564 CPUtime=584.64 cores=0,2,4,6
/proc/28272/stat : 28272 (lingeling) T 28270 28272 28272 0 -1 4202496 37320 0 0 0 58460 4 0 0 25 0 1 0 907368662 22081536 4592 33554432000 4194304 4352236 140735782000512 18446744073709551615 4329077 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/28272/statm: 5391 4592 129 39 0 4471 0
[pid=28270/tid=28288] ppid=28119 vsize=340776 CPUtime=0 cores=0,2,4,6
/proc/28270/task/28288/stat : 28288 (python) S 28119 28119 27824 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 907427131 348954624 5787 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604453982641216 0 0 -1 6 0 0 0
[pid=28296] ppid=28119 vsize=351220 CPUtime=0.13 cores=0,2,4,6
/proc/28296/stat : 28296 (python) S 28119 28119 27824 0 -1 4202560 1142 0 0 0 7 6 0 0 19 0 2 0 907456209 359649280 5844 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676635083 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/28296/statm: 87805 5844 406 364 0 23702 0
[pid=28298] ppid=28296 vsize=13572 CPUtime=100.1 cores=0,2,4,6
/proc/28298/stat : 28298 (lingeling) T 28296 28298 28298 0 -1 4202496 11904 0 0 0 10009 1 0 0 25 0 1 0 907456209 13897728 2594 33554432000 4194304 4352236 140736554561072 18446744073709551615 4328068 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/28298/statm: 3393 2594 129 39 0 2473 0
[pid=28296/tid=28303] ppid=28119 vsize=351220 CPUtime=0 cores=0,2,4,6
/proc/28296/task/28303/stat : 28303 (python) S 28119 28119 27824 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 907466222 359649280 5844 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 514 18446604453750678464 0 0 -1 4 0 0 0
[pid=28119/tid=28126] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28126/stat : 28126 (python) S 28117 28119 27824 0 -1 4202560 32 935 0 0 0 0 0 0 18 0 9 0 907056540 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 0 0 0 0
[pid=28119/tid=28150] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28150/stat : 28150 (python) S 28117 28119 27824 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 907115126 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 6 0 0 0
[pid=28119/tid=28157] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28157/stat : 28157 (python) S 28117 28119 27824 0 -1 4202560 37 935 0 0 0 0 0 0 18 0 9 0 907125140 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 0 0 0 0
[pid=28119/tid=28191] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28191/stat : 28191 (python) S 28117 28119 27824 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 907173991 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 2 0 0 0
[pid=28119/tid=28240] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28240/stat : 28240 (python) S 28117 28119 27824 0 -1 4202560 27 935 0 0 0 0 0 0 20 0 9 0 907290244 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 4 0 0 0
[pid=28119/tid=28261] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28261/stat : 28261 (python) S 28117 28119 27824 0 -1 4202560 33 935 0 0 0 0 0 0 18 0 9 0 907348914 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 2 0 0 0
[pid=28119/tid=28271] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28271/stat : 28271 (python) S 28117 28119 27824 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 907368661 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 2 0 0 0
[pid=28119/tid=28297] ppid=28117 vsize=361464 CPUtime=0 cores=0,2,4,6
/proc/28119/task/28297/stat : 28297 (python) S 28117 28119 27824 0 -1 4202560 28 935 0 0 0 0 0 0 20 0 9 0 907456209 370139136 7331 33554432000 4194304 5683644 140734641112608 18446744073709551615 274676631985 0 0 16781312 2 18446604453753766208 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 3354340

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4993.76
CPU time (s): 5000.06
CPU user time (s): 4995.9
CPU system time (s): 4.16
CPU usage (%): 100.126
Max. virtual memory (cumulated for all children) (KiB): 3354340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.627904
system time used= 0.144977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17046
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= 2892
involuntary context switches= 26

runsolver used 13.324 second user time and 25.7621 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-13 10:42:48
IDJOB=3498463
IDBENCH=83420
IDSOLVER=1991
FILE ID=node131/3498463-1307954568
RUNJOBID= node131-1307953117-27842
PBS_JOBID= 13559697
Free space on /tmp= 56552 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_1_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-3498463-1307954568/watcher-3498463-1307954568 -o /tmp/evaluation-result-3498463-1307954568/solver-3498463-1307954568 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498463-1307954568.cnf -seed 1398797932 -budget 5000

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

MD5SUM BENCH= 9e18e0ee8a56ea2c59fe8e682ff6c747
RANDOM SEED=1398797932

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      11535080 kB
Buffers:        342804 kB
Cached:       19931816 kB
SwapCached:       9816 kB
Active:       16113496 kB
Inactive:      4609132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      11535080 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:           31716 kB
Writeback:          56 kB
AnonPages:      446640 kB
Mapped:          19188 kB
Slab:           626500 kB
PageTables:       7524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   819588 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= 56552 MiB
End job on node131 at 2011-06-13 12:06:04