Trace number 3483853

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, 1200 s timeout)? (TO) 1200.07 1200.23

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.34/0.63	c INFO: loaded portfolio from HOME/etc/borg-mix+class.industrial.pickle
0.34/0.63	c INFO: solving HOME/instance-3483853-1307747356.cnf
0.34/0.63	c INFO: computing task features
2.22/2.57	c INFO: computed variable-clause graph statistics
2.32/2.64	c INFO: computed clause balance statistics
11.42/11.74	c INFO: computed variable balance statistics
18.22/18.52	c INFO: computed small-clause counts
18.33/18.68	c INFO: computed Horn-clause counts
64.53/64.80	c INFO: computed variable graph statistics
64.53/64.80	c INFO: collected features for HOME/instance-3483853-1307747356.cnf in 64.10 s
64.53/64.81	c INFO: running lingeling-276@0 for 194 with 1135 remaining (b = 0.65)
260.68/261.05	c INFO: running lingeling-276@0 for 97 with 939 remaining (b = 0.42)
360.77/361.19	c INFO: running lingeling-276@195 for 97 with 840 remaining (b = 0.15)
457.95/458.31	c INFO: running cryptominisat-2.9.0@0 for 743 with 743 remaining (b = 0.43)

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: 988)

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-3483853-1307747356/watcher-3483853-1307747356 -o /tmp/evaluation-result-3483853-1307747356/solver-3483853-1307747356 -C 1200 -W 1300 -M 7680 python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483853-1307747356.cnf -seed 839985568 -budget 1200 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 5.05 3.76 2.27 7/196 24845
/proc/meminfo: memFree=27443080/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=15184 CPUtime=0 cores=1,3
/proc/24845/stat : 24845 (python) S 24843 24845 24692 0 -1 4202496 726 0 0 0 0 0 0 0 22 0 1 0 886335507 15548416 615 33554432000 4194304 5683644 140735425377248 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/24845/statm: 3796 615 321 364 0 283 0

[startup+0.0380371 s]
/proc/loadavg: 5.05 3.76 2.27 7/196 24845
/proc/meminfo: memFree=27443080/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=18888 CPUtime=0.01 cores=1,3
/proc/24845/stat : 24845 (python) S 24843 24845 24692 0 -1 4202496 1252 0 0 0 1 0 0 0 22 0 1 0 886335507 19341312 1105 33554432000 4194304 5683644 140735425377248 18446744073709551615 248089696256 0 2147483391 16781312 2 18446744071699199166 0 0 17 1 0 0 0
/proc/24845/statm: 4722 1105 421 364 0 691 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 18888

[startup+0.101026 s]
/proc/loadavg: 5.05 3.76 2.27 7/196 24845
/proc/meminfo: memFree=27443080/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=91832 CPUtime=0.06 cores=1,3
/proc/24845/stat : 24845 (python) R 24843 24845 24692 0 -1 4202496 2679 0 0 0 4 2 0 0 22 0 1 0 886335507 94035968 2393 33554432000 4194304 5683644 140735425377248 18446744073709551615 4501896 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24845/statm: 22958 2393 754 364 0 1623 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 91832

[startup+0.300992 s]
/proc/loadavg: 5.05 3.76 2.27 7/196 24845
/proc/meminfo: memFree=27443080/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=135752 CPUtime=0.17 cores=1,3
/proc/24845/stat : 24845 (python) S 24843 24845 24692 0 -1 4202496 5972 930 1 0 12 5 0 0 22 0 1 0 886335507 139010048 4148 33554432000 4194304 5683644 140735425377248 18446744073709551615 248089694213 0 2147483391 16781312 2 18446744071699199166 0 0 17 3 0 0 0
/proc/24845/statm: 33938 4148 1032 364 0 3124 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 135752

[startup+0.707919 s]
/proc/loadavg: 5.05 3.76 2.27 7/196 24845
/proc/meminfo: memFree=27443080/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=292768 CPUtime=0.43 cores=1,3
/proc/24845/stat : 24845 (python) R 24843 24845 24692 0 -1 4202496 12834 930 1 0 33 10 0 0 17 0 1 0 886335507 299794432 10505 33554432000 4194304 5683644 140735425377248 18446744073709551615 47391325229819 0 0 16781312 2 0 0 0 17 3 0 0 0
/proc/24845/statm: 73192 10505 1761 364 0 9116 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 292768

[startup+1.50078 s]
/proc/loadavg: 5.05 3.76 2.27 6/197 24850
/proc/meminfo: memFree=27388784/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=343408 CPUtime=1.22 cores=1,3
/proc/24845/stat : 24845 (python) R 24843 24845 24692 0 -1 4202496 25191 930 1 0 109 13 0 0 18 0 1 0 886335507 351649792 22862 33554432000 4194304 5683644 140735425377248 18446744073709551615 248089359045 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24845/statm: 85852 22862 1761 364 0 21776 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 343408

[startup+3.1005 s]
/proc/loadavg: 5.05 3.76 2.27 6/197 24850
/proc/meminfo: memFree=27322072/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=399144 CPUtime=2.82 cores=1,3
/proc/24845/stat : 24845 (python) R 24843 24845 24692 0 -1 4202496 53016 930 1 0 266 16 0 0 21 0 1 0 886335507 408723456 37170 33554432000 4194304 5683644 140735425377248 18446744073709551615 47391154614072 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24845/statm: 99786 37170 1826 364 0 35710 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 399144

[startup+6.30093 s]
/proc/loadavg: 5.05 3.78 2.29 6/197 24850
/proc/meminfo: memFree=27300008/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=399144 CPUtime=6.02 cores=1,3
/proc/24845/stat : 24845 (python) R 24843 24845 24692 0 -1 4202496 53016 930 1 0 586 16 0 0 25 0 1 0 886335507 408723456 37170 33554432000 4194304 5683644 140735425377248 18446744073709551615 47391154446570 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24845/statm: 99786 37170 1826 364 0 35710 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 399144

[startup+12.7008 s]
/proc/loadavg: 5.04 3.80 2.30 6/197 24850
/proc/meminfo: memFree=27263416/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=399144 CPUtime=12.42 cores=1,3
/proc/24845/stat : 24845 (python) R 24843 24845 24692 0 -1 4202496 53017 930 1 0 1226 16 0 0 25 0 1 0 886335507 408723456 37171 33554432000 4194304 5683644 140735425377248 18446744073709551615 248089346988 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24845/statm: 99786 37171 1827 364 0 35710 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 399144

[startup+25.5005 s]
/proc/loadavg: 5.03 3.86 2.34 7/197 24850
/proc/meminfo: memFree=27284880/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=399144 CPUtime=25.22 cores=1,3
/proc/24845/stat : 24845 (python) R 24843 24845 24692 0 -1 4202496 53023 930 1 0 2506 16 0 0 25 0 1 0 886335507 408723456 37177 33554432000 4194304 5683644 140735425377248 18446744073709551615 47391154366604 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24845/statm: 99786 37177 1833 364 0 35710 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 399144

[startup+51.101 s]
/proc/loadavg: 5.10 3.97 2.42 7/197 24851
/proc/meminfo: memFree=27265320/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=399144 CPUtime=50.82 cores=1,3
/proc/24845/stat : 24845 (python) R 24843 24845 24692 0 -1 4202496 53023 930 1 0 5066 16 0 0 25 0 1 0 886335507 408723456 37177 33554432000 4194304 5683644 140735425377248 18446744073709551615 47391154366604 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24845/statm: 99786 37177 1833 364 0 35710 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 399144

[startup+102.307 s]
/proc/loadavg: 5.04 4.12 2.55 6/201 24856
/proc/meminfo: memFree=27214552/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=400244 CPUtime=64.54 cores=1,3
/proc/24845/stat : 24845 (python) S 24843 24845 24692 0 -1 4202496 53306 930 1 0 6437 17 0 0 25 0 2 0 886335507 409849856 34923 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24845/statm: 100061 34923 1867 364 0 35979 0
[pid=24852] ppid=24845 vsize=390000 CPUtime=0.04 cores=1,3
/proc/24852/stat : 24852 (python) S 24845 24845 24692 0 -1 4202560 892 0 0 0 2 2 0 0 18 0 1 0 886341989 399360000 33428 33554432000 4194304 5683644 140735425377248 18446744073709551615 248089718287 0 0 16781312 514 1865176340987085061 0 0 17 1 0 0 0
/proc/24852/statm: 97500 33428 376 364 0 33418 0
[pid=24854] ppid=24852 vsize=76720 CPUtime=37.43 cores=1,3
/proc/24854/stat : 24854 (lingeling) R 24852 24854 24854 0 -1 4202496 33068 0 0 0 3740 3 0 0 25 0 1 0 886341989 78561280 18351 33554432000 4194304 4352236 140735938584208 18446744073709551615 4328100 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/24854/statm: 19180 18351 129 39 0 18260 0
[pid=24845/tid=24853] ppid=24843 vsize=400244 CPUtime=0 cores=1,3
/proc/24845/task/24853/stat : 24853 (python) S 24843 24845 24692 0 -1 4202560 30 930 0 0 0 0 0 0 25 0 2 0 886341989 409849856 34923 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 866964

[startup+162.3 s]
/proc/loadavg: 5.01 4.28 2.70 6/201 24858
/proc/meminfo: memFree=27206388/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=400244 CPUtime=64.54 cores=1,3
/proc/24845/stat : 24845 (python) S 24843 24845 24692 0 -1 4202496 53306 930 1 0 6437 17 0 0 25 0 2 0 886335507 409849856 34923 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24845/statm: 100061 34923 1867 364 0 35979 0
[pid=24852] ppid=24845 vsize=390000 CPUtime=0.12 cores=1,3
/proc/24852/stat : 24852 (python) S 24845 24845 24692 0 -1 4202560 919 0 0 0 7 5 0 0 18 0 1 0 886341989 399360000 33428 33554432000 4194304 5683644 140735425377248 18446744073709551615 248089718287 0 0 16781312 514 1865176340987085061 0 0 17 1 0 0 0
/proc/24852/statm: 97500 33428 376 364 0 33418 0
[pid=24854] ppid=24852 vsize=93108 CPUtime=97.34 cores=1,3
/proc/24854/stat : 24854 (lingeling) R 24852 24854 24854 0 -1 4202496 39214 0 0 0 9730 4 0 0 25 0 1 0 886341989 95342592 20400 33554432000 4194304 4352236 140735938584208 18446744073709551615 4236221 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/24854/statm: 23277 20400 129 39 0 22357 0
[pid=24845/tid=24853] ppid=24843 vsize=400244 CPUtime=0 cores=1,3
/proc/24845/task/24853/stat : 24853 (python) S 24843 24845 24692 0 -1 4202560 30 930 0 0 0 0 0 0 25 0 2 0 886341989 409849856 34923 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 162
Current children cumulated vsize (KiB) 883352

[startup+222.301 s]
/proc/loadavg: 5.06 4.42 2.85 6/198 24902
/proc/meminfo: memFree=27474600/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=400244 CPUtime=64.54 cores=1,3
/proc/24845/stat : 24845 (python) S 24843 24845 24692 0 -1 4202496 53306 930 1 0 6437 17 0 0 25 0 2 0 886335507 409849856 34923 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24845/statm: 100061 34923 1867 364 0 35979 0
[pid=24852] ppid=24845 vsize=390000 CPUtime=0.2 cores=1,3
/proc/24852/stat : 24852 (python) S 24845 24845 24692 0 -1 4202560 940 0 0 0 11 9 0 0 18 0 1 0 886341989 399360000 33428 33554432000 4194304 5683644 140735425377248 18446744073709551615 248089718287 0 0 16781312 514 1865176340987085061 0 0 17 1 0 0 0
/proc/24852/statm: 97500 33428 376 364 0 33418 0
[pid=24854] ppid=24852 vsize=93108 CPUtime=157.26 cores=1,3
/proc/24854/stat : 24854 (lingeling) R 24852 24854 24854 0 -1 4202496 39214 0 0 0 15722 4 0 0 25 0 1 0 886341989 95342592 20400 33554432000 4194304 4352236 140735938584208 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/24854/statm: 23277 20400 129 39 0 22357 0
[pid=24845/tid=24853] ppid=24843 vsize=400244 CPUtime=0 cores=1,3
/proc/24845/task/24853/stat : 24853 (python) S 24843 24845 24692 0 -1 4202560 30 930 0 0 0 0 0 0 25 0 2 0 886341989 409849856 34923 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 222
Current children cumulated vsize (KiB) 883352

[startup+282.301 s]
/proc/loadavg: 5.07 4.54 2.99 6/205 24911
/proc/meminfo: memFree=27342384/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=410500 CPUtime=64.55 cores=1,3
/proc/24845/stat : 24845 (python) S 24843 24845 24692 0 -1 4202496 54116 930 1 0 6438 17 0 0 19 0 3 0 886335507 420352000 34930 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24845/statm: 102625 34930 1870 364 0 38540 0
[pid=24852] ppid=24845 vsize=400244 CPUtime=0.25 cores=1,3
/proc/24852/stat : 24852 (python) S 24845 24845 24692 0 -1 4202560 1182 0 0 0 13 12 0 0 19 0 2 0 886341989 409849856 33471 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24852/statm: 100061 33471 414 364 0 35979 0
[pid=24854] ppid=24852 vsize=93108 CPUtime=195.95 cores=1,3
/proc/24854/stat : 24854 (lingeling) T 24852 24854 24854 0 -1 4202496 39214 0 0 0 19591 4 0 0 25 0 1 0 886341989 95342592 20400 33554432000 4194304 4352236 140735938584208 18446744073709551615 4233979 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24854/statm: 23277 20400 129 39 0 22357 0
[pid=24852/tid=24905] ppid=24845 vsize=400244 CPUtime=0 cores=1,3
/proc/24852/task/24905/stat : 24905 (python) S 24845 24845 24692 0 -1 4202560 47 0 0 0 0 0 0 0 19 0 2 0 886361612 409849856 33471 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 514 18446604454224045120 0 0 -1 3 0 0 0
[pid=24906] ppid=24845 vsize=400256 CPUtime=0.02 cores=1,3
/proc/24906/stat : 24906 (python) S 24845 24845 24692 0 -1 4202560 902 0 0 0 1 1 0 0 18 0 1 0 886361613 409862144 33426 33554432000 4194304 5683644 140735425377248 18446744073709551615 248089718342 0 0 16781312 514 1865176340987085064 0 0 17 1 0 0 0
/proc/24906/statm: 100064 33426 370 364 0 35979 0
[pid=24908] ppid=24906 vsize=68528 CPUtime=21.2 cores=1,3
/proc/24908/stat : 24908 (lingeling) R 24906 24908 24908 0 -1 4202496 27989 0 0 0 2116 4 0 0 25 0 1 0 886361614 70172672 16302 33554432000 4194304 4352236 140737086620400 18446744073709551615 4328026 0 0 16781312 17506 0 0 0 17 1 0 0 0
/proc/24908/statm: 17132 16302 129 39 0 16212 0
[pid=24845/tid=24853] ppid=24843 vsize=410500 CPUtime=0 cores=1,3
/proc/24845/task/24853/stat : 24853 (python) S 24843 24845 24692 0 -1 4202560 30 930 0 0 0 0 0 0 25 0 3 0 886341989 420352000 34930 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=24845/tid=24907] ppid=24843 vsize=410500 CPUtime=0 cores=1,3
/proc/24845/task/24907/stat : 24907 (python) S 24843 24845 24692 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 3 0 886361613 420352000 34930 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 281.97
Current children cumulated vsize (KiB) 1372636

[startup+342.301 s]
/proc/loadavg: 5.07 4.64 3.11 6/205 24913
/proc/meminfo: memFree=27302412/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=410500 CPUtime=64.55 cores=1,3

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

[startup+1062.3 s]
/proc/loadavg: 5.12 5.04 4.16 6/219 25050
/proc/meminfo: memFree=26983980/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=420756 CPUtime=64.56 cores=1,3
/proc/24845/stat : 24845 (python) S 24843 24845 24692 0 -1 4202496 54910 930 1 0 6439 17 0 0 20 0 4 0 886335507 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24845/statm: 105189 34936 1872 364 0 41101 0
[pid=24852] ppid=24845 vsize=400244 CPUtime=0.39 cores=1,3
/proc/24852/stat : 24852 (python) S 24845 24845 24692 0 -1 4202560 1198 0 0 0 21 18 0 0 18 0 2 0 886341989 409849856 33472 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24852/statm: 100061 33472 415 364 0 35979 0
[pid=24854] ppid=24852 vsize=93108 CPUtime=292.91 cores=1,3
/proc/24854/stat : 24854 (lingeling) T 24852 24854 24854 0 -1 4202496 39214 0 0 0 29287 4 0 0 25 0 1 0 886341989 95342592 20400 33554432000 4194304 4352236 140735938584208 18446744073709551615 4241534 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24854/statm: 23277 20400 129 39 0 22357 0
[pid=24852/tid=24905] ppid=24845 vsize=400244 CPUtime=0 cores=1,3
/proc/24852/task/24905/stat : 24905 (python) S 24845 24845 24692 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 886361612 409849856 33472 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 514 18446604454224045120 0 0 -1 3 0 0 0
[pid=24906] ppid=24845 vsize=400256 CPUtime=0.13 cores=1,3
/proc/24906/stat : 24906 (python) S 24845 24845 24692 0 -1 4202560 1090 0 0 0 7 6 0 0 19 0 2 0 886361613 409862144 33456 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24906/statm: 100064 33456 399 364 0 35979 0
[pid=24908] ppid=24906 vsize=93104 CPUtime=99.98 cores=1,3
/proc/24908/stat : 24908 (lingeling) T 24906 24908 24908 0 -1 4202496 36183 0 0 0 9993 5 0 0 25 0 1 0 886361614 95338496 20399 33554432000 4194304 4352236 140737086620400 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24908/statm: 23276 20399 129 39 0 22356 0
[pid=24906/tid=24914] ppid=24845 vsize=400256 CPUtime=0 cores=1,3
/proc/24906/task/24914/stat : 24914 (python) S 24845 24845 24692 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886371626 409862144 33456 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 514 18446604471134453952 0 0 -1 1 0 0 0
[pid=24924] ppid=24845 vsize=410512 CPUtime=0.88 cores=1,3
/proc/24924/stat : 24924 (python) S 24845 24845 24692 0 -1 4202560 989 0 0 0 45 43 0 0 15 0 1 0 886381339 420364288 33430 33554432000 4194304 5683644 140735425377248 18446744073709551615 248089718342 0 0 16781312 514 4482343872877265160 0 0 17 3 0 0 0
/proc/24924/statm: 102628 33430 370 364 0 38540 0
[pid=24926] ppid=24924 vsize=1936028 CPUtime=603.11 cores=1,3
/proc/24926/stat : 24926 (cryptominisat-2) R 24924 24926 24926 0 -1 4202496 467248 0 0 0 60229 82 0 0 25 0 1 0 886381340 1982492672 363873 33554432000 4194304 4677096 140737051698400 18446744073709551615 4564110 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24926/statm: 484007 363873 475 118 0 478966 0
[pid=24845/tid=24853] ppid=24843 vsize=420756 CPUtime=0 cores=1,3
/proc/24845/task/24853/stat : 24853 (python) S 24843 24845 24692 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 4 0 886341989 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 3 0 0 0
[pid=24845/tid=24907] ppid=24843 vsize=420756 CPUtime=0 cores=1,3
/proc/24845/task/24907/stat : 24907 (python) S 24843 24845 24692 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 4 0 886361613 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=24845/tid=24925] ppid=24843 vsize=420756 CPUtime=0 cores=1,3
/proc/24845/task/24925/stat : 24925 (python) S 24843 24845 24692 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 4 0 886381339 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1061.96
Current children cumulated vsize (KiB) 3754008

[startup+1122.3 s]
/proc/loadavg: 5.08 5.04 4.21 6/219 25051
/proc/meminfo: memFree=26639696/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=420756 CPUtime=64.56 cores=1,3
/proc/24845/stat : 24845 (python) S 24843 24845 24692 0 -1 4202496 54910 930 1 0 6439 17 0 0 20 0 4 0 886335507 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24845/statm: 105189 34936 1872 364 0 41101 0
[pid=24852] ppid=24845 vsize=400244 CPUtime=0.39 cores=1,3
/proc/24852/stat : 24852 (python) S 24845 24845 24692 0 -1 4202560 1198 0 0 0 21 18 0 0 18 0 2 0 886341989 409849856 33472 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24852/statm: 100061 33472 415 364 0 35979 0
[pid=24854] ppid=24852 vsize=93108 CPUtime=292.91 cores=1,3
/proc/24854/stat : 24854 (lingeling) T 24852 24854 24854 0 -1 4202496 39214 0 0 0 29287 4 0 0 25 0 1 0 886341989 95342592 20400 33554432000 4194304 4352236 140735938584208 18446744073709551615 4241534 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24854/statm: 23277 20400 129 39 0 22357 0
[pid=24852/tid=24905] ppid=24845 vsize=400244 CPUtime=0 cores=1,3
/proc/24852/task/24905/stat : 24905 (python) S 24845 24845 24692 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 886361612 409849856 33472 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 514 18446604454224045120 0 0 -1 3 0 0 0
[pid=24906] ppid=24845 vsize=400256 CPUtime=0.13 cores=1,3
/proc/24906/stat : 24906 (python) S 24845 24845 24692 0 -1 4202560 1090 0 0 0 7 6 0 0 19 0 2 0 886361613 409862144 33456 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24906/statm: 100064 33456 399 364 0 35979 0
[pid=24908] ppid=24906 vsize=93104 CPUtime=99.98 cores=1,3
/proc/24908/stat : 24908 (lingeling) T 24906 24908 24908 0 -1 4202496 36183 0 0 0 9993 5 0 0 25 0 1 0 886361614 95338496 20399 33554432000 4194304 4352236 140737086620400 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24908/statm: 23276 20399 129 39 0 22356 0
[pid=24906/tid=24914] ppid=24845 vsize=400256 CPUtime=0 cores=1,3
/proc/24906/task/24914/stat : 24914 (python) S 24845 24845 24692 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886371626 409862144 33456 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 514 18446604471134453952 0 0 -1 1 0 0 0
[pid=24924] ppid=24845 vsize=410512 CPUtime=0.97 cores=1,3
/proc/24924/stat : 24924 (python) S 24845 24845 24692 0 -1 4202560 989 0 0 0 50 47 0 0 15 0 1 0 886381339 420364288 33430 33554432000 4194304 5683644 140735425377248 18446744073709551615 248089718342 0 0 16781312 514 4482343872877265160 0 0 17 3 0 0 0
/proc/24924/statm: 102628 33430 370 364 0 38540 0
[pid=24926] ppid=24924 vsize=1851284 CPUtime=663.12 cores=1,3
/proc/24926/stat : 24926 (cryptominisat-2) R 24924 24926 24926 0 -1 4202496 482179 0 0 0 66225 87 0 0 25 0 1 0 886381340 1895714816 360650 33554432000 4194304 4677096 140737051698400 18446744073709551615 4319729 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24926/statm: 462821 360650 473 118 0 457780 0
[pid=24845/tid=24853] ppid=24843 vsize=420756 CPUtime=0 cores=1,3
/proc/24845/task/24853/stat : 24853 (python) S 24843 24845 24692 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 4 0 886341989 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 3 0 0 0
[pid=24845/tid=24907] ppid=24843 vsize=420756 CPUtime=0 cores=1,3
/proc/24845/task/24907/stat : 24907 (python) S 24843 24845 24692 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 4 0 886361613 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=24845/tid=24925] ppid=24843 vsize=420756 CPUtime=0 cores=1,3
/proc/24845/task/24925/stat : 24925 (python) S 24843 24845 24692 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 4 0 886381339 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1122.06
Current children cumulated vsize (KiB) 3669264

[startup+1182.3 s]
/proc/loadavg: 5.06 5.05 4.26 6/223 25057
/proc/meminfo: memFree=26362452/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=420756 CPUtime=64.56 cores=1,3
/proc/24845/stat : 24845 (python) S 24843 24845 24692 0 -1 4202496 54910 930 1 0 6439 17 0 0 20 0 4 0 886335507 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24845/statm: 105189 34936 1872 364 0 41101 0
[pid=24852] ppid=24845 vsize=400244 CPUtime=0.39 cores=1,3
/proc/24852/stat : 24852 (python) S 24845 24845 24692 0 -1 4202560 1198 0 0 0 21 18 0 0 18 0 2 0 886341989 409849856 33472 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24852/statm: 100061 33472 415 364 0 35979 0
[pid=24854] ppid=24852 vsize=93108 CPUtime=292.91 cores=1,3
/proc/24854/stat : 24854 (lingeling) T 24852 24854 24854 0 -1 4202496 39214 0 0 0 29287 4 0 0 25 0 1 0 886341989 95342592 20400 33554432000 4194304 4352236 140735938584208 18446744073709551615 4241534 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24854/statm: 23277 20400 129 39 0 22357 0
[pid=24852/tid=24905] ppid=24845 vsize=400244 CPUtime=0 cores=1,3
/proc/24852/task/24905/stat : 24905 (python) S 24845 24845 24692 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 886361612 409849856 33472 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 514 18446604454224045120 0 0 -1 3 0 0 0
[pid=24906] ppid=24845 vsize=400256 CPUtime=0.13 cores=1,3
/proc/24906/stat : 24906 (python) S 24845 24845 24692 0 -1 4202560 1090 0 0 0 7 6 0 0 19 0 2 0 886361613 409862144 33456 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24906/statm: 100064 33456 399 364 0 35979 0
[pid=24908] ppid=24906 vsize=93104 CPUtime=99.98 cores=1,3
/proc/24908/stat : 24908 (lingeling) T 24906 24908 24908 0 -1 4202496 36183 0 0 0 9993 5 0 0 25 0 1 0 886361614 95338496 20399 33554432000 4194304 4352236 140737086620400 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24908/statm: 23276 20399 129 39 0 22356 0
[pid=24906/tid=24914] ppid=24845 vsize=400256 CPUtime=0 cores=1,3
/proc/24906/task/24914/stat : 24914 (python) S 24845 24845 24692 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886371626 409862144 33456 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 514 18446604471134453952 0 0 -1 1 0 0 0
[pid=24924] ppid=24845 vsize=410512 CPUtime=1.06 cores=1,3
/proc/24924/stat : 24924 (python) S 24845 24845 24692 0 -1 4202560 989 0 0 0 55 51 0 0 15 0 1 0 886381339 420364288 33430 33554432000 4194304 5683644 140735425377248 18446744073709551615 248089718342 0 0 16781312 514 1865176340987085064 0 0 17 3 0 0 0
/proc/24924/statm: 102628 33430 370 364 0 38540 0
[pid=24926] ppid=24924 vsize=1856176 CPUtime=723.12 cores=1,3
/proc/24926/stat : 24926 (cryptominisat-2) R 24924 24926 24926 0 -1 4202496 494542 0 0 0 72221 91 0 0 25 0 1 0 886381340 1900724224 361802 33554432000 4194304 4677096 140737051698400 18446744073709551615 4319726 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24926/statm: 464044 361802 473 118 0 459003 0
[pid=24845/tid=24853] ppid=24843 vsize=420756 CPUtime=0 cores=1,3
/proc/24845/task/24853/stat : 24853 (python) S 24843 24845 24692 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 4 0 886341989 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 3 0 0 0
[pid=24845/tid=24907] ppid=24843 vsize=420756 CPUtime=0 cores=1,3
/proc/24845/task/24907/stat : 24907 (python) S 24843 24845 24692 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 4 0 886361613 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=24845/tid=24925] ppid=24843 vsize=420756 CPUtime=0 cores=1,3
/proc/24845/task/24925/stat : 24925 (python) S 24843 24845 24692 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 4 0 886381339 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.15
Current children cumulated vsize (KiB) 3674156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1200.2 s]
/proc/loadavg: 5.04 5.05 4.28 6/223 25058
/proc/meminfo: memFree=26267828/32950928 swapFree=67055156/67111528
[pid=24845] ppid=24843 vsize=420756 CPUtime=64.56 cores=1,3
/proc/24845/stat : 24845 (python) S 24843 24845 24692 0 -1 4202496 54910 930 1 0 6439 17 0 0 20 0 4 0 886335507 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 2 18446744073709551615 0 0 17 1 0 0 0
/proc/24845/statm: 105189 34936 1872 364 0 41101 0
[pid=24852] ppid=24845 vsize=400244 CPUtime=0.39 cores=1,3
/proc/24852/stat : 24852 (python) S 24845 24845 24692 0 -1 4202560 1198 0 0 0 21 18 0 0 18 0 2 0 886341989 409849856 33472 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24852/statm: 100061 33472 415 364 0 35979 0
[pid=24854] ppid=24852 vsize=93108 CPUtime=292.91 cores=1,3
/proc/24854/stat : 24854 (lingeling) T 24852 24854 24854 0 -1 4202496 39214 0 0 0 29287 4 0 0 25 0 1 0 886341989 95342592 20400 33554432000 4194304 4352236 140735938584208 18446744073709551615 4241534 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24854/statm: 23277 20400 129 39 0 22357 0
[pid=24852/tid=24905] ppid=24845 vsize=400244 CPUtime=0 cores=1,3
/proc/24852/task/24905/stat : 24905 (python) S 24845 24845 24692 0 -1 4202560 47 0 0 0 0 0 0 0 18 0 2 0 886361612 409849856 33472 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 514 18446604454224045120 0 0 -1 3 0 0 0
[pid=24906] ppid=24845 vsize=400256 CPUtime=0.13 cores=1,3
/proc/24906/stat : 24906 (python) S 24845 24845 24692 0 -1 4202560 1090 0 0 0 7 6 0 0 19 0 2 0 886361613 409862144 33456 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101524939 0 0 16781312 514 18446744073709551615 0 0 17 1 0 0 0
/proc/24906/statm: 100064 33456 399 364 0 35979 0
[pid=24908] ppid=24906 vsize=93104 CPUtime=99.98 cores=1,3
/proc/24908/stat : 24908 (lingeling) T 24906 24908 24908 0 -1 4202496 36183 0 0 0 9993 5 0 0 25 0 1 0 886361614 95338496 20399 33554432000 4194304 4352236 140737086620400 18446744073709551615 4328194 0 0 16781312 17506 18446744071562691360 0 0 17 3 0 0 0
/proc/24908/statm: 23276 20399 129 39 0 22356 0
[pid=24906/tid=24914] ppid=24845 vsize=400256 CPUtime=0 cores=1,3
/proc/24906/task/24914/stat : 24914 (python) S 24845 24845 24692 0 -1 4202560 45 0 0 0 0 0 0 0 19 0 2 0 886371626 409862144 33456 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 514 18446604471134453952 0 0 -1 1 0 0 0
[pid=24924] ppid=24845 vsize=410512 CPUtime=1.08 cores=1,3
/proc/24924/stat : 24924 (python) S 24845 24845 24692 0 -1 4202560 989 0 0 0 56 52 0 0 15 0 1 0 886381339 420364288 33430 33554432000 4194304 5683644 140735425377248 18446744073709551615 248089718342 0 0 16781312 514 4482343872877265160 0 0 17 3 0 0 0
/proc/24924/statm: 102628 33430 370 364 0 38540 0
[pid=24926] ppid=24924 vsize=1856176 CPUtime=741.02 cores=1,3
/proc/24926/stat : 24926 (cryptominisat-2) R 24924 24926 24926 0 -1 4202496 496226 0 0 0 74011 91 0 0 25 0 1 0 886381340 1900724224 363486 33554432000 4194304 4677096 140737051698400 18446744073709551615 4335860 0 0 16781312 2 0 0 0 17 1 0 0 0
/proc/24926/statm: 464044 363486 473 118 0 459003 0
[pid=24845/tid=24853] ppid=24843 vsize=420756 CPUtime=0 cores=1,3
/proc/24845/task/24853/stat : 24853 (python) S 24843 24845 24692 0 -1 4202560 34 930 0 0 0 0 0 0 18 0 4 0 886341989 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 3 0 0 0
[pid=24845/tid=24907] ppid=24843 vsize=420756 CPUtime=0 cores=1,3
/proc/24845/task/24907/stat : 24907 (python) S 24843 24845 24692 0 -1 4202560 30 930 0 0 0 0 0 0 20 0 4 0 886361613 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
[pid=24845/tid=24925] ppid=24843 vsize=420756 CPUtime=0 cores=1,3
/proc/24845/task/24925/stat : 24925 (python) S 24843 24845 24692 0 -1 4202560 26 930 0 0 0 0 0 0 20 0 4 0 886381339 430854144 34936 33554432000 4194304 5683644 140735425377248 18446744073709551615 248101521841 0 0 16781312 2 18446604471144822080 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1200.07
Current children cumulated vsize (KiB) 3674156

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24845 and gives
#  childrusage.ru_utime.tv_sec=64
#  childrusage.ru_utime.tv_usec=395210
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=187971
# CPU time returned by wait4() is 64.5832
# while last known CPU time is 1200.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1200.23
CPU time (s): 1200.07
CPU user time (s): 1198.14
CPU system time (s): 1.93
CPU usage (%): 99.9863
Max. virtual memory (cumulated for all children) (KiB): 3785740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 64.3952
system time used= 0.187971
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55841
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= 2861
involuntary context switches= 116

runsolver used 2.19667 second user time and 5.13022 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-11 01:09:17
IDJOB=3483853
IDBENCH=70808
IDSOLVER=1976
FILE ID=node123/3483853-1307747356
RUNJOBID= node123-1307747010-24712
PBS_JOBID= 13550834
Free space on /tmp= 73620 MiB

SOLVER NAME= borg-sat 11.03.02-seq-industrial (fixed, 1200 s timeout)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.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-3483853-1307747356/watcher-3483853-1307747356 -o /tmp/evaluation-result-3483853-1307747356/solver-3483853-1307747356 -C 1200 -W 1300 -M 7680  python HOME/solve HOME/etc/borg-mix+class.industrial.pickle HOME/instance-3483853-1307747356.cnf -seed 839985568 -budget 1200

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=839985568

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27443632 kB
Buffers:        236564 kB
Cached:        1316316 kB
SwapCached:      10356 kB
Active:        4734732 kB
Inactive:       567276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27443632 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:          373500 kB
Writeback:           0 kB
AnonPages:     3746552 kB
Mapped:          19280 kB
Slab:           126868 kB
PageTables:      17060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  5281360 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= 74000 MiB
End job on node123 at 2011-06-11 01:29:19