Trace number 3498513

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_36.renamed-as.sat05-1922.cnf
MD5SUMc9c90d9af49f4c08c7262ecb9a0b2a3d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2647.1
Satisfiable
(Un)Satisfiability was proved
Number of variables1296
Number of clauses230544
Sum of the clauses size603180
Maximum clause length36
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 290828
Number of clauses of size 3139644
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 572

Solver Data

0.35/0.68	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.35/0.68	c INFO: solving HOME/instance-3498513-1307957139.cnf
0.35/0.68	c INFO: computing task features
1.03/1.39	c INFO: computed variable-clause graph statistics
1.12/1.41	c INFO: computed clause balance statistics
4.13/4.47	c INFO: computed variable balance statistics
6.82/7.16	c INFO: computed small-clause counts
6.82/7.17	c INFO: computed Horn-clause counts
6.92/7.22	c INFO: computed variable graph statistics
6.92/7.22	c INFO: collected features for HOME/instance-3498513-1307957139.cnf in 6.51 s
6.92/7.24	c INFO: running lingeling-276@0 for 97 with 4993 remaining (b = 0.18)
107.12/107.39	c INFO: running cryptominisat-2.9.0@0 for 485 with 4893 remaining (b = 0.24)
598.54/598.09	c INFO: running lingeling-276@100 for 1164 with 4402 remaining (b = 0.44)
1766.37/1764.55	c INFO: running SApperloT@0 for 97 with 3236 remaining (b = 0.08)
1866.57/1864.68	c INFO: running lingeling-276@0 for 582 with 3136 remaining (b = 0.33)
2454.02/2451.37	c INFO: running precosat-570@0 for 388 with 2549 remaining (b = 0.20)
2842.89/2839.77	c INFO: running lingeling-276@0 for 97 with 2161 remaining (b = 0.07)
2943.06/2939.89	c INFO: running cryptominisat-2.9.0@490 for 97 with 2061 remaining (b = 0.04)
3038.89/3035.60	c INFO: running cryptominisat-2.9.0@586 for 97 with 1965 remaining (b = 0.04)
3133.72/3130.24	c INFO: running cryptominisat-2.9.0@680 for 97 with 1871 remaining (b = 0.04)
3231.97/3228.30	c INFO: running cryptominisat-2.9.0@778 for 97 with 1773 remaining (b = 0.04)
3330.39/3326.65	c INFO: running lingeling-276@100 for 485 with 1674 remaining (b = 0.17)
3818.50/3814.14	c INFO: running lingeling-276@0 for 97 with 1187 remaining (b = 0.06)
3918.69/3914.26	c INFO: running cryptominisat-2.9.0@877 for 1087 with 1087 remaining (b = 0.33)

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.92 3/192 21809
/proc/meminfo: memFree=31226688/32950928 swapFree=67053884/67111528
[pid=21809] ppid=21807 vsize=15184 CPUtime=0 cores=0,2,4,6
/proc/21809/stat : 21809 (python) S 21807 21809 21302 0 -1 4202496 726 0 0 0 0 0 0 0 25 0 1 0 907310596 15548416 615 33554432000 4194304 5683644 140737040925712 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/21809/statm: 3796 615 321 364 0 283 0

[startup+0.0405531 s]
/proc/loadavg: 2.00 2.00 1.92 3/192 21809
/proc/meminfo: memFree=31226688/32950928 swapFree=67053884/67111528
[pid=21809] ppid=21807 vsize=18884 CPUtime=0.01 cores=0,2,4,6
/proc/21809/stat : 21809 (python) R 21807 21809 21302 0 -1 4202496 1273 0 0 0 1 0 0 0 25 0 1 0 907310596 19337216 1124 33554432000 4194304 5683644 140737040925712 18446744073709551615 4522551 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21809/statm: 4721 1124 421 364 0 690 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18884

[startup+0.100605 s]
/proc/loadavg: 2.00 2.00 1.92 3/192 21809
/proc/meminfo: memFree=31226688/32950928 swapFree=67053884/67111528
[pid=21809] ppid=21807 vsize=85620 CPUtime=0.05 cores=0,2,4,6
/proc/21809/stat : 21809 (python) S 21807 21809 21302 0 -1 4202496 2631 0 0 0 4 1 0 0 25 0 1 0 907310596 87674880 2348 33554432000 4194304 5683644 140737040925712 18446744073709551615 254500689920 0 2147483391 16781312 2 18446744071699199166 0 0 17 2 0 0 0
/proc/21809/statm: 21405 2348 713 364 0 1622 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 85620

[startup+0.300512 s]
/proc/loadavg: 2.00 2.00 1.92 3/192 21809
/proc/meminfo: memFree=31226688/32950928 swapFree=67053884/67111528
[pid=21809] ppid=21807 vsize=135748 CPUtime=0.17 cores=0,2,4,6
/proc/21809/stat : 21809 (python) R 21807 21809 21302 0 -1 4202496 5970 932 1 0 13 4 0 0 17 0 1 0 907310596 139005952 4148 33554432000 4194304 5683644 140737040925712 18446744073709551615 254500687877 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21809/statm: 33937 4148 1032 364 0 3123 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135748

[startup+0.700484 s]
/proc/loadavg: 2.00 2.00 1.92 3/192 21809
/proc/meminfo: memFree=31226688/32950928 swapFree=67053884/67111528
[pid=21809] ppid=21807 vsize=282012 CPUtime=0.43 cores=0,2,4,6
/proc/21809/stat : 21809 (python) R 21807 21809 21302 0 -1 4202496 10155 932 1 0 32 11 0 0 16 0 1 0 907310596 288780288 7826 33554432000 4194304 5683644 140737040925712 18446744073709551615 4603005 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21809/statm: 70503 7826 1761 364 0 6427 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 282012

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 1.92 3/193 21814
/proc/meminfo: memFree=31184236/32950928 swapFree=67053884/67111528
[pid=21809] ppid=21807 vsize=324532 CPUtime=1.22 cores=0,2,4,6
/proc/21809/stat : 21809 (python) R 21807 21809 21302 0 -1 4202496 26284 932 1 0 109 13 0 0 17 0 1 0 907310596 332320768 18518 33554432000 4194304 5683644 140737040925712 18446744073709551615 254500351666 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21809/statm: 81133 18518 1826 364 0 17057 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 324532

[startup+3.101 s]
/proc/loadavg: 2.00 2.00 1.92 3/193 21814
/proc/meminfo: memFree=31158568/32950928 swapFree=67053884/67111528
[pid=21809] ppid=21807 vsize=324532 CPUtime=2.82 cores=0,2,4,6
/proc/21809/stat : 21809 (python) R 21807 21809 21302 0 -1 4202496 26284 932 1 0 269 13 0 0 19 0 1 0 907310596 332320768 18518 33554432000 4194304 5683644 140737040925712 18446744073709551615 47796659463566 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21809/statm: 81133 18518 1826 364 0 17057 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 324532

[startup+6.30035 s]
/proc/loadavg: 2.00 2.00 1.92 3/193 21814
/proc/meminfo: memFree=31150988/32950928 swapFree=67053884/67111528
[pid=21809] ppid=21807 vsize=324532 CPUtime=6.02 cores=0,2,4,6
/proc/21809/stat : 21809 (python) R 21807 21809 21302 0 -1 4202496 26285 932 1 0 589 13 0 0 25 0 1 0 907310596 332320768 18519 33554432000 4194304 5683644 140737040925712 18446744073709551615 4500482 0 0 16781312 2 0 0 0 17 2 0 0 0
/proc/21809/statm: 81133 18519 1827 364 0 17057 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 324532

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.92 3/196 21817
/proc/meminfo: memFree=31136220/32950928 swapFree=67053884/67111528
[pid=21809] ppid=21807 vsize=330944 CPUtime=6.96 cores=0,2,4,6
/proc/21809/stat : 21809 (python) S 21807 21809 21302 0 -1 4202496 26663 932 1 0 683 13 0 0 25 0 2 0 907310596 338886656 17607 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21809/statm: 82736 17607 1875 364 0 18654 0
[pid=21815] ppid=21809 vsize=320700 CPUtime=0 cores=0,2,4,6
/proc/21815/stat : 21815 (python) S 21809 21809 21302 0 -1 4202560 965 0 0 0 0 0 0 0 18 0 1 0 907311321 328396800 16108 33554432000 4194304 5683644 140737040925712 18446744073709551615 254500711951 0 0 16781312 514 3271993776440049924 0 0 17 0 0 0 0
/proc/21815/statm: 80175 16108 380 364 0 16093 0
[pid=21817] ppid=21815 vsize=20424 CPUtime=5.44 cores=0,2,4,6
/proc/21817/stat : 21817 (lingeling) R 21815 21817 21817 0 -1 4202496 8363 0 0 0 544 0 0 0 25 0 1 0 907311321 20914176 4270 33554432000 4194304 4352236 140735148623248 18446744073709551615 4241424 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21817/statm: 5106 4270 129 39 0 4186 0
[pid=21809/tid=21816] ppid=21807 vsize=330944 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21816/stat : 21816 (python) S 21807 21809 21302 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 2 0 907311321 338886656 17607 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 672068

[startup+25.5005 s]
/proc/loadavg: 2.00 2.00 1.92 3/196 21817
/proc/meminfo: memFree=31134228/32950928 swapFree=67053884/67111528
[pid=21809] ppid=21807 vsize=330944 CPUtime=6.96 cores=0,2,4,6
/proc/21809/stat : 21809 (python) S 21807 21809 21302 0 -1 4202496 26663 932 1 0 683 13 0 0 25 0 2 0 907310596 338886656 17607 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21809/statm: 82736 17607 1875 364 0 18654 0
[pid=21815] ppid=21809 vsize=320700 CPUtime=0.02 cores=0,2,4,6
/proc/21815/stat : 21815 (python) S 21809 21809 21302 0 -1 4202560 972 0 0 0 1 1 0 0 18 0 1 0 907311321 328396800 16109 33554432000 4194304 5683644 140737040925712 18446744073709551615 254500711951 0 0 16781312 514 3271993776440049924 0 0 17 0 0 0 0
/proc/21815/statm: 80175 16109 381 364 0 16093 0
[pid=21817] ppid=21815 vsize=20976 CPUtime=18.24 cores=0,2,4,6
/proc/21817/stat : 21817 (lingeling) R 21815 21817 21817 0 -1 4202496 8501 0 0 0 1824 0 0 0 25 0 1 0 907311321 21479424 4408 33554432000 4194304 4352236 140735148623248 18446744073709551615 4241442 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21817/statm: 5244 4408 129 39 0 4324 0
[pid=21809/tid=21816] ppid=21807 vsize=330944 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21816/stat : 21816 (python) S 21807 21809 21302 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 2 0 907311321 338886656 17607 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 672620

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 1.92 3/196 21818
/proc/meminfo: memFree=31127356/32950928 swapFree=67053884/67111528
[pid=21809] ppid=21807 vsize=330944 CPUtime=6.96 cores=0,2,4,6
/proc/21809/stat : 21809 (python) S 21807 21809 21302 0 -1 4202496 26663 932 1 0 683 13 0 0 25 0 2 0 907310596 338886656 17607 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21809/statm: 82736 17607 1875 364 0 18654 0
[pid=21815] ppid=21809 vsize=320700 CPUtime=0.05 cores=0,2,4,6
/proc/21815/stat : 21815 (python) S 21809 21809 21302 0 -1 4202560 981 0 0 0 3 2 0 0 18 0 1 0 907311321 328396800 16109 33554432000 4194304 5683644 140737040925712 18446744073709551615 254500711951 0 0 16781312 514 9501715604449493252 0 0 17 0 0 0 0
/proc/21815/statm: 80175 16109 381 364 0 16093 0
[pid=21817] ppid=21815 vsize=21592 CPUtime=43.84 cores=0,2,4,6
/proc/21817/stat : 21817 (lingeling) R 21815 21817 21817 0 -1 4202496 8674 0 0 0 4384 0 0 0 25 0 1 0 907311321 22110208 4581 33554432000 4194304 4352236 140735148623248 18446744073709551615 4328085 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21817/statm: 5398 4581 129 39 0 4478 0
[pid=21809/tid=21816] ppid=21807 vsize=330944 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21816/stat : 21816 (python) S 21807 21809 21302 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 2 0 907311321 338886656 17607 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.85
Current children cumulated vsize (KiB) 673236

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 1.92 3/196 21819
/proc/meminfo: memFree=31117752/32950928 swapFree=67053884/67111528
[pid=21809] ppid=21807 vsize=330944 CPUtime=6.96 cores=0,2,4,6
/proc/21809/stat : 21809 (python) S 21807 21809 21302 0 -1 4202496 26663 932 1 0 683 13 0 0 25 0 2 0 907310596 338886656 17607 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 0 0 0 0
/proc/21809/statm: 82736 17607 1875 364 0 18654 0
[pid=21815] ppid=21809 vsize=320700 CPUtime=0.12 cores=0,2,4,6
/proc/21815/stat : 21815 (python) S 21809 21809 21302 0 -1 4202560 999 0 0 0 7 5 0 0 18 0 1 0 907311321 328396800 16109 33554432000 4194304 5683644 140737040925712 18446744073709551615 254500711951 0 0 16781312 514 9501715604449493252 0 0 17 0 0 0 0
/proc/21815/statm: 80175 16109 381 364 0 16093 0
[pid=21817] ppid=21815 vsize=23016 CPUtime=95.05 cores=0,2,4,6
/proc/21817/stat : 21817 (lingeling) R 21815 21817 21817 0 -1 4202496 9011 0 0 0 9505 0 0 0 25 0 1 0 907311321 23568384 4918 33554432000 4194304 4352236 140735148623248 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 4 0 0 0
/proc/21817/statm: 5754 4918 129 39 0 4834 0
[pid=21809/tid=21816] ppid=21807 vsize=330944 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21816/stat : 21816 (python) S 21807 21809 21302 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 2 0 907311321 338886656 17607 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 674660

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/200 21825
/proc/meminfo: memFree=31049088/32950928 swapFree=67053884/67111528
[pid=21809] ppid=21807 vsize=341200 CPUtime=7 cores=0,2,4,6
/proc/21809/stat : 21809 (python) S 21807 21809 21302 0 -1 4202496 27429 932 1 0 686 14 0 0 20 0 3 0 907310596 349388800 17614 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21809/statm: 85300 17614 1878 364 0 21215 0
[pid=21815] ppid=21809 vsize=330944 CPUtime=0.13 cores=0,2,4,6
/proc/21815/stat : 21815 (python) S 21809 21809 21302 0 -1 4202560 1160 0 0 0 7 6 0 0 19 0 2 0 907311321 338886656 16147 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21815/statm: 82736 16147 414 364 0 18654 0
[pid=21817] ppid=21815 vsize=23016 CPUtime=100.11 cores=0,2,4,6
/proc/21817/stat : 21817 (lingeling) T 21815 21817 21817 0 -1 4202496 9011 0 0 0 10011 0 0 0 25 0 1 0 907311321 23568384 4918 33554432000 4194304 4352236 140735148623248 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/21817/statm: 5754 4918 129 39 0 4834 0
[pid=21815/tid=21820] ppid=21809 vsize=330944 CPUtime=0 cores=0,2,4,6
/proc/21815/task/21820/stat : 21820 (python) S 21809 21809 21302 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907321333 338886656 16147 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453674513664 0 0 -1 4 0 0 0
[pid=21821] ppid=21809 vsize=330956 CPUtime=0.08 cores=0,2,4,6
/proc/21821/stat : 21821 (python) S 21809 21809 21302 0 -1 4202560 934 0 0 0 5 3 0 0 15 0 1 0 907321336 338898944 16102 33554432000 4194304 5683644 140737040925712 18446744073709551615 254500712006 0 0 16781312 514 5617633836654362884 0 0 17 2 0 0 0
/proc/21821/statm: 82739 16102 370 364 0 18654 0
[pid=21823] ppid=21821 vsize=93136 CPUtime=54.89 cores=0,2,4,6
/proc/21823/stat : 21823 (cryptominisat-2) R 21821 21823 21823 0 -1 4202496 26162 0 0 0 5486 3 0 0 25 0 1 0 907321336 95371264 15072 33554432000 4194304 4677096 140736695969584 18446744073709551615 4320256 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21823/statm: 23284 15072 388 118 0 18243 0
[pid=21809/tid=21816] ppid=21807 vsize=341200 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21816/stat : 21816 (python) S 21807 21809 21302 0 -1 4202560 27 932 0 0 0 0 0 0 25 0 3 0 907311321 349388800 17614 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=21809/tid=21822] ppid=21807 vsize=341200 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21822/stat : 21822 (python) S 21807 21809 21302 0 -1 4202560 29 932 0 0 0 0 0 0 20 0 3 0 907321336 349388800 17614 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 1119252

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 1.92 3/200 21827
/proc/meminfo: memFree=31013328/32950928 swapFree=67053884/67111528
[pid=21809] ppid=21807 vsize=341200 CPUtime=7 cores=0,2,4,6
/proc/21809/stat : 21809 (python) S 21807 21809 21302 0 -1 4202496 27429 932 1 0 686 14 0 0 20 0 3 0 907310596 349388800 17614 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21809/statm: 85300 17614 1878 364 0 21215 0
[pid=21815] ppid=21809 vsize=330944 CPUtime=0.13 cores=0,2,4,6
/proc/21815/stat : 21815 (python) S 21809 21809 21302 0 -1 4202560 1160 0 0 0 7 6 0 0 19 0 2 0 907311321 338886656 16147 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21815/statm: 82736 16147 414 364 0 18654 0
[pid=21817] ppid=21815 vsize=23016 CPUtime=100.11 cores=0,2,4,6
/proc/21817/stat : 21817 (lingeling) T 21815 21817 21817 0 -1 4202496 9011 0 0 0 10011 0 0 0 25 0 1 0 907311321 23568384 4918 33554432000 4194304 4352236 140735148623248 18446744073709551615 4328009 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/21817/statm: 5754 4918 129 39 0 4834 0
[pid=21815/tid=21820] ppid=21809 vsize=330944 CPUtime=0 cores=0,2,4,6
/proc/21815/task/21820/stat : 21820 (python) S 21809 21809 21302 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907321333 338886656 16147 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453674513664 0 0 -1 4 0 0 0

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

[pid=21815] ppid=21809 vsize=330944 CPUtime=1.8 cores=0,2,4,6
/proc/21815/stat : 21815 (python) S 21809 21809 21302 0 -1 4202560 1204 0 0 0 102 78 0 0 18 0 2 0 907311321 338886656 16148 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21815/statm: 82736 16148 415 364 0 18654 0
[pid=21817] ppid=21815 vsize=51068 CPUtime=1266.21 cores=0,2,4,6
/proc/21817/stat : 21817 (lingeling) T 21815 21817 21817 0 -1 4202496 16024 0 0 0 126618 3 0 0 25 0 1 0 907311321 52293632 11931 33554432000 4194304 4352236 140735148623248 18446744073709551615 4328114 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/21817/statm: 12767 11931 129 39 0 11847 0
[pid=21815/tid=21820] ppid=21809 vsize=330944 CPUtime=0 cores=0,2,4,6
/proc/21815/task/21820/stat : 21820 (python) S 21809 21809 21302 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907321333 338886656 16148 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453674513664 0 0 -1 4 0 0 0
[pid=21821] ppid=21809 vsize=330956 CPUtime=2.63 cores=0,2,4,6
/proc/21821/stat : 21821 (python) S 21809 21809 21302 0 -1 4202560 1200 0 0 0 157 106 0 0 15 0 2 0 907321336 338898944 16133 33554432000 4194304 5683644 140737040925712 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21821/statm: 82739 16133 400 364 0 18654 0
[pid=21823] ppid=21821 vsize=172176 CPUtime=1957.3 cores=0,2,4,6
/proc/21823/stat : 21823 (cryptominisat-2) R 21821 21823 21823 0 -1 4202496 308593 0 0 0 195663 67 0 0 25 0 1 0 907321336 176308224 36041 33554432000 4194304 4677096 140736695969584 18446744073709551615 4334301 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21823/statm: 43044 36041 388 118 0 38003 0
[pid=21821/tid=21842] ppid=21809 vsize=330956 CPUtime=0 cores=0,2,4,6
/proc/21821/task/21842/stat : 21842 (python) S 21809 21809 21302 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 907370403 338898944 16133 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453674514560 0 0 -1 2 0 0 0
[pid=21912] ppid=21809 vsize=341212 CPUtime=0.11 cores=0,2,4,6
/proc/21912/stat : 21912 (python) S 21809 21809 21302 0 -1 4202560 1116 0 0 0 6 5 0 0 19 0 2 0 907487052 349401088 16136 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21912/statm: 85303 16136 399 364 0 21215 0
[pid=21914] ppid=21912 vsize=55536 CPUtime=100.09 cores=0,2,4,6
/proc/21914/stat : 21914 (SApperloT-base) T 21912 21914 21914 0 -1 4202496 13530 0 0 0 10006 3 0 0 25 0 1 0 907487052 56868864 13039 33554432000 134512640 135674940 4293963216 18446744073709551615 134564319 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21914/statm: 13884 13039 99 284 0 13598 0
[pid=21912/tid=21917] ppid=21809 vsize=341212 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (python) S 21809 21809 21302 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907497062 349401088 16136 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453848922816 0 0 -1 4 0 0 0
[pid=21918] ppid=21809 vsize=351468 CPUtime=0.78 cores=0,2,4,6
/proc/21918/stat : 21918 (python) S 21809 21809 21302 0 -1 4202560 1158 0 0 0 44 34 0 0 19 0 2 0 907497064 359903232 16140 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21918/statm: 87867 16140 399 364 0 23776 0
[pid=21920] ppid=21918 vsize=42124 CPUtime=586.67 cores=0,2,4,6
/proc/21920/stat : 21920 (lingeling) T 21918 21920 21920 0 -1 4202496 13792 0 0 0 58666 1 0 0 25 0 1 0 907497065 43134976 9695 33554432000 4194304 4352236 140733942028016 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/21920/statm: 10531 9695 129 39 0 9611 0
[pid=21918/tid=21949] ppid=21809 vsize=351468 CPUtime=0 cores=0,2,4,6
/proc/21918/task/21949/stat : 21949 (python) S 21809 21809 21302 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907555732 359903232 16140 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453874501568 0 0 -1 6 0 0 0
[pid=21950] ppid=21809 vsize=361724 CPUtime=0.45 cores=0,2,4,6
/proc/21950/stat : 21950 (python) S 21809 21809 21302 0 -1 4202560 1154 0 0 0 23 22 0 0 19 0 2 0 907555734 370405376 16144 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21950/statm: 90431 16144 399 364 0 26337 0
[pid=21952] ppid=21950 vsize=56716 CPUtime=388.38 cores=0,2,4,6
/proc/21952/stat : 21952 (precosat) T 21950 21952 21952 0 -1 4202496 26856 0 0 0 38831 7 0 0 25 0 1 0 907555734 58077184 14052 33554432000 4194304 4890832 140737047127536 18446744073709551615 4293611 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/21952/statm: 14179 14052 85 171 0 14006 0
[pid=21950/tid=21963] ppid=21809 vsize=361724 CPUtime=0 cores=0,2,4,6
/proc/21950/task/21963/stat : 21963 (python) S 21809 21809 21302 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907594572 370405376 16144 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453904460672 0 0 -1 2 0 0 0
[pid=21964] ppid=21809 vsize=371980 CPUtime=0.68 cores=0,2,4,6
/proc/21964/stat : 21964 (python) S 21809 21809 21302 0 -1 4202560 1148 0 0 0 38 30 0 0 18 0 2 0 907594574 380907520 16148 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21964/statm: 92995 16148 399 364 0 28898 0
[pid=21966] ppid=21964 vsize=42772 CPUtime=587.59 cores=0,2,4,6
/proc/21966/stat : 21966 (lingeling) T 21964 21966 21966 0 -1 4202496 13948 0 0 0 58755 4 0 0 25 0 1 0 907594574 43798528 9858 33554432000 4194304 4352236 140736904683088 18446744073709551615 4328441 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21966/statm: 10693 9858 129 39 0 9773 0
[pid=21964/tid=21970] ppid=21809 vsize=371980 CPUtime=0 cores=0,2,4,6
/proc/21964/task/21970/stat : 21970 (python) S 21809 21809 21302 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 907604585 380907520 16148 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453861994688 0 0 -1 4 0 0 0
[pid=21994] ppid=21809 vsize=382236 CPUtime=0.11 cores=0,2,4,6
/proc/21994/stat : 21994 (python) S 21809 21809 21302 0 -1 4202560 1106 0 0 0 7 4 0 0 19 0 2 0 907692011 391409664 16152 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21994/statm: 95559 16152 399 364 0 31459 0
[pid=21996] ppid=21994 vsize=23916 CPUtime=100.1 cores=0,2,4,6
/proc/21996/stat : 21996 (lingeling) T 21994 21996 21996 0 -1 4202496 9237 0 0 0 10008 2 0 0 25 0 1 0 907692011 24489984 5142 33554432000 4194304 4352236 140736988684064 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21996/statm: 5979 5142 129 39 0 5059 0
[pid=21994/tid=22000] ppid=21809 vsize=382236 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22000/stat : 22000 (python) S 21809 21809 21302 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907702022 391409664 16152 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453899503552 0 0 -1 4 0 0 0
[pid=21809/tid=21816] ppid=21807 vsize=392480 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21816/stat : 21816 (python) S 21807 21809 21302 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 907311321 401899520 17644 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=21809/tid=21822] ppid=21807 vsize=392480 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21822/stat : 21822 (python) S 21807 21809 21302 0 -1 4202560 40 932 0 0 0 0 0 0 18 0 8 0 907321336 401899520 17644 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 4 0 0 0
[pid=21809/tid=21913] ppid=21807 vsize=392480 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21913/stat : 21913 (python) S 21807 21809 21302 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 8 0 907487052 401899520 17644 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=21809/tid=21919] ppid=21807 vsize=392480 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21919/stat : 21919 (python) S 21807 21809 21302 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 8 0 907497065 401899520 17644 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=21809/tid=21951] ppid=21807 vsize=392480 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21951/stat : 21951 (python) S 21807 21809 21302 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 8 0 907555734 401899520 17644 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 6 0 0 0
[pid=21809/tid=21965] ppid=21807 vsize=392480 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21965/stat : 21965 (python) S 21807 21809 21302 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 907594574 401899520 17644 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 6 0 0 0
[pid=21809/tid=21995] ppid=21807 vsize=392480 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21995/stat : 21995 (python) S 21807 21809 21302 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 8 0 907692011 401899520 17644 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 3307308

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

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

[startup+4994.1 s]
/proc/loadavg: 1.02 1.02 1.00 2/200 22029
/proc/meminfo: memFree=31702620/32950928 swapFree=67053884/67111528
[pid=21809] ppid=21807 vsize=392480 CPUtime=7.17 cores=0,2,4,6
/proc/21809/stat : 21809 (python) S 21807 21809 21302 0 -1 4202496 32093 932 1 0 701 16 0 0 18 0 8 0 907310596 401899520 17644 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 2 18446744073709551615 0 0 17 6 0 0 0
/proc/21809/statm: 98120 17644 1888 364 0 34020 0
[pid=21815] ppid=21809 vsize=330944 CPUtime=1.8 cores=0,2,4,6
/proc/21815/stat : 21815 (python) S 21809 21809 21302 0 -1 4202560 1204 0 0 0 102 78 0 0 18 0 2 0 907311321 338886656 16148 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21815/statm: 82736 16148 415 364 0 18654 0
[pid=21817] ppid=21815 vsize=51068 CPUtime=1266.21 cores=0,2,4,6
/proc/21817/stat : 21817 (lingeling) T 21815 21817 21817 0 -1 4202496 16024 0 0 0 126618 3 0 0 25 0 1 0 907311321 52293632 11931 33554432000 4194304 4352236 140735148623248 18446744073709551615 4328114 0 0 16781312 17506 18446744071562691360 0 0 17 4 0 0 0
/proc/21817/statm: 12767 11931 129 39 0 11847 0
[pid=21815/tid=21820] ppid=21809 vsize=330944 CPUtime=0 cores=0,2,4,6
/proc/21815/task/21820/stat : 21820 (python) S 21809 21809 21302 0 -1 4202560 49 0 0 0 0 0 0 0 18 0 2 0 907321333 338886656 16148 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453674513664 0 0 -1 4 0 0 0
[pid=21821] ppid=21809 vsize=330956 CPUtime=2.63 cores=0,2,4,6
/proc/21821/stat : 21821 (python) S 21809 21809 21302 0 -1 4202560 1200 0 0 0 157 106 0 0 15 0 2 0 907321336 338898944 16133 33554432000 4194304 5683644 140737040925712 18446744073709551615 254500712006 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21821/statm: 82739 16133 400 364 0 18654 0
[pid=21823] ppid=21821 vsize=172176 CPUtime=1957.3 cores=0,2,4,6
/proc/21823/stat : 21823 (cryptominisat-2) R 21821 21823 21823 0 -1 4202496 308593 0 0 0 195663 67 0 0 25 0 1 0 907321336 176308224 36041 33554432000 4194304 4677096 140736695969584 18446744073709551615 4334301 0 0 16781312 2 0 0 0 17 0 0 0 0
/proc/21823/statm: 43044 36041 388 118 0 38003 0
[pid=21821/tid=21842] ppid=21809 vsize=330956 CPUtime=0 cores=0,2,4,6
/proc/21821/task/21842/stat : 21842 (python) S 21809 21809 21302 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 2 0 907370403 338898944 16133 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453674514560 0 0 -1 2 0 0 0
[pid=21912] ppid=21809 vsize=341212 CPUtime=0.11 cores=0,2,4,6
/proc/21912/stat : 21912 (python) S 21809 21809 21302 0 -1 4202560 1116 0 0 0 6 5 0 0 19 0 2 0 907487052 349401088 16136 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21912/statm: 85303 16136 399 364 0 21215 0
[pid=21914] ppid=21912 vsize=55536 CPUtime=100.09 cores=0,2,4,6
/proc/21914/stat : 21914 (SApperloT-base) T 21912 21914 21914 0 -1 4202496 13530 0 0 0 10006 3 0 0 25 0 1 0 907487052 56868864 13039 33554432000 134512640 135674940 4293963216 18446744073709551615 134564319 0 0 16781312 0 18446744071562691360 0 0 17 0 0 0 0
/proc/21914/statm: 13884 13039 99 284 0 13598 0
[pid=21912/tid=21917] ppid=21809 vsize=341212 CPUtime=0 cores=0,2,4,6
/proc/21912/task/21917/stat : 21917 (python) S 21809 21809 21302 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907497062 349401088 16136 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453848922816 0 0 -1 4 0 0 0
[pid=21918] ppid=21809 vsize=351468 CPUtime=0.78 cores=0,2,4,6
/proc/21918/stat : 21918 (python) S 21809 21809 21302 0 -1 4202560 1158 0 0 0 44 34 0 0 19 0 2 0 907497064 359903232 16140 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 0 0 0 0
/proc/21918/statm: 87867 16140 399 364 0 23776 0
[pid=21920] ppid=21918 vsize=42124 CPUtime=586.67 cores=0,2,4,6
/proc/21920/stat : 21920 (lingeling) T 21918 21920 21920 0 -1 4202496 13792 0 0 0 58666 1 0 0 25 0 1 0 907497065 43134976 9695 33554432000 4194304 4352236 140733942028016 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 2 0 0 0
/proc/21920/statm: 10531 9695 129 39 0 9611 0
[pid=21918/tid=21949] ppid=21809 vsize=351468 CPUtime=0 cores=0,2,4,6
/proc/21918/task/21949/stat : 21949 (python) S 21809 21809 21302 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907555732 359903232 16140 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453874501568 0 0 -1 6 0 0 0
[pid=21950] ppid=21809 vsize=361724 CPUtime=0.45 cores=0,2,4,6
/proc/21950/stat : 21950 (python) S 21809 21809 21302 0 -1 4202560 1154 0 0 0 23 22 0 0 19 0 2 0 907555734 370405376 16144 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 2 0 0 0
/proc/21950/statm: 90431 16144 399 364 0 26337 0
[pid=21952] ppid=21950 vsize=56716 CPUtime=388.38 cores=0,2,4,6
/proc/21952/stat : 21952 (precosat) T 21950 21952 21952 0 -1 4202496 26856 0 0 0 38831 7 0 0 25 0 1 0 907555734 58077184 14052 33554432000 4194304 4890832 140737047127536 18446744073709551615 4293611 0 0 16781312 17442 18446744071562691360 0 0 17 0 0 0 0
/proc/21952/statm: 14179 14052 85 171 0 14006 0
[pid=21950/tid=21963] ppid=21809 vsize=361724 CPUtime=0 cores=0,2,4,6
/proc/21950/task/21963/stat : 21963 (python) S 21809 21809 21302 0 -1 4202560 49 0 0 0 0 0 0 0 19 0 2 0 907594572 370405376 16144 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453904460672 0 0 -1 2 0 0 0
[pid=21964] ppid=21809 vsize=371980 CPUtime=0.68 cores=0,2,4,6
/proc/21964/stat : 21964 (python) S 21809 21809 21302 0 -1 4202560 1148 0 0 0 38 30 0 0 18 0 2 0 907594574 380907520 16148 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21964/statm: 92995 16148 399 364 0 28898 0
[pid=21966] ppid=21964 vsize=42772 CPUtime=587.59 cores=0,2,4,6
/proc/21966/stat : 21966 (lingeling) T 21964 21966 21966 0 -1 4202496 13948 0 0 0 58755 4 0 0 25 0 1 0 907594574 43798528 9858 33554432000 4194304 4352236 140736904683088 18446744073709551615 4328441 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21966/statm: 10693 9858 129 39 0 9773 0
[pid=21964/tid=21970] ppid=21809 vsize=371980 CPUtime=0 cores=0,2,4,6
/proc/21964/task/21970/stat : 21970 (python) S 21809 21809 21302 0 -1 4202560 50 0 0 0 0 0 0 0 18 0 2 0 907604585 380907520 16148 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453861994688 0 0 -1 4 0 0 0
[pid=21994] ppid=21809 vsize=382236 CPUtime=0.11 cores=0,2,4,6
/proc/21994/stat : 21994 (python) S 21809 21809 21302 0 -1 4202560 1106 0 0 0 7 4 0 0 19 0 2 0 907692011 391409664 16152 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512518603 0 0 16781312 514 18446744073709551615 0 0 17 4 0 0 0
/proc/21994/statm: 95559 16152 399 364 0 31459 0
[pid=21996] ppid=21994 vsize=23916 CPUtime=100.1 cores=0,2,4,6
/proc/21996/stat : 21996 (lingeling) T 21994 21996 21996 0 -1 4202496 9237 0 0 0 10008 2 0 0 25 0 1 0 907692011 24489984 5142 33554432000 4194304 4352236 140736988684064 18446744073709551615 4328100 0 0 16781312 17506 18446744071562691360 0 0 17 0 0 0 0
/proc/21996/statm: 5979 5142 129 39 0 5059 0
[pid=21994/tid=22000] ppid=21809 vsize=382236 CPUtime=0 cores=0,2,4,6
/proc/21994/task/22000/stat : 22000 (python) S 21809 21809 21302 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 907702022 391409664 16152 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 514 18446604453899503552 0 0 -1 4 0 0 0
[pid=21809/tid=21816] ppid=21807 vsize=392480 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21816/stat : 21816 (python) S 21807 21809 21302 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 907311321 401899520 17644 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=21809/tid=21822] ppid=21807 vsize=392480 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21822/stat : 21822 (python) S 21807 21809 21302 0 -1 4202560 40 932 0 0 0 0 0 0 18 0 8 0 907321336 401899520 17644 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 4 0 0 0
[pid=21809/tid=21913] ppid=21807 vsize=392480 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21913/stat : 21913 (python) S 21807 21809 21302 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 8 0 907487052 401899520 17644 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=21809/tid=21919] ppid=21807 vsize=392480 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21919/stat : 21919 (python) S 21807 21809 21302 0 -1 4202560 31 932 0 0 0 0 0 0 20 0 8 0 907497065 401899520 17644 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 0 0 0 0
[pid=21809/tid=21951] ppid=21807 vsize=392480 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21951/stat : 21951 (python) S 21807 21809 21302 0 -1 4202560 26 932 0 0 0 0 0 0 20 0 8 0 907555734 401899520 17644 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 6 0 0 0
[pid=21809/tid=21965] ppid=21807 vsize=392480 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21965/stat : 21965 (python) S 21807 21809 21302 0 -1 4202560 30 932 0 0 0 0 0 0 18 0 8 0 907594574 401899520 17644 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 6 0 0 0
[pid=21809/tid=21995] ppid=21807 vsize=392480 CPUtime=0 cores=0,2,4,6
/proc/21809/task/21995/stat : 21995 (python) S 21807 21809 21302 0 -1 4202560 30 932 0 0 0 0 0 0 20 0 8 0 907692011 401899520 17644 33554432000 4194304 5683644 140737040925712 18446744073709551615 254512515505 0 0 16781312 2 18446604453881641984 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 3307308

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 4994.15
CPU time (s): 5000.07
CPU user time (s): 4996.25
CPU system time (s): 3.82
CPU usage (%): 100.118
Max. virtual memory (cumulated for all children) (KiB): 3374264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.01893
system time used= 0.169974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33029
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= 2893
involuntary context switches= 36

runsolver used 13.134 second user time and 22.7335 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-13 11:25:39
IDJOB=3498513
IDBENCH=85991
IDSOLVER=1991
FILE ID=node149/3498513-1307957139
RUNJOBID= node149-1307953113-21320
PBS_JOBID= 13559679
Free space on /tmp= 74016 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_36.renamed-as.sat05-1922.cnf
COMMAND LINE= python DIR/solve DIR/etc/borg-mix+class.industrial.pickle BENCHNAME -seed RANDOMSEED -budget TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3498513-1307957139/watcher-3498513-1307957139 -o /tmp/evaluation-result-3498513-1307957139/solver-3498513-1307957139 -C 5000 -W 5100 -M 15500  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3498513-1307957139.cnf -seed 276427039 -budget 5000

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

MD5SUM BENCH= c9c90d9af49f4c08c7262ecb9a0b2a3d
RANDOM SEED=276427039

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

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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.806
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:     32950928 kB
MemFree:      31227240 kB
Buffers:        178264 kB
Cached:         383744 kB
SwapCached:      22736 kB
Active:        1249896 kB
Inactive:       268460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31227240 kB
SwapTotal:    67111528 kB
SwapFree:     67053884 kB
Dirty:           34984 kB
Writeback:           0 kB
AnonPages:      953192 kB
Mapped:          15796 kB
Slab:           134568 kB
PageTables:      10068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1773352 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= 74024 MiB
End job on node149 at 2011-06-13 12:48:55