Trace number 3317924

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.15 1203.76

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_3_keyfind_1.cnf
MD5SUM4738c3d0ccd52030cff8addcec6bcde9
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 variables1404
Number of clauses7572
Sum of the clauses size29588
Maximum clause length5
Minimum clause length1
Number of clauses of size 1140
Number of clauses of size 2240
Number of clauses of size 32992
Number of clauses of size 41008
Number of clauses of size 53192
Number of clauses of size over 50

Solver Data

0.33/0.67	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.33/0.67	c INFO: solving HOME/instance-3317924-1304270388.cnf
0.33/0.67	c INFO: computing task features
0.33/0.70	c INFO: computed variable-clause graph statistics
0.33/0.70	c INFO: computed clause balance statistics
0.50/0.88	c INFO: computed variable balance statistics
0.60/0.99	c INFO: computed small-clause counts
0.60/0.99	c INFO: computed Horn-clause counts
0.60/1.00	c INFO: computed variable graph statistics
0.60/1.00	c INFO: collected features for HOME/instance-3317924-1304270388.cnf in 0.33 s
0.70/1.02	c INFO: running lingeling-276@0 for 97 with 4799 remaining (b = 0.28)
0.70/1.05	c INFO: running cryptominisat-2.9.0@0 for 485 with 4799 remaining (b = 0.36)
0.70/1.07	c INFO: running lingeling-276@0 for 873 with 4799 remaining (b = 0.45)
0.70/1.10	c INFO: running lingeling-276@0 for 1261 with 4799 remaining (b = 0.47)
400.22/101.18	c INFO: running cryptominisat-2.9.0@0 for 485 with 4699 remaining (b = 0.26)
1964.82/492.97	c INFO: running lingeling-276@0 for 1164 with 4307 remaining (b = 0.37)
2348.16/588.91	c INFO: running SApperloT@0 for 97 with 4211 remaining (b = 0.12)
2747.91/689.09	c INFO: running precosat-570@0 for 388 with 4111 remaining (b = 0.25)
3495.31/876.28	c INFO: running lingeling-276@0 for 97 with 3924 remaining (b = 0.07)
3894.44/976.46	c INFO: running cryptominisat-2.9.0@490 for 873 with 3824 remaining (b = 0.29)
4321.58/1083.64	c INFO: running precosat-570@873 for 388 with 3717 remaining (b = 0.17)
4800.15/1203.73	c INFO: running SApperloT@0 for 97 with 3596 remaining (b = 0.02)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3317924-1304270388/watcher-3317924-1304270388 -o /tmp/evaluation-result-3317924-1304270388/solver-3317924-1304270388 -C 4800 -W 1300 -M 15500 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3317924-1304270388.cnf -seed 26425585 -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: 7.82 6.74 5.90 5/207 10100
/proc/meminfo: memFree=22490536/32951124 swapFree=67111412/67111528
[pid=10100] ppid=10098 vsize=15384 CPUtime=0 cores=0,2,4,6
/proc/10100/stat : 10100 (python) R 10098 10100 9574 0 -1 4202496 792 0 0 0 0 0 0 0 24 0 1 0 538637023 15753216 679 33554432000 4194304 5683644 140736750633216 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 4 0 0 0
/proc/10100/statm: 3845 679 322 364 0 332 0

[startup+0.0495119 s]
/proc/loadavg: 7.82 6.74 5.90 5/207 10100
/proc/meminfo: memFree=22490536/32951124 swapFree=67111412/67111528
[pid=10100] ppid=10098 vsize=18880 CPUtime=0.02 cores=0,2,4,6
/proc/10100/stat : 10100 (python) S 10098 10100 9574 0 -1 4202496 1288 0 0 0 2 0 0 0 24 0 1 0 538637023 19333120 1140 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/10100/statm: 4720 1140 421 364 0 689 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 18880

[startup+0.101033 s]
/proc/loadavg: 7.82 6.74 5.90 5/207 10100
/proc/meminfo: memFree=22490536/32951124 swapFree=67111412/67111528
[pid=10100] ppid=10098 vsize=89764 CPUtime=0.05 cores=0,2,4,6
/proc/10100/stat : 10100 (python) S 10098 10100 9574 0 -1 4202496 2672 0 0 0 4 1 0 0 17 0 1 0 538637023 91918336 2387 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335890432 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/10100/statm: 22441 2387 750 364 0 1621 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 89764

[startup+0.300764 s]
/proc/loadavg: 7.82 6.74 5.90 5/207 10100
/proc/meminfo: memFree=22490536/32951124 swapFree=67111412/67111528
[pid=10100] ppid=10098 vsize=135744 CPUtime=0.17 cores=0,2,4,6
/proc/10100/stat : 10100 (python) S 10098 10100 9574 0 -1 4202496 5961 933 1 0 12 5 0 0 17 0 1 0 538637023 139001856 4149 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335888389 0 2147483391 16781312 2 18446744071699453118 0 0 17 6 0 0 0
/proc/10100/statm: 33936 4149 1032 364 0 3122 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135744

[startup+0.706752 s]
/proc/loadavg: 7.82 6.74 5.90 5/207 10100
/proc/meminfo: memFree=22490536/32951124 swapFree=67111412/67111528
[pid=10100] ppid=10098 vsize=280112 CPUtime=0.4 cores=0,2,4,6
/proc/10100/stat : 10100 (python) R 10098 10100 9574 0 -1 4202496 9735 933 1 0 30 10 0 0 16 0 1 0 538637023 286834688 7404 33554432000 4194304 5683644 140736750633216 18446744073709551615 4620076 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/10100/statm: 70028 7406 1822 364 0 5952 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 280112

[startup+1.50055 s]
/proc/loadavg: 7.82 6.74 5.90 7/208 10105
/proc/meminfo: memFree=22465232/32951124 swapFree=67111412/67111528
[pid=10100] ppid=10098 vsize=320648 CPUtime=0.8 cores=0,2,4,6
/proc/10100/stat : 10100 (python) S 10098 10100 9574 0 -1 4202496 12451 933 1 0 69 11 0 0 22 0 5 0 538637023 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10100/statm: 80162 7391 1881 364 0 16071 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 320648

[startup+3.10127 s]
/proc/loadavg: 7.91 6.78 5.91 9/220 10117
/proc/meminfo: memFree=22440576/32951124 swapFree=67111412/67111528
[pid=10100] ppid=10098 vsize=320648 CPUtime=0.8 cores=0,2,4,6
/proc/10100/stat : 10100 (python) S 10098 10100 9574 0 -1 4202496 12451 933 1 0 69 11 0 0 22 0 5 0 538637023 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10100/statm: 80162 7391 1881 364 0 16071 0
[pid=10106] ppid=10100 vsize=279636 CPUtime=0 cores=0,2,4,6
/proc/10106/stat : 10106 (python) S 10100 10100 9574 0 -1 4202560 810 0 0 0 0 0 0 0 18 0 1 0 538637126 286347264 5853 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912463 0 0 16781312 514 16852826326560637185 0 0 17 4 0 0 0
/proc/10106/statm: 69909 5853 359 364 0 5827 0
[pid=10108] ppid=10106 vsize=7236 CPUtime=2.05 cores=0,2,4,6
/proc/10108/stat : 10108 (lingeling) R 10106 10108 10108 0 -1 4202496 1293 0 0 0 205 0 0 0 25 0 1 0 538637126 7409664 977 33554432000 4194304 4352236 140734983484384 18446744073709551615 4329360 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/10108/statm: 1809 977 128 39 0 889 0
[pid=10109] ppid=10100 vsize=289892 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (python) S 10100 10100 9574 0 -1 4202560 748 0 0 0 0 0 0 0 15 0 1 0 538637128 296849408 5846 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 5601798683076034820 0 0 17 2 0 0 0
/proc/10109/statm: 72473 5846 348 364 0 8388 0
[pid=10111] ppid=10109 vsize=33284 CPUtime=2.03 cores=0,2,4,6
/proc/10111/stat : 10111 (cryptominisat-2) R 10109 10111 10111 0 -1 4202496 3490 0 0 0 203 0 0 0 25 0 1 0 538637128 34082816 1873 33554432000 4194304 4677096 140736991789744 18446744073709551615 232335589051 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10111/statm: 8321 1873 392 118 0 3280 0
[pid=10112] ppid=10100 vsize=300148 CPUtime=0 cores=0,2,4,6
/proc/10112/stat : 10112 (python) S 10100 10100 9574 0 -1 4202560 737 0 0 0 0 0 0 0 18 0 1 0 538637130 307351552 5850 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 5186133019479506943 0 0 17 4 0 0 0
/proc/10112/statm: 75037 5850 348 364 0 10949 0
[pid=10114] ppid=10112 vsize=6988 CPUtime=2.01 cores=0,2,4,6
/proc/10114/stat : 10114 (lingeling) R 10112 10114 10114 0 -1 4202496 1264 0 0 0 201 0 0 0 25 0 1 0 538637131 7155712 946 33554432000 4194304 4352236 140736537030544 18446744073709551615 4329000 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10114/statm: 1747 946 128 39 0 827 0
[pid=10115] ppid=10100 vsize=310404 CPUtime=0 cores=0,2,4,6
/proc/10115/stat : 10115 (python) S 10100 10100 9574 0 -1 4202560 749 0 0 0 0 0 0 0 18 0 1 0 538637133 317853696 5854 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 9720096210206851071 0 0 17 0 0 0 0
/proc/10115/statm: 77601 5854 348 364 0 13510 0
[pid=10117] ppid=10115 vsize=6804 CPUtime=1.99 cores=0,2,4,6
/proc/10117/stat : 10117 (lingeling) R 10115 10117 10117 0 -1 4202496 1186 0 0 0 199 0 0 0 25 0 1 0 538637133 6967296 869 33554432000 4194304 4352236 140733461882672 18446744073709551615 4328194 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/10117/statm: 1701 869 128 39 0 781 0
[pid=10100/tid=10107] ppid=10098 vsize=320648 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10107/stat : 10107 (python) S 10098 10100 9574 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 5 0 538637126 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 2 0 0 0
[pid=10100/tid=10110] ppid=10098 vsize=320648 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10110/stat : 10110 (python) S 10098 10100 9574 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 5 0 538637128 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 2 0 0 0
[pid=10100/tid=10113] ppid=10098 vsize=320648 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10113/stat : 10113 (python) S 10098 10100 9574 0 -1 4202560 36 933 0 0 0 0 0 0 20 0 5 0 538637131 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
[pid=10100/tid=10116] ppid=10098 vsize=320648 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10116/stat : 10116 (python) S 10098 10100 9574 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 5 0 538637133 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.88
Current children cumulated vsize (KiB) 1555040

[startup+6.3007 s]
/proc/loadavg: 7.91 6.78 5.91 9/220 10117
/proc/meminfo: memFree=22429788/32951124 swapFree=67111412/67111528
[pid=10100] ppid=10098 vsize=320648 CPUtime=0.8 cores=0,2,4,6
/proc/10100/stat : 10100 (python) S 10098 10100 9574 0 -1 4202496 12451 933 1 0 69 11 0 0 22 0 5 0 538637023 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10100/statm: 80162 7391 1881 364 0 16071 0
[pid=10106] ppid=10100 vsize=279636 CPUtime=0 cores=0,2,4,6
/proc/10106/stat : 10106 (python) S 10100 10100 9574 0 -1 4202560 976 0 0 0 0 0 0 0 18 0 1 0 538637126 286347264 5876 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912463 0 0 16781312 514 16852826326560637185 0 0 17 4 0 0 0
/proc/10106/statm: 69909 5876 382 364 0 5827 0
[pid=10108] ppid=10106 vsize=6728 CPUtime=5.23 cores=0,2,4,6
/proc/10108/stat : 10108 (lingeling) R 10106 10108 10108 0 -1 4202496 1358 0 0 0 523 0 0 0 25 0 1 0 538637126 6889472 850 33554432000 4194304 4352236 140734983484384 18446744073709551615 4207798 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/10108/statm: 1682 850 128 39 0 762 0
[pid=10109] ppid=10100 vsize=289892 CPUtime=0 cores=0,2,4,6
/proc/10109/stat : 10109 (python) S 10100 10100 9574 0 -1 4202560 897 0 0 0 0 0 0 0 15 0 1 0 538637128 296849408 5869 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 5661803190132113668 0 0 17 2 0 0 0
/proc/10109/statm: 72473 5869 371 364 0 8388 0
[pid=10111] ppid=10109 vsize=53956 CPUtime=5.22 cores=0,2,4,6
/proc/10111/stat : 10111 (cryptominisat-2) R 10109 10111 10111 0 -1 4202496 7084 0 0 0 522 0 0 0 25 0 1 0 538637128 55250944 3949 33554432000 4194304 4677096 140736991789744 18446744073709551615 4320231 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10111/statm: 13489 3949 392 118 0 8448 0
[pid=10112] ppid=10100 vsize=300148 CPUtime=0 cores=0,2,4,6
/proc/10112/stat : 10112 (python) S 10100 10100 9574 0 -1 4202560 890 0 0 0 0 0 0 0 18 0 1 0 538637130 307351552 5872 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 5186133019479474436 0 0 17 4 0 0 0
/proc/10112/statm: 75037 5872 370 364 0 10949 0
[pid=10114] ppid=10112 vsize=6476 CPUtime=5.18 cores=0,2,4,6
/proc/10114/stat : 10114 (lingeling) R 10112 10114 10114 0 -1 4202496 1264 0 0 0 518 0 0 0 25 0 1 0 538637131 6631424 818 33554432000 4194304 4352236 140736537030544 18446744073709551615 4271280 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10114/statm: 1619 818 128 39 0 699 0
[pid=10115] ppid=10100 vsize=310404 CPUtime=0 cores=0,2,4,6
/proc/10115/stat : 10115 (python) S 10100 10100 9574 0 -1 4202560 921 0 0 0 0 0 0 0 18 0 1 0 538637133 317853696 5877 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 9720096210206818564 0 0 17 0 0 0 0
/proc/10115/statm: 77601 5877 371 364 0 13510 0
[pid=10117] ppid=10115 vsize=6936 CPUtime=5.18 cores=0,2,4,6
/proc/10117/stat : 10117 (lingeling) R 10115 10117 10117 0 -1 4202496 1349 0 0 0 518 0 0 0 25 0 1 0 538637133 7102464 904 33554432000 4194304 4352236 140733461882672 18446744073709551615 4279999 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/10117/statm: 1734 904 128 39 0 814 0
[pid=10100/tid=10107] ppid=10098 vsize=320648 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10107/stat : 10107 (python) S 10098 10100 9574 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 5 0 538637126 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 2 0 0 0
[pid=10100/tid=10110] ppid=10098 vsize=320648 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10110/stat : 10110 (python) S 10098 10100 9574 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 5 0 538637128 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 2 0 0 0
[pid=10100/tid=10113] ppid=10098 vsize=320648 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10113/stat : 10113 (python) S 10098 10100 9574 0 -1 4202560 36 933 0 0 0 0 0 0 20 0 5 0 538637131 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
[pid=10100/tid=10116] ppid=10098 vsize=320648 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10116/stat : 10116 (python) S 10098 10100 9574 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 5 0 538637133 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 21.61
Current children cumulated vsize (KiB) 1574824

[startup+12.7006 s]
/proc/loadavg: 7.93 6.82 5.94 9/220 10117
/proc/meminfo: memFree=22419848/32951124 swapFree=67111412/67111528
[pid=10100] ppid=10098 vsize=320648 CPUtime=0.8 cores=0,2,4,6
/proc/10100/stat : 10100 (python) S 10098 10100 9574 0 -1 4202496 12451 933 1 0 69 11 0 0 22 0 5 0 538637023 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10100/statm: 80162 7391 1881 364 0 16071 0
[pid=10106] ppid=10100 vsize=279636 CPUtime=0.01 cores=0,2,4,6
/proc/10106/stat : 10106 (python) S 10100 10100 9574 0 -1 4202560 980 0 0 0 1 0 0 0 18 0 1 0 538637126 286347264 5876 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912463 0 0 16781312 514 7214749010861457665 0 0 17 4 0 0 0
/proc/10106/statm: 69909 5876 382 364 0 5827 0
[pid=10108] ppid=10106 vsize=8260 CPUtime=11.59 cores=0,2,4,6
/proc/10108/stat : 10108 (lingeling) R 10106 10108 10108 0 -1 4202496 2221 0 0 0 1159 0 0 0 25 0 1 0 538637126 8458240 1233 33554432000 4194304 4352236 140734983484384 18446744073709551615 4328095 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/10108/statm: 2065 1233 128 39 0 1145 0
[pid=10109] ppid=10100 vsize=289892 CPUtime=0.02 cores=0,2,4,6
/proc/10109/stat : 10109 (python) S 10100 10100 9574 0 -1 4202560 903 0 0 0 1 1 0 0 15 0 1 0 538637128 296849408 5869 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 5661803190132113668 0 0 17 2 0 0 0
/proc/10109/statm: 72473 5869 371 364 0 8388 0
[pid=10111] ppid=10109 vsize=56512 CPUtime=11.61 cores=0,2,4,6
/proc/10111/stat : 10111 (cryptominisat-2) R 10109 10111 10111 0 -1 4202496 14155 0 0 0 1159 2 0 0 25 0 1 0 538637128 57868288 7521 33554432000 4194304 4677096 140736991789744 18446744073709551615 4465368 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10111/statm: 14128 7521 392 118 0 9087 0
[pid=10112] ppid=10100 vsize=300148 CPUtime=0 cores=0,2,4,6
/proc/10112/stat : 10112 (python) S 10100 10100 9574 0 -1 4202560 895 0 0 0 0 0 0 0 18 0 1 0 538637130 307351552 5873 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 7214749010861457668 0 0 17 4 0 0 0
/proc/10112/statm: 75037 5873 371 364 0 10949 0
[pid=10114] ppid=10112 vsize=8280 CPUtime=11.57 cores=0,2,4,6
/proc/10114/stat : 10114 (lingeling) R 10112 10114 10114 0 -1 4202496 2227 0 0 0 1157 0 0 0 25 0 1 0 538637131 8478720 1237 33554432000 4194304 4352236 140736537030544 18446744073709551615 4328695 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10114/statm: 2070 1237 128 39 0 1150 0
[pid=10115] ppid=10100 vsize=310404 CPUtime=0 cores=0,2,4,6
/proc/10115/stat : 10115 (python) S 10100 10100 9574 0 -1 4202560 926 0 0 0 0 0 0 0 18 0 1 0 538637133 317853696 5877 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 7214749010861457668 0 0 17 0 0 0 0
/proc/10115/statm: 77601 5877 371 364 0 13510 0
[pid=10117] ppid=10115 vsize=7336 CPUtime=11.57 cores=0,2,4,6
/proc/10117/stat : 10117 (lingeling) R 10115 10117 10117 0 -1 4202496 2215 0 0 0 1157 0 0 0 25 0 1 0 538637133 7512064 1002 33554432000 4194304 4352236 140733461882672 18446744073709551615 4227502 0 0 16781312 17506 0 0 0 17 0 0 0 0
/proc/10117/statm: 1834 1002 128 39 0 914 0
[pid=10100/tid=10107] ppid=10098 vsize=320648 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10107/stat : 10107 (python) S 10098 10100 9574 0 -1 4202560 24 933 0 0 0 0 0 0 18 0 5 0 538637126 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 2 0 0 0
[pid=10100/tid=10110] ppid=10098 vsize=320648 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10110/stat : 10110 (python) S 10098 10100 9574 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 5 0 538637128 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 2 0 0 0
[pid=10100/tid=10113] ppid=10098 vsize=320648 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10113/stat : 10113 (python) S 10098 10100 9574 0 -1 4202560 36 933 0 0 0 0 0 0 20 0 5 0 538637131 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
[pid=10100/tid=10116] ppid=10098 vsize=320648 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10116/stat : 10116 (python) S 10098 10100 9574 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 5 0 538637133 328343552 7391 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 47.17
Current children cumulated vsize (KiB) 1581116

[startup+25.5013 s]
/proc/loadavg: 7.94 6.86 5.96 9/220 10118
/proc/meminfo: memFree=22407764/32951124 swapFree=67111412/67111528
[pid=10100] ppid=10098 vsize=320648 CPUtime=0.8 cores=0,2,4,6

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

[pid=10112] ppid=10100 vsize=300148 CPUtime=1.29 cores=0,2,4,6
/proc/10112/stat : 10112 (python) S 10100 10100 9574 0 -1 4202560 1118 0 0 0 68 61 0 0 19 0 2 0 538637130 307351552 5903 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10112/statm: 75037 5903 400 364 0 10949 0
[pid=10114] ppid=10112 vsize=20844 CPUtime=873.42 cores=0,2,4,6
/proc/10114/stat : 10114 (lingeling) T 10112 10114 10114 0 -1 4202496 34936 0 0 0 87337 5 0 0 25 0 1 0 538637131 21344256 4410 33554432000 4194304 4352236 140736537030544 18446744073709551615 4329043 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/10114/statm: 5211 4410 128 39 0 4291 0
[pid=10112/tid=10167] ppid=10100 vsize=300148 CPUtime=0 cores=0,2,4,6
/proc/10112/task/10167/stat : 10167 (python) S 10100 10100 9574 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538724648 307351552 5903 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 514 18446604445530249344 0 0 -1 0 0 0 0
[pid=10115] ppid=10100 vsize=310404 CPUtime=1.79 cores=0,2,4,6
/proc/10115/stat : 10115 (python) S 10100 10100 9574 0 -1 4202560 990 0 0 0 97 82 0 0 18 0 1 0 538637133 317853696 5877 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 7214749010861457668 0 0 17 0 0 0 0
/proc/10115/statm: 77601 5877 371 364 0 13510 0
[pid=10117] ppid=10115 vsize=23784 CPUtime=1198.97 cores=0,2,4,6
/proc/10117/stat : 10117 (lingeling) R 10115 10117 10117 0 -1 4202496 43568 0 0 0 119890 7 0 0 25 0 1 0 538637133 24354816 5147 33554432000 4194304 4352236 140733461882672 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10117/statm: 5946 5147 129 39 0 5026 0
[pid=10122] ppid=10100 vsize=320660 CPUtime=1.11 cores=0,2,4,6
/proc/10122/stat : 10122 (python) S 10100 10100 9574 0 -1 4202560 1162 0 0 0 63 48 0 0 15 0 2 0 538647141 328355840 5911 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10122/statm: 80165 5911 400 364 0 16071 0
[pid=10124] ppid=10122 vsize=263048 CPUtime=713.72 cores=0,2,4,6
/proc/10124/stat : 10124 (cryptominisat-2) R 10122 10124 10124 0 -1 4202496 232641 0 0 0 71306 66 0 0 25 0 1 0 538647141 269361152 43590 33554432000 4194304 4677096 140734779234432 18446744073709551615 4454468 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10124/statm: 65762 43590 392 118 0 60721 0
[pid=10122/tid=10151] ppid=10100 vsize=320660 CPUtime=0 cores=0,2,4,6
/proc/10122/task/10151/stat : 10151 (python) S 10100 10100 9574 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538695912 328355840 5911 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 514 18446604453985336000 0 0 -1 0 0 0 0
[pid=10152] ppid=10100 vsize=331244 CPUtime=0.15 cores=0,2,4,6
/proc/10152/stat : 10152 (python) S 10100 10100 9574 0 -1 4202560 1125 0 0 0 8 7 0 0 19 0 2 0 538695914 339193856 5965 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10152/statm: 82811 5965 400 364 0 18714 0
[pid=10154] ppid=10152 vsize=9012 CPUtime=99.83 cores=0,2,4,6
/proc/10154/stat : 10154 (SApperloT-base) T 10152 10154 10154 0 -1 4202496 2182 0 0 0 9983 0 0 0 25 0 1 0 538695915 9228288 1917 33554432000 134512640 135674940 4288646656 18446744073709551615 134564244 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10154/statm: 2253 1917 100 284 0 1967 0
[pid=10152/tid=10157] ppid=10100 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10157/stat : 10157 (python) S 10100 10100 9574 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538705928 339193856 5965 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 514 18446604453684229440 0 0 -1 2 0 0 0
[pid=10158] ppid=10100 vsize=341500 CPUtime=0.76 cores=0,2,4,6
/proc/10158/stat : 10158 (python) S 10100 10100 9574 0 -1 4202560 1162 0 0 0 40 36 0 0 18 0 2 0 538705932 349696000 5969 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10158/statm: 85375 5969 400 364 0 21275 0
[pid=10160] ppid=10158 vsize=44612 CPUtime=512.59 cores=0,2,4,6
/proc/10160/stat : 10160 (precosat) R 10158 10160 10160 0 -1 4202496 11534 0 0 0 51256 3 0 0 25 0 1 0 538705932 45682688 11013 33554432000 4194304 4890832 140733594838864 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/10160/statm: 11153 11013 86 171 0 10980 0
[pid=10158/tid=10201] ppid=10100 vsize=341500 CPUtime=0 cores=0,2,4,6
/proc/10158/task/10201/stat : 10201 (python) S 10100 10100 9574 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538745385 349696000 5969 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 514 18446604453828797504 0 0 -1 4 0 0 0
[pid=10168] ppid=10100 vsize=351756 CPUtime=0.14 cores=0,2,4,6
/proc/10168/stat : 10168 (python) S 10100 10100 9574 0 -1 4202560 1171 0 0 0 7 7 0 0 19 0 2 0 538724651 360198144 5979 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10168/statm: 87939 5979 406 364 0 23836 0
[pid=10170] ppid=10168 vsize=11904 CPUtime=99.99 cores=0,2,4,6
/proc/10170/stat : 10170 (lingeling) T 10168 10170 10170 0 -1 4202496 7684 0 0 0 9997 2 0 0 25 0 1 0 538724651 12189696 2175 33554432000 4194304 4352236 140737152377440 18446744073709551615 4277670 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/10170/statm: 2976 2175 128 39 0 2056 0
[pid=10168/tid=10197] ppid=10100 vsize=351756 CPUtime=0 cores=0,2,4,6
/proc/10168/task/10197/stat : 10197 (python) S 10100 10100 9574 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538734665 360198144 5979 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 514 18446604453836167872 0 0 -1 4 0 0 0
[pid=10100/tid=10107] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10107/stat : 10107 (python) S 10098 10100 9574 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 538637126 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 2 0 0 0
[pid=10100/tid=10110] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10110/stat : 10110 (python) S 10098 10100 9574 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 538637128 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 2 0 0 0
[pid=10100/tid=10113] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10113/stat : 10113 (python) S 10098 10100 9574 0 -1 4202560 36 933 0 0 0 0 0 0 20 0 9 0 538637131 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
[pid=10100/tid=10116] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10116/stat : 10116 (python) S 10098 10100 9574 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 9 0 538637133 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
[pid=10100/tid=10123] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10123/stat : 10123 (python) S 10098 10100 9574 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 538647141 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
[pid=10100/tid=10153] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10153/stat : 10153 (python) S 10098 10100 9574 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 538695914 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
[pid=10100/tid=10159] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10159/stat : 10159 (python) S 10098 10100 9574 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 538705932 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
[pid=10100/tid=10169] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10169/stat : 10169 (python) S 10098 10100 9574 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 538724651 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 3515048

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

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

[startup+1203.7 s]
/proc/loadavg: 5.07 6.43 6.83 6/224 10204
/proc/meminfo: memFree=22030652/32951124 swapFree=67111412/67111528
[pid=10100] ppid=10098 vsize=362000 CPUtime=0.97 cores=0,2,4,6
/proc/10100/stat : 10100 (python) S 10098 10100 9574 0 -1 4202496 16447 933 1 0 85 12 0 0 18 0 9 0 538637023 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347719115 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10100/statm: 90500 7466 1890 364 0 26397 0
[pid=10106] ppid=10100 vsize=289880 CPUtime=1.18 cores=0,2,4,6
/proc/10106/stat : 10106 (python) S 10100 10100 9574 0 -1 4202560 1209 0 0 0 62 56 0 0 18 0 2 0 538637126 296837120 5915 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10106/statm: 72470 5915 416 364 0 8388 0
[pid=10108] ppid=10106 vsize=18008 CPUtime=802.43 cores=0,2,4,6
/proc/10108/stat : 10108 (lingeling) R 10106 10108 10108 0 -1 4202496 32052 0 0 0 80239 4 0 0 25 0 1 0 538637126 18440192 3672 33554432000 4194304 4352236 140734983484384 18446744073709551615 4328079 0 0 16781312 17506 0 0 0 17 6 0 0 0
/proc/10108/statm: 4502 3672 128 39 0 3582 0
[pid=10106/tid=10121] ppid=10100 vsize=289880 CPUtime=0 cores=0,2,4,6
/proc/10106/task/10121/stat : 10121 (python) S 10100 10100 9574 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538647139 296837120 5915 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 514 18446604448246613056 0 0 -1 4 0 0 0
[pid=10109] ppid=10100 vsize=289892 CPUtime=0.75 cores=0,2,4,6
/proc/10109/stat : 10109 (python) S 10100 10100 9574 0 -1 4202560 1127 0 0 0 39 36 0 0 16 0 2 0 538637128 296849408 5899 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/10109/statm: 72473 5899 400 364 0 8388 0
[pid=10111] ppid=10109 vsize=226352 CPUtime=491.06 cores=0,2,4,6
/proc/10111/stat : 10111 (cryptominisat-2) T 10109 10111 10111 0 -1 4202496 189110 0 0 0 49067 39 0 0 25 0 1 0 538637128 231784448 35410 33554432000 4194304 4677096 140736991789744 18446744073709551615 4454464 0 0 16781312 2 18446744071562691360 0 0 17 2 0 0 0
/proc/10111/statm: 56588 35410 392 118 0 51547 0
[pid=10109/tid=10147] ppid=10100 vsize=289892 CPUtime=0 cores=0,2,4,6
/proc/10109/task/10147/stat : 10147 (python) S 10100 10100 9574 0 -1 4202560 48 0 0 0 0 0 0 0 16 0 2 0 538686318 296849408 5899 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 514 18446604448246612160 0 0 -1 2 0 0 0
[pid=10112] ppid=10100 vsize=300148 CPUtime=1.29 cores=0,2,4,6
/proc/10112/stat : 10112 (python) S 10100 10100 9574 0 -1 4202560 1118 0 0 0 68 61 0 0 19 0 2 0 538637130 307351552 5903 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10112/statm: 75037 5903 400 364 0 10949 0
[pid=10114] ppid=10112 vsize=20844 CPUtime=873.42 cores=0,2,4,6
/proc/10114/stat : 10114 (lingeling) T 10112 10114 10114 0 -1 4202496 34936 0 0 0 87337 5 0 0 25 0 1 0 538637131 21344256 4410 33554432000 4194304 4352236 140736537030544 18446744073709551615 4329043 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/10114/statm: 5211 4410 128 39 0 4291 0
[pid=10112/tid=10167] ppid=10100 vsize=300148 CPUtime=0 cores=0,2,4,6
/proc/10112/task/10167/stat : 10167 (python) S 10100 10100 9574 0 -1 4202560 48 0 0 0 0 0 0 0 19 0 2 0 538724648 307351552 5903 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 514 18446604445530249344 0 0 -1 0 0 0 0
[pid=10115] ppid=10100 vsize=310404 CPUtime=1.79 cores=0,2,4,6
/proc/10115/stat : 10115 (python) S 10100 10100 9574 0 -1 4202560 990 0 0 0 97 82 0 0 18 0 1 0 538637133 317853696 5877 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 7214749010861457668 0 0 17 0 0 0 0
/proc/10115/statm: 77601 5877 371 364 0 13510 0
[pid=10117] ppid=10115 vsize=23784 CPUtime=1198.97 cores=0,2,4,6
/proc/10117/stat : 10117 (lingeling) R 10115 10117 10117 0 -1 4202496 43568 0 0 0 119890 7 0 0 25 0 1 0 538637133 24354816 5147 33554432000 4194304 4352236 140733461882672 18446744073709551615 4328068 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/10117/statm: 5946 5147 129 39 0 5026 0
[pid=10122] ppid=10100 vsize=320660 CPUtime=1.11 cores=0,2,4,6
/proc/10122/stat : 10122 (python) S 10100 10100 9574 0 -1 4202560 1162 0 0 0 63 48 0 0 15 0 2 0 538647141 328355840 5911 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10122/statm: 80165 5911 400 364 0 16071 0
[pid=10124] ppid=10122 vsize=263048 CPUtime=713.72 cores=0,2,4,6
/proc/10124/stat : 10124 (cryptominisat-2) R 10122 10124 10124 0 -1 4202496 232641 0 0 0 71306 66 0 0 25 0 1 0 538647141 269361152 43590 33554432000 4194304 4677096 140734779234432 18446744073709551615 4454468 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/10124/statm: 65762 43590 392 118 0 60721 0
[pid=10122/tid=10151] ppid=10100 vsize=320660 CPUtime=0 cores=0,2,4,6
/proc/10122/task/10151/stat : 10151 (python) S 10100 10100 9574 0 -1 4202560 47 0 0 0 0 0 0 0 16 0 2 0 538695912 328355840 5911 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 514 18446604453985336000 0 0 -1 0 0 0 0
[pid=10152] ppid=10100 vsize=331244 CPUtime=0.15 cores=0,2,4,6
/proc/10152/stat : 10152 (python) S 10100 10100 9574 0 -1 4202560 1125 0 0 0 8 7 0 0 19 0 2 0 538695914 339193856 5965 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/10152/statm: 82811 5965 400 364 0 18714 0
[pid=10154] ppid=10152 vsize=9012 CPUtime=99.83 cores=0,2,4,6
/proc/10154/stat : 10154 (SApperloT-base) T 10152 10154 10154 0 -1 4202496 2182 0 0 0 9983 0 0 0 25 0 1 0 538695915 9228288 1917 33554432000 134512640 135674940 4288646656 18446744073709551615 134564244 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/10154/statm: 2253 1917 100 284 0 1967 0
[pid=10152/tid=10157] ppid=10100 vsize=331244 CPUtime=0 cores=0,2,4,6
/proc/10152/task/10157/stat : 10157 (python) S 10100 10100 9574 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 538705928 339193856 5965 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 514 18446604453684229440 0 0 -1 2 0 0 0
[pid=10158] ppid=10100 vsize=341500 CPUtime=0.76 cores=0,2,4,6
/proc/10158/stat : 10158 (python) S 10100 10100 9574 0 -1 4202560 1162 0 0 0 40 36 0 0 18 0 2 0 538705932 349696000 5969 33554432000 4194304 5683644 140736750633216 18446744073709551615 232335912518 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10158/statm: 85375 5969 400 364 0 21275 0
[pid=10160] ppid=10158 vsize=44612 CPUtime=512.59 cores=0,2,4,6
/proc/10160/stat : 10160 (precosat) R 10158 10160 10160 0 -1 4202496 11534 0 0 0 51256 3 0 0 25 0 1 0 538705932 45682688 11013 33554432000 4194304 4890832 140733594838864 18446744073709551615 4238599 0 0 16781312 17442 0 0 0 17 0 0 0 0
/proc/10160/statm: 11153 11013 86 171 0 10980 0
[pid=10158/tid=10201] ppid=10100 vsize=341500 CPUtime=0 cores=0,2,4,6
/proc/10158/task/10201/stat : 10201 (python) S 10100 10100 9574 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 538745385 349696000 5969 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 514 18446604453828797504 0 0 -1 4 0 0 0
[pid=10168] ppid=10100 vsize=351756 CPUtime=0.14 cores=0,2,4,6
/proc/10168/stat : 10168 (python) S 10100 10100 9574 0 -1 4202560 1171 0 0 0 7 7 0 0 19 0 2 0 538724651 360198144 5979 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347719115 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/10168/statm: 87939 5979 406 364 0 23836 0
[pid=10170] ppid=10168 vsize=11904 CPUtime=99.99 cores=0,2,4,6
/proc/10170/stat : 10170 (lingeling) T 10168 10170 10170 0 -1 4202496 7684 0 0 0 9997 2 0 0 25 0 1 0 538724651 12189696 2175 33554432000 4194304 4352236 140737152377440 18446744073709551615 4277670 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/10170/statm: 2976 2175 128 39 0 2056 0
[pid=10168/tid=10197] ppid=10100 vsize=351756 CPUtime=0 cores=0,2,4,6
/proc/10168/task/10197/stat : 10197 (python) S 10100 10100 9574 0 -1 4202560 51 0 0 0 0 0 0 0 19 0 2 0 538734665 360198144 5979 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 514 18446604453836167872 0 0 -1 4 0 0 0
[pid=10100/tid=10107] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10107/stat : 10107 (python) S 10098 10100 9574 0 -1 4202560 29 933 0 0 0 0 0 0 18 0 9 0 538637126 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 2 0 0 0
[pid=10100/tid=10110] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10110/stat : 10110 (python) S 10098 10100 9574 0 -1 4202560 20 933 0 0 0 0 0 0 20 0 9 0 538637128 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 2 0 0 0
[pid=10100/tid=10113] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10113/stat : 10113 (python) S 10098 10100 9574 0 -1 4202560 36 933 0 0 0 0 0 0 20 0 9 0 538637131 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
[pid=10100/tid=10116] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10116/stat : 10116 (python) S 10098 10100 9574 0 -1 4202560 25 933 0 0 0 0 0 0 22 0 9 0 538637133 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
[pid=10100/tid=10123] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10123/stat : 10123 (python) S 10098 10100 9574 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 538647141 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
[pid=10100/tid=10153] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10153/stat : 10153 (python) S 10098 10100 9574 0 -1 4202560 29 933 0 0 0 0 0 0 20 0 9 0 538695914 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
[pid=10100/tid=10159] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10159/stat : 10159 (python) S 10098 10100 9574 0 -1 4202560 35 933 0 0 0 0 0 0 18 0 9 0 538705932 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
[pid=10100/tid=10169] ppid=10098 vsize=362000 CPUtime=0 cores=0,2,4,6
/proc/10100/task/10169/stat : 10169 (python) S 10098 10100 9574 0 -1 4202560 26 933 0 0 0 0 0 0 20 0 9 0 538724651 370688000 7466 33554432000 4194304 5683644 140736750633216 18446744073709551615 232347716017 0 0 16781312 2 18446604453808749568 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.15
Current children cumulated vsize (KiB) 3515048

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10100 and gives
#  childrusage.ru_utime.tv_sec=805
#  childrusage.ru_utime.tv_usec=964474
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=553611
# CPU time returned by wait4() is 808.518
# while last known CPU time is 4800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1203.76
CPU time (s): 4800.15
CPU user time (s): 4795.44
CPU system time (s): 4.71
CPU usage (%): 398.764
Max. virtual memory (cumulated for all children) (KiB): 3515052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 805.964
system time used= 2.55361
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54712
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= 6638
involuntary context switches= 9692

runsolver used 3.45247 second user time and 7.50786 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-01 19:19:48
IDJOB=3317924
IDBENCH=83421
IDSOLVER=1706
FILE ID=node132/3317924-1304270388
RUNJOBID= node132-1304267281-9592
PBS_JOBID= 13173947
Free space on /tmp= 72136 MiB

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

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

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
RANDOM SEED=26425585

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22490816 kB
Buffers:        705932 kB
Cached:        6077480 kB
SwapCached:        112 kB
Active:        4830976 kB
Inactive:      5131084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22490816 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           32020 kB
Writeback:           0 kB
AnonPages:     3178132 kB
Mapped:          23376 kB
Slab:           424684 kB
PageTables:      14392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  3594560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72128 MiB
End job on node132 at 2011-05-01 19:39:54