Trace number 3317902

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.04 1208.55

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
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 variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

Solver Data

0.31/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.31/0.68	c INFO: solving HOME/instance-3317902-1304270121.cnf
0.31/0.68	c INFO: computing task features
0.78/1.17	c INFO: computed variable-clause graph statistics
0.78/1.19	c INFO: computed clause balance statistics
3.48/3.80	c INFO: computed variable balance statistics
5.38/5.77	c INFO: computed small-clause counts
5.38/5.78	c INFO: computed Horn-clause counts
8.28/8.70	c INFO: computed variable graph statistics
8.28/8.70	c INFO: collected features for HOME/instance-3317902-1304270121.cnf in 8.01 s
8.38/8.72	c INFO: running lingeling-276@0 for 97 with 4791 remaining (b = 0.34)
8.38/8.75	c INFO: running cryptominisat-2.9.0@0 for 485 with 4791 remaining (b = 0.32)
8.38/8.77	c INFO: running lingeling-276@0 for 1261 with 4791 remaining (b = 0.47)
8.38/8.80	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4791 remaining (b = 0.50)
408.00/108.87	c INFO: running lingeling-276@0 for 1164 with 4691 remaining (b = 0.38)
1967.07/499.12	c INFO: running lingeling-276@0 for 97 with 4301 remaining (b = 0.26)
2366.89/599.27	c INFO: running lingeling-276@99 for 97 with 4201 remaining (b = 0.08)
2747.10/694.40	c INFO: running SApperloT@0 for 97 with 4106 remaining (b = 0.11)
3146.84/794.56	c INFO: running precosat-570@0 for 291 with 4006 remaining (b = 0.18)
4314.49/1086.93	c INFO: running lingeling-276@194 for 291 with 3713 remaining (b = 0.14)
4800.04/1208.53	c INFO: running lingeling-276@0 for 97 with 3592 remaining (b = 0.08)

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-3317902-1304270121/watcher-3317902-1304270121 -o /tmp/evaluation-result-3317902-1304270121/solver-3317902-1304270121 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317902-1304270121.cnf -seed 1754488358 -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: 9.08 8.62 7.15 7/191 21505
/proc/meminfo: memFree=28299032/32951124 swapFree=67110188/67111528
[pid=21505] ppid=21503 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/21505/stat : 21505 (python) S 21503 21505 20627 0 -1 4202496 728 0 0 0 0 0 0 0 25 0 1 0 538612866 15548416 617 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921775104 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/21505/statm: 3796 617 322 364 0 283 0

[startup+0.0097059 s]
/proc/loadavg: 9.08 8.62 7.15 7/191 21505
/proc/meminfo: memFree=28299032/32951124 swapFree=67110188/67111528
[pid=21505] ppid=21503 vsize=15380 CPUtime=0 cores=0,2,4,6
/proc/21505/stat : 21505 (python) S 21503 21505 20627 0 -1 4202496 820 0 0 0 0 0 0 0 25 0 1 0 538612866 15749120 704 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921775104 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/21505/statm: 3845 704 334 364 0 332 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 15380

[startup+0.100703 s]
/proc/loadavg: 9.08 8.62 7.15 7/191 21505
/proc/meminfo: memFree=28299032/32951124 swapFree=67110188/67111528
[pid=21505] ppid=21503 vsize=85620 CPUtime=0.05 cores=0,2,4,6
/proc/21505/stat : 21505 (python) R 21503 21505 20627 0 -1 4202496 2631 0 0 0 4 1 0 0 25 0 1 0 538612866 87674880 2348 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921775104 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21505/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.300691 s]
/proc/loadavg: 9.08 8.62 7.15 7/191 21505
/proc/meminfo: memFree=28299032/32951124 swapFree=67110188/67111528
[pid=21505] ppid=21503 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/21505/stat : 21505 (python) R 21503 21505 20627 0 -1 4202496 5967 934 1 0 12 5 0 0 17 0 1 0 538612866 139005952 4150 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921773061 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21505/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700578 s]
/proc/loadavg: 9.08 8.62 7.15 7/191 21505
/proc/meminfo: memFree=28299032/32951124 swapFree=67110188/67111528
[pid=21505] ppid=21503 vsize=282228 CPUtime=0.38 cores=0,2,4,6
/proc/21505/stat : 21505 (python) R 21503 21505 20627 0 -1 4202496 10198 934 1 0 28 10 0 0 16 0 1 0 538612866 289001472 7874 33554432000 4194304 5683644 140733443098320 18446744073709551615 4418285 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21505/statm: 70557 7874 1761 364 0 6481 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282228

[startup+1.50042 s]
/proc/loadavg: 9.08 8.62 7.15 7/192 21510
/proc/meminfo: memFree=28250540/32951124 swapFree=67110188/67111528
[pid=21505] ppid=21503 vsize=312940 CPUtime=1.18 cores=0,2,4,6
/proc/21505/stat : 21505 (python) R 21503 21505 20627 0 -1 4202496 21966 934 1 0 107 11 0 0 17 0 1 0 538612866 320450560 15620 33554432000 4194304 5683644 140733443098320 18446744073709551615 4562986 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21505/statm: 78235 15620 1826 364 0 14159 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 312940

[startup+3.10013 s]
/proc/loadavg: 9.08 8.62 7.15 7/192 21511
/proc/meminfo: memFree=28236528/32951124 swapFree=67110188/67111528
[pid=21505] ppid=21503 vsize=312940 CPUtime=2.78 cores=0,2,4,6
/proc/21505/stat : 21505 (python) R 21503 21505 20627 0 -1 4202496 21966 934 1 0 267 11 0 0 19 0 1 0 538612866 320450560 15620 33554432000 4194304 5683644 140733443098320 18446744073709551615 222925185717 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21505/statm: 78235 15620 1826 364 0 14159 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 312940

[startup+6.30054 s]
/proc/loadavg: 8.91 8.59 7.15 7/192 21511
/proc/meminfo: memFree=28231688/32951124 swapFree=67110188/67111528
[pid=21505] ppid=21503 vsize=312940 CPUtime=5.98 cores=0,2,4,6
/proc/21505/stat : 21505 (python) R 21503 21505 20627 0 -1 4202496 21973 934 1 0 587 11 0 0 25 0 1 0 538612866 320450560 15627 33554432000 4194304 5683644 140733443098320 18446744073709551615 47564708612224 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21505/statm: 78235 15627 1833 364 0 14159 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 312940

[startup+12.7013 s]
/proc/loadavg: 8.92 8.60 7.16 10/204 21523
/proc/meminfo: memFree=27985108/32951124 swapFree=67110188/67111528
[pid=21505] ppid=21503 vsize=351300 CPUtime=8.47 cores=0,2,4,6
/proc/21505/stat : 21505 (python) S 21503 21505 20627 0 -1 4202496 24645 934 1 0 835 12 0 0 20 0 5 0 538612866 359731200 15022 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21505/statm: 87825 15022 1881 364 0 23734 0
[pid=21512] ppid=21505 vsize=310288 CPUtime=0 cores=0,2,4,6
/proc/21512/stat : 21512 (python) S 21505 21505 20627 0 -1 4202560 806 0 0 0 0 0 0 0 18 0 1 0 538613739 317734912 13483 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797135 0 0 16781312 514 4051658021451825409 0 0 17 6 0 0 0
/proc/21512/statm: 77572 13483 358 364 0 13490 0
[pid=21514] ppid=21512 vsize=20224 CPUtime=3.96 cores=0,2,4,6
/proc/21514/stat : 21514 (lingeling) R 21512 21514 21514 0 -1 4202496 6355 0 0 0 395 1 0 0 25 0 1 0 538613739 20709376 4224 33554432000 4194304 4352236 140734488149120 18446744073709551615 4267768 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21514/statm: 5056 4224 127 39 0 4136 0
[pid=21515] ppid=21505 vsize=320544 CPUtime=0 cores=0,2,4,6
/proc/21515/stat : 21515 (python) S 21505 21505 20627 0 -1 4202560 744 0 0 0 0 0 0 0 15 0 1 0 538613741 328237056 13476 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 14363338212351377667 0 0 17 0 0 0 0
/proc/21515/statm: 80136 13476 347 364 0 16051 0
[pid=21517] ppid=21515 vsize=155048 CPUtime=3.93 cores=0,2,4,6
/proc/21517/stat : 21517 (cryptominisat-2) R 21515 21517 21517 0 -1 4202496 33649 0 0 0 389 4 0 0 25 0 1 0 538613741 158769152 30956 33554432000 4194304 4677096 140735876288656 18446744073709551615 4564138 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21517/statm: 38762 30956 379 118 0 33721 0
[pid=21518] ppid=21505 vsize=330800 CPUtime=0 cores=0,2,4,6
/proc/21518/stat : 21518 (python) S 21505 21505 20627 0 -1 4202560 744 0 0 0 0 0 0 0 18 0 1 0 538613744 338739200 13480 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 1402672001738309889 0 0 17 6 0 0 0
/proc/21518/statm: 82700 13480 347 364 0 18612 0
[pid=21520] ppid=21518 vsize=20220 CPUtime=3.89 cores=0,2,4,6
/proc/21520/stat : 21520 (lingeling) R 21518 21520 21520 0 -1 4202496 6355 0 0 0 389 0 0 0 25 0 1 0 538613744 20705280 4223 33554432000 4194304 4352236 140735138935344 18446744073709551615 4267780 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21520/statm: 5055 4223 127 39 0 4135 0
[pid=21521] ppid=21505 vsize=341056 CPUtime=0 cores=0,2,4,6
/proc/21521/stat : 21521 (python) S 21505 21505 20627 0 -1 4202560 766 0 0 0 0 0 0 0 15 0 1 0 538613746 349241344 13484 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 5765698242863923458 0 0 17 0 0 0 0
/proc/21521/statm: 85264 13484 347 364 0 21173 0
[pid=21523] ppid=21521 vsize=152816 CPUtime=3.88 cores=0,2,4,6
/proc/21523/stat : 21523 (cryptominisat-2) R 21521 21523 21523 0 -1 4202496 33166 0 0 0 385 3 0 0 25 0 1 0 538613747 156483584 30476 33554432000 4194304 4677096 140734316413648 18446744073709551615 4491953 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21523/statm: 38356 30480 378 118 0 33315 0
[pid=21505/tid=21513] ppid=21503 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21513/stat : 21513 (python) S 21503 21505 20627 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 538613739 359731200 15022 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 2 0 0 0
[pid=21505/tid=21516] ppid=21503 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21516/stat : 21516 (python) S 21503 21505 20627 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 5 0 538613741 359731200 15022 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 2 0 0 0
[pid=21505/tid=21519] ppid=21503 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21519/stat : 21519 (python) S 21503 21505 20627 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 538613744 359731200 15022 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 6 0 0 0
[pid=21505/tid=21522] ppid=21503 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21522/stat : 21522 (python) S 21503 21505 20627 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 5 0 538613746 359731200 15022 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.13
Current children cumulated vsize (KiB) 2002296

[startup+25.501 s]
/proc/loadavg: 8.94 8.62 7.19 10/204 21523
/proc/meminfo: memFree=27882052/32951124 swapFree=67110188/67111528
[pid=21505] ppid=21503 vsize=351300 CPUtime=8.47 cores=0,2,4,6
/proc/21505/stat : 21505 (python) S 21503 21505 20627 0 -1 4202496 24645 934 1 0 835 12 0 0 20 0 5 0 538612866 359731200 15022 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21505/statm: 87825 15022 1881 364 0 23734 0
[pid=21512] ppid=21505 vsize=310288 CPUtime=0.02 cores=0,2,4,6
/proc/21512/stat : 21512 (python) S 21505 21505 20627 0 -1 4202560 984 0 0 0 1 1 0 0 18 0 1 0 538613739 317734912 13506 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797135 0 0 16781312 514 9405222463995871489 0 0 17 6 0 0 0
/proc/21512/statm: 77572 13506 381 364 0 13490 0
[pid=21514] ppid=21512 vsize=17564 CPUtime=16.76 cores=0,2,4,6
/proc/21514/stat : 21514 (lingeling) R 21512 21514 21514 0 -1 4202496 6745 0 0 0 1675 1 0 0 25 0 1 0 538613739 17985536 3561 33554432000 4194304 4352236 140734488149120 18446744073709551615 4331541 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21514/statm: 4391 3561 129 39 0 3471 0
[pid=21515] ppid=21505 vsize=320544 CPUtime=0.03 cores=0,2,4,6
/proc/21515/stat : 21515 (python) S 21505 21505 20627 0 -1 4202560 912 0 0 0 2 1 0 0 15 0 1 0 538613741 328237056 13499 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 14363338212351377667 0 0 17 0 0 0 0
/proc/21515/statm: 80136 13499 370 364 0 16051 0
[pid=21517] ppid=21515 vsize=179924 CPUtime=16.67 cores=0,2,4,6
/proc/21517/stat : 21517 (cryptominisat-2) R 21515 21517 21517 0 -1 4202496 46531 0 0 0 1660 7 0 0 25 0 1 0 538613741 184242176 37936 33554432000 4194304 4677096 140735876288656 18446744073709551615 4320031 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21517/statm: 44981 37936 393 118 0 39940 0
[pid=21518] ppid=21505 vsize=330800 CPUtime=0.02 cores=0,2,4,6
/proc/21518/stat : 21518 (python) S 21505 21505 20627 0 -1 4202560 940 0 0 0 1 1 0 0 18 0 1 0 538613744 338739200 13503 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 9405222463995871489 0 0 17 6 0 0 0
/proc/21518/statm: 82700 13503 370 364 0 18612 0
[pid=21520] ppid=21518 vsize=16460 CPUtime=16.57 cores=0,2,4,6
/proc/21520/stat : 21520 (lingeling) R 21518 21520 21520 0 -1 4202496 6493 0 0 0 1657 0 0 0 25 0 1 0 538613744 16855040 3308 33554432000 4194304 4352236 140735138935344 18446744073709551615 4328336 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21520/statm: 4115 3308 129 39 0 3195 0
[pid=21521] ppid=21505 vsize=341056 CPUtime=0.02 cores=0,2,4,6
/proc/21521/stat : 21521 (python) S 21505 21505 20627 0 -1 4202560 954 0 0 0 1 1 0 0 15 0 1 0 538613746 349241344 13507 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 5765698242863923458 0 0 17 0 0 0 0
/proc/21521/statm: 85264 13507 370 364 0 21173 0
[pid=21523] ppid=21521 vsize=180372 CPUtime=16.69 cores=0,2,4,6
/proc/21523/stat : 21523 (cryptominisat-2) R 21521 21523 21523 0 -1 4202496 44344 0 0 0 1664 5 0 0 25 0 1 0 538613747 184700928 37628 33554432000 4194304 4677096 140734316413648 18446744073709551615 222921473803 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21523/statm: 45093 37628 393 118 0 40052 0
[pid=21505/tid=21513] ppid=21503 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21513/stat : 21513 (python) S 21503 21505 20627 0 -1 4202560 25 934 0 0 0 0 0 0 25 0 5 0 538613739 359731200 15022 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 2 0 0 0
[pid=21505/tid=21516] ppid=21503 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21516/stat : 21516 (python) S 21503 21505 20627 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 5 0 538613741 359731200 15022 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 2 0 0 0
[pid=21505/tid=21519] ppid=21503 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21519/stat : 21519 (python) S 21503 21505 20627 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 5 0 538613744 359731200 15022 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 6 0 0 0
[pid=21505/tid=21522] ppid=21503 vsize=351300 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21522/stat : 21522 (python) S 21503 21505 20627 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 5 0 538613746 359731200 15022 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 75.25
Current children cumulated vsize (KiB) 2048308

[startup+51.1013 s]
/proc/loadavg: 9.04 8.66 7.24 11/204 21524
/proc/meminfo: memFree=27722296/32951124 swapFree=67110188/67111528
[pid=21505] ppid=21503 vsize=351300 CPUtime=8.47 cores=0,2,4,6
/proc/21505/stat : 21505 (python) S 21503 21505 20627 0 -1 4202496 24645 934 1 0 835 12 0 0 20 0 5 0 538612866 359731200 15022 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21505/statm: 87825 15022 1881 364 0 23734 0
[pid=21512] ppid=21505 vsize=310288 CPUtime=0.05 cores=0,2,4,6
/proc/21512/stat : 21512 (python) S 21505 21505 20627 0 -1 4202560 997 0 0 0 2 3 0 0 18 0 1 0 538613739 317734912 13506 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797135 0 0 16781312 514 9405222463995871489 0 0 17 6 0 0 0
/proc/21512/statm: 77572 13506 381 364 0 13490 0
[pid=21514] ppid=21512 vsize=18672 CPUtime=42.35 cores=0,2,4,6
/proc/21514/stat : 21514 (lingeling) R 21512 21514 21514 0 -1 4202496 7022 0 0 0 4234 1 0 0 25 0 1 0 538613739 19120128 3838 33554432000 4194304 4352236 140734488149120 18446744073709551615 4328789 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21514/statm: 4668 3838 129 39 0 3748 0
[pid=21515] ppid=21505 vsize=320544 CPUtime=0.07 cores=0,2,4,6
/proc/21515/stat : 21515 (python) S 21505 21505 20627 0 -1 4202560 923 0 0 0 4 3 0 0 16 0 1 0 538613741 328237056 13499 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 9405222463995871491 0 0 17 0 0 0 0
/proc/21515/statm: 80136 13499 370 364 0 16051 0
[pid=21517] ppid=21515 vsize=322428 CPUtime=42.19 cores=0,2,4,6
/proc/21517/stat : 21517 (cryptominisat-2) R 21515 21517 21517 0 -1 4202496 81263 0 0 0 4205 14 0 0 25 0 1 0 538613741 330166272 58097 33554432000 4194304 4677096 140735876288656 18446744073709551615 222921473726 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21517/statm: 80607 58097 393 118 0 75566 0
[pid=21518] ppid=21505 vsize=330800 CPUtime=0.05 cores=0,2,4,6
/proc/21518/stat : 21518 (python) S 21505 21505 20627 0 -1 4202560 949 0 0 0 2 3 0 0 18 0 1 0 538613744 338739200 13503 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 9405222463995871489 0 0 17 6 0 0 0
/proc/21518/statm: 82700 13503 370 364 0 18612 0
[pid=21520] ppid=21518 vsize=18364 CPUtime=41.96 cores=0,2,4,6
/proc/21520/stat : 21520 (lingeling) R 21518 21520 21520 0 -1 4202496 6946 0 0 0 4196 0 0 0 25 0 1 0 538613744 18804736 3761 33554432000 4194304 4352236 140735138935344 18446744073709551615 4328505 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21520/statm: 4591 3761 129 39 0 3671 0
[pid=21521] ppid=21505 vsize=341056 CPUtime=0.07 cores=0,2,4,6
/proc/21521/stat : 21521 (python) S 21505 21505 20627 0 -1 4202560 971 0 0 0 5 2 0 0 15 0 1 0 538613746 349241344 13507 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 5765698242863923458 0 0 17 0 0 0 0
/proc/21521/statm: 85264 13507 370 364 0 21173 0

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

Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1208.5 s]
/proc/loadavg: 9.16 9.13 8.55 10/226 21710
/proc/meminfo: memFree=28123172/32951124 swapFree=67110188/67111528
[pid=21505] ppid=21503 vsize=382068 CPUtime=8.61 cores=0,2,4,6
/proc/21505/stat : 21505 (python) S 21503 21505 20627 0 -1 4202496 27739 934 1 0 848 13 0 0 18 0 8 0 538612866 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21505/statm: 95517 15041 1888 364 0 31417 0
[pid=21512] ppid=21505 vsize=320532 CPUtime=1.61 cores=0,2,4,6
/proc/21512/stat : 21512 (python) S 21505 21505 20627 0 -1 4202560 1207 0 0 0 84 77 0 0 18 0 2 0 538613739 328224768 13545 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21512/statm: 80133 13545 415 364 0 16051 0
[pid=21514] ppid=21512 vsize=49952 CPUtime=1198.67 cores=0,2,4,6
/proc/21514/stat : 21514 (lingeling) R 21512 21514 21514 0 -1 4202496 43771 0 0 0 119858 9 0 0 25 0 1 0 538613739 51150848 11658 33554432000 4194304 4352236 140734488149120 18446744073709551615 4276514 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21514/statm: 12488 11658 129 39 0 11568 0
[pid=21512/tid=21526] ppid=21505 vsize=320532 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21526/stat : 21526 (python) S 21505 21505 20627 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538623751 328224768 13545 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 514 18446604453856043392 0 0 -1 6 0 0 0
[pid=21515] ppid=21505 vsize=320544 CPUtime=0.69 cores=0,2,4,6
/proc/21515/stat : 21515 (python) S 21505 21505 20627 0 -1 4202560 1126 0 0 0 37 32 0 0 16 0 2 0 538613741 328237056 13529 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21515/statm: 80136 13529 399 364 0 16051 0
[pid=21517] ppid=21515 vsize=513572 CPUtime=490.02 cores=0,2,4,6
/proc/21517/stat : 21517 (cryptominisat-2) T 21515 21517 21517 0 -1 4202496 329643 0 0 0 48928 74 0 0 25 0 1 0 538613741 525897728 99579 33554432000 4194304 4677096 140735876288656 18446744073709551615 4481215 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/21517/statm: 128393 99579 393 118 0 123352 0
[pid=21515/tid=21670] ppid=21505 vsize=320544 CPUtime=0 cores=0,2,4,6
/proc/21515/task/21670/stat : 21670 (python) S 21505 21505 20627 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538662777 328237056 13529 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 514 18446604443662698688 0 0 -1 0 0 0 0
[pid=21518] ppid=21505 vsize=330800 CPUtime=1.6 cores=0,2,4,6
/proc/21518/stat : 21518 (python) S 21505 21505 20627 0 -1 4202560 1000 0 0 0 85 75 0 0 18 0 1 0 538613744 338739200 13503 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 9405222463995871489 0 0 17 6 0 0 0
/proc/21518/statm: 82700 13503 370 364 0 18612 0
[pid=21520] ppid=21518 vsize=47224 CPUtime=1190.05 cores=0,2,4,6
/proc/21520/stat : 21520 (lingeling) R 21518 21520 21520 0 -1 4202496 52306 0 0 0 118996 9 0 0 25 0 1 0 538613744 48357376 10976 33554432000 4194304 4352236 140735138935344 18446744073709551615 4328304 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21520/statm: 11806 10976 129 39 0 10886 0
[pid=21521] ppid=21505 vsize=341056 CPUtime=1.65 cores=0,2,4,6
/proc/21521/stat : 21521 (python) S 21505 21505 20627 0 -1 4202560 1024 0 0 0 94 71 0 0 15 0 1 0 538613746 349241344 13507 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 9405222463995871490 0 0 17 0 0 0 0
/proc/21521/statm: 85264 13507 370 364 0 21173 0
[pid=21523] ppid=21521 vsize=563032 CPUtime=1199.64 cores=0,2,4,6
/proc/21523/stat : 21523 (cryptominisat-2) R 21521 21523 21523 0 -1 4202496 589982 0 0 0 119791 173 0 0 25 0 1 0 538613747 576544768 114786 33554432000 4194304 4677096 140734316413648 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21523/statm: 140758 114786 393 118 0 135717 0
[pid=21671] ppid=21505 vsize=351312 CPUtime=0.42 cores=0,2,4,6
/proc/21671/stat : 21671 (python) S 21505 21505 20627 0 -1 4202560 1167 0 0 0 25 17 0 0 18 0 2 0 538662779 359743488 13541 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21671/statm: 87828 13541 399 364 0 23734 0
[pid=21673] ppid=21671 vsize=33620 CPUtime=315.95 cores=0,2,4,6
/proc/21673/stat : 21673 (lingeling) R 21671 21673 21673 0 -1 4202496 11783 0 0 0 31592 3 0 0 25 0 1 0 538662779 34426880 7575 33554432000 4194304 4352236 140737407250384 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21673/statm: 8405 7575 129 39 0 7485 0
[pid=21671/tid=21680] ppid=21505 vsize=351312 CPUtime=0 cores=0,2,4,6
/proc/21671/task/21680/stat : 21680 (python) S 21505 21505 20627 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538672791 359743488 13541 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 514 18446604453832649600 0 0 -1 0 0 0 0
[pid=21684] ppid=21505 vsize=361568 CPUtime=0.13 cores=0,2,4,6
/proc/21684/stat : 21684 (python) S 21505 21505 20627 0 -1 4202560 1130 0 0 0 8 5 0 0 19 0 2 0 538682307 370245632 13545 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21684/statm: 90392 13545 399 364 0 26295 0
[pid=21686] ppid=21684 vsize=96996 CPUtime=99.07 cores=0,2,4,6
/proc/21686/stat : 21686 (SApperloT-base) T 21684 21686 21686 0 -1 4202496 23969 0 0 0 9902 5 0 0 25 0 1 0 538682307 99323904 23604 33554432000 134512640 135674940 4291328832 18446744073709551615 134564660 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21686/statm: 24249 23604 100 284 0 23963 0
[pid=21684/tid=21690] ppid=21505 vsize=361568 CPUtime=0 cores=0,2,4,6
/proc/21684/task/21690/stat : 21690 (python) S 21505 21505 20627 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538692320 370245632 13545 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 514 18446604453841881984 0 0 -1 6 0 0 0
[pid=21691] ppid=21505 vsize=371824 CPUtime=0.38 cores=0,2,4,6
/proc/21691/stat : 21691 (python) S 21505 21505 20627 0 -1 4202560 1173 0 0 0 24 14 0 0 19 0 2 0 538692322 380747776 13549 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21691/statm: 92956 13549 399 364 0 28856 0
[pid=21693] ppid=21691 vsize=57224 CPUtime=291.55 cores=0,2,4,6
/proc/21693/stat : 21693 (precosat) T 21691 21693 21693 0 -1 4202496 25575 0 0 0 29150 5 0 0 25 0 1 0 538692322 58597376 13717 33554432000 4194304 4890832 140734253416592 18446744073709551615 4232372 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/21693/statm: 14306 13717 86 171 0 14133 0
[pid=21691/tid=21706] ppid=21505 vsize=371824 CPUtime=0 cores=0,2,4,6
/proc/21691/task/21706/stat : 21706 (python) S 21505 21505 20627 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538721557 380747776 13549 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 514 18446604453846571136 0 0 -1 4 0 0 0
[pid=21505/tid=21513] ppid=21503 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21513/stat : 21513 (python) S 21503 21505 20627 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 8 0 538613739 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 2 0 0 0
[pid=21505/tid=21516] ppid=21503 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21516/stat : 21516 (python) S 21503 21505 20627 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 8 0 538613741 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 2 0 0 0
[pid=21505/tid=21519] ppid=21503 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21519/stat : 21519 (python) S 21503 21505 20627 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 8 0 538613744 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 6 0 0 0
[pid=21505/tid=21522] ppid=21503 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21522/stat : 21522 (python) S 21503 21505 20627 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 8 0 538613746 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 0 0 0 0
[pid=21505/tid=21672] ppid=21503 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21672/stat : 21672 (python) S 21503 21505 20627 0 -1 4202560 36 934 0 0 0 0 0 0 18 0 8 0 538662779 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 0 0 0 0
[pid=21505/tid=21685] ppid=21503 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21685/stat : 21685 (python) S 21503 21505 20627 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 8 0 538682307 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 0 0 0 0
[pid=21505/tid=21692] ppid=21503 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21692/stat : 21692 (python) S 21503 21505 20627 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 8 0 538692322 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 4141324

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

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

[startup+1208.5 s]
/proc/loadavg: 9.16 9.13 8.55 10/226 21710
/proc/meminfo: memFree=28123172/32951124 swapFree=67110188/67111528
[pid=21505] ppid=21503 vsize=382068 CPUtime=8.61 cores=0,2,4,6
/proc/21505/stat : 21505 (python) S 21503 21505 20627 0 -1 4202496 27739 934 1 0 848 13 0 0 18 0 8 0 538612866 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933603787 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21505/statm: 95517 15041 1888 364 0 31417 0
[pid=21512] ppid=21505 vsize=320532 CPUtime=1.61 cores=0,2,4,6
/proc/21512/stat : 21512 (python) S 21505 21505 20627 0 -1 4202560 1207 0 0 0 84 77 0 0 18 0 2 0 538613739 328224768 13545 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21512/statm: 80133 13545 415 364 0 16051 0
[pid=21514] ppid=21512 vsize=49952 CPUtime=1198.67 cores=0,2,4,6
/proc/21514/stat : 21514 (lingeling) R 21512 21514 21514 0 -1 4202496 43771 0 0 0 119858 9 0 0 25 0 1 0 538613739 51150848 11658 33554432000 4194304 4352236 140734488149120 18446744073709551615 4276514 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21514/statm: 12488 11658 129 39 0 11568 0
[pid=21512/tid=21526] ppid=21505 vsize=320532 CPUtime=0 cores=0,2,4,6
/proc/21512/task/21526/stat : 21526 (python) S 21505 21505 20627 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538623751 328224768 13545 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 514 18446604453856043392 0 0 -1 6 0 0 0
[pid=21515] ppid=21505 vsize=320544 CPUtime=0.69 cores=0,2,4,6
/proc/21515/stat : 21515 (python) S 21505 21505 20627 0 -1 4202560 1126 0 0 0 37 32 0 0 16 0 2 0 538613741 328237056 13529 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21515/statm: 80136 13529 399 364 0 16051 0
[pid=21517] ppid=21515 vsize=513572 CPUtime=490.02 cores=0,2,4,6
/proc/21517/stat : 21517 (cryptominisat-2) T 21515 21517 21517 0 -1 4202496 329643 0 0 0 48928 74 0 0 25 0 1 0 538613741 525897728 99579 33554432000 4194304 4677096 140735876288656 18446744073709551615 4481215 0 0 16781312 2 18446744071562691360 0 0 17 4 0 0 0
/proc/21517/statm: 128393 99579 393 118 0 123352 0
[pid=21515/tid=21670] ppid=21505 vsize=320544 CPUtime=0 cores=0,2,4,6
/proc/21515/task/21670/stat : 21670 (python) S 21505 21505 20627 0 -1 4202560 46 0 0 0 0 0 0 0 16 0 2 0 538662777 328237056 13529 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 514 18446604443662698688 0 0 -1 0 0 0 0
[pid=21518] ppid=21505 vsize=330800 CPUtime=1.6 cores=0,2,4,6
/proc/21518/stat : 21518 (python) S 21505 21505 20627 0 -1 4202560 1000 0 0 0 85 75 0 0 18 0 1 0 538613744 338739200 13503 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 9405222463995871489 0 0 17 6 0 0 0
/proc/21518/statm: 82700 13503 370 364 0 18612 0
[pid=21520] ppid=21518 vsize=47224 CPUtime=1190.05 cores=0,2,4,6
/proc/21520/stat : 21520 (lingeling) R 21518 21520 21520 0 -1 4202496 52306 0 0 0 118996 9 0 0 25 0 1 0 538613744 48357376 10976 33554432000 4194304 4352236 140735138935344 18446744073709551615 4328304 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/21520/statm: 11806 10976 129 39 0 10886 0
[pid=21521] ppid=21505 vsize=341056 CPUtime=1.65 cores=0,2,4,6
/proc/21521/stat : 21521 (python) S 21505 21505 20627 0 -1 4202560 1024 0 0 0 94 71 0 0 15 0 1 0 538613746 349241344 13507 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 9405222463995871490 0 0 17 0 0 0 0
/proc/21521/statm: 85264 13507 370 364 0 21173 0
[pid=21523] ppid=21521 vsize=563032 CPUtime=1199.64 cores=0,2,4,6
/proc/21523/stat : 21523 (cryptominisat-2) R 21521 21523 21523 0 -1 4202496 589982 0 0 0 119791 173 0 0 25 0 1 0 538613747 576544768 114786 33554432000 4194304 4677096 140734316413648 18446744073709551615 4320251 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21523/statm: 140758 114786 393 118 0 135717 0
[pid=21671] ppid=21505 vsize=351312 CPUtime=0.42 cores=0,2,4,6
/proc/21671/stat : 21671 (python) S 21505 21505 20627 0 -1 4202560 1167 0 0 0 25 17 0 0 18 0 2 0 538662779 359743488 13541 33554432000 4194304 5683644 140733443098320 18446744073709551615 222921797190 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21671/statm: 87828 13541 399 364 0 23734 0
[pid=21673] ppid=21671 vsize=33620 CPUtime=315.95 cores=0,2,4,6
/proc/21673/stat : 21673 (lingeling) R 21671 21673 21673 0 -1 4202496 11783 0 0 0 31592 3 0 0 25 0 1 0 538662779 34426880 7575 33554432000 4194304 4352236 140737407250384 18446744073709551615 4329060 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/21673/statm: 8405 7575 129 39 0 7485 0
[pid=21671/tid=21680] ppid=21505 vsize=351312 CPUtime=0 cores=0,2,4,6
/proc/21671/task/21680/stat : 21680 (python) S 21505 21505 20627 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 538672791 359743488 13541 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 514 18446604453832649600 0 0 -1 0 0 0 0
[pid=21684] ppid=21505 vsize=361568 CPUtime=0.13 cores=0,2,4,6
/proc/21684/stat : 21684 (python) S 21505 21505 20627 0 -1 4202560 1130 0 0 0 8 5 0 0 19 0 2 0 538682307 370245632 13545 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 6 0 0 0
/proc/21684/statm: 90392 13545 399 364 0 26295 0
[pid=21686] ppid=21684 vsize=96996 CPUtime=99.07 cores=0,2,4,6
/proc/21686/stat : 21686 (SApperloT-base) T 21684 21686 21686 0 -1 4202496 23969 0 0 0 9902 5 0 0 25 0 1 0 538682307 99323904 23604 33554432000 134512640 135674940 4291328832 18446744073709551615 134564660 0 0 16781312 0 18446744071562691360 0 0 17 6 0 0 0
/proc/21686/statm: 24249 23604 100 284 0 23963 0
[pid=21684/tid=21690] ppid=21505 vsize=361568 CPUtime=0 cores=0,2,4,6
/proc/21684/task/21690/stat : 21690 (python) S 21505 21505 20627 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538692320 370245632 13545 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 514 18446604453841881984 0 0 -1 6 0 0 0
[pid=21691] ppid=21505 vsize=371824 CPUtime=0.38 cores=0,2,4,6
/proc/21691/stat : 21691 (python) S 21505 21505 20627 0 -1 4202560 1173 0 0 0 24 14 0 0 19 0 2 0 538692322 380747776 13549 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933603787 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21691/statm: 92956 13549 399 364 0 28856 0
[pid=21693] ppid=21691 vsize=57224 CPUtime=291.55 cores=0,2,4,6
/proc/21693/stat : 21693 (precosat) T 21691 21693 21693 0 -1 4202496 25575 0 0 0 29150 5 0 0 25 0 1 0 538692322 58597376 13717 33554432000 4194304 4890832 140734253416592 18446744073709551615 4232372 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/21693/statm: 14306 13717 86 171 0 14133 0
[pid=21691/tid=21706] ppid=21505 vsize=371824 CPUtime=0 cores=0,2,4,6
/proc/21691/task/21706/stat : 21706 (python) S 21505 21505 20627 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 538721557 380747776 13549 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 514 18446604453846571136 0 0 -1 4 0 0 0
[pid=21505/tid=21513] ppid=21503 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21513/stat : 21513 (python) S 21503 21505 20627 0 -1 4202560 29 934 0 0 0 0 0 0 18 0 8 0 538613739 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 2 0 0 0
[pid=21505/tid=21516] ppid=21503 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21516/stat : 21516 (python) S 21503 21505 20627 0 -1 4202560 20 934 0 0 0 0 0 0 25 0 8 0 538613741 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 2 0 0 0
[pid=21505/tid=21519] ppid=21503 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21519/stat : 21519 (python) S 21503 21505 20627 0 -1 4202560 27 934 0 0 0 0 0 0 25 0 8 0 538613744 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 6 0 0 0
[pid=21505/tid=21522] ppid=21503 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21522/stat : 21522 (python) S 21503 21505 20627 0 -1 4202560 28 934 0 0 0 0 0 0 20 0 8 0 538613746 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 0 0 0 0
[pid=21505/tid=21672] ppid=21503 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21672/stat : 21672 (python) S 21503 21505 20627 0 -1 4202560 36 934 0 0 0 0 0 0 18 0 8 0 538662779 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 0 0 0 0
[pid=21505/tid=21685] ppid=21503 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21685/stat : 21685 (python) S 21503 21505 20627 0 -1 4202560 29 934 0 0 0 0 0 0 20 0 8 0 538682307 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 0 0 0 0
[pid=21505/tid=21692] ppid=21503 vsize=382068 CPUtime=0 cores=0,2,4,6
/proc/21505/task/21692/stat : 21692 (python) S 21503 21505 20627 0 -1 4202560 31 934 0 0 0 0 0 0 20 0 8 0 538692322 391237632 15041 33554432000 4194304 5683644 140733443098320 18446744073709551615 222933600689 0 0 16781312 2 18446604453850485056 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.04
Current children cumulated vsize (KiB) 4141324

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21505 and gives
#  childrusage.ru_utime.tv_sec=2716
#  childrusage.ru_utime.tv_usec=301059
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=135523
# CPU time returned by wait4() is 2719.44
# while last known CPU time is 4800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1208.55
CPU time (s): 4800.04
CPU user time (s): 4794.22
CPU system time (s): 5.82
CPU usage (%): 397.173
Max. virtual memory (cumulated for all children) (KiB): 4144396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2716.3
system time used= 3.13552
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143140
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= 7946
involuntary context switches= 22549

runsolver used 2.27365 second user time and 5.03523 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-01 19:15:21
IDJOB=3317902
IDBENCH=83135
IDSOLVER=1706
FILE ID=node109/3317902-1304270121
RUNJOBID= node109-1304267294-20645
PBS_JOBID= 13173969
Free space on /tmp= 73064 MiB

SOLVER NAME= borg-sat 11.03.02-industrial
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom21.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-3317902-1304270121/watcher-3317902-1304270121 -o /tmp/evaluation-result-3317902-1304270121/solver-3317902-1304270121 -C 4800 -W 1300 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317902-1304270121.cnf -seed 1754488358 -budget 4800 -cores 4

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=1754488358

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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:     32951124 kB
MemFree:      28299320 kB
Buffers:        824948 kB
Cached:        1431256 kB
SwapCached:        712 kB
Active:        2277888 kB
Inactive:      1972808 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28299320 kB
SwapTotal:    67111528 kB
SwapFree:     67110188 kB
Dirty:           34580 kB
Writeback:           0 kB
AnonPages:     1993192 kB
Mapped:          21508 kB
Slab:           330948 kB
PageTables:      11908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  2693920 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73036 MiB
End job on node109 at 2011-05-01 19:35:32