Trace number 3438581

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) 40000.8 5011.29

General information on the benchmark

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

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3438581-1306920174/watcher-3438581-1306920174 -o /tmp/evaluation-result-3438581-1306920174/solver-3438581-1306920174 -C 40000 -W 5100 -M 31000 SArTagnan HOME/instance-3438581-1306920174.cnf -threads=8 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.97 1.05 1.34 1/491 18080
/proc/meminfo: memFree=31412364/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=22396 CPUtime=0 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 815 0 1 0 0 0 0 0 17 0 1 0 803618371 22933504 537 33554432000 4194304 4625164 140735780552656 18446744073709551615 270613110528 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/18080/statm: 5599 537 296 106 0 1102 0

[startup+0.047528 s]
/proc/loadavg: 0.97 1.05 1.34 1/491 18080
/proc/meminfo: memFree=31412364/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=108620 CPUtime=0.05 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 4782 0 1 0 5 0 0 0 18 0 8 0 803618371 111226880 3871 33554432000 4194304 4625164 140735780552656 18446744073709551615 47719323097004 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 27155 3871 301 106 0 22658 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 108620

[startup+0.100527 s]
/proc/loadavg: 0.97 1.05 1.34 1/491 18080
/proc/meminfo: memFree=31412364/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=305360 CPUtime=0.38 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 4963 0 1 0 38 0 0 0 20 0 8 0 803618371 312688640 4043 33554432000 4194304 4625164 140735780552656 18446744073709551615 4500214 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 109108 4050 339 106 0 104611 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 305360

[startup+0.351913 s]
/proc/loadavg: 0.97 1.05 1.34 1/491 18080
/proc/meminfo: memFree=31412364/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=453772 CPUtime=6.38 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 23076 0 1 0 635 3 0 0 21 0 8 0 803618371 464662528 18723 33554432000 4194304 4625164 140735780552656 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 113443 18723 353 106 0 108946 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 453772

[startup+0.981336 s]
/proc/loadavg: 0.97 1.05 1.34 1/491 18080
/proc/meminfo: memFree=31412364/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=456236 CPUtime=7.18 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 24972 0 1 0 715 3 0 0 21 0 8 0 803618371 467185664 19351 33554432000 4194304 4625164 140735780552656 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 114059 19351 353 106 0 109562 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 456236

[startup+1.50024 s]
/proc/loadavg: 0.97 1.05 1.34 1/491 18080
/proc/meminfo: memFree=31412364/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=464620 CPUtime=11.33 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 32416 0 1 0 1129 4 0 0 23 0 8 0 803618371 475770880 26393 33554432000 4194304 4625164 140735780552656 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 116155 26394 355 106 0 111658 0
Current children cumulated CPU time (s) 11.33
Current children cumulated vsize (KiB) 464620

[startup+3.10096 s]
/proc/loadavg: 0.97 1.05 1.34 9/499 18088
/proc/meminfo: memFree=31280992/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=468312 CPUtime=24.1 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 45768 0 1 0 2403 7 0 0 25 0 8 0 803618371 479551488 34885 33554432000 4194304 4625164 140735780552656 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 117078 34885 364 106 0 112581 0
[pid=18080/tid=18082] ppid=18078 vsize=468312 CPUtime=3.03 cores=0-7
/proc/18080/task/18082/stat : 18082 (SArTagnan) R 18078 18080 18054 0 -1 4202560 3731 0 0 0 303 0 0 0 25 0 8 0 803618375 479551488 34885 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18080/tid=18083] ppid=18078 vsize=468312 CPUtime=3.03 cores=0-7
/proc/18080/task/18083/stat : 18083 (SArTagnan) R 18078 18080 18054 0 -1 4202560 4194 0 0 0 303 0 0 0 24 0 8 0 803618375 479551488 34885 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18080/tid=18084] ppid=18078 vsize=468312 CPUtime=3.04 cores=0-7
/proc/18080/task/18084/stat : 18084 (SArTagnan) R 18078 18080 18054 0 -1 4202560 5820 0 0 0 304 0 0 0 25 0 8 0 803618375 479551488 34885 33554432000 4194304 4625164 140735780552656 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18080/tid=18085] ppid=18078 vsize=468312 CPUtime=3.03 cores=0-7
/proc/18080/task/18085/stat : 18085 (SArTagnan) R 18078 18080 18054 0 -1 4202560 4366 0 0 0 303 0 0 0 24 0 8 0 803618375 479551488 34885 33554432000 4194304 4625164 140735780552656 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18080/tid=18086] ppid=18078 vsize=468312 CPUtime=2.81 cores=0-7
/proc/18080/task/18086/stat : 18086 (SArTagnan) R 18078 18080 18054 0 -1 4202560 3919 0 0 0 281 0 0 0 25 0 8 0 803618375 479551488 34885 33554432000 4194304 4625164 140735780552656 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18080/tid=18087] ppid=18078 vsize=468312 CPUtime=2.97 cores=0-7
/proc/18080/task/18087/stat : 18087 (SArTagnan) R 18078 18080 18054 0 -1 4202560 4354 0 0 0 297 0 0 0 25 0 8 0 803618375 479551488 34885 33554432000 4194304 4625164 140735780552656 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18080/tid=18088] ppid=18078 vsize=468312 CPUtime=3.02 cores=0-7
/proc/18080/task/18088/stat : 18088 (SArTagnan) R 18078 18080 18054 0 -1 4202560 3474 0 0 0 302 0 0 0 23 0 8 0 803618375 479551488 34885 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.1
Current children cumulated vsize (KiB) 468312

[startup+6.3004 s]
/proc/loadavg: 1.61 1.18 1.38 9/499 18088
/proc/meminfo: memFree=31215052/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=490468 CPUtime=49.65 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 70411 0 1 0 4954 11 0 0 25 0 8 0 803618371 502239232 49768 33554432000 4194304 4625164 140735780552656 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 122617 49768 379 106 0 118120 0
[pid=18080/tid=18082] ppid=18078 vsize=490468 CPUtime=6.23 cores=0-7
/proc/18080/task/18082/stat : 18082 (SArTagnan) R 18078 18080 18054 0 -1 4202560 6093 0 0 0 623 0 0 0 25 0 8 0 803618375 502239232 49768 33554432000 4194304 4625164 140735780552656 18446744073709551615 4340414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18080/tid=18083] ppid=18078 vsize=490468 CPUtime=6.24 cores=0-7
/proc/18080/task/18083/stat : 18083 (SArTagnan) R 18078 18080 18054 0 -1 4202560 4700 0 0 0 623 1 0 0 25 0 8 0 803618375 502239232 49768 33554432000 4194304 4625164 140735780552656 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18080/tid=18084] ppid=18078 vsize=490468 CPUtime=6.24 cores=0-7
/proc/18080/task/18084/stat : 18084 (SArTagnan) R 18078 18080 18054 0 -1 4202560 8993 0 0 0 623 1 0 0 25 0 8 0 803618375 502239232 49768 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18080/tid=18085] ppid=18078 vsize=490468 CPUtime=6.22 cores=0-7
/proc/18080/task/18085/stat : 18085 (SArTagnan) R 18078 18080 18054 0 -1 4202560 6689 0 0 0 622 0 0 0 25 0 8 0 803618375 502239232 49768 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18080/tid=18086] ppid=18078 vsize=490468 CPUtime=6.01 cores=0-7
/proc/18080/task/18086/stat : 18086 (SArTagnan) R 18078 18080 18054 0 -1 4202560 5863 0 0 0 601 0 0 0 25 0 8 0 803618375 502239232 49768 33554432000 4194304 4625164 140735780552656 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18080/tid=18087] ppid=18078 vsize=490468 CPUtime=6.12 cores=0-7
/proc/18080/task/18087/stat : 18087 (SArTagnan) R 18078 18080 18054 0 -1 4202560 6925 0 0 0 612 0 0 0 25 0 8 0 803618375 502239232 49768 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351804 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18080/tid=18088] ppid=18078 vsize=490468 CPUtime=6.22 cores=0-7
/proc/18080/task/18088/stat : 18088 (SArTagnan) R 18078 18080 18054 0 -1 4202560 3865 0 0 0 622 0 0 0 25 0 8 0 803618375 502239232 49768 33554432000 4194304 4625164 140735780552656 18446744073709551615 4352047 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 49.65
Current children cumulated vsize (KiB) 490468

[startup+12.7193 s]
/proc/loadavg: 2.12 1.30 1.41 9/499 18088
/proc/meminfo: memFree=31121048/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=583008 CPUtime=100.87 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 138003 0 1 0 10065 22 0 0 25 0 8 0 803618371 597000192 72926 33554432000 4194304 4625164 140735780552656 18446744073709551615 4512326 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 145752 72926 430 106 0 141255 0
[pid=18080/tid=18082] ppid=18078 vsize=583008 CPUtime=12.65 cores=0-7
/proc/18080/task/18082/stat : 18082 (SArTagnan) R 18078 18080 18054 0 -1 4202560 9917 0 0 0 1264 1 0 0 25 0 8 0 803618375 597000192 72926 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18080/tid=18083] ppid=18078 vsize=583008 CPUtime=12.65 cores=0-7
/proc/18080/task/18083/stat : 18083 (SArTagnan) R 18078 18080 18054 0 -1 4202560 5338 0 0 0 1264 1 0 0 25 0 8 0 803618375 597000192 72926 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18080/tid=18084] ppid=18078 vsize=583008 CPUtime=12.65 cores=0-7
/proc/18080/task/18084/stat : 18084 (SArTagnan) R 18078 18080 18054 0 -1 4202560 47020 0 0 0 1259 6 0 0 25 0 8 0 803618375 597000192 72926 33554432000 4194304 4625164 140735780552656 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18080/tid=18085] ppid=18078 vsize=583008 CPUtime=12.65 cores=0-7
/proc/18080/task/18085/stat : 18085 (SArTagnan) R 18078 18080 18054 0 -1 4202560 10362 0 0 0 1264 1 0 0 25 0 8 0 803618375 597000192 72926 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18080/tid=18086] ppid=18078 vsize=583008 CPUtime=12.42 cores=0-7
/proc/18080/task/18086/stat : 18086 (SArTagnan) R 18078 18080 18054 0 -1 4202560 8675 0 0 0 1241 1 0 0 25 0 8 0 803618375 597000192 72926 33554432000 4194304 4625164 140735780552656 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18080/tid=18087] ppid=18078 vsize=583008 CPUtime=12.43 cores=0-7
/proc/18080/task/18087/stat : 18087 (SArTagnan) R 18078 18080 18054 0 -1 4202560 9988 0 0 0 1242 1 0 0 25 0 8 0 803618375 597000192 72926 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18080/tid=18088] ppid=18078 vsize=583008 CPUtime=12.64 cores=0-7
/proc/18080/task/18088/stat : 18088 (SArTagnan) R 18078 18080 18054 0 -1 4202560 4086 0 0 0 1264 0 0 0 25 0 8 0 803618375 597000192 72926 33554432000 4194304 4625164 140735780552656 18446744073709551615 4352047 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 100.87
Current children cumulated vsize (KiB) 583008

[startup+25.501 s]
/proc/loadavg: 3.42 1.62 1.52 9/499 18088
/proc/meminfo: memFree=30990832/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=754460 CPUtime=202.92 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 231293 0 1 0 20256 36 0 0 25 0 8 0 803618371 772567040 109419 33554432000 4194304 4625164 140735780552656 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 188615 109419 606 106 0 184118 0
[pid=18080/tid=18082] ppid=18078 vsize=754460 CPUtime=25.43 cores=0-7
/proc/18080/task/18082/stat : 18082 (SArTagnan) R 18078 18080 18054 0 -1 4202560 14146 0 0 0 2542 1 0 0 25 0 8 0 803618375 772567040 109419 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351996 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18080/tid=18083] ppid=18078 vsize=754460 CPUtime=25.43 cores=0-7
/proc/18080/task/18083/stat : 18083 (SArTagnan) R 18078 18080 18054 0 -1 4202560 8105 0 0 0 2541 2 0 0 25 0 8 0 803618375 772567040 109419 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18080/tid=18084] ppid=18078 vsize=754460 CPUtime=25.44 cores=0-7
/proc/18080/task/18084/stat : 18084 (SArTagnan) R 18078 18080 18054 0 -1 4202560 85385 0 0 0 2532 12 0 0 25 0 8 0 803618375 772567040 109419 33554432000 4194304 4625164 140735780552656 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18080/tid=18085] ppid=18078 vsize=754460 CPUtime=25.43 cores=0-7
/proc/18080/task/18085/stat : 18085 (SArTagnan) R 18078 18080 18054 0 -1 4202560 14587 0 0 0 2541 2 0 0 25 0 8 0 803618375 772567040 109419 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18080/tid=18086] ppid=18078 vsize=754460 CPUtime=25.19 cores=0-7
/proc/18080/task/18086/stat : 18086 (SArTagnan) R 18078 18080 18054 0 -1 4202560 12680 0 0 0 2518 1 0 0 25 0 8 0 803618375 772567040 109419 33554432000 4194304 4625164 140735780552656 18446744073709551615 4348903 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18080/tid=18087] ppid=18078 vsize=754460 CPUtime=25.02 cores=0-7
/proc/18080/task/18087/stat : 18087 (SArTagnan) R 18078 18080 18054 0 -1 4202560 14428 0 0 0 2500 2 0 0 25 0 8 0 803618375 772567040 109419 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18080/tid=18088] ppid=18078 vsize=754460 CPUtime=25.42 cores=0-7
/proc/18080/task/18088/stat : 18088 (SArTagnan) R 18078 18080 18054 0 -1 4202560 4258 0 0 0 2542 0 0 0 25 0 8 0 803618375 772567040 109419 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 202.92
Current children cumulated vsize (KiB) 754460

[startup+51.1005 s]
/proc/loadavg: 4.98 2.13 1.69 9/499 18089
/proc/meminfo: memFree=30781052/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=1033196 CPUtime=407.38 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 374481 0 1 0 40678 60 0 0 25 0 8 0 803618371 1057992704 158464 33554432000 4194304 4625164 140735780552656 18446744073709551615 4393080 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 258299 158464 925 106 0 253802 0
[pid=18080/tid=18082] ppid=18078 vsize=1033196 CPUtime=51.05 cores=0-7
/proc/18080/task/18082/stat : 18082 (SArTagnan) R 18078 18080 18054 0 -1 4202560 22107 0 0 0 5102 3 0 0 25 0 8 0 803618375 1057992704 158476 33554432000 4194304 4625164 140735780552656 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18080/tid=18083] ppid=18078 vsize=1033196 CPUtime=51.04 cores=0-7
/proc/18080/task/18083/stat : 18083 (SArTagnan) R 18078 18080 18054 0 -1 4202560 9088 0 0 0 5102 2 0 0 25 0 8 0 803618375 1057992704 158476 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18080/tid=18084] ppid=18078 vsize=1033196 CPUtime=51.06 cores=0-7
/proc/18080/task/18084/stat : 18084 (SArTagnan) R 18078 18080 18054 0 -1 4202560 161075 0 0 0 5083 23 0 0 25 0 8 0 803618375 1057992704 158476 33554432000 4194304 4625164 140735780552656 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18080/tid=18085] ppid=18078 vsize=1033196 CPUtime=51.05 cores=0-7
/proc/18080/task/18085/stat : 18085 (SArTagnan) R 18078 18080 18054 0 -1 4202560 22723 0 0 0 5102 3 0 0 25 0 8 0 803618375 1057992704 158476 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18080/tid=18086] ppid=18078 vsize=1033196 CPUtime=50.81 cores=0-7
/proc/18080/task/18086/stat : 18086 (SArTagnan) R 18078 18080 18054 0 -1 4202560 20280 0 0 0 5078 3 0 0 25 0 8 0 803618375 1057992704 158476 33554432000 4194304 4625164 140735780552656 18446744073709551615 4348864 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18080/tid=18087] ppid=18078 vsize=1033196 CPUtime=50.2 cores=0-7
/proc/18080/task/18087/stat : 18087 (SArTagnan) R 18078 18080 18054 0 -1 4202560 22231 0 0 0 5016 4 0 0 25 0 8 0 803618375 1057992704 158476 33554432000 4194304 4625164 140735780552656 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18080/tid=18088] ppid=18078 vsize=1033196 CPUtime=51.04 cores=0-7
/proc/18080/task/18088/stat : 18088 (SArTagnan) R 18078 18080 18054 0 -1 4202560 4445 0 0 0 5103 1 0 0 25 0 8 0 803618375 1057992704 158476 33554432000 4194304 4625164 140735780552656 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.38
Current children cumulated vsize (KiB) 1033196

[startup+102.3 s]
/proc/loadavg: 6.73 3.05 2.02 9/499 18090
/proc/meminfo: memFree=30570100/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=1260532 CPUtime=816.02 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 762491 0 1 0 81478 124 0 0 25 0 8 0 803618371 1290784768 211113 33554432000 4194304 4625164 140735780552656 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 315133 211113 659 106 0 310636 0
[pid=18080/tid=18082] ppid=18078 vsize=1260532 CPUtime=102.23 cores=0-7
/proc/18080/task/18082/stat : 18082 (SArTagnan) R 18078 18080 18054 0 -1 4202560 32055 0 0 0 10218 5 0 0 25 0 8 0 803618375 1290784768 211113 33554432000 4194304 4625164 140735780552656 18446744073709551615 4288743 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18080/tid=18083] ppid=18078 vsize=1260532 CPUtime=102.21 cores=0-7
/proc/18080/task/18083/stat : 18083 (SArTagnan) R 18078 18080 18054 0 -1 4202560 10118 0 0 0 10218 3 0 0 25 0 8 0 803618375 1290784768 211113 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18080/tid=18084] ppid=18078 vsize=1260532 CPUtime=102.24 cores=0-7
/proc/18080/task/18084/stat : 18084 (SArTagnan) R 18078 18080 18054 0 -1 4202560 448780 0 0 0 10156 68 0 0 25 0 8 0 803618375 1290784768 211113 33554432000 4194304 4625164 140735780552656 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0

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

[pid=18080/tid=18084] ppid=18078 vsize=6387692 CPUtime=4657.71 cores=0-7
/proc/18080/task/18084/stat : 18084 (SArTagnan) R 18078 18080 18054 0 -1 4202560 30140297 0 0 0 461101 4670 0 0 25 0 8 0 803618375 6540996608 1240105 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18080/tid=18085] ppid=18078 vsize=6387692 CPUtime=4662.36 cores=0-7
/proc/18080/task/18085/stat : 18085 (SArTagnan) R 18078 18080 18054 0 -1 4202560 133399 0 0 0 466200 36 0 0 25 0 8 0 803618375 6540996608 1240105 33554432000 4194304 4625164 140735780552656 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18080/tid=18086] ppid=18078 vsize=6387692 CPUtime=4660.44 cores=0-7
/proc/18080/task/18086/stat : 18086 (SArTagnan) R 18078 18080 18054 0 -1 4202560 134524 0 0 0 466016 28 0 0 25 0 8 0 803618375 6540996608 1240105 33554432000 4194304 4625164 140735780552656 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18080/tid=18087] ppid=18078 vsize=6387692 CPUtime=4587.42 cores=0-7
/proc/18080/task/18087/stat : 18087 (SArTagnan) R 18078 18080 18054 0 -1 4202560 177312 0 0 0 458699 43 0 0 25 0 8 0 803618375 6540996608 1240105 33554432000 4194304 4625164 140735780552656 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18080/tid=18088] ppid=18078 vsize=6387692 CPUtime=4662.27 cores=0-7
/proc/18080/task/18088/stat : 18088 (SArTagnan) R 18078 18080 18054 0 -1 4202560 90573 0 0 0 466152 75 0 0 25 0 8 0 803618375 6540996608 1240105 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37216.7
Current children cumulated vsize (KiB) 6387692

[startup+4722.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/499 18226
/proc/meminfo: memFree=26414300/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=6387692 CPUtime=37695.6 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 34691674 0 1 0 3763874 5684 0 0 25 0 8 0 803618371 6540996608 1247065 33554432000 4194304 4625164 140735780552656 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 1596923 1247065 352 106 0 1592426 0
[pid=18080/tid=18082] ppid=18078 vsize=6387692 CPUtime=4722.32 cores=0-7
/proc/18080/task/18082/stat : 18082 (SArTagnan) R 18078 18080 18054 0 -1 4202560 119115 0 0 0 472203 29 0 0 25 0 8 0 803618375 6540996608 1247065 33554432000 4194304 4625164 140735780552656 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18080/tid=18083] ppid=18078 vsize=6387692 CPUtime=4721.73 cores=0-7
/proc/18080/task/18083/stat : 18083 (SArTagnan) R 18078 18080 18054 0 -1 4202560 212589 0 0 0 471995 178 0 0 25 0 8 0 803618375 6540996608 1247065 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18080/tid=18084] ppid=18078 vsize=6387692 CPUtime=4716.69 cores=0-7
/proc/18080/task/18084/stat : 18084 (SArTagnan) R 18078 18080 18054 0 -1 4202560 30584613 0 0 0 466917 4752 0 0 25 0 8 0 803618375 6540996608 1247065 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18080/tid=18085] ppid=18078 vsize=6387692 CPUtime=4722.35 cores=0-7
/proc/18080/task/18085/stat : 18085 (SArTagnan) R 18078 18080 18054 0 -1 4202560 133534 0 0 0 472199 36 0 0 25 0 8 0 803618375 6540996608 1247065 33554432000 4194304 4625164 140735780552656 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18080/tid=18086] ppid=18078 vsize=6387692 CPUtime=4720.41 cores=0-7
/proc/18080/task/18086/stat : 18086 (SArTagnan) R 18078 18080 18054 0 -1 4202560 134652 0 0 0 472013 28 0 0 25 0 8 0 803618375 6540996608 1247065 33554432000 4194304 4625164 140735780552656 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18080/tid=18087] ppid=18078 vsize=6387692 CPUtime=4647.4 cores=0-7
/proc/18080/task/18087/stat : 18087 (SArTagnan) R 18078 18080 18054 0 -1 4202560 177731 0 0 0 464697 43 0 0 25 0 8 0 803618375 6540996608 1247065 33554432000 4194304 4625164 140735780552656 18446744073709551615 4330793 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18080/tid=18088] ppid=18078 vsize=6387692 CPUtime=4722.25 cores=0-7
/proc/18080/task/18088/stat : 18088 (SArTagnan) R 18078 18080 18054 0 -1 4202560 91688 0 0 0 472148 77 0 0 25 0 8 0 803618375 6540996608 1247065 33554432000 4194304 4625164 140735780552656 18446744073709551615 4353037 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 37695.6
Current children cumulated vsize (KiB) 6387692

[startup+4782.32 s]
/proc/loadavg: 8.07 8.06 8.00 9/499 18227
/proc/meminfo: memFree=26393192/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=6387692 CPUtime=38174.7 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 35002174 0 1 0 3811732 5738 0 0 25 0 8 0 803618371 6540996608 1251916 33554432000 4194304 4625164 140735780552656 18446744073709551615 4519417 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 1596923 1251916 352 106 0 1592426 0
[pid=18080/tid=18082] ppid=18078 vsize=6387692 CPUtime=4782.33 cores=0-7
/proc/18080/task/18082/stat : 18082 (SArTagnan) R 18078 18080 18054 0 -1 4202560 119250 0 0 0 478204 29 0 0 25 0 8 0 803618375 6540996608 1251916 33554432000 4194304 4625164 140735780552656 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18080/tid=18083] ppid=18078 vsize=6387692 CPUtime=4781.75 cores=0-7
/proc/18080/task/18083/stat : 18083 (SArTagnan) R 18078 18080 18054 0 -1 4202560 212839 0 0 0 477997 178 0 0 25 0 8 0 803618375 6540996608 1251916 33554432000 4194304 4625164 140735780552656 18446744073709551615 4464649 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18080/tid=18084] ppid=18078 vsize=6387692 CPUtime=4775.7 cores=0-7
/proc/18080/task/18084/stat : 18084 (SArTagnan) R 18078 18080 18054 0 -1 4202560 30877246 0 0 0 472767 4803 0 0 25 0 8 0 803618375 6540996608 1251916 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18080/tid=18085] ppid=18078 vsize=6387692 CPUtime=4782.37 cores=0-7
/proc/18080/task/18085/stat : 18085 (SArTagnan) R 18078 18080 18054 0 -1 4202560 133747 0 0 0 478201 36 0 0 25 0 8 0 803618375 6540996608 1251916 33554432000 4194304 4625164 140735780552656 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18080/tid=18086] ppid=18078 vsize=6387692 CPUtime=4780.4 cores=0-7
/proc/18080/task/18086/stat : 18086 (SArTagnan) R 18078 18080 18054 0 -1 4202560 134827 0 0 0 478012 28 0 0 25 0 8 0 803618375 6540996608 1251916 33554432000 4194304 4625164 140735780552656 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18080/tid=18087] ppid=18078 vsize=6387692 CPUtime=4707.42 cores=0-7
/proc/18080/task/18087/stat : 18087 (SArTagnan) R 18078 18080 18054 0 -1 4202560 178374 0 0 0 470699 43 0 0 25 0 8 0 803618375 6540996608 1251916 33554432000 4194304 4625164 140735780552656 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18080/tid=18088] ppid=18078 vsize=6387692 CPUtime=4782.27 cores=0-7
/proc/18080/task/18088/stat : 18088 (SArTagnan) R 18078 18080 18054 0 -1 4202560 91698 0 0 0 478150 77 0 0 25 0 8 0 803618375 6540996608 1251916 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38174.7
Current children cumulated vsize (KiB) 6387692

[startup+4842.3 s]
/proc/loadavg: 8.08 8.06 8.00 9/499 18229
/proc/meminfo: memFree=26367256/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=6390256 CPUtime=38653.6 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 35063209 0 1 0 3859602 5754 0 0 25 0 8 0 803618371 6543622144 1258455 33554432000 4194304 4625164 140735780552656 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 1597564 1258455 352 106 0 1593067 0
[pid=18080/tid=18082] ppid=18078 vsize=6390256 CPUtime=4842.32 cores=0-7
/proc/18080/task/18082/stat : 18082 (SArTagnan) R 18078 18080 18054 0 -1 4202560 119362 0 0 0 484203 29 0 0 25 0 8 0 803618375 6543622144 1258455 33554432000 4194304 4625164 140735780552656 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18080/tid=18083] ppid=18078 vsize=6390256 CPUtime=4841.73 cores=0-7
/proc/18080/task/18083/stat : 18083 (SArTagnan) R 18078 18080 18054 0 -1 4202560 215459 0 0 0 483992 181 0 0 25 0 8 0 803618375 6543622144 1258455 33554432000 4194304 4625164 140735780552656 18446744073709551615 4352609 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18080/tid=18084] ppid=18078 vsize=6390256 CPUtime=4834.68 cores=0-7
/proc/18080/task/18084/stat : 18084 (SArTagnan) R 18078 18080 18054 0 -1 4202560 30877737 0 0 0 478665 4803 0 0 25 0 8 0 803618375 6543622144 1258455 33554432000 4194304 4625164 140735780552656 18446744073709551615 270612808014 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18080/tid=18085] ppid=18078 vsize=6390256 CPUtime=4842.35 cores=0-7
/proc/18080/task/18085/stat : 18085 (SArTagnan) R 18078 18080 18054 0 -1 4202560 133944 0 0 0 484199 36 0 0 25 0 8 0 803618375 6543622144 1258455 33554432000 4194304 4625164 140735780552656 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18080/tid=18086] ppid=18078 vsize=6390256 CPUtime=4840.37 cores=0-7
/proc/18080/task/18086/stat : 18086 (SArTagnan) R 18078 18080 18054 0 -1 4202560 134949 0 0 0 484008 29 0 0 25 0 8 0 803618375 6543622144 1258455 33554432000 4194304 4625164 140735780552656 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18080/tid=18087] ppid=18078 vsize=6390256 CPUtime=4767.4 cores=0-7
/proc/18080/task/18087/stat : 18087 (SArTagnan) R 18078 18080 18054 0 -1 4202560 178532 0 0 0 476697 43 0 0 25 0 8 0 803618375 6543622144 1258455 33554432000 4194304 4625164 140735780552656 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18080/tid=18088] ppid=18078 vsize=6390256 CPUtime=4842.26 cores=0-7
/proc/18080/task/18088/stat : 18088 (SArTagnan) R 18078 18080 18054 0 -1 4202560 92624 0 0 0 484147 79 0 0 25 0 8 0 803618375 6543622144 1258455 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 38653.6
Current children cumulated vsize (KiB) 6390256

[startup+4902.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/499 18230
/proc/meminfo: memFree=26342932/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=6390256 CPUtime=39132.5 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 35539708 0 1 0 3907414 5839 0 0 25 0 8 0 803618371 6543622144 1265770 33554432000 4194304 4625164 140735780552656 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 1597564 1265770 352 106 0 1593067 0
[pid=18080/tid=18082] ppid=18078 vsize=6390256 CPUtime=4902.32 cores=0-7
/proc/18080/task/18082/stat : 18082 (SArTagnan) R 18078 18080 18054 0 -1 4202560 119466 0 0 0 490203 29 0 0 25 0 8 0 803618375 6543622144 1265770 33554432000 4194304 4625164 140735780552656 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18080/tid=18083] ppid=18078 vsize=6390256 CPUtime=4901.73 cores=0-7
/proc/18080/task/18083/stat : 18083 (SArTagnan) R 18078 18080 18054 0 -1 4202560 218087 0 0 0 489988 185 0 0 25 0 8 0 803618375 6543622144 1265770 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18080/tid=18084] ppid=18078 vsize=6390256 CPUtime=4893.67 cores=0-7
/proc/18080/task/18084/stat : 18084 (SArTagnan) R 18078 18080 18054 0 -1 4202560 31315402 0 0 0 484491 4876 0 0 25 0 8 0 803618375 6543622144 1265770 33554432000 4194304 4625164 140735780552656 18446744073709551615 4334427 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18080/tid=18085] ppid=18078 vsize=6390256 CPUtime=4902.35 cores=0-7
/proc/18080/task/18085/stat : 18085 (SArTagnan) R 18078 18080 18054 0 -1 4202560 134095 0 0 0 490199 36 0 0 25 0 8 0 803618375 6543622144 1265770 33554432000 4194304 4625164 140735780552656 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18080/tid=18086] ppid=18078 vsize=6390256 CPUtime=4900.35 cores=0-7
/proc/18080/task/18086/stat : 18086 (SArTagnan) R 18078 18080 18054 0 -1 4202560 135101 0 0 0 490006 29 0 0 25 0 8 0 803618375 6543622144 1265770 33554432000 4194304 4625164 140735780552656 18446744073709551615 4349019 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18080/tid=18087] ppid=18078 vsize=6390256 CPUtime=4827.4 cores=0-7
/proc/18080/task/18087/stat : 18087 (SArTagnan) R 18078 18080 18054 0 -1 4202560 178900 0 0 0 482697 43 0 0 25 0 8 0 803618375 6543622144 1265770 33554432000 4194304 4625164 140735780552656 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18080/tid=18088] ppid=18078 vsize=6390256 CPUtime=4902.26 cores=0-7
/proc/18080/task/18088/stat : 18088 (SArTagnan) R 18078 18080 18054 0 -1 4202560 92652 0 0 0 490147 79 0 0 25 0 8 0 803618375 6543622144 1265770 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39132.5
Current children cumulated vsize (KiB) 6390256

[startup+4962.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/499 18232
/proc/meminfo: memFree=26332712/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=6390256 CPUtime=39611.5 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 35864269 0 1 0 3955256 5896 0 0 25 0 8 0 803618371 6543622144 1266798 33554432000 4194304 4625164 140735780552656 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 1597564 1266798 352 106 0 1593067 0
[pid=18080/tid=18082] ppid=18078 vsize=6390256 CPUtime=4962.32 cores=0-7
/proc/18080/task/18082/stat : 18082 (SArTagnan) R 18078 18080 18054 0 -1 4202560 119613 0 0 0 496203 29 0 0 25 0 8 0 803618375 6543622144 1266798 33554432000 4194304 4625164 140735780552656 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18080/tid=18083] ppid=18078 vsize=6390256 CPUtime=4961.73 cores=0-7
/proc/18080/task/18083/stat : 18083 (SArTagnan) R 18078 18080 18054 0 -1 4202560 218262 0 0 0 495988 185 0 0 25 0 8 0 803618375 6543622144 1266798 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18080/tid=18084] ppid=18078 vsize=6390256 CPUtime=4952.67 cores=0-7
/proc/18080/task/18084/stat : 18084 (SArTagnan) R 18078 18080 18054 0 -1 4202560 31586446 0 0 0 490343 4924 0 0 25 0 8 0 803618375 6543622144 1266798 33554432000 4194304 4625164 140735780552656 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18080/tid=18085] ppid=18078 vsize=6390256 CPUtime=4962.35 cores=0-7
/proc/18080/task/18085/stat : 18085 (SArTagnan) R 18078 18080 18054 0 -1 4202560 134256 0 0 0 496199 36 0 0 25 0 8 0 803618375 6543622144 1266798 33554432000 4194304 4625164 140735780552656 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18080/tid=18086] ppid=18078 vsize=6390256 CPUtime=4960.33 cores=0-7
/proc/18080/task/18086/stat : 18086 (SArTagnan) R 18078 18080 18054 0 -1 4202560 135244 0 0 0 496004 29 0 0 25 0 8 0 803618375 6543622144 1266798 33554432000 4194304 4625164 140735780552656 18446744073709551615 4329981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18080/tid=18087] ppid=18078 vsize=6390256 CPUtime=4887.41 cores=0-7
/proc/18080/task/18087/stat : 18087 (SArTagnan) R 18078 18080 18054 0 -1 4202560 179076 0 0 0 488698 43 0 0 25 0 8 0 803618375 6543622144 1266798 33554432000 4194304 4625164 140735780552656 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18080/tid=18088] ppid=18078 vsize=6390256 CPUtime=4962.26 cores=0-7
/proc/18080/task/18088/stat : 18088 (SArTagnan) R 18078 18080 18054 0 -1 4202560 92652 0 0 0 496147 79 0 0 25 0 8 0 803618375 6543622144 1266798 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 39611.5
Current children cumulated vsize (KiB) 6390256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5011 s]
/proc/loadavg: 8.13 8.08 8.01 10/499 18233
/proc/meminfo: memFree=26311488/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=6439048 CPUtime=40000.5 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) R 18078 18080 18054 0 -1 4202496 36230160 0 1 0 3994087 5964 0 0 25 0 8 0 803618371 6593585152 1272292 33554432000 4194304 4625164 140735780552656 18446744073709551615 4329225 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 1609762 1272293 352 106 0 1605265 0
[pid=18080/tid=18082] ppid=18078 vsize=6439048 CPUtime=5011.06 cores=0-7
/proc/18080/task/18082/stat : 18082 (SArTagnan) R 18078 18080 18054 0 -1 4202560 131728 0 0 0 501075 31 0 0 25 0 8 0 803618375 6593585152 1272478 33554432000 4194304 4625164 140735780552656 18446744073709551615 4330814 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18080/tid=18083] ppid=18078 vsize=6439048 CPUtime=5010.47 cores=0-7
/proc/18080/task/18083/stat : 18083 (SArTagnan) R 18078 18080 18054 0 -1 4202560 219032 0 0 0 500861 186 0 0 25 0 8 0 803618375 6593585152 1272478 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18080/tid=18084] ppid=18078 vsize=6439048 CPUtime=5000.54 cores=0-7
/proc/18080/task/18084/stat : 18084 (SArTagnan) R 18078 18080 18054 0 -1 4202560 31896047 0 0 0 495073 4981 0 0 25 0 8 0 803618375 6593585152 1272478 33554432000 4194304 4625164 140735780552656 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18080/tid=18085] ppid=18078 vsize=6439048 CPUtime=5011.09 cores=0-7
/proc/18080/task/18085/stat : 18085 (SArTagnan) R 18078 18080 18054 0 -1 4202560 134378 0 0 0 501073 36 0 0 25 0 8 0 803618375 6593585152 1272478 33554432000 4194304 4625164 140735780552656 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=18080/tid=18086] ppid=18078 vsize=6439048 CPUtime=5009.06 cores=0-7
/proc/18080/task/18086/stat : 18086 (SArTagnan) R 18078 18080 18054 0 -1 4202560 135386 0 0 0 500877 29 0 0 25 0 8 0 803618375 6593585152 1272478 33554432000 4194304 4625164 140735780552656 18446744073709551615 4460412 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18080/tid=18087] ppid=18078 vsize=6439048 CPUtime=4936.14 cores=0-7
/proc/18080/task/18087/stat : 18087 (SArTagnan) R 18078 18080 18054 0 -1 4202560 179196 0 0 0 493571 43 0 0 25 0 8 0 803618375 6593585152 1272478 33554432000 4194304 4625164 140735780552656 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18080/tid=18088] ppid=18078 vsize=6439048 CPUtime=5010.99 cores=0-7
/proc/18080/task/18088/stat : 18088 (SArTagnan) R 18078 18080 18054 0 -1 4202560 93167 0 0 0 501020 79 0 0 25 0 8 0 803618375 6593585152 1272478 33554432000 4194304 4625164 140735780552656 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 40000.5
Current children cumulated vsize (KiB) 6439048

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

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

[startup+5011.2 s]
/proc/loadavg: 8.13 8.08 8.01 10/499 18233
/proc/meminfo: memFree=26311488/32951124 swapFree=53876544/67111528
[pid=18080] ppid=18078 vsize=0 CPUtime=40000.8 cores=0-7
/proc/18080/stat : 18080 (SArTagnan) Z 18078 18080 18054 0 -1 4203548 36230348 0 1 0 3994096 5979 0 0 25 0 2 0 803618371 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18080/statm: 0 0 0 0 0 0 0
[pid=18080/tid=18084] ppid=18078 vsize=0 CPUtime=5000.7 cores=0-7
/proc/18080/task/18084/stat : 18084 (SArTagnan) R 18078 18080 18054 0 -1 4203588 31896047 0 0 0 495073 4997 0 0 25 0 2 0 803618375 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 40000.8
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5011.29
CPU time (s): 40000.8
CPU user time (s): 39941
CPU system time (s): 59.8859
CPU usage (%): 798.214
Max. virtual memory (cumulated for all children) (KiB): 7655448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39941
system time used= 59.8859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36230348
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12518
involuntary context switches= 169546

runsolver used 23.3175 second user time and 61.9146 second system time

The end

Launcher Data

Begin job on node108 at 2011-06-01 11:22:54
IDJOB=3438581
IDBENCH=71593
IDSOLVER=1936
FILE ID=node108/3438581-1306920174
RUNJOBID= node108-1306920174-18068
PBS_JOBID= 13488545
Free space on /tmp= 73852 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v1560c133795gyes1.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438581-1306920174/watcher-3438581-1306920174 -o /tmp/evaluation-result-3438581-1306920174/solver-3438581-1306920174 -C 40000 -W 5100 -M 31000  SArTagnan HOME/instance-3438581-1306920174.cnf -threads=8

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 118632220c6f3388c45a2582e9a2ac0e
RANDOM SEED=1007254869

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31412768 kB
Buffers:        163268 kB
Cached:         112368 kB
SwapCached:      13416 kB
Active:        1112168 kB
Inactive:       154700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31412768 kB
SwapTotal:    67111528 kB
SwapFree:     53876544 kB
Dirty:            1968 kB
Writeback:           0 kB
AnonPages:      988468 kB
Mapped:          11368 kB
Slab:           135580 kB
PageTables:      64844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 134536112 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= 73852 MiB
End job on node108 at 2011-06-01 12:46:27