Trace number 3385841

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-05-15 (fixed)? (TO) 3738.56 1300.09

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q446.25-n35-p30-s33692332.cnf
MD5SUM1002234f62b5dfa01a75197c65e66327
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.921859
Satisfiable
(Un)Satisfiability was proved
Number of variables1285
Number of clauses166723
Sum of the clauses size334661
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2166688
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

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

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-3385841-1305583466/watcher-3385841-1305583466 -o /tmp/evaluation-result-3385841-1305583466/solver-3385841-1305583466 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385841-1305583466.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: 10.56 10.94 9.17 9/511 25888
/proc/meminfo: memFree=21907092/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=23704 CPUtime=0.01 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 1249 0 0 0 1 0 0 0 25 0 1 0 669949236 24272896 650 33554432000 4194304 4625164 140736758638128 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25888/statm: 5926 650 296 106 0 1429 0

[startup+0.0328679 s]
/proc/loadavg: 10.56 10.94 9.17 9/511 25888
/proc/meminfo: memFree=21907092/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=24288 CPUtime=0.02 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 1732 0 0 0 2 0 0 0 25 0 1 0 669949236 24870912 841 33554432000 4194304 4625164 140736758638128 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/25888/statm: 6072 841 296 106 0 1575 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24288

[startup+0.160771 s]
/proc/loadavg: 10.56 10.94 9.17 9/511 25888
/proc/meminfo: memFree=21907092/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=261548 CPUtime=0.37 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 5415 0 0 0 37 0 0 0 25 0 4 0 669949236 267825152 4086 33554432000 4194304 4625164 140736758638128 18446744073709551615 216634212107 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25888/statm: 65387 5040 344 106 0 60890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 261548

[startup+0.953661 s]
/proc/loadavg: 10.56 10.94 9.17 9/511 25888
/proc/meminfo: memFree=21907092/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=270116 CPUtime=2.75 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 10239 0 0 0 274 1 0 0 25 0 4 0 669949236 276598784 8222 33554432000 4194304 4625164 140736758638128 18446744073709551615 4511804 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25888/statm: 67529 8222 351 106 0 63032 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 270116

[startup+1.05365 s]
/proc/loadavg: 10.56 10.94 9.17 9/511 25888
/proc/meminfo: memFree=21907092/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=271236 CPUtime=3.05 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 10862 0 0 0 304 1 0 0 25 0 4 0 669949236 277745664 8285 33554432000 4194304 4625164 140736758638128 18446744073709551615 4393089 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25888/statm: 67809 8285 351 106 0 63312 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 271236

[startup+1.50057 s]
/proc/loadavg: 10.56 10.94 9.17 9/511 25888
/proc/meminfo: memFree=21907092/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=271856 CPUtime=4.38 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 12117 0 0 0 437 1 0 0 25 0 4 0 669949236 278380544 9533 33554432000 4194304 4625164 140736758638128 18446744073709551615 4515722 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25888/statm: 67964 9533 345 106 0 63467 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 271856

[startup+3.10029 s]
/proc/loadavg: 10.56 10.94 9.17 12/515 25892
/proc/meminfo: memFree=21852396/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=280892 CPUtime=9.15 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 18194 0 0 0 912 3 0 0 25 0 4 0 669949236 287633408 13255 33554432000 4194304 4625164 140736758638128 18446744073709551615 4509384 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25888/statm: 70223 13255 346 106 0 65726 0
[pid=25888/tid=25890] ppid=25886 vsize=280892 CPUtime=2.23 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 4000 0 0 0 222 1 0 0 21 0 4 0 669949241 287633408 13255 33554432000 4194304 4625164 140736758638128 18446744073709551615 4278497 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=280892 CPUtime=0.99 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 3165 0 0 0 99 0 0 0 25 0 4 0 669949241 287633408 13255 33554432000 4194304 4625164 140736758638128 18446744073709551615 4352609 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=280892 CPUtime=3 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 3126 0 0 0 300 0 0 0 25 0 4 0 669949241 287633408 13255 33554432000 4194304 4625164 140736758638128 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.15
Current children cumulated vsize (KiB) 280892

[startup+6.30072 s]
/proc/loadavg: 10.59 10.94 9.18 12/515 25892
/proc/meminfo: memFree=21817304/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=294132 CPUtime=18.7 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 29085 0 0 0 1864 6 0 0 25 0 4 0 669949236 301191168 19223 33554432000 4194304 4625164 140736758638128 18446744073709551615 4508933 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25888/statm: 73533 19223 348 106 0 69036 0
[pid=25888/tid=25890] ppid=25886 vsize=294132 CPUtime=3.99 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 7205 0 0 0 398 1 0 0 25 0 4 0 669949241 301191168 19223 33554432000 4194304 4625164 140736758638128 18446744073709551615 4464328 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=294132 CPUtime=2.43 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 5911 0 0 0 242 1 0 0 25 0 4 0 669949241 301191168 19223 33554432000 4194304 4625164 140736758638128 18446744073709551615 4288736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=294132 CPUtime=6.15 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 7424 0 0 0 614 1 0 0 25 0 4 0 669949241 301191168 19223 33554432000 4194304 4625164 140736758638128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.7
Current children cumulated vsize (KiB) 294132

[startup+12.7006 s]
/proc/loadavg: 10.62 10.94 9.19 12/515 25893
/proc/meminfo: memFree=21723504/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=308784 CPUtime=37.81 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 62267 0 0 0 3769 12 0 0 25 0 4 0 669949236 316194816 29586 33554432000 4194304 4625164 140736758638128 18446744073709551615 4511956 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25888/statm: 77196 29586 348 106 0 72699 0
[pid=25888/tid=25890] ppid=25886 vsize=308784 CPUtime=9.39 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 13591 0 0 0 936 3 0 0 19 0 4 0 669949241 316194816 29586 33554432000 4194304 4625164 140736758638128 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=308784 CPUtime=7.46 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 12529 0 0 0 743 3 0 0 25 0 4 0 669949241 316194816 29586 33554432000 4194304 4625164 140736758638128 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=308784 CPUtime=9.05 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 25520 0 0 0 901 4 0 0 25 0 4 0 669949241 316194816 29586 33554432000 4194304 4625164 140736758638128 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37.81
Current children cumulated vsize (KiB) 308784

[startup+25.5003 s]
/proc/loadavg: 10.78 10.96 9.22 12/515 25893
/proc/meminfo: memFree=21598864/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=333396 CPUtime=75.92 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 111173 0 0 0 7567 25 0 0 25 0 4 0 669949236 341397504 44078 33554432000 4194304 4625164 140736758638128 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25888/statm: 83349 44078 346 106 0 78852 0
[pid=25888/tid=25890] ppid=25886 vsize=333396 CPUtime=20.39 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 21953 0 0 0 2032 7 0 0 25 0 4 0 669949241 341397504 44078 33554432000 4194304 4625164 140736758638128 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=333396 CPUtime=14.65 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 19739 0 0 0 1460 5 0 0 25 0 4 0 669949241 341397504 44078 33554432000 4194304 4625164 140736758638128 18446744073709551615 4317940 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=333396 CPUtime=19.34 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 55677 0 0 0 1925 9 0 0 25 0 4 0 669949241 341397504 44078 33554432000 4194304 4625164 140736758638128 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 75.92
Current children cumulated vsize (KiB) 333396

[startup+51.1008 s]
/proc/loadavg: 10.97 10.99 9.28 12/515 25894
/proc/meminfo: memFree=21447060/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=394188 CPUtime=152.26 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 185745 0 0 0 15184 42 0 0 18 0 4 0 669949236 403648512 66737 33554432000 4194304 4625164 140736758638128 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25888/statm: 98547 66737 400 106 0 94050 0
[pid=25888/tid=25890] ppid=25886 vsize=394188 CPUtime=36 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 31863 0 0 0 3588 12 0 0 18 0 4 0 669949241 403648512 66737 33554432000 4194304 4625164 140736758638128 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=394188 CPUtime=27.89 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 28744 0 0 0 2779 10 0 0 25 0 4 0 669949241 403648512 66737 33554432000 4194304 4625164 140736758638128 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=394188 CPUtime=43.4 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 99326 0 0 0 4325 15 0 0 25 0 4 0 669949241 403648512 66737 33554432000 4194304 4625164 140736758638128 18446744073709551615 4547606 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 152.26
Current children cumulated vsize (KiB) 394188

[startup+102.301 s]
/proc/loadavg: 11.22 11.05 9.39 12/515 25895
/proc/meminfo: memFree=20561260/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=670660 CPUtime=305.14 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 499849 0 0 0 30423 91 0 0 25 0 4 0 669949236 686755840 116103 33554432000 4194304 4625164 140736758638128 18446744073709551615 4511846 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25888/statm: 167665 116103 463 106 0 163168 0
[pid=25888/tid=25890] ppid=25886 vsize=670660 CPUtime=77.38 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 49214 0 0 0 7720 18 0 0 25 0 4 0 669949241 686755840 116103 33554432000 4194304 4625164 140736758638128 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=670660 CPUtime=65.33 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 55855 0 0 0 6515 18 0 0 25 0 4 0 669949241 686755840 116103 33554432000 4194304 4625164 140736758638128 18446744073709551615 4345261 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=670660 CPUtime=70.78 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 318272 0 0 0 7035 43 0 0 25 0 4 0 669949241 686755840 116103 33554432000 4194304 4625164 140736758638128 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 305.14
Current children cumulated vsize (KiB) 670660

[startup+162.3 s]
/proc/loadavg: 11.22 11.07 9.49 12/515 25897
/proc/meminfo: memFree=20162084/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=799940 CPUtime=484.34 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 828467 0 0 0 48292 142 0 0 25 0 4 0 669949236 819138560 147319 33554432000 4194304 4625164 140736758638128 18446744073709551615 4510188 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/25888/statm: 199985 147319 346 106 0 195488 0
[pid=25888/tid=25890] ppid=25886 vsize=799940 CPUtime=133.02 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 63366 0 0 0 13281 21 0 0 25 0 4 0 669949241 819138560 147319 33554432000 4194304 4625164 140736758638128 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=799940 CPUtime=99.08 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 62507 0 0 0 9884 24 0 0 25 0 4 0 669949241 819138560 147319 33554432000 4194304 4625164 140736758638128 18446744073709551615 4352170 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=799940 CPUtime=100.57 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 584242 0 0 0 9978 79 0 0 25 0 4 0 669949241 819138560 147319 33554432000 4194304 4625164 140736758638128 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 484.34
Current children cumulated vsize (KiB) 799940

[startup+222.301 s]
/proc/loadavg: 11.13 11.07 9.59 12/515 25898
/proc/meminfo: memFree=19843772/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=951620 CPUtime=663.3 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 1154511 0 0 0 66136 194 0 0 25 0 4 0 669949236 974458880 179475 33554432000 4194304 4625164 140736758638128 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25888/statm: 237905 179475 346 106 0 233408 0
[pid=25888/tid=25890] ppid=25886 vsize=951620 CPUtime=184.48 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 84967 0 0 0 18422 26 0 0 25 0 4 0 669949241 974458880 179475 33554432000 4194304 4625164 140736758638128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=951620 CPUtime=138.57 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 84958 0 0 0 13828 29 0 0 25 0 4 0 669949241 974458880 179475 33554432000 4194304 4625164 140736758638128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=951620 CPUtime=131.59 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 822034 0 0 0 13043 116 0 0 25 0 4 0 669949241 974458880 179475 33554432000 4194304 4625164 140736758638128 18446744073709551615 4278497 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 663.3
Current children cumulated vsize (KiB) 951620

[startup+282.319 s]
/proc/loadavg: 11.15 11.09 9.69 12/515 25900
/proc/meminfo: memFree=19458200/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=1033508 CPUtime=842.37 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 1456566 0 0 0 83997 240 0 0 25 0 4 0 669949236 1058312192 209564 33554432000 4194304 4625164 140736758638128 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/25888/statm: 258377 209564 574 106 0 253880 0
[pid=25888/tid=25890] ppid=25886 vsize=1033508 CPUtime=244.5 cores=1,3,5,7

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

[pid=25888] ppid=25886 vsize=1737900 CPUtime=2134.12 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 3950999 0 0 0 212774 638 0 0 25 0 4 0 669949236 1779609600 341872 33554432000 4194304 4625164 140736758638128 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25888/statm: 434475 341872 346 106 0 429978 0
[pid=25888/tid=25890] ppid=25886 vsize=1737900 CPUtime=626.2 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 129613 0 0 0 62581 39 0 0 25 0 4 0 669949241 1779609600 341872 33554432000 4194304 4625164 140736758638128 18446744073709551615 4488056 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=1737900 CPUtime=424.52 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 173649 0 0 0 42384 68 0 0 25 0 4 0 669949241 1779609600 341872 33554432000 4194304 4625164 140736758638128 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=1737900 CPUtime=397.63 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 3268939 0 0 0 39285 478 0 0 25 0 4 0 669949241 1779609600 341872 33554432000 4194304 4625164 140736758638128 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2134.12
Current children cumulated vsize (KiB) 1737900

[startup+822.301 s]
/proc/loadavg: 7.68 9.83 9.84 8/506 25931
/proc/meminfo: memFree=20935584/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=1806444 CPUtime=2313.19 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 4231552 0 0 0 230634 685 0 0 25 0 4 0 669949236 1849798656 351059 33554432000 4194304 4625164 140736758638128 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25888/statm: 451611 351059 346 106 0 447114 0
[pid=25888/tid=25890] ppid=25886 vsize=1806444 CPUtime=686.21 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 129946 0 0 0 68582 39 0 0 25 0 4 0 669949241 1849798656 351059 33554432000 4194304 4625164 140736758638128 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=1806444 CPUtime=454.13 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 176517 0 0 0 45340 73 0 0 25 0 4 0 669949241 1849798656 351059 33554432000 4194304 4625164 140736758638128 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=1806444 CPUtime=427.06 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 3542372 0 0 0 42187 519 0 0 25 0 4 0 669949241 1849798656 351059 33554432000 4194304 4625164 140736758638128 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2313.19
Current children cumulated vsize (KiB) 1806444

[startup+882.3 s]
/proc/loadavg: 7.39 9.34 9.67 8/506 25933
/proc/meminfo: memFree=20902800/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=1871980 CPUtime=2492.17 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 4480199 0 0 0 248486 731 0 0 25 0 4 0 669949236 1916907520 358039 33554432000 4194304 4625164 140736758638128 18446744073709551615 4392976 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25888/statm: 467995 358039 346 106 0 463498 0
[pid=25888/tid=25890] ppid=25886 vsize=1871980 CPUtime=746.2 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 130118 0 0 0 74580 40 0 0 25 0 4 0 669949241 1916907520 358039 33554432000 4194304 4625164 140736758638128 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=1871980 CPUtime=483.61 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 178846 0 0 0 48283 78 0 0 25 0 4 0 669949241 1916907520 358039 33554432000 4194304 4625164 140736758638128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=1871980 CPUtime=456.58 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 3785578 0 0 0 45100 558 0 0 25 0 4 0 669949241 1916907520 358039 33554432000 4194304 4625164 140736758638128 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2492.17
Current children cumulated vsize (KiB) 1871980

[startup+942.319 s]
/proc/loadavg: 7.26 8.94 9.51 8/506 25934
/proc/meminfo: memFree=20858268/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=1873312 CPUtime=2671.24 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 4747959 0 0 0 266345 779 0 0 25 0 4 0 669949236 1918271488 365298 33554432000 4194304 4625164 140736758638128 18446744073709551615 4512326 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25888/statm: 468328 365298 346 106 0 463831 0
[pid=25888/tid=25890] ppid=25886 vsize=1873312 CPUtime=804.86 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 130301 0 0 0 80445 41 0 0 25 0 4 0 669949241 1918271488 365298 33554432000 4194304 4625164 140736758638128 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=1873312 CPUtime=514.58 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 181493 0 0 0 51373 85 0 0 25 0 4 0 669949241 1918271488 365298 33554432000 4194304 4625164 140736758638128 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=1873312 CPUtime=488.12 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 4046874 0 0 0 48215 597 0 0 25 0 4 0 669949241 1918271488 365298 33554432000 4194304 4625164 140736758638128 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2671.24
Current children cumulated vsize (KiB) 1873312

[startup+1002.3 s]
/proc/loadavg: 7.28 8.64 9.37 8/506 25936
/proc/meminfo: memFree=20814808/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=1873312 CPUtime=2850.21 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 4993251 0 0 0 284201 820 0 0 25 0 4 0 669949236 1918271488 377205 33554432000 4194304 4625164 140736758638128 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25888/statm: 468328 377205 346 106 0 463831 0
[pid=25888/tid=25890] ppid=25886 vsize=1873312 CPUtime=864.84 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 130481 0 0 0 86443 41 0 0 25 0 4 0 669949241 1918271488 377205 33554432000 4194304 4625164 140736758638128 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=1873312 CPUtime=544.11 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 186770 0 0 0 54320 91 0 0 25 0 4 0 669949241 1918271488 377205 33554432000 4194304 4625164 140736758638128 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=1873312 CPUtime=517.6 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 4283354 0 0 0 51129 631 0 0 25 0 4 0 669949241 1918271488 377205 33554432000 4194304 4625164 140736758638128 18446744073709551615 4552367 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2850.21
Current children cumulated vsize (KiB) 1873312

[startup+1062.3 s]
/proc/loadavg: 7.21 8.37 9.23 8/506 25938
/proc/meminfo: memFree=20767644/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=1916552 CPUtime=3029.22 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 5200658 0 0 0 302068 854 0 0 25 0 4 0 669949236 1962549248 386018 33554432000 4194304 4625164 140736758638128 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25888/statm: 479138 386018 346 106 0 474641 0
[pid=25888/tid=25890] ppid=25886 vsize=1916552 CPUtime=924.85 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 130763 0 0 0 92444 41 0 0 25 0 4 0 669949241 1962549248 386018 33554432000 4194304 4625164 140736758638128 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=1916552 CPUtime=573.71 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 188639 0 0 0 57277 94 0 0 25 0 4 0 669949241 1962549248 386018 33554432000 4194304 4625164 140736758638128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=1916552 CPUtime=547 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 4483176 0 0 0 54039 661 0 0 25 0 4 0 669949241 1962549248 386018 33554432000 4194304 4625164 140736758638128 18446744073709551615 4334224 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3029.22
Current children cumulated vsize (KiB) 1916552

[startup+1122.3 s]
/proc/loadavg: 7.13 8.13 9.09 8/506 25939
/proc/meminfo: memFree=20676340/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=2136776 CPUtime=3208.24 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 5552282 0 0 0 319915 909 0 0 25 0 4 0 669949236 2188058624 407369 33554432000 4194304 4625164 140736758638128 18446744073709551615 4393086 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25888/statm: 534194 407369 348 106 0 529697 0
[pid=25888/tid=25890] ppid=25886 vsize=2136776 CPUtime=984.85 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 131127 0 0 0 98444 41 0 0 25 0 4 0 669949241 2188058624 407369 33554432000 4194304 4625164 140736758638128 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=2136776 CPUtime=603.32 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 191340 0 0 0 60230 102 0 0 25 0 4 0 669949241 2188058624 407369 33554432000 4194304 4625164 140736758638128 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=2136776 CPUtime=577.31 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 4705024 0 0 0 57037 694 0 0 25 0 4 0 669949241 2188058624 407369 33554432000 4194304 4625164 140736758638128 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3208.24
Current children cumulated vsize (KiB) 2136776

[startup+1182.3 s]
/proc/loadavg: 7.10 7.94 8.96 8/506 25941
/proc/meminfo: memFree=20647272/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=2136776 CPUtime=3387.25 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 5900895 0 0 0 337759 966 0 0 25 0 4 0 669949236 2188058624 411975 33554432000 4194304 4625164 140736758638128 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25888/statm: 534194 411975 347 106 0 529697 0
[pid=25888/tid=25890] ppid=25886 vsize=2136776 CPUtime=1044.85 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 131707 0 0 0 104444 41 0 0 25 0 4 0 669949241 2188058624 411975 33554432000 4194304 4625164 140736758638128 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=2136776 CPUtime=633.09 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 192178 0 0 0 63206 103 0 0 25 0 4 0 669949241 2188058624 411975 33554432000 4194304 4625164 140736758638128 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=2136776 CPUtime=621.53 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 5050626 0 0 0 61404 749 0 0 25 0 4 0 669949241 2188058624 411975 33554432000 4194304 4625164 140736758638128 18446744073709551615 4547483 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3387.25
Current children cumulated vsize (KiB) 2136776

[startup+1242.3 s]
/proc/loadavg: 7.08 7.78 8.84 8/506 25942
/proc/meminfo: memFree=20613132/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=2136776 CPUtime=3566.29 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 6345339 0 0 0 355591 1038 0 0 25 0 4 0 669949236 2188058624 419113 33554432000 4194304 4625164 140736758638128 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25888/statm: 534194 419113 346 106 0 529697 0
[pid=25888/tid=25890] ppid=25886 vsize=2136776 CPUtime=1104.85 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 132044 0 0 0 110443 42 0 0 25 0 4 0 669949241 2188058624 419113 33554432000 4194304 4625164 140736758638128 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=2136776 CPUtime=663.09 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 192308 0 0 0 66206 103 0 0 25 0 4 0 669949241 2188058624 419113 33554432000 4194304 4625164 140736758638128 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=2136776 CPUtime=680.55 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 5492595 0 0 0 67236 819 0 0 25 0 4 0 669949241 2188058624 419113 33554432000 4194304 4625164 140736758638128 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3566.29
Current children cumulated vsize (KiB) 2136776



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 7.07 7.65 8.73 8/506 25944
/proc/meminfo: memFree=20585080/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=2202312 CPUtime=3738.47 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 6789080 0 0 0 372738 1109 0 0 25 0 4 0 669949236 2255167488 424232 33554432000 4194304 4625164 140736758638128 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25888/statm: 550578 424232 346 106 0 546081 0
[pid=25888/tid=25890] ppid=25886 vsize=2202312 CPUtime=1162.57 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 132298 0 0 0 116215 42 0 0 25 0 4 0 669949241 2255167488 424232 33554432000 4194304 4625164 140736758638128 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=2202312 CPUtime=691.99 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 192413 0 0 0 69095 104 0 0 25 0 4 0 669949241 2255167488 424232 33554432000 4194304 4625164 140736758638128 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=2202312 CPUtime=737.3 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 5933894 0 0 0 72841 889 0 0 25 0 4 0 669949241 2255167488 424232 33554432000 4194304 4625164 140736758638128 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3738.47
Current children cumulated vsize (KiB) 2202312

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

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

[startup+1300 s]
/proc/loadavg: 7.07 7.65 8.73 8/506 25944
/proc/meminfo: memFree=20585080/32951124 swapFree=53501260/67111528
[pid=25888] ppid=25886 vsize=2202312 CPUtime=3738.47 cores=1,3,5,7
/proc/25888/stat : 25888 (SArTagnan) R 25886 25888 25708 0 -1 4202496 6789080 0 0 0 372738 1109 0 0 25 0 4 0 669949236 2255167488 424232 33554432000 4194304 4625164 140736758638128 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/25888/statm: 550578 424232 346 106 0 546081 0
[pid=25888/tid=25890] ppid=25886 vsize=2202312 CPUtime=1162.57 cores=1,3,5,7
/proc/25888/task/25890/stat : 25890 (SArTagnan) R 25886 25888 25708 0 -1 4202560 132298 0 0 0 116215 42 0 0 25 0 4 0 669949241 2255167488 424232 33554432000 4194304 4625164 140736758638128 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=25888/tid=25891] ppid=25886 vsize=2202312 CPUtime=691.99 cores=1,3,5,7
/proc/25888/task/25891/stat : 25891 (SArTagnan) R 25886 25888 25708 0 -1 4202560 192413 0 0 0 69095 104 0 0 25 0 4 0 669949241 2255167488 424232 33554432000 4194304 4625164 140736758638128 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=25888/tid=25892] ppid=25886 vsize=2202312 CPUtime=737.3 cores=1,3,5,7
/proc/25888/task/25892/stat : 25892 (SArTagnan) R 25886 25888 25708 0 -1 4202560 5933894 0 0 0 72841 889 0 0 25 0 4 0 669949241 2255167488 424232 33554432000 4194304 4625164 140736758638128 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3738.47
Current children cumulated vsize (KiB) 2202312

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.09
CPU time (s): 3738.56
CPU user time (s): 3727.4
CPU system time (s): 11.1603
CPU usage (%): 287.561
Max. virtual memory (cumulated for all children) (KiB): 2577000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3727.4
system time used= 11.1603
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6789080
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= 4970
involuntary context switches= 32640

runsolver used 5.96309 second user time and 15.3637 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-17 00:04:26
IDJOB=3385841
IDBENCH=88205
IDSOLVER=1871
FILE ID=node103/3385841-1305583466
RUNJOBID= node103-1305582154-25727
PBS_JOBID= 13350311
Free space on /tmp= 72976 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q446.25-n35-p30-s33692332.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385841-1305583466/watcher-3385841-1305583466 -o /tmp/evaluation-result-3385841-1305583466/solver-3385841-1305583466 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385841-1305583466.cnf -threads=4

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

MD5SUM BENCH= 1002234f62b5dfa01a75197c65e66327
RANDOM SEED=1728789802

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21907124 kB
Buffers:        349220 kB
Cached:        4631352 kB
SwapCached:     340168 kB
Active:        5187372 kB
Inactive:      5542284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21907124 kB
SwapTotal:    67111528 kB
SwapFree:     53501260 kB
Dirty:           96108 kB
Writeback:           0 kB
AnonPages:     5419380 kB
Mapped:          24844 kB
Slab:           168256 kB
PageTables:      77680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 165457376 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= 73068 MiB
End job on node103 at 2011-05-17 00:26:08