Trace number 3265568

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.41 1201.76

General information on the benchmark

NameSAT05/crafted/markstrom05/eulcbip/
eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
MD5SUM151ccdb2c52c7f525fde5dca388bb6e6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.083986
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses672
Sum of the clauses size2684
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4670
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3265568-1304108226/watcher-3265568-1304108226 -o /tmp/evaluation-result-3265568-1304108226/solver-3265568-1304108226 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3265568-1304108226.cnf -threads=4 

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

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


[startup+0 s]
/proc/loadavg: 8.01 8.03 8.00 2/174 19380
/proc/meminfo: memFree=30668280/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=49352 CPUtime=0 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 477 0 0 0 0 0 0 0 25 0 4 0 522422416 50536448 413 33554432000 4194304 4623224 140733252063280 18446744073709551615 47528093472684 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 12338 413 302 105 0 7842 0
[pid=19380/tid=19381] ppid=19378 vsize=49352 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522422417 50536448 413 33554432000 4194304 4623224 140733252063280 18446744073709551615 248089754609 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=49352 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522422417 50536448 413 33554432000 4194304 4623224 140733252063280 18446744073709551615 248084730088 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=49352 CPUtime=0 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522422417 50536448 413 33554432000 4194304 4623224 140733252063280 18446744073709551615 248084730088 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.0381051 s]
/proc/loadavg: 8.01 8.03 8.00 2/174 19380
/proc/meminfo: memFree=30668280/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=246576 CPUtime=0.13 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 964 0 0 0 13 0 0 0 25 0 4 0 522422416 252493824 897 33554432000 4194304 4623224 140733252063280 18446744073709551615 4415985 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 61644 897 342 105 0 57148 0
[pid=19380/tid=19381] ppid=19378 vsize=246576 CPUtime=0.03 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 106 0 0 0 3 0 0 0 25 0 4 0 522422417 252493824 897 33554432000 4194304 4623224 140733252063280 18446744073709551615 248089395408 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=246576 CPUtime=0.03 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 99 0 0 0 3 0 0 0 25 0 4 0 522422417 252493824 897 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=246576 CPUtime=0.03 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 110 0 0 0 3 0 0 0 25 0 4 0 522422417 252493824 897 33554432000 4194304 4623224 140733252063280 18446744073709551615 248089394955 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 246576

[startup+0.156898 s]
/proc/loadavg: 8.01 8.03 8.00 2/174 19380
/proc/meminfo: memFree=30668280/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=247676 CPUtime=0.6 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 2276 0 0 0 60 0 0 0 25 0 4 0 522422416 253620224 1799 33554432000 4194304 4623224 140733252063280 18446744073709551615 4416149 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 61919 1799 343 105 0 57423 0
[pid=19380/tid=19381] ppid=19378 vsize=247676 CPUtime=0.14 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 505 0 0 0 14 0 0 0 25 0 4 0 522422417 253620224 1799 33554432000 4194304 4623224 140733252063280 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=247676 CPUtime=0.15 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 513 0 0 0 15 0 0 0 25 0 4 0 522422417 253620224 1799 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376646 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=247676 CPUtime=0.14 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 423 0 0 0 14 0 0 0 25 0 4 0 522422417 253620224 1799 33554432000 4194304 4623224 140733252063280 18446744073709551615 4377397 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 247676

[startup+0.300876 s]
/proc/loadavg: 8.01 8.03 8.00 2/174 19380
/proc/meminfo: memFree=30668280/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=250120 CPUtime=1.17 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 3764 0 0 0 117 0 0 0 25 0 4 0 522422416 256122880 2763 33554432000 4194304 4623224 140733252063280 18446744073709551615 4355942 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 62530 2763 343 105 0 58034 0
[pid=19380/tid=19381] ppid=19378 vsize=250120 CPUtime=0.29 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 840 0 0 0 29 0 0 0 25 0 4 0 522422417 256122880 2763 33554432000 4194304 4623224 140733252063280 18446744073709551615 4463895 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=250120 CPUtime=0.29 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 1074 0 0 0 29 0 0 0 25 0 4 0 522422417 256122880 2763 33554432000 4194304 4623224 140733252063280 18446744073709551615 248089359045 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=250120 CPUtime=0.29 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 649 0 0 0 29 0 0 0 25 0 4 0 522422417 256122880 2763 33554432000 4194304 4623224 140733252063280 18446744073709551615 4550439 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 250120

[startup+0.700804 s]
/proc/loadavg: 8.01 8.03 8.00 2/174 19380
/proc/meminfo: memFree=30668280/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=252080 CPUtime=2.78 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 6867 0 0 0 277 1 0 0 25 0 4 0 522422416 258129920 4602 33554432000 4194304 4623224 140733252063280 18446744073709551615 4510978 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 63020 4602 343 105 0 58524 0
[pid=19380/tid=19381] ppid=19378 vsize=252080 CPUtime=0.69 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 1660 0 0 0 69 0 0 0 25 0 4 0 522422417 258129920 4602 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376745 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=252080 CPUtime=0.68 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 1940 0 0 0 68 0 0 0 25 0 4 0 522422417 258129920 4602 33554432000 4194304 4623224 140733252063280 18446744073709551615 4462984 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=252080 CPUtime=0.68 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 1596 0 0 0 68 0 0 0 25 0 4 0 522422417 258129920 4602 33554432000 4194304 4623224 140733252063280 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 252080

[startup+1.50067 s]
/proc/loadavg: 8.01 8.03 8.00 6/178 19384
/proc/meminfo: memFree=30621128/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=258840 CPUtime=5.97 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 9994 0 0 0 596 1 0 0 25 0 4 0 522422416 265052160 6913 33554432000 4194304 4623224 140733252063280 18446744073709551615 4517554 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 64710 6913 343 105 0 60214 0
[pid=19380/tid=19381] ppid=19378 vsize=258840 CPUtime=1.48 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 2545 0 0 0 148 0 0 0 25 0 4 0 522422417 265052160 6913 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376662 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=258840 CPUtime=1.48 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 2771 0 0 0 148 0 0 0 25 0 4 0 522422417 265052160 6913 33554432000 4194304 4623224 140733252063280 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=258840 CPUtime=1.48 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 2419 0 0 0 148 0 0 0 25 0 4 0 522422417 265052160 6913 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 258840

[startup+3.10038 s]
/proc/loadavg: 8.01 8.03 8.00 9/184 19393
/proc/meminfo: memFree=30494908/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=266144 CPUtime=12.36 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 16397 0 0 0 1233 3 0 0 25 0 4 0 522422416 272531456 10814 33554432000 4194304 4623224 140733252063280 18446744073709551615 4414829 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 66536 10814 344 105 0 62040 0
[pid=19380/tid=19381] ppid=19378 vsize=266144 CPUtime=3.07 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 5118 0 0 0 307 0 0 0 25 0 4 0 522422417 272531456 10814 33554432000 4194304 4623224 140733252063280 18446744073709551615 4377900 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=266144 CPUtime=3.08 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 4685 0 0 0 307 1 0 0 25 0 4 0 522422417 272531456 10814 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=266144 CPUtime=3.08 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 3468 0 0 0 308 0 0 0 25 0 4 0 522422417 272531456 10814 33554432000 4194304 4623224 140733252063280 18446744073709551615 4577460 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 266144

[startup+6.30082 s]
/proc/loadavg: 8.09 8.05 8.01 9/184 19394
/proc/meminfo: memFree=30363860/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=275676 CPUtime=25.14 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 32152 0 0 0 2509 5 0 0 25 0 4 0 522422416 282292224 15568 33554432000 4194304 4623224 140733252063280 18446744073709551615 4517519 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 68919 15568 343 105 0 64423 0
[pid=19380/tid=19381] ppid=19378 vsize=275676 CPUtime=6.25 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 6230 0 0 0 625 0 0 0 25 0 4 0 522422417 282292224 15568 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=275676 CPUtime=6.28 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 9047 0 0 0 626 2 0 0 25 0 4 0 522422417 282292224 15568 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376692 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=275676 CPUtime=6.28 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 12337 0 0 0 627 1 0 0 25 0 4 0 522422417 282292224 15568 33554432000 4194304 4623224 140733252063280 18446744073709551615 4550519 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 275676

[startup+12.7007 s]
/proc/loadavg: 8.08 8.04 8.00 9/184 19394
/proc/meminfo: memFree=30313952/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=293188 CPUtime=50.71 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 60380 0 0 0 5060 11 0 0 25 0 4 0 522422416 300224512 23780 33554432000 4194304 4623224 140733252063280 18446744073709551615 4511014 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 73297 23780 456 105 0 68801 0
[pid=19380/tid=19381] ppid=19378 vsize=293188 CPUtime=12.62 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 12163 0 0 0 1260 2 0 0 25 0 4 0 522422417 300224512 23780 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376646 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=293188 CPUtime=12.68 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 12584 0 0 0 1265 3 0 0 25 0 4 0 522422417 300224512 23780 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376646 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=293188 CPUtime=12.68 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 28296 0 0 0 1265 3 0 0 25 0 4 0 522422417 300224512 23780 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376920 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 293188

[startup+25.5004 s]
/proc/loadavg: 8.06 8.04 8.00 9/184 19394
/proc/meminfo: memFree=30231840/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=306108 CPUtime=101.84 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 76159 0 0 0 10166 18 0 0 25 0 4 0 522422416 313454592 35271 33554432000 4194304 4623224 140733252063280 18446744073709551615 4510282 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 76527 35271 500 105 0 72031 0
[pid=19380/tid=19381] ppid=19378 vsize=306108 CPUtime=25.35 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 15704 0 0 0 2529 6 0 0 25 0 4 0 522422417 313454592 35271 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=306108 CPUtime=25.48 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 18527 0 0 0 2543 5 0 0 25 0 4 0 522422417 313454592 35271 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=306108 CPUtime=25.49 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 30857 0 0 0 2545 4 0 0 25 0 4 0 522422417 313454592 35271 33554432000 4194304 4623224 140733252063280 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 306108

[startup+51.1009 s]
/proc/loadavg: 8.12 8.05 8.01 9/184 19395
/proc/meminfo: memFree=30111468/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=339576 CPUtime=204.1 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 99274 0 0 0 20383 27 0 0 25 0 4 0 522422416 347725824 50235 33554432000 4194304 4623224 140733252063280 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 84894 50235 706 105 0 80398 0
[pid=19380/tid=19381] ppid=19378 vsize=339576 CPUtime=50.81 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 24298 0 0 0 5068 13 0 0 25 0 4 0 522422417 347725824 50235 33554432000 4194304 4623224 140733252063280 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=339576 CPUtime=51.09 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 26336 0 0 0 5102 7 0 0 25 0 4 0 522422417 347725824 50235 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=339576 CPUtime=51.09 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 32637 0 0 0 5105 4 0 0 25 0 4 0 522422417 347725824 50235 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 339576

[startup+102.307 s]
/proc/loadavg: 8.09 8.06 8.01 9/184 19396
/proc/meminfo: memFree=29819764/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=462296 CPUtime=408.65 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 163993 0 0 0 40821 44 0 0 25 0 4 0 522422416 473391104 73570 33554432000 4194304 4623224 140733252063280 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 115574 73570 968 105 0 111078 0
[pid=19380/tid=19381] ppid=19378 vsize=462296 CPUtime=101.74 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 36319 0 0 0 10156 18 0 0 25 0 4 0 522422417 473391104 73572 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=462296 CPUtime=102.29 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 40365 0 0 0 10217 12 0 0 25 0 4 0 522422417 473391104 73572 33554432000 4194304 4623224 140733252063280 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=462296 CPUtime=102.29 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 63572 0 0 0 10220 9 0 0 25 0 4 0 522422417 473391104 73572 33554432000 4194304 4623224 140733252063280 18446744073709551615 4577678 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 462296

[startup+162.3 s]

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

[pid=19380] ppid=19378 vsize=991904 CPUtime=2805.41 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 2473379 0 0 0 280038 503 0 0 25 0 4 0 522422416 1015709696 184737 33554432000 4194304 4623224 140733252063280 18446744073709551615 4510172 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 247976 184737 1342 105 0 243480 0
[pid=19380/tid=19381] ppid=19378 vsize=991904 CPUtime=698.47 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 105412 0 0 0 69807 40 0 0 25 0 4 0 522422417 1015709696 184737 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=991904 CPUtime=702.3 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 100999 0 0 0 70183 47 0 0 25 0 4 0 522422417 1015709696 184737 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=991904 CPUtime=702.3 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 733394 0 0 0 70093 137 0 0 25 0 4 0 522422417 1015709696 184737 33554432000 4194304 4623224 140733252063280 18446744073709551615 4550487 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.41
Current children cumulated vsize (KiB) 991904

[startup+762.306 s]
/proc/loadavg: 8.08 8.09 8.04 9/184 19414
/proc/meminfo: memFree=28367096/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=994644 CPUtime=3045.1 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 2770780 0 0 0 303950 560 0 0 25 0 4 0 522422416 1018515456 188944 33554432000 4194304 4623224 140733252063280 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 248661 188862 1342 105 0 244165 0
[pid=19380/tid=19381] ppid=19378 vsize=994644 CPUtime=758.15 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 107610 0 0 0 75772 43 0 0 25 0 4 0 522422417 1018515456 188862 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=994644 CPUtime=762.3 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 101248 0 0 0 76183 47 0 0 25 0 4 0 522422417 1018515456 188862 33554432000 4194304 4623224 140733252063280 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=994644 CPUtime=762.31 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 734320 0 0 0 76094 137 0 0 25 0 4 0 522422417 1018515456 188862 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.1
Current children cumulated vsize (KiB) 994644

[startup+822.301 s]
/proc/loadavg: 8.07 8.09 8.04 9/184 19415
/proc/meminfo: memFree=28255572/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=997736 CPUtime=3284.77 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 3063545 0 0 0 327857 620 0 0 25 0 4 0 522422416 1021681664 194990 33554432000 4194304 4623224 140733252063280 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 249434 194990 914 105 0 244938 0
[pid=19380/tid=19381] ppid=19378 vsize=997736 CPUtime=817.82 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 110568 0 0 0 81736 46 0 0 25 0 4 0 522422417 1021681664 194990 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=997736 CPUtime=822.3 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 103208 0 0 0 82182 48 0 0 25 0 4 0 522422417 1021681664 194990 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=997736 CPUtime=822.3 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 735374 0 0 0 82093 137 0 0 25 0 4 0 522422417 1021681664 194990 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.77
Current children cumulated vsize (KiB) 997736

[startup+882.301 s]
/proc/loadavg: 8.07 8.08 8.04 9/184 19417
/proc/meminfo: memFree=28152720/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=1073344 CPUtime=3524.44 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 3383534 0 0 0 351759 685 0 0 25 0 4 0 522422416 1099104256 203886 33554432000 4194304 4623224 140733252063280 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 268336 203886 371 105 0 263840 0
[pid=19380/tid=19381] ppid=19378 vsize=1073344 CPUtime=877.49 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 112772 0 0 0 87699 50 0 0 25 0 4 0 522422417 1099104256 203886 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=1073344 CPUtime=882.3 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 131706 0 0 0 88176 54 0 0 25 0 4 0 522422417 1099104256 203886 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=1073344 CPUtime=882.3 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 736378 0 0 0 88093 137 0 0 25 0 4 0 522422417 1099104256 203886 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 1073344

[startup+942.301 s]
/proc/loadavg: 8.14 8.10 8.05 9/184 19419
/proc/meminfo: memFree=28059176/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=1074248 CPUtime=3764.12 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 3669652 0 0 0 375669 743 0 0 25 0 4 0 522422416 1100029952 209674 33554432000 4194304 4623224 140733252063280 18446744073709551615 4356025 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 268562 209675 371 105 0 264066 0
[pid=19380/tid=19381] ppid=19378 vsize=1074248 CPUtime=937.17 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 115362 0 0 0 93663 54 0 0 25 0 4 0 522422417 1100029952 209676 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=1074248 CPUtime=942.3 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 133689 0 0 0 94173 57 0 0 25 0 4 0 522422417 1100029952 209676 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=1074248 CPUtime=942.3 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 736826 0 0 0 94093 137 0 0 25 0 4 0 522422417 1100029952 209677 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.12
Current children cumulated vsize (KiB) 1074248

[startup+1002.3 s]
/proc/loadavg: 8.20 8.11 8.05 9/184 19420
/proc/meminfo: memFree=27929548/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=1125488 CPUtime=4003.79 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 3953774 0 0 0 399581 798 0 0 25 0 4 0 522422416 1152499712 223488 33554432000 4194304 4623224 140733252063280 18446744073709551615 4510475 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 281372 223488 370 105 0 276876 0
[pid=19380/tid=19381] ppid=19378 vsize=1125488 CPUtime=996.84 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 116627 0 0 0 99629 55 0 0 25 0 4 0 522422417 1152499712 223488 33554432000 4194304 4623224 140733252063280 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=1125488 CPUtime=1002.3 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 144342 0 0 0 100169 61 0 0 25 0 4 0 522422417 1152499712 223488 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=1125488 CPUtime=1002.31 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 737844 0 0 0 100093 138 0 0 25 0 4 0 522422417 1152499712 223488 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.79
Current children cumulated vsize (KiB) 1125488

[startup+1062.3 s]
/proc/loadavg: 8.18 8.12 8.06 9/184 19422
/proc/meminfo: memFree=27811444/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=1241448 CPUtime=4243.48 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 4243681 0 0 0 423497 851 0 0 25 0 4 0 522422416 1271242752 234196 33554432000 4194304 4623224 140733252063280 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 310362 234196 365 105 0 305866 0
[pid=19380/tid=19381] ppid=19378 vsize=1241448 CPUtime=1056.52 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 123079 0 0 0 105596 56 0 0 25 0 4 0 522422417 1271242752 234196 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=1241448 CPUtime=1062.3 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 147192 0 0 0 106166 64 0 0 25 0 4 0 522422417 1271242752 234196 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=1241448 CPUtime=1062.3 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 738600 0 0 0 106092 138 0 0 25 0 4 0 522422417 1271242752 234196 33554432000 4194304 4623224 140733252063280 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.48
Current children cumulated vsize (KiB) 1241448

[startup+1122.3 s]
/proc/loadavg: 8.06 8.09 8.05 9/184 19423
/proc/meminfo: memFree=27675376/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=1241448 CPUtime=4483.15 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 4543126 0 0 0 447411 904 0 0 25 0 4 0 522422416 1271242752 240912 33554432000 4194304 4623224 140733252063280 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 310362 240912 364 105 0 305866 0
[pid=19380/tid=19381] ppid=19378 vsize=1241448 CPUtime=1116.19 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 125951 0 0 0 111562 57 0 0 25 0 4 0 522422417 1271242752 240912 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376646 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=1241448 CPUtime=1122.31 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 150555 0 0 0 112164 67 0 0 25 0 4 0 522422417 1271242752 240912 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=1241448 CPUtime=1122.3 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 738611 0 0 0 112092 138 0 0 25 0 4 0 522422417 1271242752 240912 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.15
Current children cumulated vsize (KiB) 1241448

[startup+1182.3 s]
/proc/loadavg: 8.13 8.10 8.06 9/184 19425
/proc/meminfo: memFree=27534216/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=1344628 CPUtime=4722.83 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 4881006 0 0 0 471316 967 0 0 25 0 4 0 522422416 1376899072 255745 33554432000 4194304 4623224 140733252063280 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 336157 255745 492 105 0 331661 0
[pid=19380/tid=19381] ppid=19378 vsize=1344628 CPUtime=1175.86 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 158960 0 0 0 117524 62 0 0 25 0 4 0 522422417 1376899072 255745 33554432000 4194304 4623224 140733252063280 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=1344628 CPUtime=1182.31 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 152317 0 0 0 118162 69 0 0 25 0 4 0 522422417 1376899072 255745 33554432000 4194304 4623224 140733252063280 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=1344628 CPUtime=1182.31 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 745918 0 0 0 118092 139 0 0 25 0 4 0 522422417 1376899072 255745 33554432000 4194304 4623224 140733252063280 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.83
Current children cumulated vsize (KiB) 1344628



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.10 8.06 9/184 19425
/proc/meminfo: memFree=27516588/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=1344628 CPUtime=4800.34 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 4985349 0 0 0 479047 987 0 0 25 0 4 0 522422416 1376899072 256858 33554432000 4194304 4623224 140733252063280 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 336157 256858 491 105 0 331661 0
[pid=19380/tid=19381] ppid=19378 vsize=1344628 CPUtime=1195.16 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 159523 0 0 0 119453 63 0 0 25 0 4 0 522422417 1376899072 256858 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=1344628 CPUtime=1201.72 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 152808 0 0 0 120101 71 0 0 25 0 4 0 522422417 1376899072 256858 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=1344628 CPUtime=1201.71 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 745936 0 0 0 120032 139 0 0 25 0 4 0 522422417 1376899072 256858 33554432000 4194304 4623224 140733252063280 18446744073709551615 4546788 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1344628

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.09 8.10 8.06 9/184 19425
/proc/meminfo: memFree=27516588/32950928 swapFree=67111428/67111528
[pid=19380] ppid=19378 vsize=1344628 CPUtime=4800.34 cores=1,3,5,7
/proc/19380/stat : 19380 (SArTagnan) R 19378 19380 19242 0 -1 4202496 4985349 0 0 0 479047 987 0 0 25 0 4 0 522422416 1376899072 256858 33554432000 4194304 4623224 140733252063280 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/19380/statm: 336157 256858 491 105 0 331661 0
[pid=19380/tid=19381] ppid=19378 vsize=1344628 CPUtime=1195.16 cores=1,3,5,7
/proc/19380/task/19381/stat : 19381 (SArTagnan) R 19378 19380 19242 0 -1 4202560 159523 0 0 0 119453 63 0 0 25 0 4 0 522422417 1376899072 256858 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=19380/tid=19382] ppid=19378 vsize=1344628 CPUtime=1201.72 cores=1,3,5,7
/proc/19380/task/19382/stat : 19382 (SArTagnan) R 19378 19380 19242 0 -1 4202560 152808 0 0 0 120101 71 0 0 25 0 4 0 522422417 1376899072 256858 33554432000 4194304 4623224 140733252063280 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=19380/tid=19383] ppid=19378 vsize=1344628 CPUtime=1201.71 cores=1,3,5,7
/proc/19380/task/19383/stat : 19383 (SArTagnan) R 19378 19380 19242 0 -1 4202560 745936 0 0 0 120032 139 0 0 25 0 4 0 522422417 1376899072 256858 33554432000 4194304 4623224 140733252063280 18446744073709551615 4546788 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1344628

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.41
CPU user time (s): 4790.49
CPU system time (s): 9.92049
CPU usage (%): 399.449
Max. virtual memory (cumulated for all children) (KiB): 1463460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4790.49
system time used= 9.92049
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4985349
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= 870
involuntary context switches= 28974

runsolver used 1.84672 second user time and 4.71728 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-29 22:17:06
IDJOB=3265568
IDBENCH=85780
IDSOLVER=1656
FILE ID=node123/3265568-1304108226
RUNJOBID= node123-1304107022-19261
PBS_JOBID= 13170665
Free space on /tmp= 72816 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT05/crafted/markstrom05/eulcbip/eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265568-1304108226/watcher-3265568-1304108226 -o /tmp/evaluation-result-3265568-1304108226/solver-3265568-1304108226 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3265568-1304108226.cnf -threads=4

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

MD5SUM BENCH= 151ccdb2c52c7f525fde5dca388bb6e6
RANDOM SEED=1028470099

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30668668 kB
Buffers:        571840 kB
Cached:        1281132 kB
SwapCached:        100 kB
Active:         125740 kB
Inactive:      1794948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30668668 kB
SwapTotal:    67111528 kB
SwapFree:     67111428 kB
Dirty:            3152 kB
Writeback:           0 kB
AnonPages:       67384 kB
Mapped:          14692 kB
Slab:           297988 kB
PageTables:       4628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   192872 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= 72792 MiB
End job on node123 at 2011-04-29 22:37:10