Trace number 3386093

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) 3876.35 1300.09

General information on the benchmark

NameCRAFTED/rbsat/crafted/
forced/rbsat-v1560c133795gyes1.cnf
MD5SUM118632220c6f3388c45a2582e9a2ac0e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark816.061
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses133795
Sum of the clauses size269030
Maximum clause length26
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2133735
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

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-3386093-1305579101/watcher-3386093-1305579101 -o /tmp/evaluation-result-3386093-1305579101/solver-3386093-1305579101 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386093-1305579101.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: 9.51 10.02 10.06 5/509 10317
/proc/meminfo: memFree=13585116/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=21996 CPUtime=0 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 608 0 0 0 0 0 0 0 25 0 1 0 669507840 22523904 477 33554432000 4194304 4625164 140735431226000 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/10317/statm: 5499 477 296 106 0 1002 0

[startup+0.148877 s]
/proc/loadavg: 9.51 10.02 10.06 5/509 10317
/proc/meminfo: memFree=13585116/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=192700 CPUtime=0.34 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 3925 0 0 0 34 0 0 0 25 0 4 0 669507840 197324800 2999 33554432000 4194304 4625164 140735431226000 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10317/statm: 48175 2999 345 106 0 43678 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 192700

[startup+0.20088 s]
/proc/loadavg: 9.51 10.02 10.06 5/509 10317
/proc/meminfo: memFree=13585116/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=192700 CPUtime=0.49 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 4224 0 0 0 49 0 0 0 25 0 4 0 669507840 197324800 3298 33554432000 4194304 4625164 140735431226000 18446744073709551615 4499429 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10317/statm: 48175 3299 345 106 0 43678 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 192700

[startup+0.30082 s]
/proc/loadavg: 9.51 10.02 10.06 5/509 10317
/proc/meminfo: memFree=13585116/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=193096 CPUtime=0.79 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 4743 0 0 0 79 0 0 0 25 0 4 0 669507840 197730304 3817 33554432000 4194304 4625164 140735431226000 18446744073709551615 4513492 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10317/statm: 48274 3817 345 106 0 43777 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 193096

[startup+1.00598 s]
/proc/loadavg: 9.51 10.02 10.06 5/509 10317
/proc/meminfo: memFree=13585116/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=264768 CPUtime=2.9 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 9195 0 0 0 289 1 0 0 25 0 4 0 669507840 271122432 7171 33554432000 4194304 4625164 140735431226000 18446744073709551615 4512278 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10317/statm: 66192 7172 345 106 0 61695 0
Current children cumulated CPU time (s) 2.9
Current children cumulated vsize (KiB) 264768

[startup+1.5196 s]
/proc/loadavg: 9.51 10.02 10.06 11/519 10330
/proc/meminfo: memFree=13504200/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=270180 CPUtime=4.42 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 12137 0 0 0 440 2 0 0 25 0 4 0 669507840 276664320 9566 33554432000 4194304 4625164 140735431226000 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10317/statm: 67545 9566 345 106 0 63048 0
[pid=10317/tid=10319] ppid=10315 vsize=270180 CPUtime=1.03 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 1887 0 0 0 103 0 0 0 19 0 4 0 669507843 276664320 9566 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=270180 CPUtime=1.13 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 2468 0 0 0 113 0 0 0 25 0 4 0 669507843 276664320 9566 33554432000 4194304 4625164 140735431226000 18446744073709551615 4352609 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=270180 CPUtime=0.89 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 1895 0 0 0 89 0 0 0 25 0 4 0 669507843 276664320 9566 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 270180

[startup+3.10031 s]
/proc/loadavg: 9.51 10.02 10.06 11/519 10330
/proc/meminfo: memFree=13473820/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=272992 CPUtime=9.13 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 19463 0 0 0 910 3 0 0 25 0 4 0 669507840 279543808 14114 33554432000 4194304 4625164 140735431226000 18446744073709551615 4512326 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10317/statm: 68248 14114 346 106 0 63751 0
[pid=10317/tid=10319] ppid=10315 vsize=272992 CPUtime=2.12 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 3125 0 0 0 212 0 0 0 21 0 4 0 669507843 279543808 14114 33554432000 4194304 4625164 140735431226000 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=272992 CPUtime=2.47 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 5542 0 0 0 246 1 0 0 25 0 4 0 669507843 279543808 14114 33554432000 4194304 4625164 140735431226000 18446744073709551615 4352133 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=272992 CPUtime=2.02 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 4216 0 0 0 202 0 0 0 25 0 4 0 669507843 279543808 14114 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.13
Current children cumulated vsize (KiB) 272992

[startup+6.30073 s]
/proc/loadavg: 9.55 10.02 10.06 11/519 10331
/proc/meminfo: memFree=13407628/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=279500 CPUtime=18.68 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 34306 0 0 0 1861 7 0 0 25 0 4 0 669507840 286208000 18764 33554432000 4194304 4625164 140735431226000 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10317/statm: 69875 18764 346 106 0 65378 0
[pid=10317/tid=10319] ppid=10315 vsize=279500 CPUtime=4.13 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 4761 0 0 0 412 1 0 0 25 0 4 0 669507843 286208000 18764 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=279500 CPUtime=4.73 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 8354 0 0 0 471 2 0 0 25 0 4 0 669507843 286208000 18764 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=279500 CPUtime=4.11 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 12880 0 0 0 410 1 0 0 25 0 4 0 669507843 286208000 18764 33554432000 4194304 4625164 140735431226000 18446744073709551615 4288950 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 18.68
Current children cumulated vsize (KiB) 279500

[startup+12.7006 s]
/proc/loadavg: 9.59 10.02 10.06 11/519 10331
/proc/meminfo: memFree=13331316/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=290752 CPUtime=37.64 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 59894 0 0 0 3753 11 0 0 25 0 4 0 669507840 297730048 25451 33554432000 4194304 4625164 140735431226000 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10317/statm: 72688 25451 346 106 0 68191 0
[pid=10317/tid=10319] ppid=10315 vsize=290752 CPUtime=9.13 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 8862 0 0 0 911 2 0 0 25 0 4 0 669507843 297730048 25451 33554432000 4194304 4625164 140735431226000 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=290752 CPUtime=9.12 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 12610 0 0 0 909 3 0 0 25 0 4 0 669507843 297730048 25451 33554432000 4194304 4625164 140735431226000 18446744073709551615 4352053 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=290752 CPUtime=7.31 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 29816 0 0 0 727 4 0 0 25 0 4 0 669507843 297730048 25451 33554432000 4194304 4625164 140735431226000 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 37.64
Current children cumulated vsize (KiB) 290752

[startup+25.5002 s]
/proc/loadavg: 9.68 10.02 10.05 11/519 10331
/proc/meminfo: memFree=13208180/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=316588 CPUtime=75.84 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 147585 0 0 0 7558 26 0 0 25 0 4 0 669507840 324186112 39230 33554432000 4194304 4625164 140735431226000 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10317/statm: 79147 39230 346 106 0 74650 0
[pid=10317/tid=10319] ppid=10315 vsize=316588 CPUtime=16.13 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 11377 0 0 0 1611 2 0 0 25 0 4 0 669507843 324186112 39230 33554432000 4194304 4625164 140735431226000 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=316588 CPUtime=16.45 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 18430 0 0 0 1641 4 0 0 25 0 4 0 669507843 324186112 39230 33554432000 4194304 4625164 140735431226000 18446744073709551615 4465328 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=316588 CPUtime=18.37 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 103941 0 0 0 1821 16 0 0 25 0 4 0 669507843 324186112 39230 33554432000 4194304 4625164 140735431226000 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 75.84
Current children cumulated vsize (KiB) 316588

[startup+51.1006 s]
/proc/loadavg: 9.85 10.03 10.06 11/519 10332
/proc/meminfo: memFree=12963232/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=350712 CPUtime=152.05 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 278389 0 0 0 15158 47 0 0 25 0 4 0 669507840 359129088 58611 33554432000 4194304 4625164 140735431226000 18446744073709551615 4393061 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10317/statm: 87678 58611 346 106 0 83181 0
[pid=10317/tid=10319] ppid=10315 vsize=350712 CPUtime=34.22 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 22350 0 0 0 3415 7 0 0 25 0 4 0 669507843 359129088 58611 33554432000 4194304 4625164 140735431226000 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=350712 CPUtime=33.46 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 25305 0 0 0 3339 7 0 0 25 0 4 0 669507843 359129088 58611 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=350712 CPUtime=34.41 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 212153 0 0 0 3412 29 0 0 25 0 4 0 669507843 359129088 58611 33554432000 4194304 4625164 140735431226000 18446744073709551615 4552425 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 152.05
Current children cumulated vsize (KiB) 350712

[startup+102.3 s]
/proc/loadavg: 10.00 10.04 10.06 11/519 10333
/proc/meminfo: memFree=12580312/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=494208 CPUtime=304.76 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 482230 0 0 0 30394 82 0 0 25 0 4 0 669507840 506068992 89258 33554432000 4194304 4625164 140735431226000 18446744073709551615 4512312 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/10317/statm: 123552 89258 352 106 0 119055 0
[pid=10317/tid=10319] ppid=10315 vsize=494208 CPUtime=77.22 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 35686 0 0 0 7709 13 0 0 25 0 4 0 669507843 506068992 89258 33554432000 4194304 4625164 140735431226000 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=494208 CPUtime=65.23 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 38420 0 0 0 6512 11 0 0 25 0 4 0 669507843 506068992 89258 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=494208 CPUtime=65.19 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 381993 0 0 0 6466 53 0 0 25 0 4 0 669507843 506068992 89258 33554432000 4194304 4625164 140735431226000 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 304.76
Current children cumulated vsize (KiB) 494208

[startup+162.3 s]
/proc/loadavg: 10.03 10.05 10.06 11/519 10335
/proc/meminfo: memFree=12313080/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=703560 CPUtime=483.53 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 716342 0 0 0 48227 126 0 0 25 0 4 0 669507840 720445440 116630 33554432000 4194304 4625164 140735431226000 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10317/statm: 175890 116630 346 106 0 171393 0
[pid=10317/tid=10319] ppid=10315 vsize=703560 CPUtime=128.21 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 51098 0 0 0 12803 18 0 0 25 0 4 0 669507843 720445440 116630 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=703560 CPUtime=104.5 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 54710 0 0 0 10431 19 0 0 25 0 4 0 669507843 720445440 116630 33554432000 4194304 4625164 140735431226000 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=703560 CPUtime=101.65 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 574765 0 0 0 10083 82 0 0 20 0 4 0 669507843 720445440 116630 33554432000 4194304 4625164 140735431226000 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 483.53
Current children cumulated vsize (KiB) 703560

[startup+222.3 s]
/proc/loadavg: 10.16 10.07 10.06 11/519 10336
/proc/meminfo: memFree=12010884/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=788804 CPUtime=662.52 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 982624 0 0 0 66082 170 0 0 25 0 4 0 669507840 807735296 148348 33554432000 4194304 4625164 140735431226000 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/10317/statm: 197201 148348 346 106 0 192704 0
[pid=10317/tid=10319] ppid=10315 vsize=788804 CPUtime=181.18 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 54863 0 0 0 18097 21 0 0 25 0 4 0 669507843 807735296 148348 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=788804 CPUtime=154.36 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 64012 0 0 0 15413 23 0 0 25 0 4 0 669507843 807735296 148348 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=788804 CPUtime=142.04 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 792731 0 0 0 14091 113 0 0 25 0 4 0 669507843 807735296 148348 33554432000 4194304 4625164 140735431226000 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 662.52
Current children cumulated vsize (KiB) 788804

[startup+282.301 s]

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

[pid=10317] ppid=10315 vsize=1421820 CPUtime=2094.2 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 2899946 0 0 0 208950 470 0 0 25 0 4 0 669507840 1455943680 277910 33554432000 4194304 4625164 140735431226000 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10317/statm: 355455 277910 388 106 0 350958 0
[pid=10317/tid=10319] ppid=10315 vsize=1421820 CPUtime=589.32 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 80982 0 0 0 58900 32 0 0 25 0 4 0 669507843 1455943680 277910 33554432000 4194304 4625164 140735431226000 18446744073709551615 4331104 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=1421820 CPUtime=464.44 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 87407 0 0 0 46407 37 0 0 25 0 4 0 669507843 1455943680 277910 33554432000 4194304 4625164 140735431226000 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=1421820 CPUtime=412.13 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 2485420 0 0 0 40850 363 0 0 25 0 4 0 669507843 1455943680 277910 33554432000 4194304 4625164 140735431226000 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2094.2
Current children cumulated vsize (KiB) 1421820

[startup+762.301 s]
/proc/loadavg: 10.04 10.09 10.08 11/519 10362
/proc/meminfo: memFree=10842032/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=1421820 CPUtime=2273.19 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 3136974 0 0 0 226810 509 0 0 25 0 4 0 669507840 1455943680 286327 33554432000 4194304 4625164 140735431226000 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10317/statm: 355455 286327 388 106 0 350958 0
[pid=10317/tid=10319] ppid=10315 vsize=1421820 CPUtime=649.33 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 81392 0 0 0 64900 33 0 0 25 0 4 0 669507843 1455943680 286327 33554432000 4194304 4625164 140735431226000 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=1421820 CPUtime=494.45 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 87485 0 0 0 49408 37 0 0 25 0 4 0 669507843 1455943680 286327 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=1421820 CPUtime=442.14 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 2716815 0 0 0 43813 401 0 0 25 0 4 0 669507843 1455943680 286327 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2273.19
Current children cumulated vsize (KiB) 1421820

[startup+822.301 s]
/proc/loadavg: 10.25 10.16 10.10 11/519 10364
/proc/meminfo: memFree=10747072/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=1564620 CPUtime=2451.34 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 3464649 0 0 0 244580 554 0 0 25 0 4 0 669507840 1602170880 302458 33554432000 4194304 4625164 140735431226000 18446744073709551615 4393055 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10317/statm: 391155 302458 388 106 0 386658 0
[pid=10317/tid=10319] ppid=10315 vsize=1564620 CPUtime=708.52 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 81628 0 0 0 70819 33 0 0 25 0 4 0 669507843 1602170880 302458 33554432000 4194304 4625164 140735431226000 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=1564620 CPUtime=524.52 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 87704 0 0 0 52415 37 0 0 25 0 4 0 669507843 1602170880 302458 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=1564620 CPUtime=472.06 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 2960637 0 0 0 46770 436 0 0 25 0 4 0 669507843 1602170880 302458 33554432000 4194304 4625164 140735431226000 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2451.34
Current children cumulated vsize (KiB) 1564620

[startup+882.3 s]
/proc/loadavg: 10.17 10.15 10.10 11/519 10366
/proc/meminfo: memFree=10681964/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=1564620 CPUtime=2630.31 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 3686323 0 0 0 262444 587 0 0 25 0 4 0 669507840 1602170880 310443 33554432000 4194304 4625164 140735431226000 18446744073709551615 4393112 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10317/statm: 391155 310443 388 106 0 386658 0
[pid=10317/tid=10319] ppid=10315 vsize=1564620 CPUtime=768.52 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 81873 0 0 0 76819 33 0 0 25 0 4 0 669507843 1602170880 310443 33554432000 4194304 4625164 140735431226000 18446744073709551615 4331184 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=1564620 CPUtime=554.52 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 87943 0 0 0 55415 37 0 0 25 0 4 0 669507843 1602170880 310443 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=1564620 CPUtime=502.06 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 3177855 0 0 0 49738 468 0 0 25 0 4 0 669507843 1602170880 310443 33554432000 4194304 4625164 140735431226000 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2630.31
Current children cumulated vsize (KiB) 1564620

[startup+942.3 s]
/proc/loadavg: 10.10 10.13 10.09 11/519 10368
/proc/meminfo: memFree=10621436/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=1564620 CPUtime=2809.27 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 3916513 0 0 0 280304 623 0 0 25 0 4 0 669507840 1602170880 317990 33554432000 4194304 4625164 140735431226000 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10317/statm: 391155 317990 388 106 0 386658 0
[pid=10317/tid=10319] ppid=10315 vsize=1564620 CPUtime=828.52 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 82074 0 0 0 82819 33 0 0 25 0 4 0 669507843 1602170880 317990 33554432000 4194304 4625164 140735431226000 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=1564620 CPUtime=584.51 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 88274 0 0 0 58414 37 0 0 25 0 4 0 669507843 1602170880 317990 33554432000 4194304 4625164 140735431226000 18446744073709551615 212687333513 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=1564620 CPUtime=532.07 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 3403624 0 0 0 52704 503 0 0 25 0 4 0 669507843 1602170880 317990 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2809.27
Current children cumulated vsize (KiB) 1564620

[startup+1002.3 s]
/proc/loadavg: 10.29 10.17 10.10 11/519 10369
/proc/meminfo: memFree=10559788/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=1630156 CPUtime=2988.25 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 4155206 0 0 0 298166 659 0 0 25 0 4 0 669507840 1669279744 326350 33554432000 4194304 4625164 140735431226000 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10317/statm: 407539 326350 388 106 0 403042 0
[pid=10317/tid=10319] ppid=10315 vsize=1630156 CPUtime=888.52 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 82313 0 0 0 88819 33 0 0 25 0 4 0 669507843 1669279744 326350 33554432000 4194304 4625164 140735431226000 18446744073709551615 4330791 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=1630156 CPUtime=614.52 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 88644 0 0 0 61414 38 0 0 25 0 4 0 669507843 1669279744 326350 33554432000 4194304 4625164 140735431226000 18446744073709551615 4339616 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=1630156 CPUtime=562.08 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 3637249 0 0 0 55670 538 0 0 25 0 4 0 669507843 1669279744 326350 33554432000 4194304 4625164 140735431226000 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2988.25
Current children cumulated vsize (KiB) 1630156

[startup+1062.3 s]
/proc/loadavg: 10.28 10.18 10.11 11/519 10371
/proc/meminfo: memFree=10458596/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=1683480 CPUtime=3167.21 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 4407035 0 0 0 316023 698 0 0 25 0 4 0 669507840 1723883520 336337 33554432000 4194304 4625164 140735431226000 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10317/statm: 420870 336337 388 106 0 416373 0
[pid=10317/tid=10319] ppid=10315 vsize=1683480 CPUtime=948.52 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 100071 0 0 0 94817 35 0 0 25 0 4 0 669507843 1723883520 336337 33554432000 4194304 4625164 140735431226000 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=1683480 CPUtime=644.51 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 88907 0 0 0 64413 38 0 0 25 0 4 0 669507843 1723883520 336337 33554432000 4194304 4625164 140735431226000 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=1683480 CPUtime=592.08 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 3855503 0 0 0 58636 572 0 0 25 0 4 0 669507843 1723883520 336337 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3167.21
Current children cumulated vsize (KiB) 1683480

[startup+1122.3 s]
/proc/loadavg: 10.24 10.18 10.11 11/519 10372
/proc/meminfo: memFree=10392132/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=1683480 CPUtime=3346.21 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 4645157 0 0 0 333883 738 0 0 25 0 4 0 669507840 1723883520 344237 33554432000 4194304 4625164 140735431226000 18446744073709551615 212687334296 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10317/statm: 420870 344237 388 106 0 416373 0
[pid=10317/tid=10319] ppid=10315 vsize=1683480 CPUtime=1008.54 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 100269 0 0 0 100819 35 0 0 25 0 4 0 669507843 1723883520 344237 33554432000 4194304 4625164 140735431226000 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=1683480 CPUtime=674.51 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 89183 0 0 0 67413 38 0 0 25 0 4 0 669507843 1723883520 344237 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351853 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=1683480 CPUtime=622.1 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 4088438 0 0 0 61600 610 0 0 25 0 4 0 669507843 1723883520 344237 33554432000 4194304 4625164 140735431226000 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3346.21
Current children cumulated vsize (KiB) 1683480

[startup+1182.3 s]
/proc/loadavg: 10.19 10.17 10.11 11/519 10374
/proc/meminfo: memFree=10254356/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=1683480 CPUtime=3525.15 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 4878412 0 0 0 351740 775 0 0 25 0 4 0 669507840 1723883520 351309 33554432000 4194304 4625164 140735431226000 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10317/statm: 420870 351309 388 106 0 416373 0
[pid=10317/tid=10319] ppid=10315 vsize=1683480 CPUtime=1068.52 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 100505 0 0 0 106817 35 0 0 25 0 4 0 669507843 1723883520 351309 33554432000 4194304 4625164 140735431226000 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=1683480 CPUtime=704.5 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 89310 0 0 0 70412 38 0 0 25 0 4 0 669507843 1723883520 351309 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=1683480 CPUtime=652.1 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 4317082 0 0 0 64564 646 0 0 25 0 4 0 669507843 1723883520 351309 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3525.15
Current children cumulated vsize (KiB) 1683480

[startup+1242.32 s]
/proc/loadavg: 10.18 10.17 10.10 11/519 10376
/proc/meminfo: memFree=10141128/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=1963164 CPUtime=3704.17 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 5224159 0 0 0 369587 830 0 0 25 0 4 0 669507840 2010279936 372687 33554432000 4194304 4625164 140735431226000 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10317/statm: 490791 372687 388 106 0 486294 0
[pid=10317/tid=10319] ppid=10315 vsize=1963164 CPUtime=1128.54 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 100735 0 0 0 112818 36 0 0 25 0 4 0 669507843 2010279936 372687 33554432000 4194304 4625164 140735431226000 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=1963164 CPUtime=734.59 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 89805 0 0 0 73421 38 0 0 25 0 4 0 669507843 2010279936 372687 33554432000 4194304 4625164 140735431226000 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=1963164 CPUtime=682.02 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 4537698 0 0 0 67518 684 0 0 25 0 4 0 669507843 2010279936 372687 33554432000 4194304 4625164 140735431226000 18446744073709551615 4288802 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3704.17
Current children cumulated vsize (KiB) 1963164



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.07 10.14 10.09 11/519 10377
/proc/meminfo: memFree=10090156/32951124 swapFree=67111348/67111528
[pid=10317] ppid=10315 vsize=1963164 CPUtime=3876.24 cores=0,2,4,6
/proc/10317/stat : 10317 (SArTagnan) R 10315 10317 10092 0 -1 4202496 5443678 0 0 0 386754 870 0 0 25 0 4 0 669507840 2010279936 378652 33554432000 4194304 4625164 140735431226000 18446744073709551615 4393055 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/10317/statm: 490791 378652 388 106 0 486294 0
[pid=10317/tid=10319] ppid=10315 vsize=1963164 CPUtime=1186.24 cores=0,2,4,6
/proc/10317/task/10319/stat : 10319 (SArTagnan) R 10315 10317 10092 0 -1 4202560 100955 0 0 0 118588 36 0 0 25 0 4 0 669507843 2010279936 378652 33554432000 4194304 4625164 140735431226000 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=10317/tid=10320] ppid=10315 vsize=1963164 CPUtime=763.43 cores=0,2,4,6
/proc/10317/task/10320/stat : 10320 (SArTagnan) R 10315 10317 10092 0 -1 4202560 90234 0 0 0 76304 39 0 0 25 0 4 0 669507843 2010279936 378652 33554432000 4194304 4625164 140735431226000 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=10317/tid=10321] ppid=10315 vsize=1963164 CPUtime=710.89 cores=0,2,4,6
/proc/10317/task/10321/stat : 10321 (SArTagnan) R 10315 10317 10092 0 -1 4202560 4754424 0 0 0 70366 723 0 0 25 0 4 0 669507843 2010279936 378652 33554432000 4194304 4625164 140735431226000 18446744073709551615 4339646 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3876.24
Current children cumulated vsize (KiB) 1963164

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.09
CPU time (s): 3876.35
CPU user time (s): 3867.58
CPU system time (s): 8.77267
CPU usage (%): 298.16
Max. virtual memory (cumulated for all children) (KiB): 2325584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3867.58
system time used= 8.77267
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5443678
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= 4046
involuntary context switches= 33220

runsolver used 6.23705 second user time and 16.0746 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-16 22:51:41
IDJOB=3386093
IDBENCH=71593
IDSOLVER=1871
FILE ID=node139/3386093-1305579101
RUNJOBID= node139-1305576495-10110
PBS_JOBID= 13350204
Free space on /tmp= 73276 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1560c133795gyes1.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386093-1305579101/watcher-3386093-1305579101 -o /tmp/evaluation-result-3386093-1305579101/solver-3386093-1305579101 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386093-1305579101.cnf -threads=4

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

MD5SUM BENCH= 118632220c6f3388c45a2582e9a2ac0e
RANDOM SEED=1334299392

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13585768 kB
Buffers:        342164 kB
Cached:        3338668 kB
SwapCached:          0 kB
Active:       16823868 kB
Inactive:      2192956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13585768 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            1948 kB
Writeback:          20 kB
AnonPages:    15336320 kB
Mapped:          38756 kB
Slab:           209012 kB
PageTables:      70008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 140709640 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= 73268 MiB
End job on node139 at 2011-05-16 23:13:23