Trace number 3385879

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) 4800.36 1204.68

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-7x39.cnf
MD5SUMf717554c4e7f802b3078c48464dbcd9d
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1092
Number of clauses64155
Sum of the clauses size253344
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21638
Number of clauses of size 30
Number of clauses of size 462517
Number of clauses of size 50
Number of clauses of size over 50

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-3385879-1305581263/watcher-3385879-1305581263 -o /tmp/evaluation-result-3385879-1305581263/solver-3385879-1305581263 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385879-1305581263.cnf -threads=4 

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

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


[startup+0 s]
/proc/loadavg: 5.33 7.35 7.83 3/446 30756
/proc/meminfo: memFree=18708680/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=22528 CPUtime=0.01 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 1790 0 0 0 1 0 0 0 25 0 1 0 748357123 23068672 1079 33554432000 4194304 4625164 140736009201296 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30756/statm: 5632 1081 296 106 0 1135 0

[startup+0.033604 s]
/proc/loadavg: 5.33 7.35 7.83 3/446 30756
/proc/meminfo: memFree=18708680/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=24936 CPUtime=0.03 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 3182 0 0 0 3 0 0 0 25 0 1 0 748357123 25534464 1816 33554432000 4194304 4625164 140736009201296 18446744073709551615 4339569 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/30756/statm: 6234 1817 296 106 0 1737 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 24936

[startup+0.131827 s]
/proc/loadavg: 5.33 7.35 7.83 3/446 30756
/proc/meminfo: memFree=18708680/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=204184 CPUtime=0.38 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 8981 0 0 0 38 0 0 0 25 0 4 0 748357123 209084416 5965 33554432000 4194304 4625164 140736009201296 18446744073709551615 215988697631 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 51046 5965 338 106 0 46549 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 204184

[startup+0.300561 s]
/proc/loadavg: 5.33 7.35 7.83 3/446 30756
/proc/meminfo: memFree=18708680/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=205300 CPUtime=1.06 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 11197 0 0 0 105 1 0 0 25 0 4 0 748357123 210227200 6829 33554432000 4194304 4625164 140736009201296 18446744073709551615 4511956 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 51325 6829 338 106 0 46828 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 205300

[startup+0.700492 s]
/proc/loadavg: 5.33 7.35 7.83 3/446 30756
/proc/meminfo: memFree=18708680/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=273324 CPUtime=2.66 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 16719 0 0 0 265 1 0 0 25 0 4 0 748357123 279883776 9232 33554432000 4194304 4625164 140736009201296 18446744073709551615 4336866 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 68331 9232 341 106 0 63834 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 273324

[startup+1.50035 s]
/proc/loadavg: 5.33 7.35 7.83 9/454 30794
/proc/meminfo: memFree=18579076/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=280452 CPUtime=5.85 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 29887 0 0 0 581 4 0 0 25 0 4 0 748357123 287182848 14839 33554432000 4194304 4625164 140736009201296 18446744073709551615 4357299 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 70113 14839 342 106 0 65616 0
[pid=30756/tid=30765] ppid=30752 vsize=280452 CPUtime=1.45 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 3800 0 0 0 144 1 0 0 25 0 4 0 748357127 287182848 14839 33554432000 4194304 4625164 140736009201296 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=280452 CPUtime=1.44 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 4454 0 0 0 144 0 0 0 25 0 4 0 748357127 287182848 14839 33554432000 4194304 4625164 140736009201296 18446744073709551615 4462510 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=280452 CPUtime=1.43 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 13756 0 0 0 142 1 0 0 25 0 4 0 748357127 287182848 14839 33554432000 4194304 4625164 140736009201296 18446744073709551615 4335584 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.85
Current children cumulated vsize (KiB) 280452

[startup+3.10107 s]
/proc/loadavg: 5.33 7.35 7.83 9/454 30794
/proc/meminfo: memFree=18533064/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=284680 CPUtime=12.23 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 50444 0 0 0 1216 7 0 0 25 0 4 0 748357123 291512320 23134 33554432000 4194304 4625164 140736009201296 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 71170 23135 342 106 0 66673 0
[pid=30756/tid=30765] ppid=30752 vsize=284680 CPUtime=3.05 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 7079 0 0 0 303 2 0 0 25 0 4 0 748357127 291512320 23135 33554432000 4194304 4625164 140736009201296 18446744073709551615 4464984 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=284680 CPUtime=3.04 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 7989 0 0 0 303 1 0 0 25 0 4 0 748357127 291512320 23135 33554432000 4194304 4625164 140736009201296 18446744073709551615 215988253729 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=284680 CPUtime=3.01 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 26153 0 0 0 299 2 0 0 25 0 4 0 748357127 291512320 23135 33554432000 4194304 4625164 140736009201296 18446744073709551615 4579607 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.23
Current children cumulated vsize (KiB) 284680

[startup+6.30051 s]
/proc/loadavg: 5.63 7.38 7.84 9/454 30794
/proc/meminfo: memFree=18409684/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=304508 CPUtime=24.98 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 77327 0 0 0 2484 14 0 0 25 0 4 0 748357123 311816192 37703 33554432000 4194304 4625164 140736009201296 18446744073709551615 4396709 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 76127 37703 342 106 0 71630 0
[pid=30756/tid=30765] ppid=30752 vsize=304508 CPUtime=6.25 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 11363 0 0 0 622 3 0 0 25 0 4 0 748357127 311816192 37703 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=304508 CPUtime=6.25 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 14084 0 0 0 621 4 0 0 25 0 4 0 748357127 311816192 37703 33554432000 4194304 4625164 140736009201296 18446744073709551615 215988253729 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=304508 CPUtime=6.17 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 40509 0 0 0 612 5 0 0 25 0 4 0 748357127 311816192 37703 33554432000 4194304 4625164 140736009201296 18446744073709551615 4352098 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 304508

[startup+12.7004 s]
/proc/loadavg: 5.90 7.41 7.84 9/454 30795
/proc/meminfo: memFree=18219632/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=356640 CPUtime=50.48 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 105993 0 0 0 5025 23 0 0 25 0 4 0 748357123 365199360 63411 33554432000 4194304 4625164 140736009201296 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 89160 63411 382 106 0 84663 0
[pid=30756/tid=30765] ppid=30752 vsize=356640 CPUtime=12.64 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 17048 0 0 0 1260 4 0 0 25 0 4 0 748357127 365199360 63411 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=356640 CPUtime=12.65 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 21862 0 0 0 1255 10 0 0 25 0 4 0 748357127 365199360 63411 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=356640 CPUtime=12.47 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 51782 0 0 0 1241 6 0 0 25 0 4 0 748357127 365199360 63411 33554432000 4194304 4625164 140736009201296 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 356640

[startup+25.5012 s]
/proc/loadavg: 6.36 7.44 7.85 9/454 30795
/proc/meminfo: memFree=17899100/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=594652 CPUtime=101.5 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 172784 0 0 0 10110 40 0 0 25 0 4 0 748357123 608923648 104592 33554432000 4194304 4625164 140736009201296 18446744073709551615 4338046 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 148663 104592 523 106 0 144166 0
[pid=30756/tid=30765] ppid=30752 vsize=594652 CPUtime=25.44 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 27215 0 0 0 2537 7 0 0 25 0 4 0 748357127 608923648 104592 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=594652 CPUtime=25.45 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 40266 0 0 0 2528 17 0 0 25 0 4 0 748357127 608923648 104592 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=594652 CPUtime=25.08 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 83648 0 0 0 2496 12 0 0 25 0 4 0 748357127 608923648 104592 33554432000 4194304 4625164 140736009201296 18446744073709551615 215988251362 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 594652

[startup+51.1007 s]
/proc/loadavg: 6.92 7.48 7.85 9/454 30796
/proc/meminfo: memFree=17472872/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=831472 CPUtime=203.51 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 331850 0 0 0 20277 74 0 0 25 0 4 0 748357123 851427328 159852 33554432000 4194304 4625164 140736009201296 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 207868 159852 342 106 0 203371 0
[pid=30756/tid=30765] ppid=30752 vsize=831472 CPUtime=51.04 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 53385 0 0 0 5092 12 0 0 25 0 4 0 748357127 851427328 159852 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=831472 CPUtime=51.04 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 57152 0 0 0 5075 29 0 0 25 0 4 0 748357127 851427328 159852 33554432000 4194304 4625164 140736009201296 18446744073709551615 4467248 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=831472 CPUtime=50.31 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 189642 0 0 0 5004 27 0 0 25 0 4 0 748357127 851427328 159852 33554432000 4194304 4625164 140736009201296 18446744073709551615 4568543 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.51
Current children cumulated vsize (KiB) 831472

[startup+102.317 s]
/proc/loadavg: 7.66 7.60 7.87 9/454 30797
/proc/meminfo: memFree=16811560/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=1153248 CPUtime=407.61 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 623036 0 0 0 40630 131 0 0 25 0 4 0 748357123 1180925952 241440 33554432000 4194304 4625164 140736009201296 18446744073709551615 4329147 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 288312 241440 342 106 0 283815 0
[pid=30756/tid=30765] ppid=30752 vsize=1153248 CPUtime=102.26 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 64028 0 0 0 10209 17 0 0 25 0 4 0 748357127 1180925952 241440 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351798 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=1153248 CPUtime=102.24 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 97505 0 0 0 10181 43 0 0 25 0 4 0 748357127 1180925952 241440 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=1153248 CPUtime=100.77 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 411422 0 0 0 10015 62 0 0 25 0 4 0 748357127 1180925952 241440 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.61
Current children cumulated vsize (KiB) 1153248

[startup+162.3 s]
/proc/loadavg: 7.91 7.69 7.88 9/454 30799
/proc/meminfo: memFree=16189768/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=1440952 CPUtime=646.67 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 985769 0 0 0 64466 201 0 0 25 0 4 0 748357123 1475534848 324567 33554432000 4194304 4625164 140736009201296 18446744073709551615 4512039 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 360238 324567 342 106 0 355741 0
[pid=30756/tid=30765] ppid=30752 vsize=1440952 CPUtime=162.24 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 92659 0 0 0 16200 24 0 0 25 0 4 0 748357127 1475534848 324567 33554432000 4194304 4625164 140736009201296 18446744073709551615 4352208 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=1440952 CPUtime=162.21 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 119372 0 0 0 16163 58 0 0 25 0 4 0 748357127 1475534848 324567 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=1440952 CPUtime=159.9 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 704739 0 0 0 15882 108 0 0 25 0 4 0 748357127 1475534848 324567 33554432000 4194304 4625164 140736009201296 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 646.67
Current children cumulated vsize (KiB) 1440952

[startup+222.301 s]
/proc/loadavg: 8.01 7.76 7.89 9/454 30800
/proc/meminfo: memFree=15696576/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=1778908 CPUtime=885.77 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 1359636 0 0 0 88305 272 0 0 25 0 4 0 748357123 1821601792 391034 33554432000 4194304 4625164 140736009201296 18446744073709551615 215988259842 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 444727 391034 342 106 0 440230 0
[pid=30756/tid=30765] ppid=30752 vsize=1778908 CPUtime=222.23 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 130481 0 0 0 22189 34 0 0 25 0 4 0 748357127 1821601792 391034 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=1778908 CPUtime=222.19 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 150013 0 0 0 22148 71 0 0 25 0 4 0 748357127 1821601792 391034 33554432000 4194304 4625164 140736009201296 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=1778908 CPUtime=219.01 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 978874 0 0 0 21751 150 0 0 25 0 4 0 748357127 1821601792 391034 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 885.77
Current children cumulated vsize (KiB) 1778908

[startup+282.3 s]

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


[startup+702.301 s]
/proc/loadavg: 8.51 8.17 8.01 9/454 30816
/proc/meminfo: memFree=13688700/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=2995264 CPUtime=2798.69 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 4001646 0 0 0 279103 766 0 0 25 0 4 0 748357123 3067150336 680697 33554432000 4194304 4625164 140736009201296 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 748816 680697 343 106 0 744319 0
[pid=30756/tid=30765] ppid=30752 vsize=2995264 CPUtime=702.24 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 309056 0 0 0 70101 123 0 0 25 0 4 0 748357127 3067150336 680697 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=2995264 CPUtime=702.1 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 151757 0 0 0 70138 72 0 0 25 0 4 0 748357127 3067150336 680697 33554432000 4194304 4625164 140736009201296 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=2995264 CPUtime=692.04 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 2994699 0 0 0 68737 467 0 0 25 0 4 0 748357127 3067150336 680697 33554432000 4194304 4625164 140736009201296 18446744073709551615 4339628 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2798.69
Current children cumulated vsize (KiB) 2995264

[startup+762.317 s]
/proc/loadavg: 8.18 8.13 8.01 9/454 30818
/proc/meminfo: memFree=13463400/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=3126336 CPUtime=3037.86 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 4257065 0 0 0 302965 821 0 0 25 0 4 0 748357123 3201368064 708257 33554432000 4194304 4625164 140736009201296 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 781584 708257 342 106 0 777087 0
[pid=30756/tid=30765] ppid=30752 vsize=3126336 CPUtime=762.25 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 316304 0 0 0 76092 133 0 0 25 0 4 0 748357127 3201368064 708257 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=3126336 CPUtime=762.09 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 151986 0 0 0 76137 72 0 0 25 0 4 0 748357127 3201368064 708257 33554432000 4194304 4625164 140736009201296 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=3126336 CPUtime=751.17 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 3239291 0 0 0 74608 509 0 0 25 0 4 0 748357127 3201368064 708257 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3037.86
Current children cumulated vsize (KiB) 3126336

[startup+822.301 s]
/proc/loadavg: 8.12 8.12 8.01 9/454 30819
/proc/meminfo: memFree=13262352/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=3332608 CPUtime=3276.92 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 4625000 0 0 0 326808 884 0 0 25 0 4 0 748357123 3412590592 735722 33554432000 4194304 4625164 140736009201296 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 833152 735722 342 106 0 828655 0
[pid=30756/tid=30765] ppid=30752 vsize=3332608 CPUtime=822.23 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 329280 0 0 0 82082 141 0 0 25 0 4 0 748357127 3412590592 735722 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=3332608 CPUtime=822.07 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 152168 0 0 0 82135 72 0 0 25 0 4 0 748357127 3412590592 735722 33554432000 4194304 4625164 140736009201296 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=3332608 CPUtime=810.29 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 3534491 0 0 0 80472 557 0 0 25 0 4 0 748357127 3412590592 735722 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3276.92
Current children cumulated vsize (KiB) 3332608

[startup+882.3 s]
/proc/loadavg: 8.04 8.10 8.00 9/454 30821
/proc/meminfo: memFree=13056696/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=3398144 CPUtime=3516.03 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 4938501 0 0 0 350666 937 0 0 25 0 4 0 748357123 3479699456 763895 33554432000 4194304 4625164 140736009201296 18446744073709551615 4329147 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 849536 763895 343 106 0 845039 0
[pid=30756/tid=30765] ppid=30752 vsize=3398144 CPUtime=882.23 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 338060 0 0 0 88072 151 0 0 25 0 4 0 748357127 3479699456 763895 33554432000 4194304 4625164 140736009201296 18446744073709551615 4352010 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=3398144 CPUtime=882.06 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 152393 0 0 0 88134 72 0 0 25 0 4 0 748357127 3479699456 763895 33554432000 4194304 4625164 140736009201296 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=3398144 CPUtime=869.41 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 3837070 0 0 0 86342 599 0 0 25 0 4 0 748357127 3479699456 763895 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3516.03
Current children cumulated vsize (KiB) 3398144

[startup+942.301 s]
/proc/loadavg: 8.06 8.09 8.00 9/454 30822
/proc/meminfo: memFree=12897324/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=3463680 CPUtime=3755.14 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 5214675 0 0 0 374532 982 0 0 25 0 4 0 748357123 3546808320 781521 33554432000 4194304 4625164 140736009201296 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 865920 781521 349 106 0 861423 0
[pid=30756/tid=30765] ppid=30752 vsize=3463680 CPUtime=942.23 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 339464 0 0 0 94071 152 0 0 25 0 4 0 748357127 3546808320 781521 33554432000 4194304 4625164 140736009201296 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=3463680 CPUtime=942.04 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 152549 0 0 0 94132 72 0 0 25 0 4 0 748357127 3546808320 781521 33554432000 4194304 4625164 140736009201296 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=3463680 CPUtime=928.55 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 4110170 0 0 0 92212 643 0 0 25 0 4 0 748357127 3546808320 781521 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3755.14
Current children cumulated vsize (KiB) 3463680

[startup+1002.3 s]
/proc/loadavg: 8.10 8.10 8.01 9/454 30824
/proc/meminfo: memFree=12741296/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=3529216 CPUtime=3994.26 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 5488354 0 0 0 398397 1029 0 0 25 0 4 0 748357123 3613917184 797203 33554432000 4194304 4625164 140736009201296 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 882304 797203 342 106 0 877807 0
[pid=30756/tid=30765] ppid=30752 vsize=3529216 CPUtime=1002.23 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 339529 0 0 0 100071 152 0 0 25 0 4 0 748357127 3613917184 797203 33554432000 4194304 4625164 140736009201296 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=3529216 CPUtime=1002.04 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 152671 0 0 0 100131 73 0 0 25 0 4 0 748357127 3613917184 797203 33554432000 4194304 4625164 140736009201296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=3529216 CPUtime=987.67 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 4381809 0 0 0 98079 688 0 0 25 0 4 0 748357127 3613917184 797203 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3994.26
Current children cumulated vsize (KiB) 3529216

[startup+1062.3 s]
/proc/loadavg: 8.12 8.11 8.01 9/454 30826
/proc/meminfo: memFree=12599388/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=3594752 CPUtime=4233.38 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 5756790 0 0 0 422264 1074 0 0 25 0 4 0 748357123 3681026048 811972 33554432000 4194304 4625164 140736009201296 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 898688 811972 342 106 0 894191 0
[pid=30756/tid=30765] ppid=30752 vsize=3594752 CPUtime=1062.23 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 339592 0 0 0 106071 152 0 0 25 0 4 0 748357127 3681026048 811972 33554432000 4194304 4625164 140736009201296 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=3594752 CPUtime=1062.03 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 152753 0 0 0 106130 73 0 0 25 0 4 0 748357127 3681026048 811972 33554432000 4194304 4625164 140736009201296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=3594752 CPUtime=1046.8 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 4649611 0 0 0 103947 733 0 0 25 0 4 0 748357127 3681026048 811972 33554432000 4194304 4625164 140736009201296 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4233.38
Current children cumulated vsize (KiB) 3594752

[startup+1122.3 s]
/proc/loadavg: 8.11 8.11 8.02 9/454 30827
/proc/meminfo: memFree=12456980/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=3660288 CPUtime=4472.48 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 6010112 0 0 0 446128 1120 0 0 25 0 4 0 748357123 3748134912 826716 33554432000 4194304 4625164 140736009201296 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 915072 826716 342 106 0 910575 0
[pid=30756/tid=30765] ppid=30752 vsize=3660288 CPUtime=1122.23 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 339650 0 0 0 112071 152 0 0 25 0 4 0 748357127 3748134912 826716 33554432000 4194304 4625164 140736009201296 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=3660288 CPUtime=1122 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 152836 0 0 0 112127 73 0 0 25 0 4 0 748357127 3748134912 826716 33554432000 4194304 4625164 140736009201296 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=3660288 CPUtime=1105.92 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 4901991 0 0 0 109814 778 0 0 25 0 4 0 748357127 3748134912 826716 33554432000 4194304 4625164 140736009201296 18446744073709551615 4579598 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4472.48
Current children cumulated vsize (KiB) 3660288

[startup+1182.3 s]
/proc/loadavg: 8.27 8.15 8.03 9/454 30829
/proc/meminfo: memFree=12302804/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=3660288 CPUtime=4711.6 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 6272845 0 0 0 469995 1165 0 0 25 0 4 0 748357123 3748134912 840598 33554432000 4194304 4625164 140736009201296 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 915072 840598 342 106 0 910575 0
[pid=30756/tid=30765] ppid=30752 vsize=3660288 CPUtime=1182.22 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 339710 0 0 0 118070 152 0 0 25 0 4 0 748357127 3748134912 840598 33554432000 4194304 4625164 140736009201296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=3660288 CPUtime=1181.99 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 152958 0 0 0 118126 73 0 0 25 0 4 0 748357127 3748134912 840598 33554432000 4194304 4625164 140736009201296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=3660288 CPUtime=1165.05 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 5164004 0 0 0 115682 823 0 0 25 0 4 0 748357127 3748134912 840598 33554432000 4194304 4625164 140736009201296 18446744073709551615 4548757 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4711.6
Current children cumulated vsize (KiB) 3660288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.52 s]
/proc/loadavg: 8.29 8.17 8.04 9/454 30829
/proc/meminfo: memFree=12245624/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=3725824 CPUtime=4800.19 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) R 30752 30756 30199 0 -1 4202496 6366099 0 0 0 478839 1180 0 0 25 0 4 0 748357123 3815243776 845638 33554432000 4194304 4625164 140736009201296 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 931456 845638 342 106 0 926959 0
[pid=30756/tid=30765] ppid=30752 vsize=3725824 CPUtime=1204.46 cores=0,2,4,6
/proc/30756/task/30765/stat : 30765 (SArTagnan) R 30752 30756 30199 0 -1 4202560 339732 0 0 0 120294 152 0 0 25 0 4 0 748357127 3815243776 845638 33554432000 4194304 4625164 140736009201296 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30756/tid=30766] ppid=30752 vsize=3725824 CPUtime=1204.23 cores=0,2,4,6
/proc/30756/task/30766/stat : 30766 (SArTagnan) R 30752 30756 30199 0 -1 4202560 153050 0 0 0 120350 73 0 0 25 0 4 0 748357127 3815243776 845638 33554432000 4194304 4625164 140736009201296 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=3725824 CPUtime=1186.94 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4202560 5257082 0 0 0 117856 838 0 0 25 0 4 0 748357127 3815243776 845638 33554432000 4194304 4625164 140736009201296 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 3725824

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

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

[startup+1204.62 s]
/proc/loadavg: 8.29 8.17 8.04 9/454 30829
/proc/meminfo: memFree=12245624/32950940 swapFree=67111356/67111528
[pid=30756] ppid=30752 vsize=0 CPUtime=4800.29 cores=0,2,4,6
/proc/30756/stat : 30756 (SArTagnan) Z 30752 30756 30199 0 -1 4203548 6366099 0 0 0 478841 1188 0 0 25 0 2 0 748357123 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30756/statm: 0 0 0 0 0 0 0
[pid=30756/tid=30767] ppid=30752 vsize=0 CPUtime=1187.02 cores=0,2,4,6
/proc/30756/task/30767/stat : 30767 (SArTagnan) R 30752 30756 30199 0 -1 4203588 5257082 0 0 0 117856 846 0 0 25 0 2 0 748357127 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.68
CPU time (s): 4800.36
CPU user time (s): 4788.41
CPU system time (s): 11.9442
CPU usage (%): 398.475
Max. virtual memory (cumulated for all children) (KiB): 3725824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.42
system time used= 11.9442
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6366099
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= 3171
involuntary context switches= 32726

runsolver used 4.97624 second user time and 12.5861 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-16 23:27:44
IDJOB=3385879
IDBENCH=83170
IDSOLVER=1871
FILE ID=node117/3385879-1305581263
RUNJOBID= node117-1305581263-30677
PBS_JOBID= 13350218
Free space on /tmp= 73448 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-7x39.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385879-1305581263/watcher-3385879-1305581263 -o /tmp/evaluation-result-3385879-1305581263/solver-3385879-1305581263 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385879-1305581263.cnf -threads=4

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

MD5SUM BENCH= f717554c4e7f802b3078c48464dbcd9d
RANDOM SEED=1375189303

node117.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.849
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.69
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.849
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.849
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.74
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.849
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.849
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.849
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18709108 kB
Buffers:        340144 kB
Cached:        4755800 kB
SwapCached:          0 kB
Active:       10639972 kB
Inactive:      3238848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18709108 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1944 kB
Writeback:           0 kB
AnonPages:     8782600 kB
Mapped:          33680 kB
Slab:           246524 kB
PageTables:      48580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 115494044 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= 73444 MiB
End job on node117 at 2011-05-16 23:47:50