Trace number 3292395

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.47 1201.87

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_35.renamed-as.sat05-1921.cnf
MD5SUM5fda0e0fb8a21967728dfe29bf2d4ea5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark473.18
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of clauses211785
Sum of the clauses size554190
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 283405
Number of clauses of size 3128310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3292395-1304110449/watcher-3292395-1304110449 -o /tmp/evaluation-result-3292395-1304110449/solver-3292395-1304110449 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3292395-1304110449.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: 7.85 8.02 8.00 5/180 30955
/proc/meminfo: memFree=24233384/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=24056 CPUtime=0 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 623 0 0 0 0 0 0 0 25 0 1 0 601275670 24633344 560 33554432000 4194304 4623224 140734179671136 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/30955/statm: 6014 560 297 105 0 1518 0

[startup+0.10713 s]
/proc/loadavg: 7.85 8.02 8.00 5/180 30955
/proc/meminfo: memFree=24233384/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=157088 CPUtime=0.13 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 12799 0 0 0 11 2 0 0 25 0 4 0 601275670 160858112 9292 33554432000 4194304 4623224 140734179671136 18446744073709551615 4413744 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 39272 9292 327 105 0 34776 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 157088

[startup+0.20106 s]
/proc/loadavg: 7.85 8.02 8.00 5/180 30955
/proc/meminfo: memFree=24233384/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=238428 CPUtime=0.5 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 19910 0 0 0 47 3 0 0 25 0 4 0 601275670 244150272 11903 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 59607 11903 338 105 0 55111 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 238428

[startup+0.301041 s]
/proc/loadavg: 7.85 8.02 8.00 5/180 30955
/proc/meminfo: memFree=24233384/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=238428 CPUtime=0.9 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 20912 0 0 0 87 3 0 0 25 0 4 0 601275670 244150272 12355 33554432000 4194304 4623224 140734179671136 18446744073709551615 4414815 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 59607 12355 338 105 0 55111 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 238428

[startup+0.700973 s]
/proc/loadavg: 7.85 8.02 8.00 5/180 30955
/proc/meminfo: memFree=24233384/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=238428 CPUtime=2.5 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 26541 0 0 0 246 4 0 0 25 0 4 0 601275670 244150272 12571 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510389 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 59607 12571 338 105 0 55111 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 238428

[startup+1.50083 s]
/proc/loadavg: 7.85 8.02 8.00 9/184 30959
/proc/meminfo: memFree=24178752/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=238428 CPUtime=5.7 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 38665 0 0 0 564 6 0 0 25 0 4 0 601275670 244150272 13645 33554432000 4194304 4623224 140734179671136 18446744073709551615 4280368 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 59607 13645 338 105 0 55111 0
[pid=30955/tid=30957] ppid=30953 vsize=238428 CPUtime=1.39 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 2014 0 0 0 139 0 0 0 25 0 4 0 601275680 244150272 13645 33554432000 4194304 4623224 140734179671136 18446744073709551615 4377660 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=238428 CPUtime=1.39 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 1921 0 0 0 139 0 0 0 25 0 4 0 601275680 244150272 13645 33554432000 4194304 4623224 140734179671136 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=238428 CPUtime=1.38 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 21167 0 0 0 136 2 0 0 25 0 4 0 601275680 244150272 13646 33554432000 4194304 4623224 140734179671136 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.7
Current children cumulated vsize (KiB) 238428

[startup+3.10055 s]
/proc/loadavg: 7.85 8.02 8.00 9/184 30959
/proc/meminfo: memFree=24172428/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=241044 CPUtime=12.09 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 62156 0 0 0 1200 9 0 0 25 0 4 0 601275670 246829056 16634 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510486 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 60261 16634 339 105 0 55765 0
[pid=30955/tid=30957] ppid=30953 vsize=241044 CPUtime=2.99 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 2259 0 0 0 299 0 0 0 25 0 4 0 601275680 246829056 16634 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376729 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=241044 CPUtime=2.99 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 2216 0 0 0 299 0 0 0 25 0 4 0 601275680 246829056 16634 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=241044 CPUtime=2.98 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 44002 0 0 0 292 6 0 0 25 0 4 0 601275680 246829056 16634 33554432000 4194304 4623224 140734179671136 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 241044

[startup+6.30099 s]
/proc/loadavg: 7.86 8.02 8.00 9/184 30959
/proc/meminfo: memFree=24128832/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=253196 CPUtime=24.87 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 115441 0 0 0 2468 19 0 0 25 0 4 0 601275670 259272704 21059 33554432000 4194304 4623224 140734179671136 18446744073709551615 4507093 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 63299 21059 339 105 0 58803 0
[pid=30955/tid=30957] ppid=30953 vsize=253196 CPUtime=6.19 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 4147 0 0 0 619 0 0 0 25 0 4 0 601275680 259272704 21059 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376844 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=253196 CPUtime=6.19 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 4343 0 0 0 619 0 0 0 25 0 4 0 601275680 259272704 21059 33554432000 4194304 4623224 140734179671136 18446744073709551615 4316841 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=253196 CPUtime=6.16 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 92638 0 0 0 601 15 0 0 25 0 4 0 601275680 259272704 21059 33554432000 4194304 4623224 140734179671136 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.87
Current children cumulated vsize (KiB) 253196

[startup+12.7009 s]
/proc/loadavg: 7.87 8.02 8.00 9/184 30959
/proc/meminfo: memFree=24085816/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=344176 CPUtime=50.43 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 229599 0 0 0 5006 37 0 0 25 0 4 0 601275670 352436224 30703 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 86044 30703 348 105 0 81548 0
[pid=30955/tid=30957] ppid=30953 vsize=344176 CPUtime=12.59 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 7255 0 0 0 1258 1 0 0 25 0 4 0 601275680 352436224 30703 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=344176 CPUtime=12.59 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 8244 0 0 0 1258 1 0 0 25 0 4 0 601275680 352436224 30703 33554432000 4194304 4623224 140734179671136 18446744073709551615 4317170 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=344176 CPUtime=12.53 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 193437 0 0 0 1223 30 0 0 25 0 4 0 601275680 352436224 30703 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 344176

[startup+25.5006 s]
/proc/loadavg: 7.90 8.02 8.00 9/184 30959
/proc/meminfo: memFree=24024928/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=367712 CPUtime=101.56 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 418013 0 0 0 10087 69 0 0 25 0 4 0 601275670 376537088 39560 33554432000 4194304 4623224 140734179671136 18446744073709551615 4517551 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 91928 39560 344 105 0 87432 0
[pid=30955/tid=30957] ppid=30953 vsize=367712 CPUtime=25.4 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 12479 0 0 0 2537 3 0 0 25 0 4 0 601275680 376537088 39560 33554432000 4194304 4623224 140734179671136 18446744073709551615 4377885 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=367712 CPUtime=25.39 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 16158 0 0 0 2534 5 0 0 25 0 4 0 601275680 376537088 39560 33554432000 4194304 4623224 140734179671136 18446744073709551615 4377034 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=367712 CPUtime=25.26 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 364345 0 0 0 2470 56 0 0 25 0 4 0 601275680 376537088 39560 33554432000 4194304 4623224 140734179671136 18446744073709551615 4545519 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 367712

[startup+51.1012 s]
/proc/loadavg: 8.01 8.03 8.00 9/184 30960
/proc/meminfo: memFree=23930824/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=383700 CPUtime=203.82 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 729481 0 0 0 20261 121 0 0 25 0 4 0 601275670 392908800 55353 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510472 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 95925 55353 344 105 0 91429 0
[pid=30955/tid=30957] ppid=30953 vsize=383700 CPUtime=51 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 20627 0 0 0 5096 4 0 0 25 0 4 0 601275680 392908800 55353 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=383700 CPUtime=50.99 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 28348 0 0 0 5088 11 0 0 25 0 4 0 601275680 392908800 55353 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376895 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=383700 CPUtime=50.72 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 650617 0 0 0 4973 99 0 0 25 0 4 0 601275680 392908800 55353 33554432000 4194304 4623224 140734179671136 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 383700

[startup+102.301 s]
/proc/loadavg: 8.08 8.04 8.01 9/184 30961
/proc/meminfo: memFree=23739708/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=489160 CPUtime=408.36 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 1128007 0 0 0 40646 190 0 0 25 0 4 0 601275670 500899840 82019 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 122290 82019 358 105 0 117794 0
[pid=30955/tid=30957] ppid=30953 vsize=489160 CPUtime=102.2 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 24317 0 0 0 10214 6 0 0 25 0 4 0 601275680 500899840 82019 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376850 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=489160 CPUtime=102.2 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 43163 0 0 0 10203 17 0 0 25 0 4 0 601275680 500899840 82019 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=489160 CPUtime=101.64 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 1016352 0 0 0 10009 155 0 0 25 0 4 0 601275680 500899840 82019 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.36
Current children cumulated vsize (KiB) 489160

[startup+162.301 s]
/proc/loadavg: 8.10 8.05 8.00 9/184 30963
/proc/meminfo: memFree=23520548/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=669932 CPUtime=648.01 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 1376002 0 0 0 64562 239 0 0 25 0 4 0 601275670 686010368 116826 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510026 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 167483 116826 457 105 0 162987 0
[pid=30955/tid=30957] ppid=30953 vsize=669932 CPUtime=162.2 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 38579 0 0 0 16210 10 0 0 25 0 4 0 601275680 686010368 116826 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=669932 CPUtime=162.19 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 62818 0 0 0 16195 24 0 0 25 0 4 0 601275680 686010368 116826 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=669932 CPUtime=161.31 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 1209082 0 0 0 15943 188 0 0 25 0 4 0 601275680 686010368 116826 33554432000 4194304 4623224 140734179671136 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.01
Current children cumulated vsize (KiB) 669932

[startup+222.307 s]
/proc/loadavg: 8.10 8.05 8.00 9/184 30965
/proc/meminfo: memFree=23419940/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=746548 CPUtime=887.71 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 1954882 0 0 0 88436 335 0 0 25 0 4 0 601275670 764465152 138086 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 186637 138086 714 105 0 182141 0
[pid=30955/tid=30957] ppid=30953 vsize=746548 CPUtime=222.21 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 52033 0 0 0 22209 12 0 0 25 0 4 0 601275680 764465152 138086 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=746548 CPUtime=222.19 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 65306 0 0 0 22194 25 0 0 25 0 4 0 601275680 764465152 138086 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=746548 CPUtime=220.98 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 1749510 0 0 0 21823 275 0 0 25 0 4 0 601275680 764465152 138086 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 887.71
Current children cumulated vsize (KiB) 746548

[startup+282.301 s]

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

[pid=30955] ppid=30953 vsize=1365080 CPUtime=2805.06 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 8740997 0 0 0 279075 1431 0 0 25 0 4 0 601275670 1397841920 248295 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 341270 248295 368 105 0 336774 0
[pid=30955/tid=30957] ppid=30953 vsize=1365080 CPUtime=702.2 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 86163 0 0 0 70197 23 0 0 25 0 4 0 601275680 1397841920 248295 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=1365080 CPUtime=702.17 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 90835 0 0 0 70186 31 0 0 25 0 4 0 601275680 1397841920 248295 33554432000 4194304 4623224 140734179671136 18446744073709551615 4377252 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=1365080 CPUtime=698.36 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 8323674 0 0 0 68513 1323 0 0 25 0 4 0 601275680 1397841920 248295 33554432000 4194304 4623224 140734179671136 18446744073709551615 4545502 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.06
Current children cumulated vsize (KiB) 1365080

[startup+762.301 s]
/proc/loadavg: 8.13 8.08 8.01 9/184 30988
/proc/meminfo: memFree=22713572/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=1400776 CPUtime=3044.75 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 9633717 0 0 0 302906 1569 0 0 25 0 4 0 601275670 1434394624 256777 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 350194 256777 344 105 0 345698 0
[pid=30955/tid=30957] ppid=30953 vsize=1400776 CPUtime=762.21 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 88630 0 0 0 76197 24 0 0 25 0 4 0 601275680 1434394624 256777 33554432000 4194304 4623224 140734179671136 18446744073709551615 4289781 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=1400776 CPUtime=762.18 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 91286 0 0 0 76187 31 0 0 25 0 4 0 601275680 1434394624 256777 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=1400776 CPUtime=758.04 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 9192360 0 0 0 74347 1457 0 0 25 0 4 0 601275680 1434394624 256777 33554432000 4194304 4623224 140734179671136 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.75
Current children cumulated vsize (KiB) 1400776

[startup+822.301 s]
/proc/loadavg: 8.15 8.09 8.01 9/184 30990
/proc/meminfo: memFree=22665792/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=1406320 CPUtime=3284.41 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 10273678 0 0 0 326777 1664 0 0 25 0 4 0 601275670 1440071680 261673 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 351580 261673 344 105 0 347084 0
[pid=30955/tid=30957] ppid=30953 vsize=1406320 CPUtime=822.21 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 90830 0 0 0 82195 26 0 0 25 0 4 0 601275680 1440071680 261673 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=1406320 CPUtime=822.17 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 91568 0 0 0 82186 31 0 0 25 0 4 0 601275680 1440071680 261673 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=1406320 CPUtime=817.71 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 9827558 0 0 0 80221 1550 0 0 25 0 4 0 601275680 1440071680 261673 33554432000 4194304 4623224 140734179671136 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.41
Current children cumulated vsize (KiB) 1406320

[startup+882.307 s]
/proc/loadavg: 8.12 8.09 8.01 9/184 30991
/proc/meminfo: memFree=22222940/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=1412524 CPUtime=3524.11 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 11040993 0 0 0 350631 1780 0 0 25 0 4 0 601275670 1446424576 269512 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 353131 269512 344 105 0 348635 0
[pid=30955/tid=30957] ppid=30953 vsize=1412524 CPUtime=882.22 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 92735 0 0 0 88195 27 0 0 25 0 4 0 601275680 1446424576 269512 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=1412524 CPUtime=882.18 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 92029 0 0 0 88187 31 0 0 25 0 4 0 601275680 1446424576 269512 33554432000 4194304 4623224 140734179671136 18446744073709551615 4317180 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=1412524 CPUtime=877.39 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 10590066 0 0 0 86075 1664 0 0 25 0 4 0 601275680 1446424576 269512 33554432000 4194304 4623224 140734179671136 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.11
Current children cumulated vsize (KiB) 1412524

[startup+942.3 s]
/proc/loadavg: 8.10 8.09 8.01 9/184 30993
/proc/meminfo: memFree=21961116/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=1419124 CPUtime=3763.77 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 11725184 0 0 0 374493 1884 0 0 25 0 4 0 601275670 1453182976 274468 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 354781 274468 344 105 0 350285 0
[pid=30955/tid=30957] ppid=30953 vsize=1419124 CPUtime=942.2 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 95098 0 0 0 94192 28 0 0 25 0 4 0 601275680 1453182976 274468 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=1419124 CPUtime=942.17 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 92351 0 0 0 94186 31 0 0 25 0 4 0 601275680 1453182976 274468 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376742 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=1419124 CPUtime=937.06 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 11269259 0 0 0 91940 1766 0 0 25 0 4 0 601275680 1453182976 274468 33554432000 4194304 4623224 140734179671136 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.77
Current children cumulated vsize (KiB) 1419124

[startup+1002.3 s]
/proc/loadavg: 8.20 8.11 8.02 9/184 30994
/proc/meminfo: memFree=21918288/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=1432060 CPUtime=4003.44 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 12366254 0 0 0 398362 1982 0 0 25 0 4 0 601275670 1466429440 282714 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 358015 282714 345 105 0 353519 0
[pid=30955/tid=30957] ppid=30953 vsize=1432060 CPUtime=1002.21 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 97193 0 0 0 100191 30 0 0 25 0 4 0 601275680 1466429440 282714 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=1432060 CPUtime=1002.17 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 94570 0 0 0 100185 32 0 0 25 0 4 0 601275680 1466429440 282714 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376742 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=1432060 CPUtime=996.73 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 11903767 0 0 0 97812 1861 0 0 25 0 4 0 601275680 1466429440 282714 33554432000 4194304 4623224 140734179671136 18446744073709551615 4545444 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.44
Current children cumulated vsize (KiB) 1432060

[startup+1062.3 s]
/proc/loadavg: 8.19 8.12 8.03 9/184 30996
/proc/meminfo: memFree=21875104/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=1435624 CPUtime=4243.12 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 13070688 0 0 0 422225 2087 0 0 25 0 4 0 601275670 1470078976 288497 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 358906 288497 344 105 0 354410 0
[pid=30955/tid=30957] ppid=30953 vsize=1435624 CPUtime=1062.21 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 98389 0 0 0 106191 30 0 0 25 0 4 0 601275680 1470078976 288497 33554432000 4194304 4623224 140734179671136 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=1435624 CPUtime=1062.18 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 95751 0 0 0 106185 33 0 0 25 0 4 0 601275680 1470078976 288497 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=1435624 CPUtime=1056.41 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 12603641 0 0 0 103676 1965 0 0 25 0 4 0 601275680 1470078976 288497 33554432000 4194304 4623224 140734179671136 18446744073709551615 4377358 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.12
Current children cumulated vsize (KiB) 1435624

[startup+1122.3 s]
/proc/loadavg: 8.04 8.07 8.01 9/184 31119
/proc/meminfo: memFree=23315904/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=1486440 CPUtime=4482.8 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 13739124 0 0 0 446094 2186 0 0 25 0 4 0 601275670 1522114560 295786 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510353 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 371610 295786 346 105 0 367114 0
[pid=30955/tid=30957] ppid=30953 vsize=1486440 CPUtime=1122.22 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 126283 0 0 0 112188 34 0 0 25 0 4 0 601275680 1522114560 295786 33554432000 4194304 4623224 140734179671136 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=1486440 CPUtime=1122.18 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 96049 0 0 0 112185 33 0 0 25 0 4 0 601275680 1522114560 295786 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=1486440 CPUtime=1116.07 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 13241892 0 0 0 109548 2059 0 0 25 0 4 0 601275680 1522114560 295786 33554432000 4194304 4623224 140734179671136 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.8
Current children cumulated vsize (KiB) 1486440

[startup+1182.3 s]
/proc/loadavg: 8.01 8.06 8.01 10/184 31120
/proc/meminfo: memFree=23215800/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=1491060 CPUtime=4722.47 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 14451780 0 0 0 469950 2297 0 0 25 0 4 0 601275670 1526845440 300094 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 372765 300094 344 105 0 368269 0
[pid=30955/tid=30957] ppid=30953 vsize=1491060 CPUtime=1182.22 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 128231 0 0 0 118187 35 0 0 25 0 4 0 601275680 1526845440 300094 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=1491060 CPUtime=1182.18 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 96415 0 0 0 118185 33 0 0 25 0 4 0 601275680 1526845440 300094 33554432000 4194304 4623224 140734179671136 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=1491060 CPUtime=1175.75 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 13950486 0 0 0 115406 2169 0 0 25 0 4 0 601275680 1526845440 300094 33554432000 4194304 4623224 140734179671136 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 1491060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.01 8.05 8.00 9/184 31121
/proc/meminfo: memFree=23163100/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=1492644 CPUtime=4800.39 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 14688841 0 0 0 477705 2334 0 0 25 0 4 0 601275670 1528467456 302234 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 373161 302234 344 105 0 368665 0
[pid=30955/tid=30957] ppid=30953 vsize=1492644 CPUtime=1201.72 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 128716 0 0 0 120137 35 0 0 25 0 4 0 601275680 1528467456 302234 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=1492644 CPUtime=1201.68 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 96439 0 0 0 120135 33 0 0 25 0 4 0 601275680 1528467456 302234 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=1492644 CPUtime=1195.15 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 14186280 0 0 0 117310 2205 0 0 25 0 4 0 601275680 1528467456 302234 33554432000 4194304 4623224 140734179671136 18446744073709551615 4544901 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 1492644

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

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

[startup+1201.8 s]
/proc/loadavg: 8.01 8.05 8.00 9/184 31121
/proc/meminfo: memFree=23163100/32950940 swapFree=67111364/67111528
[pid=30955] ppid=30953 vsize=1492644 CPUtime=4800.39 cores=1,3,5,7
/proc/30955/stat : 30955 (SArTagnan) R 30953 30955 30624 0 -1 4202496 14688841 0 0 0 477705 2334 0 0 25 0 4 0 601275670 1528467456 302234 33554432000 4194304 4623224 140734179671136 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/30955/statm: 373161 302234 344 105 0 368665 0
[pid=30955/tid=30957] ppid=30953 vsize=1492644 CPUtime=1201.72 cores=1,3,5,7
/proc/30955/task/30957/stat : 30957 (SArTagnan) R 30953 30955 30624 0 -1 4202560 128716 0 0 0 120137 35 0 0 25 0 4 0 601275680 1528467456 302234 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=30955/tid=30958] ppid=30953 vsize=1492644 CPUtime=1201.68 cores=1,3,5,7
/proc/30955/task/30958/stat : 30958 (SArTagnan) R 30953 30955 30624 0 -1 4202560 96439 0 0 0 120135 33 0 0 25 0 4 0 601275680 1528467456 302234 33554432000 4194304 4623224 140734179671136 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=30955/tid=30959] ppid=30953 vsize=1492644 CPUtime=1195.15 cores=1,3,5,7
/proc/30955/task/30959/stat : 30959 (SArTagnan) R 30953 30955 30624 0 -1 4202560 14186280 0 0 0 117310 2205 0 0 25 0 4 0 601275680 1528467456 302234 33554432000 4194304 4623224 140734179671136 18446744073709551615 4544901 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 1492644

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.87
CPU time (s): 4800.47
CPU user time (s): 4777.07
CPU system time (s): 23.4014
CPU usage (%): 399.417
Max. virtual memory (cumulated for all children) (KiB): 1587904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4777.07
system time used= 23.4014
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14688852
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= 1751
involuntary context switches= 33973

runsolver used 1.76273 second user time and 4.80027 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-29 22:54:09
IDJOB=3292395
IDBENCH=85987
IDSOLVER=1656
FILE ID=node117/3292395-1304110449
RUNJOBID= node117-1304109104-30742
PBS_JOBID= 13170668
Free space on /tmp= 71676 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_35.renamed-as.sat05-1921.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3292395-1304110449/watcher-3292395-1304110449 -o /tmp/evaluation-result-3292395-1304110449/solver-3292395-1304110449 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3292395-1304110449.cnf -threads=4

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
RANDOM SEED=591113831

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      24233788 kB
Buffers:       1862116 kB
Cached:        5784804 kB
SwapCached:        160 kB
Active:        1094196 kB
Inactive:      7063928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      24233788 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            3512 kB
Writeback:           0 kB
AnonPages:      510920 kB
Mapped:          15388 kB
Slab:           495448 kB
PageTables:       5576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   746224 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= 71676 MiB
End job on node117 at 2011-04-29 23:14:13