Trace number 3250826

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-03-24? (TO) 4800.35 1201.76

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-16_238.cnf
MD5SUMb61e426b264831836f140414cdcf3e23
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables238
Number of clauses15812
Sum of the clauses size70446
Maximum clause length16
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 314042
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51770

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3250826-1304096145/watcher-3250826-1304096145 -o /tmp/evaluation-result-3250826-1304096145/solver-3250826-1304096145 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3250826-1304096145.cnf -threads=4 

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

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


[startup+0 s]
/proc/loadavg: 6.93 7.85 7.95 6/179 2800
/proc/meminfo: memFree=19219348/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=19244 CPUtime=0 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 576 0 0 0 0 0 0 0 23 0 1 0 521214178 19705856 513 33554432000 4194304 4623224 140734977203296 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/2796/statm: 4811 514 297 105 0 315 0

[startup+0.099935 s]
/proc/loadavg: 6.93 7.85 7.95 6/179 2800
/proc/meminfo: memFree=19219348/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=187304 CPUtime=0.35 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 3489 0 0 0 35 0 0 0 25 0 4 0 521214178 191799296 2147 33554432000 4194304 4623224 140734977203296 18446744073709551615 4511632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 46826 2147 336 105 0 42330 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 187304

[startup+0.100933 s]
/proc/loadavg: 6.93 7.85 7.95 6/179 2800
/proc/meminfo: memFree=19219348/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=187304 CPUtime=0.36 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 3491 0 0 0 36 0 0 0 25 0 4 0 521214178 191799296 2149 33554432000 4194304 4623224 140734977203296 18446744073709551615 4510486 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 46826 2149 336 105 0 42330 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 187304

[startup+0.3009 s]
/proc/loadavg: 6.93 7.85 7.95 6/179 2800
/proc/meminfo: memFree=19219348/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=189196 CPUtime=1.16 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 5590 0 0 0 116 0 0 0 25 0 4 0 521214178 193736704 2779 33554432000 4194304 4623224 140734977203296 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 47299 2779 336 105 0 42803 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 189196

[startup+0.70083 s]
/proc/loadavg: 6.93 7.85 7.95 6/179 2800
/proc/meminfo: memFree=19219348/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=190968 CPUtime=2.76 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 9199 0 0 0 275 1 0 0 25 0 4 0 521214178 195551232 3861 33554432000 4194304 4623224 140734977203296 18446744073709551615 4510226 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 47742 3861 340 105 0 43246 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 190968

[startup+1.50069 s]
/proc/loadavg: 7.01 7.85 7.95 9/184 2805
/proc/meminfo: memFree=19187456/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=191500 CPUtime=5.96 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 15800 0 0 0 594 2 0 0 25 0 4 0 521214178 196096000 5894 33554432000 4194304 4623224 140734977203296 18446744073709551615 4511029 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 47875 5894 341 105 0 43379 0
[pid=2796/tid=2803] ppid=2794 vsize=191500 CPUtime=1.48 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 1770 0 0 0 148 0 0 0 25 0 4 0 521214179 196096000 5894 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376646 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=191500 CPUtime=1.48 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 1710 0 0 0 148 0 0 0 25 0 4 0 521214179 196096000 5894 33554432000 4194304 4623224 140734977203296 18446744073709551615 4366336 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=191500 CPUtime=1.48 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 9787 0 0 0 147 1 0 0 25 0 4 0 521214179 196096000 5894 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 191500

[startup+3.10041 s]
/proc/loadavg: 7.01 7.85 7.95 10/184 2805
/proc/meminfo: memFree=19167000/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=199256 CPUtime=12.34 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 26870 0 0 0 1231 3 0 0 25 0 4 0 521214178 204038144 9347 33554432000 4194304 4623224 140734977203296 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 49814 9347 341 105 0 45318 0
[pid=2796/tid=2803] ppid=2794 vsize=199256 CPUtime=3.07 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 3933 0 0 0 307 0 0 0 25 0 4 0 521214179 204038144 9347 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=199256 CPUtime=3.08 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 2851 0 0 0 308 0 0 0 25 0 4 0 521214179 204038144 9347 33554432000 4194304 4623224 140734977203296 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=199256 CPUtime=3.08 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 17180 0 0 0 306 2 0 0 25 0 4 0 521214179 204038144 9347 33554432000 4194304 4623224 140734977203296 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 199256

[startup+6.30085 s]
/proc/loadavg: 7.01 7.85 7.95 9/184 2805
/proc/meminfo: memFree=19125192/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=212492 CPUtime=25.13 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 37667 0 0 0 2508 5 0 0 25 0 4 0 521214178 217591808 14172 33554432000 4194304 4623224 140734977203296 18446744073709551615 4415980 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 53123 14172 343 105 0 48627 0
[pid=2796/tid=2803] ppid=2794 vsize=212492 CPUtime=6.25 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 6221 0 0 0 625 0 0 0 25 0 4 0 521214179 217591808 14172 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=212492 CPUtime=6.28 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 4371 0 0 0 628 0 0 0 25 0 4 0 521214179 217591808 14172 33554432000 4194304 4623224 140734977203296 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=212492 CPUtime=6.28 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 23450 0 0 0 625 3 0 0 25 0 4 0 521214179 217591808 14172 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 212492

[startup+12.7007 s]
/proc/loadavg: 7.16 7.86 7.95 10/184 2805
/proc/meminfo: memFree=19073396/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=235432 CPUtime=50.69 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 71385 0 0 0 5059 10 0 0 25 0 4 0 521214178 241082368 21232 33554432000 4194304 4623224 140734977203296 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 58858 21232 350 105 0 54362 0
[pid=2796/tid=2803] ppid=2794 vsize=235432 CPUtime=12.62 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 10016 0 0 0 1261 1 0 0 25 0 4 0 521214179 241082368 21232 33554432000 4194304 4623224 140734977203296 18446744073709551615 4377005 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=235432 CPUtime=12.67 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 6851 0 0 0 1267 0 0 0 25 0 4 0 521214179 241082368 21232 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=235432 CPUtime=12.68 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 49983 0 0 0 1261 7 0 0 25 0 4 0 521214179 241082368 21232 33554432000 4194304 4623224 140734977203296 18446744073709551615 4557024 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 235432

[startup+25.5005 s]
/proc/loadavg: 7.29 7.86 7.95 10/184 2806
/proc/meminfo: memFree=18998512/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=314332 CPUtime=101.82 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 169270 0 0 0 10155 27 0 0 25 0 4 0 521214178 321875968 31135 33554432000 4194304 4623224 140734977203296 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 78583 31135 371 105 0 74087 0
[pid=2796/tid=2803] ppid=2794 vsize=314332 CPUtime=25.35 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 15668 0 0 0 2533 2 0 0 25 0 4 0 521214179 321875968 31135 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=314332 CPUtime=25.48 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 10626 0 0 0 2547 1 0 0 25 0 4 0 521214179 321875968 31135 33554432000 4194304 4623224 140734977203296 18446744073709551615 4377133 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=314332 CPUtime=25.47 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 137022 0 0 0 2526 21 0 0 25 0 4 0 521214179 321875968 31135 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 314332

[startup+51.101 s]
/proc/loadavg: 7.53 7.87 7.95 9/184 2807
/proc/meminfo: memFree=18888368/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=346216 CPUtime=204.09 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 356990 0 0 0 20350 59 0 0 25 0 4 0 521214178 354525184 47763 33554432000 4194304 4623224 140734977203296 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 86554 47763 639 105 0 82058 0
[pid=2796/tid=2803] ppid=2794 vsize=346216 CPUtime=50.81 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 25628 0 0 0 5077 4 0 0 25 0 4 0 521214179 354525184 47763 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=346216 CPUtime=51.08 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 17147 0 0 0 5105 3 0 0 25 0 4 0 521214179 354525184 47763 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=346216 CPUtime=51.08 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 303076 0 0 0 5060 48 0 0 25 0 4 0 521214179 354525184 47763 33554432000 4194304 4623224 140734977203296 18446744073709551615 4377056 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 346216

[startup+102.307 s]
/proc/loadavg: 7.88 7.92 7.96 10/184 2808
/proc/meminfo: memFree=18728632/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=421792 CPUtime=408.64 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 468879 0 0 0 40782 82 0 0 25 0 4 0 521214178 431915008 72057 33554432000 4194304 4623224 140734977203296 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 105448 72057 1052 105 0 100952 0
[pid=2796/tid=2803] ppid=2794 vsize=421792 CPUtime=101.74 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 37107 0 0 0 10167 7 0 0 25 0 4 0 521214179 431915008 72057 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=421792 CPUtime=102.29 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 26970 0 0 0 10221 8 0 0 25 0 4 0 521214179 431915008 72057 33554432000 4194304 4623224 140734977203296 18446744073709551615 4366443 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=421792 CPUtime=102.29 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 378005 0 0 0 10169 60 0 0 25 0 4 0 521214179 431915008 72057 33554432000 4194304 4623224 140734977203296 18446744073709551615 4550411 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 421792

[startup+162.3 s]
/proc/loadavg: 7.99 7.94 7.97 10/184 2809
/proc/meminfo: memFree=18558840/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=545864 CPUtime=648.29 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 610694 0 0 0 64721 108 0 0 25 0 4 0 521214178 558964736 101690 33554432000 4194304 4623224 140734977203296 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 136466 101690 1515 105 0 131970 0
[pid=2796/tid=2803] ppid=2794 vsize=545864 CPUtime=161.4 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 43228 0 0 0 16130 10 0 0 25 0 4 0 521214179 558964736 101690 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=545864 CPUtime=162.28 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 31828 0 0 0 16217 11 0 0 25 0 4 0 521214179 558964736 101690 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=545864 CPUtime=162.28 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 494154 0 0 0 16151 77 0 0 25 0 4 0 521214179 558964736 101690 33554432000 4194304 4623224 140734977203296 18446744073709551615 4366381 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 648.29
Current children cumulated vsize (KiB) 545864

[startup+222.301 s]
/proc/loadavg: 8.03 7.97 7.97 10/184 2811
/proc/meminfo: memFree=18486888/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=714632 CPUtime=887.97 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 738346 0 0 0 88658 139 0 0 25 0 4 0 521214178 731783168 116363 33554432000 4194304 4623224 140734977203296 18446744073709551615 4414919 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 178658 116363 1375 105 0 174162 0
[pid=2796/tid=2803] ppid=2794 vsize=714632 CPUtime=221.08 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 60391 0 0 0 22089 19 0 0 25 0 4 0 521214179 731783168 116363 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=714632 CPUtime=222.28 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 44487 0 0 0 22213 15 0 0 25 0 4 0 521214179 731783168 116363 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=714632 CPUtime=222.28 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 589106 0 0 0 22135 93 0 0 25 0 4 0 521214179 731783168 116363 33554432000 4194304 4623224 140734977203296 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 887.97
Current children cumulated vsize (KiB) 714632

[startup+282.3 s]

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

[pid=2796] ppid=2794 vsize=1074184 CPUtime=2805.36 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 1099062 0 0 0 280294 242 0 0 25 0 4 0 521214178 1099964416 215297 33554432000 4194304 4623224 140734977203296 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 268546 215297 1275 105 0 264050 0
[pid=2796/tid=2803] ppid=2794 vsize=1074184 CPUtime=698.47 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 134759 0 0 0 69796 51 0 0 25 0 4 0 521214179 1099964416 215297 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=1074184 CPUtime=702.29 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 82587 0 0 0 70183 46 0 0 25 0 4 0 521214179 1099964416 215297 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=1074184 CPUtime=702.29 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 778189 0 0 0 70103 126 0 0 25 0 4 0 521214179 1099964416 215297 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.36
Current children cumulated vsize (KiB) 1074184

[startup+762.307 s]
/proc/loadavg: 8.01 8.06 8.01 9/184 2877
/proc/meminfo: memFree=17876776/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=1176456 CPUtime=3045.07 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 1507604 0 0 0 304196 311 0 0 25 0 4 0 521214178 1204690944 223489 33554432000 4194304 4623224 140734977203296 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 294114 223489 1275 105 0 289618 0
[pid=2796/tid=2803] ppid=2794 vsize=1176456 CPUtime=758.15 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 136781 0 0 0 75763 52 0 0 25 0 4 0 521214179 1204690944 223489 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=1176456 CPUtime=762.3 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 103914 0 0 0 76181 49 0 0 25 0 4 0 521214179 1204690944 223489 33554432000 4194304 4623224 140734977203296 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=1176456 CPUtime=762.3 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 1162520 0 0 0 76040 190 0 0 25 0 4 0 521214179 1204690944 223489 33554432000 4194304 4623224 140734977203296 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.07
Current children cumulated vsize (KiB) 1176456

[startup+822.3 s]
/proc/loadavg: 8.05 8.06 8.01 9/184 2879
/proc/meminfo: memFree=17826772/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=1176456 CPUtime=3284.72 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 1935506 0 0 0 328088 384 0 0 25 0 4 0 521214178 1204690944 230290 33554432000 4194304 4623224 140734977203296 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 294114 230312 1275 105 0 289618 0
[pid=2796/tid=2803] ppid=2794 vsize=1176456 CPUtime=817.82 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 138986 0 0 0 81728 54 0 0 25 0 4 0 521214179 1204690944 230323 33554432000 4194304 4623224 140734977203296 18446744073709551615 4461235 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=1176456 CPUtime=822.3 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 105946 0 0 0 82177 53 0 0 25 0 4 0 521214179 1204690944 230335 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=1176456 CPUtime=822.29 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 1585310 0 0 0 81972 257 0 0 25 0 4 0 521214179 1204690944 230346 33554432000 4194304 4623224 140734977203296 18446744073709551615 274473664909 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 1176456

[startup+882.301 s]
/proc/loadavg: 8.10 8.08 8.02 9/184 2881
/proc/meminfo: memFree=17701864/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=1284676 CPUtime=3524.39 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 2378235 0 0 0 351981 458 0 0 25 0 4 0 521214178 1315508224 242242 33554432000 4194304 4623224 140734977203296 18446744073709551615 4510985 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 321169 242242 1298 105 0 316673 0
[pid=2796/tid=2803] ppid=2794 vsize=1284676 CPUtime=877.49 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 142183 0 0 0 87693 56 0 0 25 0 4 0 521214179 1315508224 242242 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=1284676 CPUtime=882.29 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 108181 0 0 0 88174 55 0 0 25 0 4 0 521214179 1315508224 242242 33554432000 4194304 4623224 140734977203296 18446744073709551615 4367191 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=1284676 CPUtime=882.29 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 1997878 0 0 0 87906 323 0 0 25 0 4 0 521214179 1315508224 242242 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.39
Current children cumulated vsize (KiB) 1284676

[startup+942.301 s]
/proc/loadavg: 8.11 8.09 8.02 9/184 2882
/proc/meminfo: memFree=17625564/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=1350212 CPUtime=3764.07 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 2792611 0 0 0 375878 529 0 0 25 0 4 0 521214178 1382617088 250786 33554432000 4194304 4623224 140734977203296 18446744073709551615 4510217 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 337553 250786 1307 105 0 333057 0
[pid=2796/tid=2803] ppid=2794 vsize=1350212 CPUtime=937.17 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 144545 0 0 0 93659 58 0 0 25 0 4 0 521214179 1382617088 250786 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=1350212 CPUtime=942.29 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 110336 0 0 0 94172 57 0 0 25 0 4 0 521214179 1382617088 250786 33554432000 4194304 4623224 140734977203296 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=1350212 CPUtime=942.3 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 2406101 0 0 0 93840 390 0 0 25 0 4 0 521214179 1382617088 250786 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.07
Current children cumulated vsize (KiB) 1350212

[startup+1002.3 s]
/proc/loadavg: 8.11 8.10 8.03 9/184 2884
/proc/meminfo: memFree=17557208/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=1350212 CPUtime=4003.74 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 3249333 0 0 0 399771 603 0 0 25 0 4 0 521214178 1382617088 256783 33554432000 4194304 4623224 140734977203296 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 337553 256783 1293 105 0 333057 0
[pid=2796/tid=2803] ppid=2794 vsize=1350212 CPUtime=996.84 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 146636 0 0 0 99623 61 0 0 25 0 4 0 521214179 1382617088 256783 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=1350212 CPUtime=1002.3 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 111534 0 0 0 100171 59 0 0 25 0 4 0 521214179 1382617088 256785 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=1350212 CPUtime=1002.29 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 2858382 0 0 0 99770 459 0 0 25 0 4 0 521214179 1382617088 256785 33554432000 4194304 4623224 140734977203296 18446744073709551615 4577678 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.74
Current children cumulated vsize (KiB) 1350212

[startup+1062.3 s]
/proc/loadavg: 8.19 8.12 8.04 9/184 2885
/proc/meminfo: memFree=17489716/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=1350212 CPUtime=4243.41 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 3697520 0 0 0 423668 673 0 0 25 0 4 0 521214178 1382617088 265511 33554432000 4194304 4623224 140734977203296 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 337553 265511 1293 105 0 333057 0
[pid=2796/tid=2803] ppid=2794 vsize=1350212 CPUtime=1056.52 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 148647 0 0 0 105588 64 0 0 25 0 4 0 521214179 1382617088 265511 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=1350212 CPUtime=1062.3 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 115240 0 0 0 106168 62 0 0 25 0 4 0 521214179 1382617088 265511 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=1350212 CPUtime=1062.3 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 3299180 0 0 0 105707 523 0 0 25 0 4 0 521214179 1382617088 265511 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.41
Current children cumulated vsize (KiB) 1350212

[startup+1122.3 s]
/proc/loadavg: 8.17 8.13 8.04 9/184 2887
/proc/meminfo: memFree=17419624/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=1383520 CPUtime=4483.09 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 4165803 0 0 0 447559 750 0 0 25 0 4 0 521214178 1416724480 272717 33554432000 4194304 4623224 140734977203296 18446744073709551615 4517479 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 345880 272717 1307 105 0 341384 0
[pid=2796/tid=2803] ppid=2794 vsize=1383520 CPUtime=1116.18 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 150802 0 0 0 111552 66 0 0 25 0 4 0 521214179 1416724480 272717 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=1383520 CPUtime=1122.3 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 117009 0 0 0 112165 65 0 0 25 0 4 0 521214179 1416724480 272717 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376865 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=1383520 CPUtime=1122.3 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 3745577 0 0 0 111638 592 0 0 25 0 4 0 521214179 1416724480 272717 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376909 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.09
Current children cumulated vsize (KiB) 1383520

[startup+1182.3 s]
/proc/loadavg: 8.06 8.10 8.04 9/184 2889
/proc/meminfo: memFree=17366016/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=1383520 CPUtime=4722.77 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 4600208 0 0 0 471455 822 0 0 25 0 4 0 521214178 1416724480 277990 33554432000 4194304 4623224 140734977203296 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 345880 277990 1286 105 0 341384 0
[pid=2796/tid=2803] ppid=2794 vsize=1383520 CPUtime=1175.87 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 152695 0 0 0 117517 70 0 0 25 0 4 0 521214179 1416724480 277990 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=1383520 CPUtime=1182.31 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 118192 0 0 0 118164 67 0 0 25 0 4 0 521214179 1416724480 277990 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=1383520 CPUtime=1182.3 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 4175885 0 0 0 117571 659 0 0 25 0 4 0 521214179 1416724480 277990 33554432000 4194304 4623224 140734977203296 18446744073709551615 4545685 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.77
Current children cumulated vsize (KiB) 1383520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.11 8.04 9/184 2889
/proc/meminfo: memFree=17332772/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=1383520 CPUtime=4800.27 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 4761125 0 0 0 479179 848 0 0 25 0 4 0 521214178 1416724480 280638 33554432000 4194304 4623224 140734977203296 18446744073709551615 4510350 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 345880 280638 1275 105 0 341384 0
[pid=2796/tid=2803] ppid=2794 vsize=1383520 CPUtime=1195.15 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 153599 0 0 0 119445 70 0 0 25 0 4 0 521214179 1416724480 280642 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=1383520 CPUtime=1201.71 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 118792 0 0 0 120103 68 0 0 25 0 4 0 521214179 1416724480 280642 33554432000 4194304 4623224 140734977203296 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=1383520 CPUtime=1201.7 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 4334556 0 0 0 119487 683 0 0 25 0 4 0 521214179 1416724480 280642 33554432000 4194304 4623224 140734977203296 18446744073709551615 4550444 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1383520

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

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

[startup+1201.7 s]
/proc/loadavg: 8.11 8.11 8.04 9/184 2889
/proc/meminfo: memFree=17332772/32950928 swapFree=67111528/67111528
[pid=2796] ppid=2794 vsize=1383520 CPUtime=4800.27 cores=1,3,5,7
/proc/2796/stat : 2796 (SArTagnan) R 2794 2796 2271 0 -1 4202496 4761125 0 0 0 479179 848 0 0 25 0 4 0 521214178 1416724480 280638 33554432000 4194304 4623224 140734977203296 18446744073709551615 4510350 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/2796/statm: 345880 280638 1275 105 0 341384 0
[pid=2796/tid=2803] ppid=2794 vsize=1383520 CPUtime=1195.15 cores=1,3,5,7
/proc/2796/task/2803/stat : 2803 (SArTagnan) R 2794 2796 2271 0 -1 4202560 153599 0 0 0 119445 70 0 0 25 0 4 0 521214179 1416724480 280642 33554432000 4194304 4623224 140734977203296 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2796/tid=2804] ppid=2794 vsize=1383520 CPUtime=1201.71 cores=1,3,5,7
/proc/2796/task/2804/stat : 2804 (SArTagnan) R 2794 2796 2271 0 -1 4202560 118792 0 0 0 120103 68 0 0 25 0 4 0 521214179 1416724480 280642 33554432000 4194304 4623224 140734977203296 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=2796/tid=2805] ppid=2794 vsize=1383520 CPUtime=1201.7 cores=1,3,5,7
/proc/2796/task/2805/stat : 2805 (SArTagnan) R 2794 2796 2271 0 -1 4202560 4334556 0 0 0 119487 683 0 0 25 0 4 0 521214179 1416724480 280642 33554432000 4194304 4623224 140734977203296 18446744073709551615 4550444 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1383520

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.35
CPU user time (s): 4791.82
CPU system time (s): 8.5357
CPU usage (%): 399.443
Max. virtual memory (cumulated for all children) (KiB): 1449388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.82
system time used= 8.5357
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4761129
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= 1022
involuntary context switches= 31098

runsolver used 1.90371 second user time and 4.65529 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 18:55:45
IDJOB=3250826
IDBENCH=83365
IDSOLVER=1656
FILE ID=node125/3250826-1304096145
RUNJOBID= node125-1304096145-2776
PBS_JOBID= 13170583
Free space on /tmp= 72764 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-16_238.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250826-1304096145/watcher-3250826-1304096145 -o /tmp/evaluation-result-3250826-1304096145/solver-3250826-1304096145 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3250826-1304096145.cnf -threads=4

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

MD5SUM BENCH= b61e426b264831836f140414cdcf3e23
RANDOM SEED=584897794

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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:      19220644 kB
Buffers:       2218456 kB
Cached:       10916344 kB
SwapCached:          0 kB
Active:        8428648 kB
Inactive:      4771168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19220644 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1308 kB
Writeback:           0 kB
AnonPages:       64568 kB
Mapped:          15268 kB
Slab:           467172 kB
PageTables:       4712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   197100 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= 72760 MiB
End job on node125 at 2011-04-29 19:15:49