Trace number 3265260

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-03-24? (TO) 4800.34 1201.79

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
harder/php-020-019.shuffled-as.sat05-1190.cnf
MD5SUM81bbeaaf9f0ca3bfc36d743097777052
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.62875
Satisfiable
(Un)Satisfiability was proved
Number of variables380
Number of clauses3630
Sum of the clauses size7600
Maximum clause length19
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23610
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3265260-1304107724/watcher-3265260-1304107724 -o /tmp/evaluation-result-3265260-1304107724/solver-3265260-1304107724 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3265260-1304107724.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: 7.80 8.06 8.02 5/180 16626
/proc/meminfo: memFree=22231140/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=49500 CPUtime=0 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 502 0 0 0 0 0 0 0 25 0 4 0 522372791 50688000 439 33554432000 4194304 4623224 140737131358432 18446744073709551615 47236755625906 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 12375 439 301 105 0 7879 0
[pid=16626/tid=16627] ppid=16624 vsize=49500 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522372791 50688000 439 33554432000 4194304 4623224 140737131358432 18446744073709551615 47236755625906 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=49500 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522372791 50688000 439 33554432000 4194304 4623224 140737131358432 18446744073709551615 47236755625906 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=49500 CPUtime=0 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522372791 50688000 439 33554432000 4194304 4623224 140737131358432 18446744073709551615 244447001585 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0572109 s]
/proc/loadavg: 7.80 8.06 8.02 5/180 16626
/proc/meminfo: memFree=22231140/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=248356 CPUtime=0.2 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 2478 0 0 0 20 0 0 0 25 0 4 0 522372791 254316544 1733 33554432000 4194304 4623224 140737131358432 18446744073709551615 4497484 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 62089 1754 344 105 0 57593 0
[pid=16626/tid=16627] ppid=16624 vsize=248356 CPUtime=0.05 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 197 0 0 0 5 0 0 0 25 0 4 0 522372791 254316544 1764 33554432000 4194304 4623224 140737131358432 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=248356 CPUtime=0.04 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 485 0 0 0 4 0 0 0 25 0 4 0 522372791 254316544 1764 33554432000 4194304 4623224 140737131358432 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=248356 CPUtime=0.04 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 132 0 0 0 4 0 0 0 25 0 4 0 522372791 254316544 1764 33554432000 4194304 4623224 140737131358432 18446744073709551615 4364343 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 248356

[startup+0.157193 s]
/proc/loadavg: 7.80 8.06 8.02 5/180 16626
/proc/meminfo: memFree=22231140/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=250076 CPUtime=0.6 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 3848 0 0 0 60 0 0 0 25 0 4 0 522372791 256077824 3103 33554432000 4194304 4623224 140737131358432 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 62519 3103 346 105 0 58023 0
[pid=16626/tid=16627] ppid=16624 vsize=250076 CPUtime=0.15 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 610 0 0 0 15 0 0 0 25 0 4 0 522372791 256077824 3103 33554432000 4194304 4623224 140737131358432 18446744073709551615 4377433 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=250076 CPUtime=0.14 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 1162 0 0 0 14 0 0 0 25 0 4 0 522372791 256077824 3103 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=250076 CPUtime=0.14 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 348 0 0 0 14 0 0 0 25 0 4 0 522372791 256077824 3103 33554432000 4194304 4623224 140737131358432 18446744073709551615 4545710 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 250076

[startup+0.300168 s]
/proc/loadavg: 7.80 8.06 8.02 5/180 16626
/proc/meminfo: memFree=22231140/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=252036 CPUtime=1.18 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 5184 0 0 0 117 1 0 0 25 0 4 0 522372791 258084864 4434 33554432000 4194304 4623224 140737131358432 18446744073709551615 4528887 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 63009 4434 344 105 0 58513 0
[pid=16626/tid=16627] ppid=16624 vsize=252036 CPUtime=0.29 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 832 0 0 0 29 0 0 0 25 0 4 0 522372791 258084864 4434 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376823 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=252036 CPUtime=0.28 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 1966 0 0 0 28 0 0 0 25 0 4 0 522372791 258084864 4434 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=252036 CPUtime=0.29 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 551 0 0 0 29 0 0 0 25 0 4 0 522372791 258084864 4434 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 252036

[startup+0.701092 s]
/proc/loadavg: 7.80 8.06 8.02 5/180 16626
/proc/meminfo: memFree=22231140/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=257592 CPUtime=2.77 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 9947 0 0 0 275 2 0 0 25 0 4 0 522372791 263774208 7544 33554432000 4194304 4623224 140737131358432 18446744073709551615 4384349 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 64398 7544 344 105 0 59902 0
[pid=16626/tid=16627] ppid=16624 vsize=257592 CPUtime=0.69 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 1925 0 0 0 69 0 0 0 25 0 4 0 522372791 263774208 7544 33554432000 4194304 4623224 140737131358432 18446744073709551615 4377040 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=257592 CPUtime=0.68 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 4205 0 0 0 67 1 0 0 25 0 4 0 522372791 263774208 7545 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=257592 CPUtime=0.69 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 1189 0 0 0 69 0 0 0 25 0 4 0 522372791 263774208 7545 33554432000 4194304 4623224 140737131358432 18446744073709551615 4288144 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 257592

[startup+1.50094 s]
/proc/loadavg: 7.80 8.06 8.02 9/184 16630
/proc/meminfo: memFree=22195528/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=263464 CPUtime=5.97 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 19820 0 0 0 591 6 0 0 25 0 4 0 522372791 269787136 13170 33554432000 4194304 4623224 140737131358432 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 65866 13170 344 105 0 61370 0
[pid=16626/tid=16627] ppid=16624 vsize=263464 CPUtime=1.49 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 4774 0 0 0 148 1 0 0 25 0 4 0 522372791 269787136 13170 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=263464 CPUtime=1.48 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 7272 0 0 0 145 3 0 0 25 0 4 0 522372791 269787136 13170 33554432000 4194304 4623224 140737131358432 18446744073709551615 244446612482 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=263464 CPUtime=1.47 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 3994 0 0 0 147 0 0 0 25 0 4 0 522372791 269787136 13171 33554432000 4194304 4623224 140737131358432 18446744073709551615 4550495 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 263464

[startup+3.10065 s]
/proc/loadavg: 7.80 8.06 8.02 9/184 16630
/proc/meminfo: memFree=22168624/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=285156 CPUtime=12.36 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 39149 0 0 0 1226 10 0 0 25 0 4 0 522372791 291999744 21126 33554432000 4194304 4623224 140737131358432 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 71289 21126 344 105 0 66793 0
[pid=16626/tid=16627] ppid=16624 vsize=285156 CPUtime=3.09 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 8567 0 0 0 307 2 0 0 25 0 4 0 522372791 291999744 21126 33554432000 4194304 4623224 140737131358432 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=285156 CPUtime=3.09 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 13507 0 0 0 304 5 0 0 25 0 4 0 522372791 291999744 21126 33554432000 4194304 4623224 140737131358432 18446744073709551615 4377501 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=285156 CPUtime=3.07 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 11947 0 0 0 306 1 0 0 25 0 4 0 522372791 291999744 21126 33554432000 4194304 4623224 140737131358432 18446744073709551615 4577479 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 285156

[startup+6.30105 s]
/proc/loadavg: 7.90 8.07 8.03 9/184 16630
/proc/meminfo: memFree=22102036/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=306520 CPUtime=25.14 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 67702 0 0 0 2499 15 0 0 25 0 4 0 522372791 313876480 33184 33554432000 4194304 4623224 140737131358432 18446744073709551615 4415065 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 76630 33184 344 105 0 72134 0
[pid=16626/tid=16627] ppid=16624 vsize=306520 CPUtime=6.28 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 13919 0 0 0 625 3 0 0 25 0 4 0 522372791 313876480 33184 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=306520 CPUtime=6.29 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 20989 0 0 0 622 7 0 0 25 0 4 0 522372791 313876480 33184 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=306520 CPUtime=6.25 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 25439 0 0 0 622 3 0 0 25 0 4 0 522372791 313876480 33184 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 306520

[startup+12.7009 s]
/proc/loadavg: 7.66 8.02 8.01 9/184 16662
/proc/meminfo: memFree=22824672/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=329840 CPUtime=50.7 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 115745 0 0 0 5039 31 0 0 25 0 4 0 522372791 337756160 50974 33554432000 4194304 4623224 140737131358432 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 82460 50974 344 105 0 77964 0
[pid=16626/tid=16627] ppid=16624 vsize=329840 CPUtime=12.69 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 19726 0 0 0 1264 5 0 0 25 0 4 0 522372791 337756160 50974 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=329840 CPUtime=12.68 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 33144 0 0 0 1252 16 0 0 25 0 4 0 522372791 337756160 50974 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=329840 CPUtime=12.62 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 52238 0 0 0 1254 8 0 0 25 0 4 0 522372791 337756160 50974 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376844 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 329840

[startup+25.5005 s]
/proc/loadavg: 7.74 8.02 8.01 9/184 16662
/proc/meminfo: memFree=22553216/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=514144 CPUtime=101.83 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 229817 0 0 0 10132 51 0 0 25 0 4 0 522372791 526483456 76440 33554432000 4194304 4623224 140737131358432 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 128536 76440 344 105 0 124040 0
[pid=16626/tid=16627] ppid=16624 vsize=514144 CPUtime=25.49 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 31520 0 0 0 2540 9 0 0 25 0 4 0 522372791 526483456 76440 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=514144 CPUtime=25.48 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 47853 0 0 0 2529 19 0 0 25 0 4 0 522372791 526483456 76440 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=514144 CPUtime=25.34 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 135063 0 0 0 2514 20 0 0 25 0 4 0 522372791 526483456 76440 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 514144

[startup+51.1007 s]
/proc/loadavg: 7.83 8.02 8.01 9/184 16662
/proc/meminfo: memFree=22205132/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=673848 CPUtime=204.09 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 464424 0 0 0 20316 93 0 0 25 0 4 0 522372791 690020352 117840 33554432000 4194304 4623224 140737131358432 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 168462 117840 836 105 0 163966 0
[pid=16626/tid=16627] ppid=16624 vsize=673848 CPUtime=51.09 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 44132 0 0 0 5097 12 0 0 25 0 4 0 522372791 690020352 117840 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376668 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=673848 CPUtime=51.08 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 88466 0 0 0 5075 33 0 0 25 0 4 0 522372791 690020352 117840 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=673848 CPUtime=50.8 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 308964 0 0 0 5037 43 0 0 25 0 4 0 522372791 690020352 117840 33554432000 4194304 4623224 140737131358432 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 673848

[startup+102.306 s]
/proc/loadavg: 7.92 8.01 8.00 9/184 16664
/proc/meminfo: memFree=21572836/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=1038096 CPUtime=408.62 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 833030 0 0 0 40704 158 0 0 25 0 4 0 522372791 1063010304 195775 33554432000 4194304 4623224 140737131358432 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 259524 195775 363 105 0 255028 0
[pid=16626/tid=16627] ppid=16624 vsize=1038096 CPUtime=102.29 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 62807 0 0 0 10212 17 0 0 25 0 4 0 522372791 1063010304 195775 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=1038096 CPUtime=102.28 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 125188 0 0 0 10182 46 0 0 25 0 4 0 522372791 1063010304 195775 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376823 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=1038096 CPUtime=101.72 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 526582 0 0 0 10096 76 0 0 25 0 4 0 522372791 1063010304 195775 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 1038096

[startup+162.301 s]

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

[pid=16626] ppid=16624 vsize=1726356 CPUtime=2805.32 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 5648950 0 0 0 279544 988 0 0 25 0 4 0 522372791 1767788544 344526 33554432000 4194304 4623224 140737131358432 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 431589 344526 698 105 0 427093 0
[pid=16626/tid=16627] ppid=16624 vsize=1726356 CPUtime=702.29 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 137859 0 0 0 70169 60 0 0 25 0 4 0 522372791 1767788544 344526 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=1726356 CPUtime=702.23 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 151598 0 0 0 70162 61 0 0 25 0 4 0 522372791 1767788544 344526 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357639 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=1726356 CPUtime=698.47 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 5024948 0 0 0 69035 812 0 0 25 0 4 0 522372791 1767788544 344526 33554432000 4194304 4623224 140737131358432 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.32
Current children cumulated vsize (KiB) 1726356

[startup+762.307 s]
/proc/loadavg: 8.18 8.11 8.02 9/184 16682
/proc/meminfo: memFree=20306476/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=1726356 CPUtime=3045.02 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 6085208 0 0 0 303439 1063 0 0 25 0 4 0 522372791 1767788544 352098 33554432000 4194304 4623224 140737131358432 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 431589 352098 797 105 0 427093 0
[pid=16626/tid=16627] ppid=16624 vsize=1726356 CPUtime=762.29 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 137975 0 0 0 76169 60 0 0 25 0 4 0 522372791 1767788544 352098 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357904 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=1726356 CPUtime=762.23 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 151626 0 0 0 76162 61 0 0 25 0 4 0 522372791 1767788544 352098 33554432000 4194304 4623224 140737131358432 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=1726356 CPUtime=758.14 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 5460070 0 0 0 74927 887 0 0 25 0 4 0 522372791 1767788544 352098 33554432000 4194304 4623224 140737131358432 18446744073709551615 4288144 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 1726356

[startup+822.301 s]
/proc/loadavg: 8.22 8.13 8.03 9/184 16683
/proc/meminfo: memFree=20273220/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=1726356 CPUtime=3284.67 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 6510698 0 0 0 327334 1133 0 0 25 0 4 0 522372791 1767788544 355830 33554432000 4194304 4623224 140737131358432 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 431589 355830 740 105 0 427093 0
[pid=16626/tid=16627] ppid=16624 vsize=1726356 CPUtime=822.29 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 138240 0 0 0 82169 60 0 0 25 0 4 0 522372791 1767788544 355830 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=1726356 CPUtime=822.22 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 151648 0 0 0 82161 61 0 0 25 0 4 0 522372791 1767788544 355830 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=1726356 CPUtime=817.82 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 5884364 0 0 0 80826 956 0 0 25 0 4 0 522372791 1767788544 355830 33554432000 4194304 4623224 140737131358432 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 1726356

[startup+882.3 s]
/proc/loadavg: 8.18 8.14 8.04 9/184 16685
/proc/meminfo: memFree=20241812/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=1726356 CPUtime=3524.35 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 7025669 0 0 0 351218 1217 0 0 25 0 4 0 522372791 1767788544 357927 33554432000 4194304 4623224 140737131358432 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 431589 357927 784 105 0 427093 0
[pid=16626/tid=16627] ppid=16624 vsize=1726356 CPUtime=882.3 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 138364 0 0 0 88169 61 0 0 25 0 4 0 522372791 1767788544 357927 33554432000 4194304 4623224 140737131358432 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=1726356 CPUtime=882.21 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 151714 0 0 0 88160 61 0 0 25 0 4 0 522372791 1767788544 357927 33554432000 4194304 4623224 140737131358432 18446744073709551615 4486212 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=1726356 CPUtime=877.48 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 6398105 0 0 0 86709 1039 0 0 25 0 4 0 522372791 1767788544 357927 33554432000 4194304 4623224 140737131358432 18446744073709551615 4363962 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.35
Current children cumulated vsize (KiB) 1726356

[startup+942.3 s]
/proc/loadavg: 8.16 8.14 8.04 9/184 16686
/proc/meminfo: memFree=20206076/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=1726356 CPUtime=3764.02 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 7449620 0 0 0 375114 1288 0 0 25 0 4 0 522372791 1767788544 360871 33554432000 4194304 4623224 140737131358432 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 431589 360871 657 105 0 427093 0
[pid=16626/tid=16627] ppid=16624 vsize=1726356 CPUtime=942.3 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 138474 0 0 0 94169 61 0 0 25 0 4 0 522372791 1767788544 360871 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=1726356 CPUtime=942.21 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 151736 0 0 0 94160 61 0 0 25 0 4 0 522372791 1767788544 360871 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357610 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=1726356 CPUtime=937.17 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 6820117 0 0 0 92607 1110 0 0 25 0 4 0 522372791 1767788544 360871 33554432000 4194304 4623224 140737131358432 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 1726356

[startup+1002.3 s]
/proc/loadavg: 8.14 8.14 8.05 9/184 16688
/proc/meminfo: memFree=20186072/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=1754248 CPUtime=4003.7 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 7959374 0 0 0 398995 1375 0 0 25 0 4 0 522372791 1796349952 363079 33554432000 4194304 4623224 140737131358432 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 438562 363079 600 105 0 434066 0
[pid=16626/tid=16627] ppid=16624 vsize=1754248 CPUtime=1002.3 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 138586 0 0 0 100169 61 0 0 25 0 4 0 522372791 1796349952 363079 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=1754248 CPUtime=1002.21 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 151753 0 0 0 100160 61 0 0 25 0 4 0 522372791 1796349952 363079 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=1754248 CPUtime=996.83 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 7314223 0 0 0 98490 1193 0 0 25 0 4 0 522372791 1796349952 363079 33554432000 4194304 4623224 140737131358432 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 1754248

[startup+1062.3 s]
/proc/loadavg: 8.18 8.14 8.05 9/184 16690
/proc/meminfo: memFree=20118580/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=1754248 CPUtime=4243.38 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 8369519 0 0 0 422891 1447 0 0 25 0 4 0 522372791 1796349952 365531 33554432000 4194304 4623224 140737131358432 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 438562 365531 594 105 0 434066 0
[pid=16626/tid=16627] ppid=16624 vsize=1754248 CPUtime=1062.3 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 138704 0 0 0 106169 61 0 0 25 0 4 0 522372791 1796349952 365531 33554432000 4194304 4623224 140737131358432 18446744073709551615 4486219 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=1754248 CPUtime=1062.2 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 151773 0 0 0 106159 61 0 0 25 0 4 0 522372791 1796349952 365531 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=1754248 CPUtime=1056.51 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 7722447 0 0 0 104387 1264 0 0 25 0 4 0 522372791 1796349952 365531 33554432000 4194304 4623224 140737131358432 18446744073709551615 4545903 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.38
Current children cumulated vsize (KiB) 1754248

[startup+1122.3 s]
/proc/loadavg: 8.14 8.13 8.05 9/184 16691
/proc/meminfo: memFree=20085684/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=1819784 CPUtime=4483.06 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 8863817 0 0 0 446773 1533 0 0 25 0 4 0 522372791 1863458816 370166 33554432000 4194304 4623224 140737131358432 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 454946 370166 665 105 0 450450 0
[pid=16626/tid=16627] ppid=16624 vsize=1819784 CPUtime=1122.3 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 138827 0 0 0 112169 61 0 0 25 0 4 0 522372791 1863458816 370166 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=1819784 CPUtime=1122.2 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 151797 0 0 0 112159 61 0 0 25 0 4 0 522372791 1863458816 370166 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=1819784 CPUtime=1116.18 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 8214286 0 0 0 110269 1349 0 0 25 0 4 0 522372791 1863458816 370166 33554432000 4194304 4623224 140737131358432 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 1819784

[startup+1182.3 s]
/proc/loadavg: 8.12 8.12 8.05 9/184 16693
/proc/meminfo: memFree=20062472/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=1819784 CPUtime=4722.72 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 9215600 0 0 0 470677 1595 0 0 25 0 4 0 522372791 1863458816 372826 33554432000 4194304 4623224 140737131358432 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 454946 372826 605 105 0 450450 0
[pid=16626/tid=16627] ppid=16624 vsize=1819784 CPUtime=1182.3 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 138937 0 0 0 118169 61 0 0 25 0 4 0 522372791 1863458816 372826 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=1819784 CPUtime=1182.19 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 151819 0 0 0 118158 61 0 0 25 0 4 0 522372791 1863458816 372826 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357610 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=1819784 CPUtime=1175.86 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 8564508 0 0 0 116175 1411 0 0 25 0 4 0 522372791 1863458816 372826 33554432000 4194304 4623224 140737131358432 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 1819784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.11 8.05 9/184 16693
/proc/meminfo: memFree=20053660/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=1819784 CPUtime=4800.25 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 9356448 0 0 0 478404 1621 0 0 25 0 4 0 522372791 1863458816 374227 33554432000 4194304 4623224 140737131358432 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 454946 374227 626 105 0 450450 0
[pid=16626/tid=16627] ppid=16624 vsize=1819784 CPUtime=1201.71 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 138974 0 0 0 120110 61 0 0 25 0 4 0 522372791 1863458816 374227 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=1819784 CPUtime=1201.6 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 151826 0 0 0 120099 61 0 0 25 0 4 0 522372791 1863458816 374227 33554432000 4194304 4623224 140737131358432 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=1819784 CPUtime=1195.16 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 8704739 0 0 0 118079 1437 0 0 25 0 4 0 522372791 1863458816 374227 33554432000 4194304 4623224 140737131358432 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 1819784

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

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

[startup+1201.7 s]
/proc/loadavg: 8.08 8.11 8.05 9/184 16693
/proc/meminfo: memFree=20053660/32951124 swapFree=67111524/67111528
[pid=16626] ppid=16624 vsize=1819784 CPUtime=4800.25 cores=0,2,4,6
/proc/16626/stat : 16626 (SArTagnan) R 16624 16626 16386 0 -1 4202496 9356448 0 0 0 478404 1621 0 0 25 0 4 0 522372791 1863458816 374227 33554432000 4194304 4623224 140737131358432 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16626/statm: 454946 374227 626 105 0 450450 0
[pid=16626/tid=16627] ppid=16624 vsize=1819784 CPUtime=1201.71 cores=0,2,4,6
/proc/16626/task/16627/stat : 16627 (SArTagnan) R 16624 16626 16386 0 -1 4202560 138974 0 0 0 120110 61 0 0 25 0 4 0 522372791 1863458816 374227 33554432000 4194304 4623224 140737131358432 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16626/tid=16628] ppid=16624 vsize=1819784 CPUtime=1201.6 cores=0,2,4,6
/proc/16626/task/16628/stat : 16628 (SArTagnan) R 16624 16626 16386 0 -1 4202560 151826 0 0 0 120099 61 0 0 25 0 4 0 522372791 1863458816 374227 33554432000 4194304 4623224 140737131358432 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16626/tid=16629] ppid=16624 vsize=1819784 CPUtime=1195.16 cores=0,2,4,6
/proc/16626/task/16629/stat : 16629 (SArTagnan) R 16624 16626 16386 0 -1 4202560 8704739 0 0 0 118079 1437 0 0 25 0 4 0 522372791 1863458816 374227 33554432000 4194304 4623224 140737131358432 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 1819784

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.79
CPU time (s): 4800.34
CPU user time (s): 4784.06
CPU system time (s): 16.2825
CPU usage (%): 399.434
Max. virtual memory (cumulated for all children) (KiB): 1819784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4784.06
system time used= 16.2825
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9356448
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= 2350
involuntary context switches= 20716

runsolver used 1.85172 second user time and 4.70928 second system time

The end

Launcher Data

Begin job on node105 at 2011-04-29 22:08:44
IDJOB=3265260
IDBENCH=85459
IDSOLVER=1656
FILE ID=node105/3265260-1304107724
RUNJOBID= node105-1304105316-16404
PBS_JOBID= 13170654
Free space on /tmp= 71940 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/harder/php-020-019.shuffled-as.sat05-1190.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265260-1304107724/watcher-3265260-1304107724 -o /tmp/evaluation-result-3265260-1304107724/solver-3265260-1304107724 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3265260-1304107724.cnf -threads=4

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

MD5SUM BENCH= 81bbeaaf9f0ca3bfc36d743097777052
RANDOM SEED=1811954091

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22231288 kB
Buffers:       2158120 kB
Cached:        7090516 kB
SwapCached:          4 kB
Active:        1411172 kB
Inactive:      8761956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22231288 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             432 kB
Writeback:           0 kB
AnonPages:      924100 kB
Mapped:          15464 kB
Slab:           483240 kB
PageTables:       6496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1287116 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= 71936 MiB
End job on node105 at 2011-04-29 22:28:47