Trace number 3386084

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 4800.31 1201.75

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: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 7.51 7.89 6.38 2/174 30450
/proc/meminfo: memFree=32243340/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=180428 CPUtime=0 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 581 0 0 0 0 0 0 0 25 0 4 0 955298394 184758272 518 33554432000 4194304 4625164 140733802700384 18446744073709551615 260905091191 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 45107 518 340 106 0 40610 0
[pid=30450/tid=30451] ppid=30448 vsize=180428 CPUtime=0 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 4 0 955298394 184758272 522 33554432000 4194304 4625164 140733802700384 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=180428 CPUtime=0 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 24 0 0 0 0 0 0 0 25 0 4 0 955298394 184758272 524 33554432000 4194304 4625164 140733802700384 18446744073709551615 260905050119 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=180428 CPUtime=0 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 31 0 0 0 0 0 0 0 25 0 4 0 955298394 184758272 525 33554432000 4194304 4625164 140733802700384 18446744073709551615 4339432 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.107724 s]
/proc/loadavg: 7.51 7.89 6.38 2/174 30450
/proc/meminfo: memFree=32243340/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=182756 CPUtime=0.41 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 1868 0 0 0 41 0 0 0 25 0 4 0 955298394 187142144 1516 33554432000 4194304 4625164 140733802700384 18446744073709551615 4425138 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 45689 1516 343 106 0 41192 0
[pid=30450/tid=30451] ppid=30448 vsize=182756 CPUtime=0.1 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 245 0 0 0 10 0 0 0 25 0 4 0 955298394 187142144 1516 33554432000 4194304 4625164 140733802700384 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=182756 CPUtime=0.1 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 271 0 0 0 10 0 0 0 25 0 4 0 955298394 187142144 1516 33554432000 4194304 4625164 140733802700384 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=182756 CPUtime=0.1 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 536 0 0 0 10 0 0 0 25 0 4 0 955298394 187142144 1516 33554432000 4194304 4625164 140733802700384 18446744073709551615 260921377819 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 182756

[startup+0.200708 s]
/proc/loadavg: 7.51 7.89 6.38 2/174 30450
/proc/meminfo: memFree=32243340/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=183100 CPUtime=0.78 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 3033 0 0 0 78 0 0 0 25 0 4 0 955298394 187494400 2139 33554432000 4194304 4625164 140733802700384 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 45775 2139 343 106 0 41278 0
[pid=30450/tid=30451] ppid=30448 vsize=183100 CPUtime=0.19 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 541 0 0 0 19 0 0 0 25 0 4 0 955298394 187494400 2139 33554432000 4194304 4625164 140733802700384 18446744073709551615 4462947 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=183100 CPUtime=0.19 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 553 0 0 0 19 0 0 0 25 0 4 0 955298394 187494400 2139 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=183100 CPUtime=0.19 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 952 0 0 0 19 0 0 0 25 0 4 0 955298394 187494400 2139 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351998 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 183100

[startup+0.30069 s]
/proc/loadavg: 7.51 7.89 6.38 2/174 30450
/proc/meminfo: memFree=32243340/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=185164 CPUtime=1.17 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 3962 0 0 0 117 0 0 0 25 0 4 0 955298394 189607936 2872 33554432000 4194304 4625164 140733802700384 18446744073709551615 4512740 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 46291 2872 343 106 0 41794 0
[pid=30450/tid=30451] ppid=30448 vsize=185164 CPUtime=0.29 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 827 0 0 0 29 0 0 0 25 0 4 0 955298394 189607936 2872 33554432000 4194304 4625164 140733802700384 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=185164 CPUtime=0.29 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 679 0 0 0 29 0 0 0 25 0 4 0 955298394 189607936 2872 33554432000 4194304 4625164 140733802700384 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=185164 CPUtime=0.29 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 1305 0 0 0 29 0 0 0 25 0 4 0 955298394 189607936 2872 33554432000 4194304 4625164 140733802700384 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 185164

[startup+0.700618 s]
/proc/loadavg: 7.51 7.89 6.38 2/174 30450
/proc/meminfo: memFree=32243340/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=189008 CPUtime=2.78 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 6933 0 0 0 277 1 0 0 25 0 4 0 955298394 193544192 4692 33554432000 4194304 4625164 140733802700384 18446744073709551615 4337488 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 47252 4692 344 106 0 42755 0
[pid=30450/tid=30451] ppid=30448 vsize=189008 CPUtime=0.69 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 1256 0 0 0 69 0 0 0 25 0 4 0 955298394 193544192 4692 33554432000 4194304 4625164 140733802700384 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=189008 CPUtime=0.69 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 1450 0 0 0 69 0 0 0 25 0 4 0 955298394 193544192 4692 33554432000 4194304 4625164 140733802700384 18446744073709551615 4465039 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=189008 CPUtime=0.69 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 2692 0 0 0 69 0 0 0 25 0 4 0 955298394 193544192 4692 33554432000 4194304 4625164 140733802700384 18446744073709551615 4339536 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 189008

[startup+1.50047 s]
/proc/loadavg: 7.51 7.89 6.38 9/184 30508
/proc/meminfo: memFree=32217180/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=191160 CPUtime=5.97 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 11658 0 0 0 596 1 0 0 25 0 4 0 955298394 195747840 7138 33554432000 4194304 4625164 140733802700384 18446744073709551615 4511973 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 47790 7138 344 106 0 43293 0
[pid=30450/tid=30451] ppid=30448 vsize=191160 CPUtime=1.49 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 2002 0 0 0 149 0 0 0 25 0 4 0 955298394 195747840 7138 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=191160 CPUtime=1.48 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 2146 0 0 0 148 0 0 0 25 0 4 0 955298394 195747840 7138 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=191160 CPUtime=1.49 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 5453 0 0 0 149 0 0 0 25 0 4 0 955298394 195747840 7138 33554432000 4194304 4625164 140733802700384 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 191160

[startup+3.10118 s]
/proc/loadavg: 7.51 7.89 6.38 9/184 30508
/proc/meminfo: memFree=32191016/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=206100 CPUtime=12.37 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 20172 0 0 0 1235 2 0 0 25 0 4 0 955298394 211046400 10917 33554432000 4194304 4625164 140733802700384 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 51525 10917 344 106 0 47028 0
[pid=30450/tid=30451] ppid=30448 vsize=206100 CPUtime=3.09 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 4228 0 0 0 309 0 0 0 25 0 4 0 955298394 211046400 10917 33554432000 4194304 4625164 140733802700384 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=206100 CPUtime=3.07 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 3281 0 0 0 307 0 0 0 25 0 4 0 955298394 211046400 10917 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=206100 CPUtime=3.08 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 9888 0 0 0 308 0 0 0 25 0 4 0 955298394 211046400 10917 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 206100

[startup+6.3006 s]
/proc/loadavg: 7.55 7.90 6.39 10/184 30508
/proc/meminfo: memFree=32144304/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=217000 CPUtime=25.15 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 34111 0 0 0 2511 4 0 0 25 0 4 0 955298394 222208000 16286 33554432000 4194304 4625164 140733802700384 18446744073709551615 4519559 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 54250 16286 377 106 0 49753 0
[pid=30450/tid=30451] ppid=30448 vsize=217000 CPUtime=6.29 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 6769 0 0 0 629 0 0 0 25 0 4 0 955298394 222208000 16286 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=217000 CPUtime=6.25 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 5245 0 0 0 625 0 0 0 25 0 4 0 955298394 222208000 16286 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=217000 CPUtime=6.28 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 18165 0 0 0 627 1 0 0 25 0 4 0 955298394 222208000 16286 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 217000

[startup+12.7004 s]
/proc/loadavg: 7.59 7.90 6.39 10/184 30509
/proc/meminfo: memFree=32098560/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=232548 CPUtime=50.71 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 60193 0 0 0 5063 8 0 0 25 0 4 0 955298394 238129152 23453 33554432000 4194304 4625164 140733802700384 18446744073709551615 4512772 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 58137 23453 359 106 0 53640 0
[pid=30450/tid=30451] ppid=30448 vsize=232548 CPUtime=12.68 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 7422 0 0 0 1268 0 0 0 25 0 4 0 955298394 238129152 23453 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=232548 CPUtime=12.62 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 9966 0 0 0 1261 1 0 0 25 0 4 0 955298394 238129152 23453 33554432000 4194304 4625164 140733802700384 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=232548 CPUtime=12.68 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 36668 0 0 0 1264 4 0 0 25 0 4 0 955298394 238129152 23453 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 232548

[startup+25.5011 s]
/proc/loadavg: 7.68 7.90 6.42 10/184 30509
/proc/meminfo: memFree=32025280/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=251384 CPUtime=101.83 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 92775 0 0 0 10171 12 0 0 25 0 4 0 955298394 257417216 34821 33554432000 4194304 4625164 140733802700384 18446744073709551615 4511986 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 62846 34821 482 106 0 58349 0
[pid=30450/tid=30451] ppid=30448 vsize=251384 CPUtime=25.49 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 11623 0 0 0 2548 1 0 0 25 0 4 0 955298394 257417216 34821 33554432000 4194304 4625164 140733802700384 18446744073709551615 4352760 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=251384 CPUtime=25.35 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 14979 0 0 0 2533 2 0 0 25 0 4 0 955298394 257417216 34821 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=251384 CPUtime=25.49 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 55646 0 0 0 2542 7 0 0 25 0 4 0 955298394 257417216 34821 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 251384

[startup+51.1004 s]
/proc/loadavg: 7.79 7.91 6.46 10/184 30510
/proc/meminfo: memFree=31923960/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=292080 CPUtime=204.1 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 138278 0 0 0 20390 20 0 0 25 0 4 0 955298394 299089920 49455 33554432000 4194304 4625164 140733802700384 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 73020 49455 359 106 0 68523 0
[pid=30450/tid=30451] ppid=30448 vsize=292080 CPUtime=51.08 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 16966 0 0 0 5106 2 0 0 25 0 4 0 955298394 299089920 49455 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=292080 CPUtime=50.81 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 22010 0 0 0 5078 3 0 0 25 0 4 0 955298394 299089920 49455 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=292080 CPUtime=51.08 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 84073 0 0 0 5097 11 0 0 25 0 4 0 955298394 299089920 49455 33554432000 4194304 4625164 140733802700384 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 292080

[startup+102.301 s]
/proc/loadavg: 7.91 7.92 6.54 10/184 30511
/proc/meminfo: memFree=31776852/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=477792 CPUtime=408.63 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 228092 0 0 0 40829 34 0 0 25 0 4 0 955298394 489259008 71348 33554432000 4194304 4625164 140733802700384 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 119448 71348 726 106 0 114951 0
[pid=30450/tid=30451] ppid=30448 vsize=477792 CPUtime=102.3 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 25693 0 0 0 10226 4 0 0 25 0 4 0 955298394 489259008 71348 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=477792 CPUtime=101.74 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 33804 0 0 0 10169 5 0 0 25 0 4 0 955298394 489259008 71348 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=477792 CPUtime=102.28 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 145984 0 0 0 10208 20 0 0 25 0 4 0 955298394 489259008 71348 33554432000 4194304 4625164 140733802700384 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 477792

[startup+162.301 s]

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

[pid=30450] ppid=30448 vsize=966860 CPUtime=2565.67 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 1750252 0 0 0 256283 284 0 0 25 0 4 0 955298394 990064640 181171 33554432000 4194304 4625164 140733802700384 18446744073709551615 4511982 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 241715 181171 356 106 0 237218 0
[pid=30450/tid=30451] ppid=30448 vsize=966860 CPUtime=642.29 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 86085 0 0 0 64215 14 0 0 25 0 4 0 955298394 990064640 181171 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=966860 CPUtime=638.8 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 80966 0 0 0 63867 13 0 0 25 0 4 0 955298394 990064640 181171 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=966860 CPUtime=642.25 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 1142010 0 0 0 64045 180 0 0 25 0 4 0 955298394 990064640 181171 33554432000 4194304 4625164 140733802700384 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.67
Current children cumulated vsize (KiB) 966860

[startup+702.301 s]
/proc/loadavg: 8.01 8.02 7.23 10/184 30527
/proc/meminfo: memFree=30921456/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=1012644 CPUtime=2805.34 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 1975688 0 0 0 280211 323 0 0 25 0 4 0 955298394 1036947456 194595 33554432000 4194304 4625164 140733802700384 18446744073709551615 4512190 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 253161 194595 435 106 0 248664 0
[pid=30450/tid=30451] ppid=30448 vsize=1012644 CPUtime=702.29 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 86599 0 0 0 70214 15 0 0 25 0 4 0 955298394 1036947456 194595 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=1012644 CPUtime=698.48 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 81903 0 0 0 69834 14 0 0 25 0 4 0 955298394 1036947456 194595 33554432000 4194304 4625164 140733802700384 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=1012644 CPUtime=702.24 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 1282589 0 0 0 70021 203 0 0 25 0 4 0 955298394 1036947456 194595 33554432000 4194304 4625164 140733802700384 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 1012644

[startup+762.301 s]
/proc/loadavg: 8.16 8.05 7.29 10/184 30529
/proc/meminfo: memFree=30896236/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=1012644 CPUtime=3045.03 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 2155701 0 0 0 304151 352 0 0 25 0 4 0 955298394 1036947456 196909 33554432000 4194304 4625164 140733802700384 18446744073709551615 4519253 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 253161 196909 395 106 0 248664 0
[pid=30450/tid=30451] ppid=30448 vsize=1012644 CPUtime=762.29 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 87168 0 0 0 76214 15 0 0 25 0 4 0 955298394 1036947456 196909 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=1012644 CPUtime=758.15 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 82674 0 0 0 75801 14 0 0 25 0 4 0 955298394 1036947456 196909 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=1012644 CPUtime=762.24 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 1409861 0 0 0 76003 221 0 0 25 0 4 0 955298394 1036947456 196909 33554432000 4194304 4625164 140733802700384 18446744073709551615 4552377 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.03
Current children cumulated vsize (KiB) 1012644

[startup+822.3 s]
/proc/loadavg: 8.20 8.07 7.34 10/184 30530
/proc/meminfo: memFree=30836044/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=1012644 CPUtime=3284.68 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 2447061 0 0 0 328069 399 0 0 25 0 4 0 955298394 1036947456 200633 33554432000 4194304 4625164 140733802700384 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 253161 200633 395 106 0 248664 0
[pid=30450/tid=30451] ppid=30448 vsize=1012644 CPUtime=822.28 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 87506 0 0 0 82213 15 0 0 25 0 4 0 955298394 1036947456 200633 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=1012644 CPUtime=817.82 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 83192 0 0 0 81768 14 0 0 25 0 4 0 955298394 1036947456 200633 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=1012644 CPUtime=822.23 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 1566952 0 0 0 81977 246 0 0 25 0 4 0 955298394 1036947456 200633 33554432000 4194304 4625164 140733802700384 18446744073709551615 4547423 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.68
Current children cumulated vsize (KiB) 1012644

[startup+882.306 s]
/proc/loadavg: 8.21 8.08 7.39 10/184 30532
/proc/meminfo: memFree=30741008/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=1115536 CPUtime=3524.37 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 2752674 0 0 0 351990 447 0 0 25 0 4 0 955298394 1142308864 216262 33554432000 4194304 4625164 140733802700384 18446744073709551615 4329142 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 278884 216262 348 106 0 274387 0
[pid=30450/tid=30451] ppid=30448 vsize=1115536 CPUtime=882.3 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 88029 0 0 0 88214 16 0 0 25 0 4 0 955298394 1142308864 216262 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=1115536 CPUtime=877.51 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 120270 0 0 0 87731 20 0 0 25 0 4 0 955298394 1142308864 216262 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=1115536 CPUtime=882.23 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 1663887 0 0 0 87963 260 0 0 25 0 4 0 955298394 1142308864 216262 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.37
Current children cumulated vsize (KiB) 1115536

[startup+942.3 s]
/proc/loadavg: 8.20 8.10 7.44 10/184 30533
/proc/meminfo: memFree=30681424/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=1136628 CPUtime=3764.02 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 2918630 0 0 0 375928 474 0 0 25 0 4 0 955298394 1163907072 221735 33554432000 4194304 4625164 140733802700384 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 284157 221735 344 106 0 279660 0
[pid=30450/tid=30451] ppid=30448 vsize=1136628 CPUtime=942.29 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 88591 0 0 0 94213 16 0 0 25 0 4 0 955298394 1163907072 221735 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351786 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=1136628 CPUtime=937.17 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 121421 0 0 0 93697 20 0 0 25 0 4 0 955298394 1163907072 221735 33554432000 4194304 4625164 140733802700384 18446744073709551615 4352728 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=1136628 CPUtime=942.22 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 1785769 0 0 0 93942 280 0 0 25 0 4 0 955298394 1163907072 221735 33554432000 4194304 4625164 140733802700384 18446744073709551615 4547807 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 1136628

[startup+1002.3 s]
/proc/loadavg: 8.25 8.12 7.49 10/184 30535
/proc/meminfo: memFree=30634872/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=1136628 CPUtime=4003.7 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 3200688 0 0 0 399848 522 0 0 25 0 4 0 955298394 1163907072 226686 33554432000 4194304 4625164 140733802700384 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 284157 226686 344 106 0 279660 0
[pid=30450/tid=30451] ppid=30448 vsize=1136628 CPUtime=1002.29 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 89000 0 0 0 100213 16 0 0 25 0 4 0 955298394 1163907072 226686 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=1136628 CPUtime=996.85 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 121643 0 0 0 99665 20 0 0 25 0 4 0 955298394 1163907072 226686 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=1136628 CPUtime=1002.22 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 1933274 0 0 0 99917 305 0 0 25 0 4 0 955298394 1163907072 226686 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 1136628

[startup+1062.3 s]
/proc/loadavg: 8.26 8.15 7.53 10/184 30537
/proc/meminfo: memFree=30531056/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=1184632 CPUtime=4243.37 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 3373905 0 0 0 423786 551 0 0 25 0 4 0 955298394 1213063168 238145 33554432000 4194304 4625164 140733802700384 18446744073709551615 4511857 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 296158 238145 400 106 0 291661 0
[pid=30450/tid=30451] ppid=30448 vsize=1184632 CPUtime=1062.29 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 96023 0 0 0 106212 17 0 0 25 0 4 0 955298394 1213063168 238145 33554432000 4194304 4625164 140733802700384 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=1184632 CPUtime=1056.52 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 121896 0 0 0 105632 20 0 0 25 0 4 0 955298394 1213063168 238145 33554432000 4194304 4625164 140733802700384 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=1184632 CPUtime=1062.22 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 2086403 0 0 0 105891 331 0 0 25 0 4 0 955298394 1213063168 238145 33554432000 4194304 4625164 140733802700384 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 1184632

[startup+1122.3 s]
/proc/loadavg: 8.20 8.15 7.57 10/184 30538
/proc/meminfo: memFree=30495524/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=1184632 CPUtime=4483.04 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 3495617 0 0 0 447734 570 0 0 25 0 4 0 955298394 1213063168 241197 33554432000 4194304 4625164 140733802700384 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 296158 241197 344 106 0 291661 0
[pid=30450/tid=30451] ppid=30448 vsize=1184632 CPUtime=1122.29 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 97327 0 0 0 112212 17 0 0 25 0 4 0 955298394 1213063168 241197 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=1184632 CPUtime=1116.2 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 122471 0 0 0 111599 21 0 0 25 0 4 0 955298394 1213063168 241197 33554432000 4194304 4625164 140733802700384 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=1184632 CPUtime=1122.21 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 2175040 0 0 0 111877 344 0 0 25 0 4 0 955298394 1213063168 241197 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 1184632

[startup+1182.3 s]
/proc/loadavg: 8.17 8.15 7.60 10/184 30540
/proc/meminfo: memFree=30414224/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=1225192 CPUtime=4722.72 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 3691625 0 0 0 471673 599 0 0 25 0 4 0 955298394 1254596608 254101 33554432000 4194304 4625164 140733802700384 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 306298 254101 416 106 0 301801 0
[pid=30450/tid=30451] ppid=30448 vsize=1225192 CPUtime=1182.3 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 97886 0 0 0 118212 18 0 0 25 0 4 0 955298394 1254596608 254101 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=1225192 CPUtime=1175.88 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 122839 0 0 0 117567 21 0 0 25 0 4 0 955298394 1254596608 254101 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=1225192 CPUtime=1182.21 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 2342322 0 0 0 117853 368 0 0 25 0 4 0 955298394 1254596608 254101 33554432000 4194304 4625164 140733802700384 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.72
Current children cumulated vsize (KiB) 1225192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.14 7.61 9/184 30540
/proc/meminfo: memFree=30414332/32950928 swapFree=67051812/67111528
[pid=30450] ppid=30448 vsize=1225192 CPUtime=4800.24 cores=0,2,4,6
/proc/30450/stat : 30450 (SArTagnan) R 30448 30450 28735 0 -1 4202496 3729851 0 0 0 479418 606 0 0 25 0 4 0 955298394 1254596608 255050 33554432000 4194304 4625164 140733802700384 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/30450/statm: 306298 255050 443 106 0 301801 0
[pid=30450/tid=30451] ppid=30448 vsize=1225192 CPUtime=1201.7 cores=0,2,4,6
/proc/30450/task/30451/stat : 30451 (SArTagnan) R 30448 30450 28735 0 -1 4202560 97974 0 0 0 120152 18 0 0 25 0 4 0 955298394 1254596608 255050 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30450/tid=30452] ppid=30448 vsize=1225192 CPUtime=1195.17 cores=0,2,4,6
/proc/30450/task/30452/stat : 30452 (SArTagnan) R 30448 30450 28735 0 -1 4202560 122954 0 0 0 119496 21 0 0 25 0 4 0 955298394 1254596608 255050 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30450/tid=30453] ppid=30448 vsize=1225192 CPUtime=1201.61 cores=0,2,4,6
/proc/30450/task/30453/stat : 30453 (SArTagnan) R 30448 30450 28735 0 -1 4202560 2380074 0 0 0 119787 374 0 0 25 0 4 0 955298394 1254596608 255050 33554432000 4194304 4625164 140733802700384 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1225192

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.31
CPU user time (s): 4794.2
CPU system time (s): 6.10207
CPU usage (%): 399.442
Max. virtual memory (cumulated for all children) (KiB): 1290728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.2
system time used= 6.10207
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3729852
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= 172
involuntary context switches= 20567

runsolver used 1.9627 second user time and 4.6023 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-09 22:17:57
IDJOB=3386084
IDBENCH=85780
IDSOLVER=1871
FILE ID=node116/3386084-1307650677
RUNJOBID= node116-1307649473-30307
PBS_JOBID= 13549375
Free space on /tmp= 74192 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
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-3386084-1307650677/watcher-3386084-1307650677 -o /tmp/evaluation-result-3386084-1307650677/solver-3386084-1307650677 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386084-1307650677.cnf -threads=4

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

MD5SUM BENCH= 151ccdb2c52c7f525fde5dca388bb6e6
RANDOM SEED=1042540121

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32244956 kB
Buffers:        221860 kB
Cached:         286332 kB
SwapCached:      13040 kB
Active:         303680 kB
Inactive:       224452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32244956 kB
SwapTotal:    67111528 kB
SwapFree:     67051812 kB
Dirty:             416 kB
Writeback:           0 kB
AnonPages:       16844 kB
Mapped:           8808 kB
Slab:           112764 kB
PageTables:       4664 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   191772 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= 74192 MiB
End job on node116 at 2011-06-09 22:38:01