Trace number 3317907

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.12 1211.53

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top24.cnf
MD5SUM1f485d737caaaca49e2c467c83cbdcec
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark520.047
Satisfiable
(Un)Satisfiability was proved
Number of variables65983
Number of clauses209942
Sum of the clauses size513194
Maximum clause length2578
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2127592
Number of clauses of size 380970
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 51058

Solver Data

0.34/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.68	c INFO: solving HOME/instance-3317907-1304269926.cnf
0.34/0.68	c INFO: computing task features
1.01/1.32	c INFO: computed variable-clause graph statistics
1.01/1.35	c INFO: computed clause balance statistics
4.31/4.64	c INFO: computed variable balance statistics
6.81/7.13	c INFO: computed small-clause counts
6.81/7.15	c INFO: computed Horn-clause counts
12.11/12.47	c INFO: computed variable graph statistics
12.11/12.47	c INFO: collected features for HOME/instance-3317907-1304269926.cnf in 11.76 s
12.11/12.49	c INFO: running lingeling-276@0 for 97 with 4788 remaining (b = 0.36)
12.22/12.51	c INFO: running cryptominisat-2.9.0@0 for 485 with 4788 remaining (b = 0.33)
12.22/12.54	c INFO: running lingeling-276@0 for 1261 with 4788 remaining (b = 0.47)
12.22/12.56	c INFO: running cryptominisat-2.9.0@0 for 1649 with 4788 remaining (b = 0.50)
411.86/112.64	c INFO: running lingeling-276@0 for 1164 with 4688 remaining (b = 0.38)
1980.20/505.36	c INFO: running lingeling-276@0 for 97 with 4295 remaining (b = 0.29)
2380.33/605.51	c INFO: running precosat-570@0 for 291 with 4195 remaining (b = 0.17)
3548.07/897.92	c INFO: running lingeling-276@99 for 1164 with 3902 remaining (b = 0.29)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.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-3317907-1304269926/watcher-3317907-1304269926 -o /tmp/evaluation-result-3317907-1304269926/solver-3317907-1304269926 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317907-1304269926.cnf -seed 1844673773 -budget 4800 -cores 4 

running on 4 cores: 1,3,5,7

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: 6.68 4.67 4.85 5/204 20913
/proc/meminfo: memFree=21860052/32950928 swapFree=67111352/67111528
[pid=20913] ppid=20911 vsize=15384 CPUtime=0 cores=1,3,5,7
/proc/20913/stat : 20913 (python) R 20911 20913 19964 0 -1 4202496 787 0 0 0 0 0 0 0 20 0 1 0 617223345 15753216 676 33554432000 4194304 5683644 140734109333856 18446744073709551615 4540219 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20913/statm: 3846 678 322 364 0 333 0

[startup+0.0702949 s]
/proc/loadavg: 6.68 4.67 4.85 5/204 20913
/proc/meminfo: memFree=21860052/32950928 swapFree=67111352/67111528
[pid=20913] ppid=20911 vsize=36508 CPUtime=0.04 cores=1,3,5,7
/proc/20913/stat : 20913 (python) R 20911 20913 19964 0 -1 4202496 1610 0 0 0 3 1 0 0 17 0 1 0 617223345 37384192 1444 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367590023 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20913/statm: 9127 1444 452 364 0 944 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 36508

[startup+0.100291 s]
/proc/loadavg: 6.68 4.67 4.85 5/204 20913
/proc/meminfo: memFree=21860052/32950928 swapFree=67111352/67111528
[pid=20913] ppid=20911 vsize=87704 CPUtime=0.07 cores=1,3,5,7
/proc/20913/stat : 20913 (python) R 20911 20913 19964 0 -1 4202496 2637 0 0 0 5 2 0 0 17 0 1 0 617223345 89808896 2354 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367544832 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20913/statm: 21926 2354 717 364 0 1622 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 87704

[startup+0.300299 s]
/proc/loadavg: 6.68 4.67 4.85 5/204 20913
/proc/meminfo: memFree=21860052/32950928 swapFree=67111352/67111528
[pid=20913] ppid=20911 vsize=135748 CPUtime=0.18 cores=1,3,5,7
/proc/20913/stat : 20913 (python) R 20911 20913 19964 0 -1 4202496 5962 937 1 0 13 5 0 0 17 0 1 0 617223345 139005952 4150 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367542789 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/20913/statm: 33937 4150 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 135748

[startup+0.700184 s]
/proc/loadavg: 6.68 4.67 4.85 5/204 20913
/proc/meminfo: memFree=21860052/32950928 swapFree=67111352/67111528
[pid=20913] ppid=20911 vsize=282700 CPUtime=0.42 cores=1,3,5,7
/proc/20913/stat : 20913 (python) R 20911 20913 19964 0 -1 4202496 10316 937 1 0 31 11 0 0 15 0 1 0 617223345 289484800 7995 33554432000 4194304 5683644 140734109333856 18446744073709551615 47440394824597 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20913/statm: 70675 7995 1761 364 0 6599 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282700

[startup+1.50103 s]
/proc/loadavg: 6.68 4.67 4.85 6/205 20918
/proc/meminfo: memFree=21799888/32950928 swapFree=67111352/67111528
[pid=20913] ppid=20911 vsize=321968 CPUtime=1.21 cores=1,3,5,7
/proc/20913/stat : 20913 (python) R 20911 20913 19964 0 -1 4202496 25053 937 1 0 108 13 0 0 16 0 1 0 617223345 329695232 17877 33554432000 4194304 5683644 140734109333856 18446744073709551615 47440224112941 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20913/statm: 80492 17877 1826 364 0 16416 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 321968

[startup+3.10073 s]
/proc/loadavg: 6.68 4.67 4.85 6/205 20918
/proc/meminfo: memFree=21764916/32950928 swapFree=67111352/67111528
[pid=20913] ppid=20911 vsize=321968 CPUtime=2.81 cores=1,3,5,7
/proc/20913/stat : 20913 (python) R 20911 20913 19964 0 -1 4202496 25053 937 1 0 268 13 0 0 18 0 1 0 617223345 329695232 17877 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367205596 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20913/statm: 80492 17877 1826 364 0 16416 0
Current children cumulated CPU time (s) 2.81
Current children cumulated vsize (KiB) 321968

[startup+6.30014 s]
/proc/loadavg: 6.55 4.67 4.85 6/205 20918
/proc/meminfo: memFree=21740736/32950928 swapFree=67111352/67111528
[pid=20913] ppid=20911 vsize=321968 CPUtime=6.01 cores=1,3,5,7
/proc/20913/stat : 20913 (python) R 20911 20913 19964 0 -1 4202496 25054 937 1 0 588 13 0 0 25 0 1 0 617223345 329695232 17878 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367233264 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/20913/statm: 80492 17878 1827 364 0 16416 0
Current children cumulated CPU time (s) 6.01
Current children cumulated vsize (KiB) 321968

[startup+12.7009 s]
/proc/loadavg: 6.42 4.68 4.85 6/205 20919
/proc/meminfo: memFree=21738580/32950928 swapFree=67111352/67111528
[pid=20913] ppid=20911 vsize=359668 CPUtime=12.29 cores=1,3,5,7
/proc/20913/stat : 20913 (python) S 20911 20913 19964 0 -1 4202496 27760 937 1 0 1214 15 0 0 20 0 5 0 617223345 368300032 17114 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20913/statm: 89917 17114 1881 364 0 25826 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 359668

[startup+25.5015 s]
/proc/loadavg: 6.84 4.86 4.91 9/217 20931
/proc/meminfo: memFree=20849888/32950928 swapFree=67111352/67111528
[pid=20913] ppid=20911 vsize=359668 CPUtime=12.29 cores=1,3,5,7
/proc/20913/stat : 20913 (python) S 20911 20913 19964 0 -1 4202496 27760 937 1 0 1214 15 0 0 20 0 5 0 617223345 368300032 17114 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20913/statm: 89917 17114 1881 364 0 25826 0
[pid=20920] ppid=20913 vsize=318656 CPUtime=0.01 cores=1,3,5,7
/proc/20920/stat : 20920 (python) S 20913 20913 19964 0 -1 4202560 996 0 0 0 0 1 0 0 18 0 1 0 617224594 326303744 15598 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566863 0 0 16781312 514 9703304464332456200 0 0 17 7 0 0 0
/proc/20920/statm: 79664 15598 381 364 0 15582 0
[pid=20922] ppid=20920 vsize=22496 CPUtime=12.97 cores=1,3,5,7
/proc/20922/stat : 20922 (lingeling) R 20920 20922 20922 0 -1 4202496 10784 0 0 0 1296 1 0 0 25 0 1 0 617224595 23035904 4793 33554432000 4194304 4352236 140733648191632 18446744073709551615 4256360 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20922/statm: 5624 4793 129 39 0 4704 0
[pid=20923] ppid=20913 vsize=328912 CPUtime=0.01 cores=1,3,5,7
/proc/20923/stat : 20923 (python) S 20913 20913 19964 0 -1 4202560 911 0 0 0 1 0 0 0 15 0 1 0 617224597 336805888 15591 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566918 0 0 16781312 514 4765863941215584519 0 0 17 7 0 0 0
/proc/20923/statm: 82228 15591 370 364 0 18143 0
[pid=20925] ppid=20923 vsize=481116 CPUtime=12.85 cores=1,3,5,7
/proc/20925/stat : 20925 (cryptominisat-2) R 20923 20925 20925 0 -1 4202496 101663 0 0 0 1270 15 0 0 25 0 1 0 617224597 492662784 99316 33554432000 4194304 4677096 140737483232048 18446744073709551615 4318804 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/20925/statm: 120279 99316 392 118 0 115238 0
[pid=20926] ppid=20913 vsize=339168 CPUtime=0.01 cores=1,3,5,7
/proc/20926/stat : 20926 (python) S 20913 20913 19964 0 -1 4202560 935 0 0 0 1 0 0 0 18 0 1 0 617224599 347308032 15595 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566918 0 0 16781312 514 9703304464332456200 0 0 17 3 0 0 0
/proc/20926/statm: 84792 15595 370 364 0 20704 0
[pid=20928] ppid=20926 vsize=22072 CPUtime=12.94 cores=1,3,5,7
/proc/20928/stat : 20928 (lingeling) R 20926 20928 20928 0 -1 4202496 10667 0 0 0 1292 2 0 0 25 0 1 0 617224600 22601728 4688 33554432000 4194304 4352236 140737057118288 18446744073709551615 4328210 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20928/statm: 5518 4688 129 39 0 4598 0
[pid=20929] ppid=20913 vsize=349424 CPUtime=0.01 cores=1,3,5,7
/proc/20929/stat : 20929 (python) S 20913 20913 19964 0 -1 4202560 928 0 0 0 1 0 0 0 15 0 1 0 617224602 357810176 15599 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566918 0 0 16781312 514 5628839831531389190 0 0 17 1 0 0 0
/proc/20929/statm: 87356 15599 370 364 0 23265 0
[pid=20931] ppid=20929 vsize=481232 CPUtime=12.89 cores=1,3,5,7
/proc/20931/stat : 20931 (cryptominisat-2) R 20929 20931 20931 0 -1 4202496 101777 0 0 0 1275 14 0 0 25 0 1 0 617224602 492781568 99428 33554432000 4194304 4677096 140736053791120 18446744073709551615 4346270 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/20931/statm: 120308 99428 392 118 0 115267 0
[pid=20913/tid=20921] ppid=20911 vsize=359668 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20921/stat : 20921 (python) S 20911 20913 19964 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 617224594 368300032 17114 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 7 0 0 0
[pid=20913/tid=20924] ppid=20911 vsize=359668 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20924/stat : 20924 (python) S 20911 20913 19964 0 -1 4202560 20 937 0 0 0 0 0 0 20 0 5 0 617224597 368300032 17114 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 7 0 0 0
[pid=20913/tid=20927] ppid=20911 vsize=359668 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20927/stat : 20927 (python) S 20911 20913 19964 0 -1 4202560 21 937 0 0 0 0 0 0 22 0 5 0 617224599 368300032 17114 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 3 0 0 0
[pid=20913/tid=20930] ppid=20911 vsize=359668 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20930/stat : 20930 (python) S 20911 20913 19964 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 5 0 617224602 368300032 17114 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 63.98
Current children cumulated vsize (KiB) 2702744

[startup+51.1008 s]
/proc/loadavg: 7.29 5.12 4.99 9/217 20931
/proc/meminfo: memFree=20629536/32950928 swapFree=67111352/67111528
[pid=20913] ppid=20911 vsize=359668 CPUtime=12.29 cores=1,3,5,7
/proc/20913/stat : 20913 (python) S 20911 20913 19964 0 -1 4202496 27760 937 1 0 1214 15 0 0 20 0 5 0 617223345 368300032 17114 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20913/statm: 89917 17114 1881 364 0 25826 0
[pid=20920] ppid=20913 vsize=318656 CPUtime=0.05 cores=1,3,5,7
/proc/20920/stat : 20920 (python) S 20913 20913 19964 0 -1 4202560 1009 0 0 0 2 3 0 0 18 0 1 0 617224594 326303744 15598 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566863 0 0 16781312 514 9703304464332456200 0 0 17 7 0 0 0
/proc/20920/statm: 79664 15598 381 364 0 15582 0
[pid=20922] ppid=20920 vsize=22484 CPUtime=38.52 cores=1,3,5,7
/proc/20922/stat : 20922 (lingeling) R 20920 20922 20922 0 -1 4202496 13856 0 0 0 3851 1 0 0 25 0 1 0 617224595 23023616 4790 33554432000 4194304 4352236 140733648191632 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20922/statm: 5621 4790 129 39 0 4701 0
[pid=20923] ppid=20913 vsize=328912 CPUtime=0.06 cores=1,3,5,7
/proc/20923/stat : 20923 (python) S 20913 20913 19964 0 -1 4202560 926 0 0 0 4 2 0 0 15 0 1 0 617224597 336805888 15591 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566918 0 0 16781312 514 4765863941215584519 0 0 17 7 0 0 0
/proc/20923/statm: 82228 15591 370 364 0 18143 0
[pid=20925] ppid=20923 vsize=522768 CPUtime=38.2 cores=1,3,5,7
/proc/20925/stat : 20925 (cryptominisat-2) R 20923 20925 20925 0 -1 4202496 119279 0 0 0 3802 18 0 0 25 0 1 0 617224597 535314432 108615 33554432000 4194304 4677096 140737483232048 18446744073709551615 4465496 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/20925/statm: 130692 108615 393 118 0 125651 0
[pid=20926] ppid=20913 vsize=339168 CPUtime=0.05 cores=1,3,5,7
/proc/20926/stat : 20926 (python) S 20913 20913 19964 0 -1 4202560 947 0 0 0 3 2 0 0 18 0 1 0 617224599 347308032 15595 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566918 0 0 16781312 514 9703304464332456200 0 0 17 3 0 0 0
/proc/20926/statm: 84792 15595 370 364 0 20704 0
[pid=20928] ppid=20926 vsize=26152 CPUtime=38.54 cores=1,3,5,7
/proc/20928/stat : 20928 (lingeling) R 20926 20928 20928 0 -1 4202496 12715 0 0 0 3852 2 0 0 25 0 1 0 617224600 26779648 5708 33554432000 4194304 4352236 140737057118288 18446744073709551615 4278732 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20928/statm: 6538 5708 129 39 0 5618 0
[pid=20929] ppid=20913 vsize=349424 CPUtime=0.06 cores=1,3,5,7
/proc/20929/stat : 20929 (python) S 20913 20913 19964 0 -1 4202560 946 0 0 0 4 2 0 0 15 0 1 0 617224602 357810176 15599 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566918 0 0 16781312 514 5628839831531389190 0 0 17 1 0 0 0
/proc/20929/statm: 87356 15599 370 364 0 23265 0
[pid=20931] ppid=20929 vsize=521088 CPUtime=38.47 cores=1,3,5,7
/proc/20931/stat : 20931 (cryptominisat-2) R 20929 20931 20931 0 -1 4202496 121267 0 0 0 3828 19 0 0 25 0 1 0 617224602 533594112 108518 33554432000 4194304 4677096 140736053791120 18446744073709551615 4335943 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/20931/statm: 130272 108519 393 118 0 125231 0
[pid=20913/tid=20921] ppid=20911 vsize=359668 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20921/stat : 20921 (python) S 20911 20913 19964 0 -1 4202560 24 937 0 0 0 0 0 0 25 0 5 0 617224594 368300032 17114 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 7 0 0 0
[pid=20913/tid=20924] ppid=20911 vsize=359668 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20924/stat : 20924 (python) S 20911 20913 19964 0 -1 4202560 20 937 0 0 0 0 0 0 20 0 5 0 617224597 368300032 17114 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 7 0 0 0
[pid=20913/tid=20927] ppid=20911 vsize=359668 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20927/stat : 20927 (python) S 20911 20913 19964 0 -1 4202560 21 937 0 0 0 0 0 0 22 0 5 0 617224599 368300032 17114 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 3 0 0 0
[pid=20913/tid=20930] ppid=20911 vsize=359668 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20930/stat : 20930 (python) S 20911 20913 19964 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 5 0 617224602 368300032 17114 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 166.24
Current children cumulated vsize (KiB) 2788320

[startup+102.307 s]
/proc/loadavg: 7.41 5.48 5.12 9/212 20977
/proc/meminfo: memFree=22564584/32950928 swapFree=67111352/67111528
[pid=20913] ppid=20911 vsize=359668 CPUtime=12.29 cores=1,3,5,7
/proc/20913/stat : 20913 (python) S 20911 20913 19964 0 -1 4202496 27760 937 1 0 1214 15 0 0 20 0 5 0 617223345 368300032 17114 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20913/statm: 89917 17114 1881 364 0 25826 0
[pid=20920] ppid=20913 vsize=318656 CPUtime=0.12 cores=1,3,5,7
/proc/20920/stat : 20920 (python) S 20913 20913 19964 0 -1 4202560 1032 0 0 0 5 7 0 0 18 0 1 0 617224594 326303744 15598 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566863 0 0 16781312 514 9703304464332456200 0 0 17 7 0 0 0
/proc/20920/statm: 79664 15598 381 364 0 15582 0
[pid=20922] ppid=20920 vsize=26580 CPUtime=89.65 cores=1,3,5,7
/proc/20922/stat : 20922 (lingeling) R 20920 20922 20922 0 -1 4202496 15904 0 0 0 8963 2 0 0 25 0 1 0 617224595 27217920 5814 33554432000 4194304 4352236 140733648191632 18446744073709551615 4209168 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20922/statm: 6645 5814 129 39 0 5725 0
[pid=20923] ppid=20913 vsize=328912 CPUtime=0.14 cores=1,3,5,7
/proc/20923/stat : 20923 (python) S 20913 20913 19964 0 -1 4202560 945 0 0 0 9 5 0 0 15 0 1 0 617224597 336805888 15591 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566918 0 0 16781312 514 9703304464332456199 0 0 17 7 0 0 0
/proc/20923/statm: 82228 15591 370 364 0 18143 0
[pid=20925] ppid=20923 vsize=545244 CPUtime=88.94 cores=1,3,5,7
/proc/20925/stat : 20925 (cryptominisat-2) R 20923 20925 20925 0 -1 4202496 147552 0 0 0 8869 25 0 0 25 0 1 0 617224597 558329856 113383 33554432000 4194304 4677096 140737483232048 18446744073709551615 4319231 0 0 16781312 2 0 0 0 17 7 0 0 0
/proc/20925/statm: 136311 113383 393 118 0 131270 0

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

/proc/21004/statm: 17766 16666 86 171 0 17593 0
[pid=21002/tid=21016] ppid=20913 vsize=369936 CPUtime=0 cores=1,3,5,7
/proc/21002/task/21016/stat : 21016 (python) S 20913 20913 19964 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617313134 378814464 15637 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 514 18446604471161728064 0 0 -1 3 0 0 0
[pid=20913/tid=20921] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20921/stat : 20921 (python) S 20911 20913 19964 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 7 0 617224594 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 7 0 0 0
[pid=20913/tid=20924] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20924/stat : 20924 (python) S 20911 20913 19964 0 -1 4202560 20 937 0 0 0 0 0 0 20 0 7 0 617224597 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 7 0 0 0
[pid=20913/tid=20927] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20927/stat : 20927 (python) S 20911 20913 19964 0 -1 4202560 21 937 0 0 0 0 0 0 22 0 7 0 617224599 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 3 0 0 0
[pid=20913/tid=20930] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20930/stat : 20930 (python) S 20911 20913 19964 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 7 0 617224602 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 1 0 0 0
[pid=20913/tid=20996] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20996/stat : 20996 (python) S 20911 20913 19964 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 7 0 617273881 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 1 0 0 0
[pid=20913/tid=21003] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/21003/stat : 21003 (python) S 20911 20913 19964 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 7 0 617283897 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4444.27
Current children cumulated vsize (KiB) 4246136

[startup+1182.3 s]
/proc/loadavg: 8.16 8.08 7.17 9/231 21025
/proc/meminfo: memFree=21229164/32950928 swapFree=67111352/67111528
[pid=20913] ppid=20911 vsize=380180 CPUtime=12.38 cores=1,3,5,7
/proc/20913/stat : 20913 (python) S 20911 20913 19964 0 -1 4202496 29978 937 1 0 1222 16 0 0 18 0 7 0 617223345 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20913/statm: 95045 17127 1886 364 0 30948 0
[pid=20920] ppid=20913 vsize=328900 CPUtime=1.64 cores=1,3,5,7
/proc/20920/stat : 20920 (python) S 20913 20913 19964 0 -1 4202560 1228 0 0 0 86 78 0 0 18 0 2 0 617224594 336793600 15637 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20920/statm: 82225 15637 415 364 0 18143 0
[pid=20922] ppid=20920 vsize=59200 CPUtime=1163.79 cores=1,3,5,7
/proc/20922/stat : 20922 (lingeling) R 20920 20922 20922 0 -1 4202496 57853 0 0 0 116371 8 0 0 25 0 1 0 617224595 60620800 13969 33554432000 4194304 4352236 140733648191632 18446744073709551615 4329328 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/20922/statm: 14800 13969 129 39 0 13880 0
[pid=20920/tid=20978] ppid=20913 vsize=328900 CPUtime=0 cores=1,3,5,7
/proc/20920/task/20978/stat : 20978 (python) S 20913 20913 19964 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617234607 336793600 15637 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 514 18446604463845085568 0 0 -1 7 0 0 0
[pid=20923] ppid=20913 vsize=328912 CPUtime=0.7 cores=1,3,5,7
/proc/20923/stat : 20923 (python) S 20913 20913 19964 0 -1 4202560 1138 0 0 0 39 31 0 0 16 0 2 0 617224597 336805888 15621 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20923/statm: 82228 15621 399 364 0 18143 0
[pid=20925] ppid=20923 vsize=732648 CPUtime=488.31 cores=1,3,5,7
/proc/20925/stat : 20925 (cryptominisat-2) T 20923 20925 20925 0 -1 4202496 291924 0 0 0 48762 69 0 0 25 0 1 0 617224597 750231552 145988 33554432000 4194304 4677096 140737483232048 18446744073709551615 4319573 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/20925/statm: 183162 145988 393 118 0 178121 0
[pid=20923/tid=20994] ppid=20913 vsize=328912 CPUtime=0 cores=1,3,5,7
/proc/20923/task/20994/stat : 20994 (python) S 20913 20913 19964 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 617273879 336805888 15621 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 514 18446604467088407616 0 0 -1 7 0 0 0
[pid=20926] ppid=20913 vsize=339168 CPUtime=1.62 cores=1,3,5,7
/proc/20926/stat : 20926 (python) S 20913 20913 19964 0 -1 4202560 1004 0 0 0 76 86 0 0 18 0 1 0 617224599 347308032 15595 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566918 0 0 16781312 514 9703304464332456200 0 0 17 3 0 0 0
/proc/20926/statm: 84792 15595 370 364 0 20704 0
[pid=20928] ppid=20926 vsize=58348 CPUtime=1169.74 cores=1,3,5,7
/proc/20928/stat : 20928 (lingeling) R 20926 20928 20928 0 -1 4202496 62751 0 0 0 116967 7 0 0 25 0 1 0 617224600 59748352 13757 33554432000 4194304 4352236 140737057118288 18446744073709551615 4328351 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20928/statm: 14587 13757 129 39 0 13667 0
[pid=20929] ppid=20913 vsize=349424 CPUtime=1.72 cores=1,3,5,7
/proc/20929/stat : 20929 (python) S 20913 20913 19964 0 -1 4202560 1005 0 0 0 90 82 0 0 15 0 1 0 617224602 357810176 15599 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566918 0 0 16781312 514 9703304464332456198 0 0 17 1 0 0 0
/proc/20929/statm: 87356 15599 370 364 0 23265 0
[pid=20931] ppid=20929 vsize=803112 CPUtime=1168.13 cores=1,3,5,7
/proc/20931/stat : 20931 (cryptominisat-2) R 20929 20931 20931 0 -1 4202496 509873 0 0 0 116668 145 0 0 25 0 1 0 617224602 822386688 176503 33554432000 4194304 4677096 140736053791120 18446744073709551615 4318914 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/20931/statm: 200778 176503 393 118 0 195737 0
[pid=20995] ppid=20913 vsize=359680 CPUtime=0.56 cores=1,3,5,7
/proc/20995/stat : 20995 (python) S 20913 20913 19964 0 -1 4202560 1171 0 0 0 26 30 0 0 18 0 2 0 617273881 368312320 15633 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20995/statm: 89920 15633 399 364 0 25826 0
[pid=20997] ppid=20995 vsize=46176 CPUtime=383.37 cores=1,3,5,7
/proc/20997/stat : 20997 (lingeling) R 20995 20997 20997 0 -1 4202496 27684 0 0 0 38334 3 0 0 25 0 1 0 617273882 47284224 10714 33554432000 4194304 4352236 140734480566608 18446744073709551615 4276778 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20997/statm: 11544 10714 129 39 0 10624 0
[pid=20995/tid=21001] ppid=20913 vsize=359680 CPUtime=0 cores=1,3,5,7
/proc/20995/task/21001/stat : 21001 (python) S 20913 20913 19964 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617283894 368312320 15633 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 514 18446604469688689984 0 0 -1 1 0 0 0
[pid=21002] ppid=20913 vsize=369936 CPUtime=0.42 cores=1,3,5,7
/proc/21002/stat : 21002 (python) S 20913 20913 19964 0 -1 4202560 1174 0 0 0 21 21 0 0 19 0 2 0 617283896 378814464 15637 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21002/statm: 92484 15637 399 364 0 28387 0
[pid=21004] ppid=21002 vsize=71064 CPUtime=291.51 cores=1,3,5,7
/proc/21004/stat : 21004 (precosat) T 21002 21004 21004 0 -1 4202496 17967 0 0 0 29149 2 0 0 25 0 1 0 617283897 72769536 16666 33554432000 4194304 4890832 140736512686944 18446744073709551615 4238757 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/21004/statm: 17766 16666 86 171 0 17593 0
[pid=21002/tid=21016] ppid=20913 vsize=369936 CPUtime=0 cores=1,3,5,7
/proc/21002/task/21016/stat : 21016 (python) S 20913 20913 19964 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617313134 378814464 15637 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 514 18446604471161728064 0 0 -1 3 0 0 0
[pid=20913/tid=20921] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20921/stat : 20921 (python) S 20911 20913 19964 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 7 0 617224594 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 7 0 0 0
[pid=20913/tid=20924] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20924/stat : 20924 (python) S 20911 20913 19964 0 -1 4202560 20 937 0 0 0 0 0 0 20 0 7 0 617224597 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 7 0 0 0
[pid=20913/tid=20927] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20927/stat : 20927 (python) S 20911 20913 19964 0 -1 4202560 21 937 0 0 0 0 0 0 22 0 7 0 617224599 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 3 0 0 0
[pid=20913/tid=20930] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20930/stat : 20930 (python) S 20911 20913 19964 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 7 0 617224602 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 1 0 0 0
[pid=20913/tid=20996] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20996/stat : 20996 (python) S 20911 20913 19964 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 7 0 617273881 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 1 0 0 0
[pid=20913/tid=21003] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/21003/stat : 21003 (python) S 20911 20913 19964 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 7 0 617283897 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4683.89
Current children cumulated vsize (KiB) 4226748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1211.4 s]
/proc/loadavg: 8.10 8.07 7.19 9/231 21026
/proc/meminfo: memFree=21211180/32950928 swapFree=67111352/67111528
[pid=20913] ppid=20911 vsize=380180 CPUtime=12.38 cores=1,3,5,7
/proc/20913/stat : 20913 (python) S 20911 20913 19964 0 -1 4202496 29978 937 1 0 1222 16 0 0 18 0 7 0 617223345 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379373515 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/20913/statm: 95045 17127 1886 364 0 30948 0
[pid=20920] ppid=20913 vsize=328900 CPUtime=1.68 cores=1,3,5,7
/proc/20920/stat : 20920 (python) S 20913 20913 19964 0 -1 4202560 1228 0 0 0 88 80 0 0 18 0 2 0 617224594 336793600 15637 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20920/statm: 82225 15637 415 364 0 18143 0
[pid=20922] ppid=20920 vsize=58176 CPUtime=1192.65 cores=1,3,5,7
/proc/20922/stat : 20922 (lingeling) R 20920 20922 20922 0 -1 4202496 58109 0 0 0 119257 8 0 0 25 0 1 0 617224595 59572224 13713 33554432000 4194304 4352236 140733648191632 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 7 0 0 0
/proc/20922/statm: 14544 13713 129 39 0 13624 0
[pid=20920/tid=20978] ppid=20913 vsize=328900 CPUtime=0 cores=1,3,5,7
/proc/20920/task/20978/stat : 20978 (python) S 20913 20913 19964 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 617234607 336793600 15637 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 514 18446604463845085568 0 0 -1 7 0 0 0
[pid=20923] ppid=20913 vsize=328912 CPUtime=0.7 cores=1,3,5,7
/proc/20923/stat : 20923 (python) S 20913 20913 19964 0 -1 4202560 1138 0 0 0 39 31 0 0 16 0 2 0 617224597 336805888 15621 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 7 0 0 0
/proc/20923/statm: 82228 15621 399 364 0 18143 0
[pid=20925] ppid=20923 vsize=732648 CPUtime=488.31 cores=1,3,5,7
/proc/20925/stat : 20925 (cryptominisat-2) T 20923 20925 20925 0 -1 4202496 291924 0 0 0 48762 69 0 0 25 0 1 0 617224597 750231552 145988 33554432000 4194304 4677096 140737483232048 18446744073709551615 4319573 0 0 16781312 2 18446744071562691360 0 0 17 7 0 0 0
/proc/20925/statm: 183162 145988 393 118 0 178121 0
[pid=20923/tid=20994] ppid=20913 vsize=328912 CPUtime=0 cores=1,3,5,7
/proc/20923/task/20994/stat : 20994 (python) S 20913 20913 19964 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 617273879 336805888 15621 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 514 18446604467088407616 0 0 -1 7 0 0 0
[pid=20926] ppid=20913 vsize=339168 CPUtime=1.65 cores=1,3,5,7
/proc/20926/stat : 20926 (python) S 20913 20913 19964 0 -1 4202560 1004 0 0 0 77 88 0 0 18 0 1 0 617224599 347308032 15595 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566918 0 0 16781312 514 9703304464332456200 0 0 17 3 0 0 0
/proc/20926/statm: 84792 15595 370 364 0 20704 0
[pid=20928] ppid=20926 vsize=57324 CPUtime=1198.85 cores=1,3,5,7
/proc/20928/stat : 20928 (lingeling) R 20926 20928 20928 0 -1 4202496 63263 0 0 0 119878 7 0 0 25 0 1 0 617224600 58699776 13501 33554432000 4194304 4352236 140737057118288 18446744073709551615 4271308 0 0 16781312 17506 0 0 0 17 5 0 0 0
/proc/20928/statm: 14331 13501 129 39 0 13411 0
[pid=20929] ppid=20913 vsize=349424 CPUtime=1.78 cores=1,3,5,7
/proc/20929/stat : 20929 (python) S 20913 20913 19964 0 -1 4202560 1005 0 0 0 93 85 0 0 15 0 1 0 617224602 357810176 15599 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566918 0 0 16781312 514 9703304464332456198 0 0 17 1 0 0 0
/proc/20929/statm: 87356 15599 370 364 0 23265 0
[pid=20931] ppid=20929 vsize=823036 CPUtime=1197.21 cores=1,3,5,7
/proc/20931/stat : 20931 (cryptominisat-2) R 20929 20931 20931 0 -1 4202496 514849 0 0 0 119573 148 0 0 25 0 1 0 617224602 842788864 180692 33554432000 4194304 4677096 140736053791120 18446744073709551615 4319011 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/20931/statm: 205759 180692 393 118 0 200718 0
[pid=20995] ppid=20913 vsize=359680 CPUtime=0.61 cores=1,3,5,7
/proc/20995/stat : 20995 (python) S 20913 20913 19964 0 -1 4202560 1171 0 0 0 28 33 0 0 18 0 2 0 617273881 368312320 15633 33554432000 4194304 5683644 140734109333856 18446744073709551615 251367566918 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/20995/statm: 89920 15633 399 364 0 25826 0
[pid=20997] ppid=20995 vsize=37984 CPUtime=412.37 cores=1,3,5,7
/proc/20997/stat : 20997 (lingeling) R 20995 20997 20997 0 -1 4202496 28708 0 0 0 41234 3 0 0 25 0 1 0 617273882 38895616 8666 33554432000 4194304 4352236 140734480566608 18446744073709551615 4328042 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/20997/statm: 9496 8666 129 39 0 8576 0
[pid=20995/tid=21001] ppid=20913 vsize=359680 CPUtime=0 cores=1,3,5,7
/proc/20995/task/21001/stat : 21001 (python) S 20913 20913 19964 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 617283894 368312320 15633 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 514 18446604469688689984 0 0 -1 1 0 0 0
[pid=21002] ppid=20913 vsize=369936 CPUtime=0.42 cores=1,3,5,7
/proc/21002/stat : 21002 (python) S 20913 20913 19964 0 -1 4202560 1174 0 0 0 21 21 0 0 19 0 2 0 617283896 378814464 15637 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379373515 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/21002/statm: 92484 15637 399 364 0 28387 0
[pid=21004] ppid=21002 vsize=71064 CPUtime=291.51 cores=1,3,5,7
/proc/21004/stat : 21004 (precosat) T 21002 21004 21004 0 -1 4202496 17967 0 0 0 29149 2 0 0 25 0 1 0 617283897 72769536 16666 33554432000 4194304 4890832 140736512686944 18446744073709551615 4238757 0 0 16781312 17442 18446744071562691360 0 0 17 1 0 0 0
/proc/21004/statm: 17766 16666 86 171 0 17593 0
[pid=21002/tid=21016] ppid=20913 vsize=369936 CPUtime=0 cores=1,3,5,7
/proc/21002/task/21016/stat : 21016 (python) S 20913 20913 19964 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 617313134 378814464 15637 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 514 18446604471161728064 0 0 -1 3 0 0 0
[pid=20913/tid=20921] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20921/stat : 20921 (python) S 20911 20913 19964 0 -1 4202560 29 937 0 0 0 0 0 0 18 0 7 0 617224594 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 7 0 0 0
[pid=20913/tid=20924] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20924/stat : 20924 (python) S 20911 20913 19964 0 -1 4202560 20 937 0 0 0 0 0 0 20 0 7 0 617224597 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 7 0 0 0
[pid=20913/tid=20927] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20927/stat : 20927 (python) S 20911 20913 19964 0 -1 4202560 21 937 0 0 0 0 0 0 22 0 7 0 617224599 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 3 0 0 0
[pid=20913/tid=20930] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20930/stat : 20930 (python) S 20911 20913 19964 0 -1 4202560 25 937 0 0 0 0 0 0 20 0 7 0 617224602 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 1 0 0 0
[pid=20913/tid=20996] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/20996/stat : 20996 (python) S 20911 20913 19964 0 -1 4202560 33 937 0 0 0 0 0 0 18 0 7 0 617273881 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 1 0 0 0
[pid=20913/tid=21003] ppid=20911 vsize=380180 CPUtime=0 cores=1,3,5,7
/proc/20913/task/21003/stat : 21003 (python) S 20911 20913 19964 0 -1 4202560 28 937 0 0 0 0 0 0 20 0 7 0 617283897 389304320 17127 33554432000 4194304 5683644 140734109333856 18446744073709551615 251379370417 0 0 16781312 2 18446604463740311680 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 4236432

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 20913 and gives
#  childrusage.ru_utime.tv_sec=12
#  childrusage.ru_utime.tv_usec=237139
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=167974
# CPU time returned by wait4() is 12.4051
# while last known CPU time is 4800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1211.53
CPU time (s): 4800.12
CPU user time (s): 4794.21
CPU system time (s): 5.91
CPU usage (%): 396.203
Max. virtual memory (cumulated for all children) (KiB): 4325732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.2371
system time used= 0.167974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30961
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= 2943
involuntary context switches= 37

runsolver used 2.18467 second user time and 5.53716 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-01 19:12:07
IDJOB=3317907
IDBENCH=83116
IDSOLVER=1706
FILE ID=node113/3317907-1304269926
RUNJOBID= node113-1304267292-19983
PBS_JOBID= 13173966
Free space on /tmp= 72368 MiB

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

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

MD5SUM BENCH= 1f485d737caaaca49e2c467c83cbdcec
RANDOM SEED=1844673773

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      21860456 kB
Buffers:        804932 kB
Cached:        2838228 kB
SwapCached:         12 kB
Active:        7327836 kB
Inactive:      3231244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21860456 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           35588 kB
Writeback:          12 kB
AnonPages:     6915664 kB
Mapped:          23396 kB
Slab:           445496 kB
PageTables:      25780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  9357568 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= 72368 MiB
End job on node113 at 2011-05-01 19:32:20