Trace number 3317917

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-industrial? (TO) 4800.25 1203.86

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
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 variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

Solver Data

0.33/0.69	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.33/0.69	c INFO: solving HOME/instance-3317917-1304270196.cnf
0.33/0.69	c INFO: computing task features
0.41/0.75	c INFO: computed variable-clause graph statistics
0.41/0.75	c INFO: computed clause balance statistics
0.71/1.04	c INFO: computed variable balance statistics
0.81/1.19	c INFO: computed small-clause counts
0.81/1.19	c INFO: computed Horn-clause counts
0.90/1.21	c INFO: computed variable graph statistics
0.90/1.21	c INFO: collected features for HOME/instance-3317917-1304270196.cnf in 0.52 s
0.90/1.23	c INFO: running lingeling-276@0 for 97 with 4799 remaining (b = 0.28)
0.90/1.25	c INFO: running cryptominisat-2.9.0@0 for 485 with 4799 remaining (b = 0.36)
0.90/1.28	c INFO: running lingeling-276@0 for 873 with 4799 remaining (b = 0.45)
1.00/1.30	c INFO: running lingeling-276@0 for 1261 with 4799 remaining (b = 0.46)
400.43/101.38	c INFO: running cryptominisat-2.9.0@0 for 485 with 4699 remaining (b = 0.26)
1950.42/489.42	c INFO: running lingeling-276@0 for 1164 with 4311 remaining (b = 0.37)
2374.54/595.62	c INFO: running SApperloT@0 for 97 with 4205 remaining (b = 0.12)
2774.26/695.78	c INFO: running precosat-570@0 for 388 with 4104 remaining (b = 0.25)
3519.41/882.39	c INFO: running lingeling-276@0 for 97 with 3918 remaining (b = 0.07)
3918.60/982.56	c INFO: running cryptominisat-2.9.0@486 for 873 with 3818 remaining (b = 0.29)
4344.46/1089.43	c INFO: running precosat-570@878 for 388 with 3711 remaining (b = 0.17)
4800.25/1203.83	c INFO: running SApperloT@0 for 97 with 3596 remaining (b = 0.02)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3317917-1304270196/watcher-3317917-1304270196 -o /tmp/evaluation-result-3317917-1304270196/solver-3317917-1304270196 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317917-1304270196.cnf -seed 1199177234 -budget 4800 -cores 4 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 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: 1.00 1.26 2.61 1/195 27266
/proc/meminfo: memFree=25126676/32951124 swapFree=67111352/67111528
[pid=27266] ppid=27264 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/27266/stat : 27266 (python) R 27264 27266 26829 0 -1 4202496 744 0 0 0 0 0 0 0 25 0 1 0 538617547 15753216 632 33554432000 4194304 5683644 140734266190128 18446744073709551615 255376995309 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27266/statm: 3846 649 322 364 0 333 0

[startup+0.045956 s]
/proc/loadavg: 1.00 1.26 2.61 1/195 27266
/proc/meminfo: memFree=25126676/32951124 swapFree=67111352/67111528
[pid=27266] ppid=27264 vsize=18888 CPUtime=0.02 cores=0,2,4,6
/proc/27266/stat : 27266 (python) R 27264 27266 26829 0 -1 4202496 1285 0 0 0 2 0 0 0 25 0 1 0 538617547 19341312 1137 33554432000 4194304 5683644 140734266190128 18446744073709551615 4501836 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27266/statm: 4722 1137 421 364 0 691 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18888

[startup+0.100935 s]
/proc/loadavg: 1.00 1.26 2.61 1/195 27266
/proc/meminfo: memFree=25126676/32951124 swapFree=67111352/67111528
[pid=27266] ppid=27264 vsize=85624 CPUtime=0.06 cores=0,2,4,6
/proc/27266/stat : 27266 (python) S 27264 27266 26829 0 -1 4202496 2630 0 0 0 4 2 0 0 25 0 1 0 538617547 87678976 2348 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377299456 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/27266/statm: 21406 2348 713 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 85624

[startup+0.300915 s]
/proc/loadavg: 1.00 1.26 2.61 1/195 27266
/proc/meminfo: memFree=25126676/32951124 swapFree=67111352/67111528
[pid=27266] ppid=27264 vsize=135752 CPUtime=0.18 cores=0,2,4,6
/proc/27266/stat : 27266 (python) S 27264 27266 26829 0 -1 4202496 5963 936 1 0 13 5 0 0 17 0 1 0 538617547 139010048 4150 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377297413 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/27266/statm: 33938 4150 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135752

[startup+0.704871 s]
/proc/loadavg: 1.00 1.26 2.61 1/195 27266
/proc/meminfo: memFree=25126676/32951124 swapFree=67111352/67111528
[pid=27266] ppid=27264 vsize=279188 CPUtime=0.41 cores=0,2,4,6
/proc/27266/stat : 27266 (python) R 27264 27266 26829 0 -1 4202496 9435 936 1 0 30 11 0 0 16 0 1 0 538617547 285888512 7114 33554432000 4194304 5683644 140734266190128 18446744073709551615 5007420 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/27266/statm: 69797 7114 1761 364 0 5721 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 279188

[startup+1.50068 s]
/proc/loadavg: 1.00 1.26 2.61 2/196 27271
/proc/meminfo: memFree=25102484/32951124 swapFree=67111352/67111528
[pid=27266] ppid=27264 vsize=321568 CPUtime=1 cores=0,2,4,6
/proc/27266/stat : 27266 (python) S 27264 27266 26829 0 -1 4202496 13383 936 1 0 88 12 0 0 22 0 5 0 538617547 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27266/statm: 80392 7588 1881 364 0 16301 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 321568

[startup+3.10135 s]
/proc/loadavg: 1.00 1.26 2.61 6/208 27283
/proc/meminfo: memFree=25068776/32951124 swapFree=67111352/67111528
[pid=27266] ppid=27264 vsize=321568 CPUtime=1 cores=0,2,4,6
/proc/27266/stat : 27266 (python) S 27264 27266 26829 0 -1 4202496 13383 936 1 0 88 12 0 0 22 0 5 0 538617547 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27266/statm: 80392 7588 1881 364 0 16301 0
[pid=27272] ppid=27266 vsize=280000 CPUtime=0 cores=0,2,4,6
/proc/27272/stat : 27272 (python) S 27266 27266 26829 0 -1 4202560 809 0 0 0 0 0 0 0 18 0 1 0 538617671 286720000 5943 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321487 0 0 16781312 514 8743364846881341439 0 0 17 6 0 0 0
/proc/27272/statm: 70000 5943 359 364 0 5918 0
[pid=27274] ppid=27272 vsize=7992 CPUtime=1.85 cores=0,2,4,6
/proc/27274/stat : 27274 (lingeling) R 27272 27274 27274 0 -1 4202496 1936 0 0 0 185 0 0 0 25 0 1 0 538617671 8183808 1198 33554432000 4194304 4352236 140734067080256 18446744073709551615 4328390 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/27274/statm: 1998 1198 129 39 0 1078 0
[pid=27275] ppid=27266 vsize=290404 CPUtime=0 cores=0,2,4,6
/proc/27275/stat : 27275 (python) S 27266 27266 26829 0 -1 4202560 753 0 0 0 0 0 0 0 15 0 1 0 538617673 297373696 5953 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 12665617492274544900 0 0 17 4 0 0 0
/proc/27275/statm: 72601 5953 348 364 0 8516 0
[pid=27277] ppid=27275 vsize=37816 CPUtime=1.83 cores=0,2,4,6
/proc/27277/stat : 27277 (cryptominisat-2) R 27275 27277 27277 0 -1 4202496 5057 0 0 0 183 0 0 0 25 0 1 0 538617673 38723584 2704 33554432000 4194304 4677096 140733411831424 18446744073709551615 4320327 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27277/statm: 9454 2704 392 118 0 4413 0
[pid=27278] ppid=27266 vsize=301068 CPUtime=0 cores=0,2,4,6
/proc/27278/stat : 27278 (python) S 27266 27266 26829 0 -1 4202560 743 0 0 0 0 0 0 0 18 0 1 0 538617675 308293632 6047 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 11885919987036061695 0 0 17 4 0 0 0
/proc/27278/statm: 75267 6047 348 364 0 11179 0
[pid=27280] ppid=27278 vsize=6940 CPUtime=1.8 cores=0,2,4,6
/proc/27280/stat : 27280 (lingeling) R 27278 27280 27280 0 -1 4202496 1643 0 0 0 180 0 0 0 25 0 1 0 538617675 7106560 935 33554432000 4194304 4352236 140733231581456 18446744073709551615 4278664 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/27280/statm: 1735 935 129 39 0 815 0
[pid=27281] ppid=27266 vsize=311324 CPUtime=0 cores=0,2,4,6
/proc/27281/stat : 27281 (python) S 27266 27266 26829 0 -1 4202560 754 0 0 0 0 0 0 0 18 0 1 0 538617678 318795776 6051 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 14333221214477090815 0 0 17 2 0 0 0
/proc/27281/statm: 77831 6051 348 364 0 13740 0
[pid=27283] ppid=27281 vsize=7984 CPUtime=1.79 cores=0,2,4,6
/proc/27283/stat : 27283 (lingeling) R 27281 27283 27283 0 -1 4202496 2033 0 0 0 179 0 0 0 25 0 1 0 538617678 8175616 1196 33554432000 4194304 4352236 140736086021952 18446744073709551615 4328349 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/27283/statm: 1996 1196 129 39 0 1076 0
[pid=27266/tid=27273] ppid=27264 vsize=321568 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27273/stat : 27273 (python) S 27264 27266 26829 0 -1 4202560 24 936 0 0 0 0 0 0 19 0 5 0 538617671 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 0 0 0 0
[pid=27266/tid=27276] ppid=27264 vsize=321568 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27276/stat : 27276 (python) S 27264 27266 26829 0 -1 4202560 22 936 0 0 0 0 0 0 21 0 5 0 538617673 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
[pid=27266/tid=27279] ppid=27264 vsize=321568 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27279/stat : 27279 (python) S 27264 27266 26829 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 5 0 538617675 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 4 0 0 0
[pid=27266/tid=27282] ppid=27264 vsize=321568 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27282/stat : 27282 (python) S 27264 27266 26829 0 -1 4202560 27 936 0 0 0 0 0 0 22 0 5 0 538617678 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 1565096

[startup+6.30078 s]
/proc/loadavg: 1.32 1.32 2.62 6/208 27283
/proc/meminfo: memFree=25059476/32951124 swapFree=67111352/67111528
[pid=27266] ppid=27264 vsize=321568 CPUtime=1 cores=0,2,4,6
/proc/27266/stat : 27266 (python) S 27264 27266 26829 0 -1 4202496 13383 936 1 0 88 12 0 0 22 0 5 0 538617547 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27266/statm: 80392 7588 1881 364 0 16301 0
[pid=27272] ppid=27266 vsize=280000 CPUtime=0 cores=0,2,4,6
/proc/27272/stat : 27272 (python) S 27266 27266 26829 0 -1 4202560 972 0 0 0 0 0 0 0 18 0 1 0 538617671 286720000 5965 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321487 0 0 16781312 514 8743364846881308932 0 0 17 6 0 0 0
/proc/27272/statm: 70000 5965 381 364 0 5918 0
[pid=27274] ppid=27272 vsize=8508 CPUtime=5.05 cores=0,2,4,6
/proc/27274/stat : 27274 (lingeling) R 27272 27274 27274 0 -1 4202496 2353 0 0 0 505 0 0 0 25 0 1 0 538617671 8712192 1327 33554432000 4194304 4352236 140734067080256 18446744073709551615 4328336 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/27274/statm: 2127 1327 129 39 0 1207 0
[pid=27275] ppid=27266 vsize=290404 CPUtime=0 cores=0,2,4,6
/proc/27275/stat : 27275 (python) S 27266 27266 26829 0 -1 4202560 908 0 0 0 0 0 0 0 15 0 1 0 538617673 297373696 5976 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 12665617492274544900 0 0 17 4 0 0 0
/proc/27275/statm: 72601 5976 371 364 0 8516 0
[pid=27277] ppid=27275 vsize=46672 CPUtime=5.01 cores=0,2,4,6
/proc/27277/stat : 27277 (cryptominisat-2) R 27275 27277 27277 0 -1 4202496 10205 0 0 0 500 1 0 0 25 0 1 0 538617673 47792128 4894 33554432000 4194304 4677096 140733411831424 18446744073709551615 4502843 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27277/statm: 11668 4894 392 118 0 6627 0
[pid=27278] ppid=27266 vsize=301068 CPUtime=0 cores=0,2,4,6
/proc/27278/stat : 27278 (python) S 27266 27266 26829 0 -1 4202560 924 0 0 0 0 0 0 0 18 0 1 0 538617675 308293632 6070 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 11885919987036029188 0 0 17 4 0 0 0
/proc/27278/statm: 75267 6070 371 364 0 11179 0
[pid=27280] ppid=27278 vsize=8484 CPUtime=4.97 cores=0,2,4,6
/proc/27280/stat : 27280 (lingeling) R 27278 27280 27280 0 -1 4202496 2381 0 0 0 497 0 0 0 25 0 1 0 538617675 8687616 1321 33554432000 4194304 4352236 140733231581456 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/27280/statm: 2121 1321 129 39 0 1201 0
[pid=27281] ppid=27266 vsize=311324 CPUtime=0 cores=0,2,4,6
/proc/27281/stat : 27281 (python) S 27266 27266 26829 0 -1 4202560 925 0 0 0 0 0 0 0 18 0 1 0 538617678 318795776 6074 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 14333221214477058308 0 0 17 2 0 0 0
/proc/27281/statm: 77831 6074 371 364 0 13740 0
[pid=27283] ppid=27281 vsize=8500 CPUtime=4.98 cores=0,2,4,6
/proc/27283/stat : 27283 (lingeling) R 27281 27283 27283 0 -1 4202496 2642 0 0 0 498 0 0 0 25 0 1 0 538617678 8704000 1325 33554432000 4194304 4352236 140736086021952 18446744073709551615 4231408 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/27283/statm: 2125 1325 129 39 0 1205 0
[pid=27266/tid=27273] ppid=27264 vsize=321568 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27273/stat : 27273 (python) S 27264 27266 26829 0 -1 4202560 24 936 0 0 0 0 0 0 19 0 5 0 538617671 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 0 0 0 0
[pid=27266/tid=27276] ppid=27264 vsize=321568 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27276/stat : 27276 (python) S 27264 27266 26829 0 -1 4202560 22 936 0 0 0 0 0 0 21 0 5 0 538617673 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
[pid=27266/tid=27279] ppid=27264 vsize=321568 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27279/stat : 27279 (python) S 27264 27266 26829 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 5 0 538617675 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 4 0 0 0
[pid=27266/tid=27282] ppid=27264 vsize=321568 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27282/stat : 27282 (python) S 27264 27266 26829 0 -1 4202560 27 936 0 0 0 0 0 0 22 0 5 0 538617678 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.01
Current children cumulated vsize (KiB) 1576528

[startup+12.7006 s]
/proc/loadavg: 1.54 1.37 2.63 5/208 27283
/proc/meminfo: memFree=25049508/32951124 swapFree=67111352/67111528
[pid=27266] ppid=27264 vsize=321568 CPUtime=1 cores=0,2,4,6
/proc/27266/stat : 27266 (python) S 27264 27266 26829 0 -1 4202496 13383 936 1 0 88 12 0 0 22 0 5 0 538617547 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27266/statm: 80392 7588 1881 364 0 16301 0
[pid=27272] ppid=27266 vsize=280000 CPUtime=0.01 cores=0,2,4,6
/proc/27272/stat : 27272 (python) S 27266 27266 26829 0 -1 4202560 976 0 0 0 0 1 0 0 18 0 1 0 538617671 286720000 5966 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321487 0 0 16781312 514 17698513216868417796 0 0 17 6 0 0 0
/proc/27272/statm: 70000 5966 382 364 0 5918 0
[pid=27274] ppid=27272 vsize=8640 CPUtime=11.45 cores=0,2,4,6
/proc/27274/stat : 27274 (lingeling) R 27272 27274 27274 0 -1 4202496 2802 0 0 0 1145 0 0 0 25 0 1 0 538617671 8847360 1360 33554432000 4194304 4352236 140734067080256 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/27274/statm: 2160 1360 129 39 0 1240 0
[pid=27275] ppid=27266 vsize=290404 CPUtime=0.01 cores=0,2,4,6
/proc/27275/stat : 27275 (python) S 27266 27266 26829 0 -1 4202560 917 0 0 0 1 0 0 0 15 0 1 0 538617673 297373696 5976 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 12665617492274544900 0 0 17 4 0 0 0
/proc/27275/statm: 72601 5976 371 364 0 8516 0
[pid=27277] ppid=27275 vsize=49160 CPUtime=11.39 cores=0,2,4,6
/proc/27277/stat : 27277 (cryptominisat-2) R 27275 27277 27277 0 -1 4202496 15183 0 0 0 1137 2 0 0 25 0 1 0 538617673 50339840 5725 33554432000 4194304 4677096 140733411831424 18446744073709551615 4336322 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27277/statm: 12290 5725 392 118 0 7249 0
[pid=27278] ppid=27266 vsize=301068 CPUtime=0 cores=0,2,4,6
/proc/27278/stat : 27278 (python) S 27266 27266 26829 0 -1 4202560 928 0 0 0 0 0 0 0 18 0 1 0 538617675 308293632 6070 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 17698513216868417796 0 0 17 4 0 0 0
/proc/27278/statm: 75267 6070 371 364 0 11179 0
[pid=27280] ppid=27278 vsize=9000 CPUtime=11.32 cores=0,2,4,6
/proc/27280/stat : 27280 (lingeling) R 27278 27280 27280 0 -1 4202496 3374 0 0 0 1132 0 0 0 25 0 1 0 538617675 9216000 1450 33554432000 4194304 4352236 140733231581456 18446744073709551615 4328181 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/27280/statm: 2250 1450 129 39 0 1330 0
[pid=27281] ppid=27266 vsize=311324 CPUtime=0.01 cores=0,2,4,6
/proc/27281/stat : 27281 (python) S 27266 27266 26829 0 -1 4202560 927 0 0 0 0 1 0 0 18 0 1 0 538617678 318795776 6074 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 17698513216868417796 0 0 17 2 0 0 0
/proc/27281/statm: 77831 6074 371 364 0 13740 0
[pid=27283] ppid=27281 vsize=9148 CPUtime=11.37 cores=0,2,4,6
/proc/27283/stat : 27283 (lingeling) R 27281 27283 27283 0 -1 4202496 3860 0 0 0 1137 0 0 0 25 0 1 0 538617678 9367552 1487 33554432000 4194304 4352236 140736086021952 18446744073709551615 4328009 0 0 16781312 17506 0 0 0 17 2 0 0 0
/proc/27283/statm: 2287 1487 129 39 0 1367 0
[pid=27266/tid=27273] ppid=27264 vsize=321568 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27273/stat : 27273 (python) S 27264 27266 26829 0 -1 4202560 24 936 0 0 0 0 0 0 19 0 5 0 538617671 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 0 0 0 0
[pid=27266/tid=27276] ppid=27264 vsize=321568 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27276/stat : 27276 (python) S 27264 27266 26829 0 -1 4202560 22 936 0 0 0 0 0 0 21 0 5 0 538617673 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
[pid=27266/tid=27279] ppid=27264 vsize=321568 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27279/stat : 27279 (python) S 27264 27266 26829 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 5 0 538617675 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 4 0 0 0
[pid=27266/tid=27282] ppid=27264 vsize=321568 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27282/stat : 27282 (python) S 27264 27266 26829 0 -1 4202560 27 936 0 0 0 0 0 0 22 0 5 0 538617678 329285632 7588 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 46.56
Current children cumulated vsize (KiB) 1580312

[startup+25.5012 s]
/proc/loadavg: 2.08 1.50 2.65 5/208 27284
/proc/meminfo: memFree=25043680/32951124 swapFree=67111352/67111528
[pid=27266] ppid=27264 vsize=321568 CPUtime=1 cores=0,2,4,6

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

/proc/27280/stat : 27280 (lingeling) T 27278 27280 27280 0 -1 4202496 39600 0 0 0 87837 6 0 0 25 0 1 0 538617675 22233088 4628 33554432000 4194304 4352236 140733231581456 18446744073709551615 4328349 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/27280/statm: 5428 4628 129 39 0 4508 0
[pid=27278/tid=27461] ppid=27266 vsize=301068 CPUtime=0 cores=0,2,4,6
/proc/27278/task/27461/stat : 27461 (python) S 27266 27266 26829 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538705785 308293632 6100 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 514 18446604442795197760 0 0 -1 4 0 0 0
[pid=27281] ppid=27266 vsize=311324 CPUtime=1.67 cores=0,2,4,6
/proc/27281/stat : 27281 (python) S 27266 27266 26829 0 -1 4202560 997 0 0 0 90 77 0 0 18 0 1 0 538617678 318795776 6074 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 17698513216868417796 0 0 17 2 0 0 0
/proc/27281/statm: 77831 6074 371 364 0 13740 0
[pid=27283] ppid=27281 vsize=18112 CPUtime=1172.81 cores=0,2,4,6
/proc/27283/stat : 27283 (lingeling) R 27281 27283 27283 0 -1 4202496 26965 0 0 0 117275 6 0 0 25 0 1 0 538617678 18546688 3728 33554432000 4194304 4352236 140736086021952 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/27283/statm: 4528 3728 129 39 0 3608 0
[pid=27288] ppid=27266 vsize=321580 CPUtime=1.01 cores=0,2,4,6
/proc/27288/stat : 27288 (python) S 27266 27266 26829 0 -1 4202560 1188 0 0 0 53 48 0 0 15 0 2 0 538627686 329297920 6108 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27288/statm: 80395 6108 400 364 0 16301 0
[pid=27290] ppid=27288 vsize=174052 CPUtime=690.47 cores=0,2,4,6
/proc/27290/stat : 27290 (cryptominisat-2) R 27288 27290 27290 0 -1 4202496 162853 0 0 0 68988 59 0 0 25 0 1 0 538627686 178229248 36590 33554432000 4194304 4677096 140737268698544 18446744073709551615 4454468 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27290/statm: 43513 36590 393 118 0 38472 0
[pid=27288/tid=27425] ppid=27266 vsize=321580 CPUtime=0 cores=0,2,4,6
/proc/27288/task/27425/stat : 27425 (python) S 27266 27266 26829 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538677108 329297920 6108 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 514 18446604453847724096 0 0 -1 6 0 0 0
[pid=27426] ppid=27266 vsize=331836 CPUtime=0.14 cores=0,2,4,6
/proc/27426/stat : 27426 (python) S 27266 27266 26829 0 -1 4202560 1133 0 0 0 7 7 0 0 19 0 2 0 538677110 339800064 6128 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27426/statm: 82959 6128 400 364 0 18862 0
[pid=27428] ppid=27426 vsize=11640 CPUtime=99.85 cores=0,2,4,6
/proc/27428/stat : 27428 (SApperloT-base) T 27426 27428 27428 0 -1 4202496 2791 0 0 0 9984 1 0 0 25 0 1 0 538677110 11919360 2523 33554432000 134512640 135674940 4289095392 18446744073709551615 134552051 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/27428/statm: 2910 2523 100 284 0 2624 0
[pid=27426/tid=27444] ppid=27266 vsize=331836 CPUtime=0 cores=0,2,4,6
/proc/27426/task/27444/stat : 27444 (python) S 27266 27266 26829 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538687124 339800064 6128 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 514 18446604440278456128 0 0 -1 2 0 0 0
[pid=27445] ppid=27266 vsize=342092 CPUtime=0.73 cores=0,2,4,6
/proc/27445/stat : 27445 (python) S 27266 27266 26829 0 -1 4202560 1169 0 0 0 37 36 0 0 18 0 2 0 538687126 350302208 6132 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27445/statm: 85523 6132 400 364 0 21423 0
[pid=27447] ppid=27445 vsize=40524 CPUtime=485.46 cores=0,2,4,6
/proc/27447/stat : 27447 (precosat) R 27445 27447 27447 0 -1 4202496 11190 0 0 0 48543 3 0 0 25 0 1 0 538687126 41496576 9983 33554432000 4194304 4890832 140733808665760 18446744073709551615 4238614 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/27447/statm: 10131 9983 86 171 0 9958 0
[pid=27445/tid=27472] ppid=27266 vsize=342092 CPUtime=0 cores=0,2,4,6
/proc/27445/task/27472/stat : 27472 (python) S 27266 27266 26829 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 538726488 350302208 6132 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 514 18446604453851548608 0 0 -1 4 0 0 0
[pid=27462] ppid=27266 vsize=352348 CPUtime=0.15 cores=0,2,4,6
/proc/27462/stat : 27462 (python) S 27266 27266 26829 0 -1 4202560 1167 0 0 0 7 8 0 0 19 0 2 0 538705787 360804352 6142 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27462/statm: 88087 6142 406 364 0 23984 0
[pid=27464] ppid=27462 vsize=12884 CPUtime=99.82 cores=0,2,4,6
/proc/27464/stat : 27464 (lingeling) T 27462 27464 27464 0 -1 4202496 10947 0 0 0 9981 1 0 0 25 0 1 0 538705788 13193216 2421 33554432000 4194304 4352236 140733305089952 18446744073709551615 4331465 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/27464/statm: 3221 2421 129 39 0 2301 0
[pid=27462/tid=27467] ppid=27266 vsize=352348 CPUtime=0 cores=0,2,4,6
/proc/27462/task/27467/stat : 27467 (python) S 27266 27266 26829 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538715801 360804352 6142 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 514 18446604453858524032 0 0 -1 2 0 0 0
[pid=27266/tid=27273] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27273/stat : 27273 (python) S 27264 27266 26829 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 9 0 538617671 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 0 0 0 0
[pid=27266/tid=27276] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27276/stat : 27276 (python) S 27264 27266 26829 0 -1 4202560 22 936 0 0 0 0 0 0 21 0 9 0 538617673 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
[pid=27266/tid=27279] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27279/stat : 27279 (python) S 27264 27266 26829 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 538617675 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 4 0 0 0
[pid=27266/tid=27282] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27282/stat : 27282 (python) S 27264 27266 26829 0 -1 4202560 27 936 0 0 0 0 0 0 22 0 9 0 538617678 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
[pid=27266/tid=27289] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27289/stat : 27289 (python) S 27264 27266 26829 0 -1 4202560 34 936 0 0 0 0 0 0 18 0 9 0 538627686 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
[pid=27266/tid=27427] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27427/stat : 27427 (python) S 27264 27266 26829 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 538677110 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
[pid=27266/tid=27446] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27446/stat : 27446 (python) S 27264 27266 26829 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 9 0 538687126 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
[pid=27266/tid=27463] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27463/stat : 27463 (python) S 27264 27266 26829 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 538705787 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4714.57
Current children cumulated vsize (KiB) 3327916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.8 s]
/proc/loadavg: 8.17 7.73 5.82 9/249 27483
/proc/meminfo: memFree=24407812/32951124 swapFree=67111352/67111528
[pid=27266] ppid=27264 vsize=362816 CPUtime=1.17 cores=0,2,4,6
/proc/27266/stat : 27266 (python) S 27264 27266 26829 0 -1 4202496 17303 936 1 0 104 13 0 0 18 0 9 0 538617547 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389128139 0 0 16781312 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27266/statm: 90704 7669 1890 364 0 26601 0
[pid=27272] ppid=27266 vsize=290244 CPUtime=1.19 cores=0,2,4,6
/proc/27272/stat : 27272 (python) S 27266 27266 26829 0 -1 4202560 1209 0 0 0 60 59 0 0 18 0 2 0 538617671 297209856 6005 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27272/statm: 72561 6005 416 364 0 8479 0
[pid=27274] ppid=27272 vsize=25420 CPUtime=814.5 cores=0,2,4,6
/proc/27274/stat : 27274 (lingeling) R 27272 27274 27274 0 -1 4202496 39189 0 0 0 81444 6 0 0 25 0 1 0 538617671 26030080 5555 33554432000 4194304 4352236 140734067080256 18446744073709551615 4328126 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/27274/statm: 6355 5555 129 39 0 5435 0
[pid=27272/tid=27287] ppid=27266 vsize=290244 CPUtime=0 cores=0,2,4,6
/proc/27272/task/27287/stat : 27287 (python) S 27266 27266 26829 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538627684 297209856 6005 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 514 18446604450653449216 0 0 -1 6 0 0 0
[pid=27275] ppid=27266 vsize=290404 CPUtime=0.74 cores=0,2,4,6
/proc/27275/stat : 27275 (python) S 27266 27266 26829 0 -1 4202560 1136 0 0 0 41 33 0 0 17 0 2 0 538617673 297373696 6006 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27275/statm: 72601 6006 400 364 0 8516 0
[pid=27277] ppid=27275 vsize=121780 CPUtime=486.74 cores=0,2,4,6
/proc/27277/stat : 27277 (cryptominisat-2) T 27275 27277 27277 0 -1 4202496 128409 0 0 0 48637 37 0 0 25 0 1 0 538617673 124702720 23557 33554432000 4194304 4677096 140733411831424 18446744073709551615 4320115 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/27277/statm: 30445 23557 392 118 0 25404 0
[pid=27275/tid=27302] ppid=27266 vsize=290404 CPUtime=0 cores=0,2,4,6
/proc/27275/task/27302/stat : 27302 (python) S 27266 27266 26829 0 -1 4202560 48 0 0 0 0 0 0 0 17 0 2 0 538666488 297373696 6006 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 514 18446604442795199552 0 0 -1 4 0 0 0
[pid=27278] ppid=27266 vsize=301068 CPUtime=1.24 cores=0,2,4,6
/proc/27278/stat : 27278 (python) S 27266 27266 26829 0 -1 4202560 1145 0 0 0 69 55 0 0 19 0 2 0 538617675 308293632 6100 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27278/statm: 75267 6100 400 364 0 11179 0
[pid=27280] ppid=27278 vsize=21712 CPUtime=878.43 cores=0,2,4,6
/proc/27280/stat : 27280 (lingeling) T 27278 27280 27280 0 -1 4202496 39600 0 0 0 87837 6 0 0 25 0 1 0 538617675 22233088 4628 33554432000 4194304 4352236 140733231581456 18446744073709551615 4328349 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/27280/statm: 5428 4628 129 39 0 4508 0
[pid=27278/tid=27461] ppid=27266 vsize=301068 CPUtime=0 cores=0,2,4,6
/proc/27278/task/27461/stat : 27461 (python) S 27266 27266 26829 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538705785 308293632 6100 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 514 18446604442795197760 0 0 -1 4 0 0 0
[pid=27281] ppid=27266 vsize=311324 CPUtime=1.7 cores=0,2,4,6
/proc/27281/stat : 27281 (python) S 27266 27266 26829 0 -1 4202560 997 0 0 0 91 79 0 0 18 0 1 0 538617678 318795776 6074 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 17698513216868417796 0 0 17 2 0 0 0
/proc/27281/statm: 77831 6074 371 364 0 13740 0
[pid=27283] ppid=27281 vsize=18112 CPUtime=1193.89 cores=0,2,4,6
/proc/27283/stat : 27283 (lingeling) R 27281 27283 27283 0 -1 4202496 26965 0 0 0 119383 6 0 0 25 0 1 0 538617678 18546688 3728 33554432000 4194304 4352236 140736086021952 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/27283/statm: 4528 3728 129 39 0 3608 0
[pid=27288] ppid=27266 vsize=321580 CPUtime=1.05 cores=0,2,4,6
/proc/27288/stat : 27288 (python) S 27266 27266 26829 0 -1 4202560 1188 0 0 0 55 50 0 0 15 0 2 0 538627686 329297920 6108 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/27288/statm: 80395 6108 400 364 0 16301 0
[pid=27290] ppid=27288 vsize=174052 CPUtime=711.94 cores=0,2,4,6
/proc/27290/stat : 27290 (cryptominisat-2) R 27288 27290 27290 0 -1 4202496 162853 0 0 0 71135 59 0 0 25 0 1 0 538627686 178229248 36590 33554432000 4194304 4677096 140737268698544 18446744073709551615 4502837 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/27290/statm: 43513 36590 393 118 0 38472 0
[pid=27288/tid=27425] ppid=27266 vsize=321580 CPUtime=0 cores=0,2,4,6
/proc/27288/task/27425/stat : 27425 (python) S 27266 27266 26829 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538677108 329297920 6108 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 514 18446604453847724096 0 0 -1 6 0 0 0
[pid=27426] ppid=27266 vsize=331836 CPUtime=0.14 cores=0,2,4,6
/proc/27426/stat : 27426 (python) S 27266 27266 26829 0 -1 4202560 1133 0 0 0 7 7 0 0 19 0 2 0 538677110 339800064 6128 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27426/statm: 82959 6128 400 364 0 18862 0
[pid=27428] ppid=27426 vsize=11640 CPUtime=99.85 cores=0,2,4,6
/proc/27428/stat : 27428 (SApperloT-base) T 27426 27428 27428 0 -1 4202496 2791 0 0 0 9984 1 0 0 25 0 1 0 538677110 11919360 2523 33554432000 134512640 135674940 4289095392 18446744073709551615 134552051 0 0 16781312 0 18446744071562691360 0 0 17 2 0 0 0
/proc/27428/statm: 2910 2523 100 284 0 2624 0
[pid=27426/tid=27444] ppid=27266 vsize=331836 CPUtime=0 cores=0,2,4,6
/proc/27426/task/27444/stat : 27444 (python) S 27266 27266 26829 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538687124 339800064 6128 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 514 18446604440278456128 0 0 -1 2 0 0 0
[pid=27445] ppid=27266 vsize=342092 CPUtime=0.76 cores=0,2,4,6
/proc/27445/stat : 27445 (python) S 27266 27266 26829 0 -1 4202560 1169 0 0 0 38 38 0 0 18 0 2 0 538687126 350302208 6132 33554432000 4194304 5683644 140734266190128 18446744073709551615 255377321542 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/27445/statm: 85523 6132 400 364 0 21423 0
[pid=27447] ppid=27445 vsize=40524 CPUtime=506.94 cores=0,2,4,6
/proc/27447/stat : 27447 (precosat) R 27445 27447 27447 0 -1 4202496 11203 0 0 0 50691 3 0 0 25 0 1 0 538687126 41496576 9996 33554432000 4194304 4890832 140733808665760 18446744073709551615 4238614 0 0 16781312 17442 0 0 0 17 2 0 0 0
/proc/27447/statm: 10131 9996 86 171 0 9958 0
[pid=27445/tid=27472] ppid=27266 vsize=342092 CPUtime=0 cores=0,2,4,6
/proc/27445/task/27472/stat : 27472 (python) S 27266 27266 26829 0 -1 4202560 44 0 0 0 0 0 0 0 19 0 2 0 538726488 350302208 6132 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 514 18446604453851548608 0 0 -1 4 0 0 0
[pid=27462] ppid=27266 vsize=352348 CPUtime=0.15 cores=0,2,4,6
/proc/27462/stat : 27462 (python) S 27266 27266 26829 0 -1 4202560 1167 0 0 0 7 8 0 0 19 0 2 0 538705787 360804352 6142 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389128139 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/27462/statm: 88087 6142 406 364 0 23984 0
[pid=27464] ppid=27462 vsize=12884 CPUtime=99.82 cores=0,2,4,6
/proc/27464/stat : 27464 (lingeling) T 27462 27464 27464 0 -1 4202496 10947 0 0 0 9981 1 0 0 25 0 1 0 538705788 13193216 2421 33554432000 4194304 4352236 140733305089952 18446744073709551615 4331465 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/27464/statm: 3221 2421 129 39 0 2301 0
[pid=27462/tid=27467] ppid=27266 vsize=352348 CPUtime=0 cores=0,2,4,6
/proc/27462/task/27467/stat : 27467 (python) S 27266 27266 26829 0 -1 4202560 50 0 0 0 0 0 0 0 19 0 2 0 538715801 360804352 6142 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 514 18446604453858524032 0 0 -1 2 0 0 0
[pid=27266/tid=27273] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27273/stat : 27273 (python) S 27264 27266 26829 0 -1 4202560 29 936 0 0 0 0 0 0 18 0 9 0 538617671 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 0 0 0 0
[pid=27266/tid=27276] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27276/stat : 27276 (python) S 27264 27266 26829 0 -1 4202560 22 936 0 0 0 0 0 0 21 0 9 0 538617673 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
[pid=27266/tid=27279] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27279/stat : 27279 (python) S 27264 27266 26829 0 -1 4202560 27 936 0 0 0 0 0 0 20 0 9 0 538617675 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 4 0 0 0
[pid=27266/tid=27282] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27282/stat : 27282 (python) S 27264 27266 26829 0 -1 4202560 27 936 0 0 0 0 0 0 22 0 9 0 538617678 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
[pid=27266/tid=27289] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27289/stat : 27289 (python) S 27264 27266 26829 0 -1 4202560 34 936 0 0 0 0 0 0 18 0 9 0 538627686 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
[pid=27266/tid=27427] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27427/stat : 27427 (python) S 27264 27266 26829 0 -1 4202560 29 936 0 0 0 0 0 0 20 0 9 0 538677110 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
[pid=27266/tid=27446] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27446/stat : 27446 (python) S 27264 27266 26829 0 -1 4202560 33 936 0 0 0 0 0 0 18 0 9 0 538687126 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
[pid=27266/tid=27463] ppid=27264 vsize=362816 CPUtime=0 cores=0,2,4,6
/proc/27266/task/27463/stat : 27463 (python) S 27264 27266 26829 0 -1 4202560 30 936 0 0 0 0 0 0 20 0 9 0 538705787 371523584 7669 33554432000 4194304 5683644 140734266190128 18446744073709551615 255389125041 0 0 16781312 2 18446604447659970880 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 3329836

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 27266 and gives
#  childrusage.ru_utime.tv_sec=2012
#  childrusage.ru_utime.tv_usec=18126
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=543613
# CPU time returned by wait4() is 2014.56
# while last known CPU time is 4800.25
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.86
CPU time (s): 4800.25
CPU user time (s): 4795.64
CPU system time (s): 4.61
CPU usage (%): 398.739
Max. virtual memory (cumulated for all children) (KiB): 3394828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2012.02
system time used= 2.54361
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89924
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= 6968
involuntary context switches= 11426

runsolver used 3.3085 second user time and 7.57085 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-01 19:16:37
IDJOB=3317917
IDBENCH=83412
IDSOLVER=1706
FILE ID=node135/3317917-1304270196
RUNJOBID= node135-1304267282-26847
PBS_JOBID= 13173944
Free space on /tmp= 72092 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT -cores NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3317917-1304270196/watcher-3317917-1304270196 -o /tmp/evaluation-result-3317917-1304270196/solver-3317917-1304270196 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317917-1304270196.cnf -seed 1199177234 -budget 4800 -cores 4

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=1199177234

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25126840 kB
Buffers:        980204 kB
Cached:        2442268 kB
SwapCached:        172 kB
Active:        4200968 kB
Inactive:      3078680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25126840 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           31836 kB
Writeback:           0 kB
AnonPages:     3857044 kB
Mapped:          21996 kB
Slab:           469832 kB
PageTables:      15332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  4920240 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72072 MiB
End job on node135 at 2011-05-01 19:36:43