Trace number 3292671

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
SArTagnan 2011-03-24? (TO) 4800.24 1204

General information on the benchmark

NameSAT05/industrial/narain05/vpn/
clauses-8.renamed-as.sat05-1964.cnf
MD5SUM83c1fe52702413077bb84179a04b277a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark141.907
Satisfiable
(Un)Satisfiability was proved
Number of variables1461771
Number of clauses5687554
Sum of the clauses size14147618
Maximum clause length601
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24325673
Number of clauses of size 3961281
Number of clauses of size 411051
Number of clauses of size 5354960
Number of clauses of size over 534588

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3292671-1304110938/watcher-3292671-1304110938 -o /tmp/evaluation-result-3292671-1304110938/solver-3292671-1304110938 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3292671-1304110938.cnf -threads=4 

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

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


[startup+0 s]
/proc/loadavg: 4.83 6.92 7.52 5/180 26917
/proc/meminfo: memFree=29511328/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=29772 CPUtime=0 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 2420 0 0 0 0 0 0 0 23 0 1 0 601324833 30486528 2357 33554432000 4194304 4623224 140733430829264 18446744073709551615 4295644 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26917/statm: 7443 2369 290 105 0 2947 0

[startup+0.070249 s]
/proc/loadavg: 4.83 6.92 7.52 5/180 26917
/proc/meminfo: memFree=29511328/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=139008 CPUtime=0.06 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 25258 0 0 0 4 2 0 0 23 0 1 0 601324833 142344192 25195 33554432000 4194304 4623224 140733430829264 18446744073709551615 4296444 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26917/statm: 34752 25219 290 105 0 30256 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 139008

[startup+0.101231 s]
/proc/loadavg: 4.83 6.92 7.52 5/180 26917
/proc/meminfo: memFree=29511328/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=277248 CPUtime=0.09 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 27936 0 0 0 7 2 0 0 23 0 1 0 601324833 283901952 27445 33554432000 4194304 4623224 140733430829264 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26917/statm: 69312 27447 297 105 0 64816 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 277248

[startup+0.300202 s]
/proc/loadavg: 4.83 6.92 7.52 5/180 26917
/proc/meminfo: memFree=29511328/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=296668 CPUtime=0.29 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 39835 0 0 0 25 4 0 0 25 0 1 0 601324833 303788032 32031 33554432000 4194304 4623224 140733430829264 18446744073709551615 256415391488 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26917/statm: 74167 32032 297 105 0 69671 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 296668

[startup+0.701128 s]
/proc/loadavg: 4.83 6.92 7.52 5/180 26917
/proc/meminfo: memFree=29511328/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=328056 CPUtime=0.69 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 59559 0 0 0 63 6 0 0 25 0 1 0 601324833 335929344 40866 33554432000 4194304 4623224 140733430829264 18446744073709551615 256415391488 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26917/statm: 82014 40867 297 105 0 77518 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 328056

[startup+1.50097 s]
/proc/loadavg: 4.84 6.89 7.51 6/181 26918
/proc/meminfo: memFree=29319392/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=393212 CPUtime=1.49 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 99816 0 0 0 136 13 0 0 25 0 1 0 601324833 402649088 56347 33554432000 4194304 4623224 140733430829264 18446744073709551615 256415391488 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/26917/statm: 98303 56347 297 105 0 93807 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 393212

[startup+3.10061 s]
/proc/loadavg: 4.84 6.89 7.51 6/181 26918
/proc/meminfo: memFree=29221480/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=1317488 CPUtime=3.46 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 323129 0 0 0 307 39 0 0 25 0 4 0 601324833 1349107712 243407 33554432000 4194304 4623224 140733430829264 18446744073709551615 4355396 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 329372 243408 349 105 0 324876 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 1317488

[startup+6.301 s]
/proc/loadavg: 4.84 6.89 7.51 9/184 26921
/proc/meminfo: memFree=28189180/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=1715480 CPUtime=16.23 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 445929 0 0 0 1567 56 0 0 25 0 4 0 601324833 1756651520 313292 33554432000 4194304 4623224 140733430829264 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 428870 313292 334 105 0 424374 0
[pid=26917/tid=26919] ppid=26915 vsize=1715480 CPUtime=3.31 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 33643 0 0 0 327 4 0 0 25 0 4 0 601325131 1756651520 313292 33554432000 4194304 4623224 140733430829264 18446744073709551615 4364650 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=1715480 CPUtime=3.31 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 31537 0 0 0 327 4 0 0 25 0 4 0 601325131 1756651520 313292 33554432000 4194304 4623224 140733430829264 18446744073709551615 4363943 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=1715480 CPUtime=3.32 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 45747 0 0 0 326 6 0 0 25 0 4 0 601325131 1756651520 313292 33554432000 4194304 4623224 140733430829264 18446744073709551615 4355396 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 16.23
Current children cumulated vsize (KiB) 1715480

[startup+12.7008 s]
/proc/loadavg: 5.40 6.94 7.52 9/184 26922
/proc/meminfo: memFree=28198468/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=1715480 CPUtime=41.8 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 448686 0 0 0 4123 57 0 0 25 0 4 0 601324833 1756651520 314102 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412555 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 428870 314102 342 105 0 424374 0
[pid=26917/tid=26919] ppid=26915 vsize=1715480 CPUtime=9.71 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 33645 0 0 0 967 4 0 0 25 0 4 0 601325131 1756651520 314102 33554432000 4194304 4623224 140733430829264 18446744073709551615 4377318 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=1715480 CPUtime=9.71 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 31803 0 0 0 967 4 0 0 25 0 4 0 601325131 1756651520 314102 33554432000 4194304 4623224 140733430829264 18446744073709551615 4317471 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=1715480 CPUtime=9.71 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 47611 0 0 0 965 6 0 0 25 0 4 0 601325131 1756651520 314102 33554432000 4194304 4623224 140733430829264 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 41.8
Current children cumulated vsize (KiB) 1715480

[startup+25.5004 s]
/proc/loadavg: 5.88 6.99 7.53 9/184 26922
/proc/meminfo: memFree=28059800/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=1825204 CPUtime=92.92 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 530037 0 0 0 9223 69 0 0 25 0 4 0 601324833 1869008896 339454 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412450 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 456301 339454 363 105 0 451805 0
[pid=26917/tid=26919] ppid=26915 vsize=1825204 CPUtime=22.5 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 50801 0 0 0 2244 6 0 0 25 0 4 0 601325131 1869008896 339454 33554432000 4194304 4623224 140733430829264 18446744073709551615 4278653 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=1825204 CPUtime=22.51 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 33983 0 0 0 2247 4 0 0 25 0 4 0 601325131 1869008896 339454 33554432000 4194304 4623224 140733430829264 18446744073709551615 4316927 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=1825204 CPUtime=22.51 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 49731 0 0 0 2245 6 0 0 25 0 4 0 601325131 1869008896 339454 33554432000 4194304 4623224 140733430829264 18446744073709551615 4330746 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 92.92
Current children cumulated vsize (KiB) 1825204

[startup+51.1006 s]
/proc/loadavg: 6.71 7.09 7.54 9/184 26923
/proc/meminfo: memFree=27972944/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=1825204 CPUtime=195.19 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 546271 0 0 0 19446 73 0 0 25 0 4 0 601324833 1869008896 344642 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 456301 344642 363 105 0 451805 0
[pid=26917/tid=26919] ppid=26915 vsize=1825204 CPUtime=48.11 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 53119 0 0 0 4804 7 0 0 25 0 4 0 601325131 1869008896 344642 33554432000 4194304 4623224 140733430829264 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=1825204 CPUtime=48.1 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 34117 0 0 0 4806 4 0 0 25 0 4 0 601325131 1869008896 344642 33554432000 4194304 4623224 140733430829264 18446744073709551615 4317194 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=1825204 CPUtime=48.12 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 61533 0 0 0 4803 9 0 0 25 0 4 0 601325131 1869008896 344642 33554432000 4194304 4623224 140733430829264 18446744073709551615 4566115 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 195.19
Current children cumulated vsize (KiB) 1825204

[startup+102.307 s]
/proc/loadavg: 7.53 7.26 7.57 9/184 26924
/proc/meminfo: memFree=27835276/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=1825204 CPUtime=399.73 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 625475 0 0 0 39886 87 0 0 25 0 4 0 601324833 1869008896 349291 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412592 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 456301 349291 363 105 0 451805 0
[pid=26917/tid=26919] ppid=26915 vsize=1825204 CPUtime=99.31 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 54512 0 0 0 9924 7 0 0 25 0 4 0 601325131 1869008896 349291 33554432000 4194304 4623224 140733430829264 18446744073709551615 4357264 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=1825204 CPUtime=99.31 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 54548 0 0 0 9923 8 0 0 25 0 4 0 601325131 1869008896 349291 33554432000 4194304 4623224 140733430829264 18446744073709551615 4317471 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=1825204 CPUtime=99.32 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 117482 0 0 0 9913 19 0 0 25 0 4 0 601325131 1869008896 349291 33554432000 4194304 4623224 140733430829264 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 399.73
Current children cumulated vsize (KiB) 1825204

[startup+162.301 s]
/proc/loadavg: 7.91 7.42 7.61 9/184 26926
/proc/meminfo: memFree=27655804/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=1890740 CPUtime=639.38 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 704964 0 0 0 63836 102 0 0 25 0 4 0 601324833 1936117760 355927 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412513 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 472685 355927 335 105 0 468189 0
[pid=26917/tid=26919] ppid=26915 vsize=1890740 CPUtime=159.3 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 60512 0 0 0 15920 10 0 0 25 0 4 0 601325131 1936117760 355927 33554432000 4194304 4623224 140733430829264 18446744073709551615 4289853 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=1890740 CPUtime=159.31 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 54548 0 0 0 15923 8 0 0 25 0 4 0 601325131 1936117760 355927 33554432000 4194304 4623224 140733430829264 18446744073709551615 4376579 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=1890740 CPUtime=159.31 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 190476 0 0 0 15902 29 0 0 25 0 4 0 601325131 1936117760 355927 33554432000 4194304 4623224 140733430829264 18446744073709551615 4552678 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 639.38
Current children cumulated vsize (KiB) 1890740

[startup+222.3 s]
/proc/loadavg: 8.05 7.55 7.64 9/184 26927
/proc/meminfo: memFree=27510216/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=1890740 CPUtime=879.05 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 830817 0 0 0 87780 125 0 0 25 0 4 0 601324833 1936117760 364347 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412457 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 472685 364347 335 105 0 468189 0
[pid=26917/tid=26919] ppid=26915 vsize=1890740 CPUtime=219.3 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 67286 0 0 0 21915 15 0 0 25 0 4 0 601325131 1936117760 364347 33554432000 4194304 4623224 140733430829264 18446744073709551615 4289735 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=1890740 CPUtime=219.31 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 56003 0 0 0 21922 9 0 0 25 0 4 0 601325131 1936117760 364347 33554432000 4194304 4623224 140733430829264 18446744073709551615 4278624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=1890740 CPUtime=219.32 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 307666 0 0 0 21885 47 0 0 25 0 4 0 601325131 1936117760 364347 33554432000 4194304 4623224 140733430829264 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 879.05
Current children cumulated vsize (KiB) 1890740

[startup+282.301 s]
/proc/loadavg: 8.13 7.66 7.67 9/184 26929
/proc/meminfo: memFree=27380500/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=2021812 CPUtime=1118.73 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 882938 0 0 0 111733 140 0 0 25 0 4 0 601324833 2070335488 376653 33554432000 4194304 4623224 140733430829264 18446744073709551615 4366247 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 505453 376653 335 105 0 500957 0
[pid=26917/tid=26919] ppid=26915 vsize=2021812 CPUtime=279.29 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 74693 0 0 0 27907 22 0 0 25 0 4 0 601325131 2070335488 376653 33554432000 4194304 4623224 140733430829264 18446744073709551615 4289678 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=2021812 CPUtime=279.31 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 67836 0 0 0 27920 11 0 0 25 0 4 0 601325131 2070335488 376653 33554432000 4194304 4623224 140733430829264 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=2021812 CPUtime=279.33 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 339479 0 0 0 27881 52 0 0 25 0 4 0 601325131 2070335488 376653 33554432000 4194304 4623224 140733430829264 18446744073709551615 4376582 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1118.73

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

[pid=26917] ppid=26915 vsize=2329260 CPUtime=2796.43 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 1863486 0 0 0 279332 311 0 0 25 0 4 0 601324833 2385162240 465169 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412592 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 582315 465169 340 105 0 577819 0
[pid=26917/tid=26919] ppid=26915 vsize=2329260 CPUtime=699.26 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 175594 0 0 0 69880 46 0 0 25 0 4 0 601325131 2385162240 465169 33554432000 4194304 4623224 140733430829264 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=2329260 CPUtime=699.31 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 228753 0 0 0 69883 48 0 0 25 0 4 0 601325131 2385162240 465169 33554432000 4194304 4623224 140733430829264 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=2329260 CPUtime=699.33 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 1054046 0 0 0 69772 161 0 0 25 0 4 0 601325131 2385162240 465169 33554432000 4194304 4623224 140733430829264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2796.43
Current children cumulated vsize (KiB) 2329260

[startup+762.307 s]
/proc/loadavg: 8.09 7.96 7.80 10/184 26942
/proc/meminfo: memFree=26365508/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=2329260 CPUtime=3036.13 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 2082777 0 0 0 303264 349 0 0 25 0 4 0 601324833 2385162240 481010 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412592 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 582315 481010 335 105 0 577819 0
[pid=26917/tid=26919] ppid=26915 vsize=2329260 CPUtime=759.26 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 182824 0 0 0 75877 49 0 0 25 0 4 0 601325131 2385162240 481010 33554432000 4194304 4623224 140733430829264 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=2329260 CPUtime=759.32 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 247506 0 0 0 75880 52 0 0 25 0 4 0 601325131 2385162240 481010 33554432000 4194304 4623224 140733430829264 18446744073709551615 4466086 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=2329260 CPUtime=759.35 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 1247061 0 0 0 75743 192 0 0 25 0 4 0 601325131 2385162240 481010 33554432000 4194304 4623224 140733430829264 18446744073709551615 4289912 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3036.13
Current children cumulated vsize (KiB) 2329260

[startup+822.301 s]
/proc/loadavg: 8.08 7.98 7.82 9/184 26943
/proc/meminfo: memFree=26314528/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=2329260 CPUtime=3275.78 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 2323211 0 0 0 327194 384 0 0 25 0 4 0 601324833 2385162240 483769 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412464 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 582315 483769 335 105 0 577819 0
[pid=26917/tid=26919] ppid=26915 vsize=2329260 CPUtime=819.25 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 182824 0 0 0 81876 49 0 0 25 0 4 0 601325131 2385162240 483769 33554432000 4194304 4623224 140733430829264 18446744073709551615 4357392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=2329260 CPUtime=819.31 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 263541 0 0 0 81876 55 0 0 25 0 4 0 601325131 2385162240 483769 33554432000 4194304 4623224 140733430829264 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=2329260 CPUtime=819.34 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 1471229 0 0 0 81710 224 0 0 25 0 4 0 601325131 2385162240 483769 33554432000 4194304 4623224 140733430829264 18446744073709551615 4552678 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3275.78
Current children cumulated vsize (KiB) 2329260

[startup+882.301 s]
/proc/loadavg: 8.07 8.00 7.83 9/184 26945
/proc/meminfo: memFree=26262544/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=2329260 CPUtime=3515.45 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 2411147 0 0 0 351144 401 0 0 25 0 4 0 601324833 2385162240 490089 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 582315 490089 335 105 0 577819 0
[pid=26917/tid=26919] ppid=26915 vsize=2329260 CPUtime=879.25 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 182833 0 0 0 87876 49 0 0 25 0 4 0 601325131 2385162240 490089 33554432000 4194304 4623224 140733430829264 18446744073709551615 4357390 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=2329260 CPUtime=879.31 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 284072 0 0 0 87871 60 0 0 25 0 4 0 601325131 2385162240 490089 33554432000 4194304 4623224 140733430829264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=2329260 CPUtime=879.34 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 1537710 0 0 0 87699 235 0 0 25 0 4 0 601325131 2385162240 490089 33554432000 4194304 4623224 140733430829264 18446744073709551615 4552735 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3515.45
Current children cumulated vsize (KiB) 2329260

[startup+942.301 s]
/proc/loadavg: 8.06 8.01 7.84 9/184 26946
/proc/meminfo: memFree=26201768/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=2424132 CPUtime=3755.13 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 2579514 0 0 0 375083 430 0 0 25 0 4 0 601324833 2482311168 500291 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 606033 500291 336 105 0 601537 0
[pid=26917/tid=26919] ppid=26915 vsize=2424132 CPUtime=939.24 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 182884 0 0 0 93875 49 0 0 25 0 4 0 601325131 2482311168 500291 33554432000 4194304 4623224 140733430829264 18446744073709551615 4357966 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=2424132 CPUtime=939.31 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 319299 0 0 0 93863 68 0 0 25 0 4 0 601325131 2482311168 500291 33554432000 4194304 4623224 140733430829264 18446744073709551615 4364669 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=2424132 CPUtime=939.34 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 1667257 0 0 0 93679 255 0 0 25 0 4 0 601325131 2482311168 500291 33554432000 4194304 4623224 140733430829264 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3755.13
Current children cumulated vsize (KiB) 2424132

[startup+1002.3 s]
/proc/loadavg: 8.07 8.02 7.85 9/184 26948
/proc/meminfo: memFree=26109856/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=2555204 CPUtime=3994.8 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 2812001 0 0 0 399010 470 0 0 25 0 4 0 601324833 2616528896 508831 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 638801 508853 335 105 0 634305 0
[pid=26917/tid=26919] ppid=26915 vsize=2555204 CPUtime=999.24 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 182919 0 0 0 99875 49 0 0 25 0 4 0 601325131 2616528896 508864 33554432000 4194304 4623224 140733430829264 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=2555204 CPUtime=999.31 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 326348 0 0 0 99862 69 0 0 25 0 4 0 601325131 2616528896 508876 33554432000 4194304 4623224 140733430829264 18446744073709551615 4317176 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=2555204 CPUtime=999.34 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 1889719 0 0 0 99641 293 0 0 25 0 4 0 601325131 2616528896 508889 33554432000 4194304 4623224 140733430829264 18446744073709551615 256415089008 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3994.8
Current children cumulated vsize (KiB) 2555204

[startup+1062.3 s]
/proc/loadavg: 8.07 8.03 7.86 9/184 26950
/proc/meminfo: memFree=26062724/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=2598488 CPUtime=4234.48 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 3032825 0 0 0 422943 505 0 0 25 0 4 0 601324833 2660851712 518327 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412592 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 649622 518327 335 105 0 645126 0
[pid=26917/tid=26919] ppid=26915 vsize=2598488 CPUtime=1059.24 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 183250 0 0 0 105875 49 0 0 25 0 4 0 601325131 2660851712 518327 33554432000 4194304 4623224 140733430829264 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=2598488 CPUtime=1059.31 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 331597 0 0 0 105860 71 0 0 25 0 4 0 601325131 2660851712 518327 33554432000 4194304 4623224 140733430829264 18446744073709551615 4317190 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=2598488 CPUtime=1059.35 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 2079929 0 0 0 105611 324 0 0 25 0 4 0 601325131 2660851712 518327 33554432000 4194304 4623224 140733430829264 18446744073709551615 4366866 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4234.48
Current children cumulated vsize (KiB) 2598488

[startup+1122.3 s]
/proc/loadavg: 8.10 8.05 7.88 9/184 26951
/proc/meminfo: memFree=25970456/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=2698244 CPUtime=4474.15 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 3271859 0 0 0 446872 543 0 0 25 0 4 0 601324833 2763001856 533293 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 674561 533293 335 105 0 670065 0
[pid=26917/tid=26919] ppid=26915 vsize=2698244 CPUtime=1119.24 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 237406 0 0 0 111868 56 0 0 25 0 4 0 601325131 2763001856 533293 33554432000 4194304 4623224 140733430829264 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=2698244 CPUtime=1119.31 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 344629 0 0 0 111856 75 0 0 25 0 4 0 601325131 2763001856 533293 33554432000 4194304 4623224 140733430829264 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=2698244 CPUtime=1119.35 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 2251542 0 0 0 111584 351 0 0 25 0 4 0 601325131 2763001856 533293 33554432000 4194304 4623224 140733430829264 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4474.15
Current children cumulated vsize (KiB) 2698244

[startup+1182.3 s]
/proc/loadavg: 8.19 8.08 7.90 9/184 26953
/proc/meminfo: memFree=25922076/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=2702556 CPUtime=4713.83 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 3309418 0 0 0 470831 552 0 0 25 0 4 0 601324833 2767417344 541004 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412473 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 675639 541004 335 105 0 671143 0
[pid=26917/tid=26919] ppid=26915 vsize=2702556 CPUtime=1179.23 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 237588 0 0 0 117867 56 0 0 25 0 4 0 601325131 2767417344 541004 33554432000 4194304 4623224 140733430829264 18446744073709551615 4357776 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=2702556 CPUtime=1179.31 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 376704 0 0 0 117848 83 0 0 25 0 4 0 601325131 2767417344 541004 33554432000 4194304 4623224 140733430829264 18446744073709551615 4317148 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=2702556 CPUtime=1179.35 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 2253100 0 0 0 117583 352 0 0 25 0 4 0 601325131 2767417344 541004 33554432000 4194304 4623224 140733430829264 18446744073709551615 4289723 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4713.83
Current children cumulated vsize (KiB) 2702556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 7.89 8.03 7.89 5/176 26971
/proc/meminfo: memFree=27411720/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=2702556 CPUtime=4800.13 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 3362066 0 0 0 479450 563 0 0 25 0 4 0 601324833 2767417344 545714 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 675639 545714 335 105 0 671143 0
[pid=26917/tid=26919] ppid=26915 vsize=2702556 CPUtime=1200.84 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 237624 0 0 0 120028 56 0 0 25 0 4 0 601325131 2767417344 545714 33554432000 4194304 4623224 140733430829264 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=2702556 CPUtime=1200.92 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 389117 0 0 0 120005 87 0 0 25 0 4 0 601325131 2767417344 545714 33554432000 4194304 4623224 140733430829264 18446744073709551615 4377088 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=2702556 CPUtime=1200.96 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 2293235 0 0 0 119737 359 0 0 25 0 4 0 601325131 2767417344 545714 33554432000 4194304 4623224 140733430829264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 2702556

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

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

[startup+1203.9 s]
/proc/loadavg: 7.89 8.03 7.89 5/176 26971
/proc/meminfo: memFree=27411720/32950928 swapFree=67111364/67111528
[pid=26917] ppid=26915 vsize=2702556 CPUtime=4800.13 cores=1,3,5,7
/proc/26917/stat : 26917 (SArTagnan) R 26915 26917 26111 0 -1 4202496 3362066 0 0 0 479450 563 0 0 25 0 4 0 601324833 2767417344 545714 33554432000 4194304 4623224 140733430829264 18446744073709551615 4412446 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26917/statm: 675639 545714 335 105 0 671143 0
[pid=26917/tid=26919] ppid=26915 vsize=2702556 CPUtime=1200.84 cores=1,3,5,7
/proc/26917/task/26919/stat : 26919 (SArTagnan) R 26915 26917 26111 0 -1 4202560 237624 0 0 0 120028 56 0 0 25 0 4 0 601325131 2767417344 545714 33554432000 4194304 4623224 140733430829264 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26917/tid=26920] ppid=26915 vsize=2702556 CPUtime=1200.92 cores=1,3,5,7
/proc/26917/task/26920/stat : 26920 (SArTagnan) R 26915 26917 26111 0 -1 4202560 389117 0 0 0 120005 87 0 0 25 0 4 0 601325131 2767417344 545714 33554432000 4194304 4623224 140733430829264 18446744073709551615 4377088 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26917/tid=26921] ppid=26915 vsize=2702556 CPUtime=1200.96 cores=1,3,5,7
/proc/26917/task/26921/stat : 26921 (SArTagnan) R 26915 26917 26111 0 -1 4202560 2293235 0 0 0 119737 359 0 0 25 0 4 0 601325131 2767417344 545714 33554432000 4194304 4623224 140733430829264 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 2702556

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204
CPU time (s): 4800.24
CPU user time (s): 4794.52
CPU system time (s): 5.71513
CPU usage (%): 398.692
Max. virtual memory (cumulated for all children) (KiB): 2897340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.52
system time used= 5.71513
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3362066
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 252
involuntary context switches= 33503

runsolver used 1.80472 second user time and 4.77127 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-29 23:02:22
IDJOB=3292671
IDBENCH=86133
IDSOLVER=1656
FILE ID=node115/3292671-1304110938
RUNJOBID= node115-1304110937-26775
PBS_JOBID= 13170651
Free space on /tmp= 72616 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT05/industrial/narain05/vpn/clauses-8.renamed-as.sat05-1964.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292671-1304110938/watcher-3292671-1304110938 -o /tmp/evaluation-result-3292671-1304110938/solver-3292671-1304110938 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3292671-1304110938.cnf -threads=4

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

MD5SUM BENCH= 83c1fe52702413077bb84179a04b277a
RANDOM SEED=1686601863

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29511608 kB
Buffers:        806252 kB
Cached:        2059416 kB
SwapCached:          0 kB
Active:         361456 kB
Inactive:      2648480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29511608 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:          118472 kB
Writeback:           0 kB
AnonPages:      144440 kB
Mapped:          15512 kB
Slab:           365536 kB
PageTables:       4936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   336980 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= 72620 MiB
End job on node115 at 2011-04-29 23:22:28