Trace number 3264116

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.38 1201.78

General information on the benchmark

NameSAT04/handmade/kexu/frb-0.6/
frb80-14-2.used-as.sat04-880.cnf
MD5SUM1242f0037df1c3d888415aeb418b77ed
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.696893
Satisfiable
(Un)Satisfiability was proved
Number of variables1120
Number of clauses43179
Sum of the clauses size87318
Maximum clause length14
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 243099
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3264116-1304103211/watcher-3264116-1304103211 -o /tmp/evaluation-result-3264116-1304103211/solver-3264116-1304103211 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3264116-1304103211.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: 3.45 4.08 5.24 3/177 3939
/proc/meminfo: memFree=29536956/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=19896 CPUtime=0 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 621 0 0 0 0 0 0 0 25 0 1 0 600551779 20373504 472 33554432000 4194304 4623224 140736609330784 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/3939/statm: 4974 472 297 105 0 478 0

[startup+0.0296029 s]
/proc/loadavg: 3.45 4.08 5.24 3/177 3939
/proc/meminfo: memFree=29536956/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=250568 CPUtime=0.06 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 1985 0 0 0 6 0 0 0 25 0 4 0 600551779 256581632 1638 33554432000 4194304 4623224 140736609330784 18446744073709551615 231895151649 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 62642 1638 338 105 0 58146 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 250568

[startup+0.139243 s]
/proc/loadavg: 3.45 4.08 5.24 3/177 3939
/proc/meminfo: memFree=29536956/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=253312 CPUtime=0.49 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 3823 0 0 0 49 0 0 0 25 0 4 0 600551779 259391488 2625 33554432000 4194304 4623224 140736609330784 18446744073709551615 4511652 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 63328 2625 344 105 0 58832 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 253312

[startup+0.300214 s]
/proc/loadavg: 3.45 4.08 5.24 3/177 3939
/proc/meminfo: memFree=29536956/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=256072 CPUtime=1.14 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 5468 0 0 0 114 0 0 0 25 0 4 0 600551779 262217728 3507 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510214 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 64018 3507 344 105 0 59522 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 256072

[startup+0.70014 s]
/proc/loadavg: 3.45 4.08 5.24 3/177 3939
/proc/meminfo: memFree=29536956/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=259520 CPUtime=2.74 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 8694 0 0 0 273 1 0 0 25 0 4 0 600551779 265748480 4792 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510486 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 64880 4792 344 105 0 60384 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 259520

[startup+1.50099 s]
/proc/loadavg: 3.89 4.16 5.26 10/184 3946
/proc/meminfo: memFree=29496112/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=264996 CPUtime=5.94 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 13031 0 0 0 592 2 0 0 25 0 4 0 600551779 271355904 6736 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510327 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 66249 6736 344 105 0 61753 0
[pid=3939/tid=3944] ppid=3936 vsize=264996 CPUtime=1.48 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 2930 0 0 0 148 0 0 0 25 0 4 0 600551780 271355904 6737 33554432000 4194304 4623224 140736609330784 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=264996 CPUtime=1.46 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 2544 0 0 0 146 0 0 0 25 0 4 0 600551780 271355904 6737 33554432000 4194304 4623224 140736609330784 18446744073709551615 4366446 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=264996 CPUtime=1.48 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 2520 0 0 0 148 0 0 0 20 0 4 0 600551780 271355904 6737 33554432000 4194304 4623224 140736609330784 18446744073709551615 231911474203 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 264996

[startup+3.10069 s]
/proc/loadavg: 3.89 4.16 5.26 9/184 3946
/proc/meminfo: memFree=29480736/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=268464 CPUtime=12.33 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 23872 0 0 0 1229 4 0 0 25 0 4 0 600551779 274907136 9140 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 67116 9140 344 105 0 62620 0
[pid=3939/tid=3944] ppid=3936 vsize=268464 CPUtime=3.07 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 3778 0 0 0 307 0 0 0 25 0 4 0 600551780 274907136 9140 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376850 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=268464 CPUtime=3.06 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 3854 0 0 0 306 0 0 0 25 0 4 0 600551780 274907136 9141 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=268464 CPUtime=3.07 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 10627 0 0 0 306 1 0 0 25 0 4 0 600551780 274907136 9141 33554432000 4194304 4623224 140736609330784 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 268464

[startup+6.30109 s]
/proc/loadavg: 4.22 4.22 5.27 9/184 3946
/proc/meminfo: memFree=29444044/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=276348 CPUtime=25.12 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 44025 0 0 0 2504 8 0 0 25 0 4 0 600551779 282980352 12760 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 69087 12760 344 105 0 64591 0
[pid=3939/tid=3944] ppid=3936 vsize=276348 CPUtime=6.27 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 5564 0 0 0 627 0 0 0 25 0 4 0 600551780 282980352 12760 33554432000 4194304 4623224 140736609330784 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=276348 CPUtime=6.24 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 5945 0 0 0 623 1 0 0 25 0 4 0 600551780 282980352 12760 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=276348 CPUtime=6.28 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 26666 0 0 0 624 4 0 0 25 0 4 0 600551780 282980352 12760 33554432000 4194304 4623224 140736609330784 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 276348

[startup+12.7009 s]
/proc/loadavg: 4.52 4.28 5.29 10/184 3946
/proc/meminfo: memFree=29399892/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=291576 CPUtime=50.68 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 96363 0 0 0 5051 17 0 0 25 0 4 0 600551779 298573824 18262 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 72894 18262 344 105 0 68398 0
[pid=3939/tid=3944] ppid=3936 vsize=291576 CPUtime=12.67 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 8418 0 0 0 1266 1 0 0 25 0 4 0 600551780 298573824 18262 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=291576 CPUtime=12.61 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 11222 0 0 0 1259 2 0 0 25 0 4 0 600551780 298573824 18262 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=291576 CPUtime=12.68 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 69670 0 0 0 1257 11 0 0 25 0 4 0 600551780 298573824 18262 33554432000 4194304 4623224 140736609330784 18446744073709551615 4545383 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 291576

[startup+25.5005 s]
/proc/loadavg: 5.06 4.41 5.31 9/184 3947
/proc/meminfo: memFree=29303184/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=309692 CPUtime=101.8 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 166635 0 0 0 10151 29 0 0 25 0 4 0 600551779 317124608 31067 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510183 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 77423 31067 359 105 0 72927 0
[pid=3939/tid=3944] ppid=3936 vsize=309692 CPUtime=25.47 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 16298 0 0 0 2545 2 0 0 25 0 4 0 600551780 317124608 31067 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=309692 CPUtime=25.33 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 16758 0 0 0 2529 4 0 0 25 0 4 0 600551780 317124608 31067 33554432000 4194304 4623224 140736609330784 18446744073709551615 4289788 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=309692 CPUtime=25.48 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 122157 0 0 0 2529 19 0 0 25 0 4 0 600551780 317124608 31067 33554432000 4194304 4623224 140736609330784 18446744073709551615 4577423 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 309692

[startup+51.1007 s]
/proc/loadavg: 6.22 4.75 5.40 10/184 3947
/proc/meminfo: memFree=29148144/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=366568 CPUtime=204.08 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 290885 0 0 0 20356 52 0 0 25 0 4 0 600551779 375365632 49084 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 91642 49084 601 105 0 87146 0
[pid=3939/tid=3944] ppid=3936 vsize=366568 CPUtime=51.08 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 18964 0 0 0 5103 5 0 0 25 0 4 0 600551780 375365632 49084 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=366568 CPUtime=50.8 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 23624 0 0 0 5075 5 0 0 25 0 4 0 600551780 375365632 49084 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=366568 CPUtime=51.07 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 221363 0 0 0 5072 35 0 0 25 0 4 0 600551780 375365632 49084 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376837 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 366568

[startup+102.307 s]
/proc/loadavg: 7.22 5.25 5.53 10/184 3949
/proc/meminfo: memFree=28970172/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=485392 CPUtime=408.62 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 537810 0 0 0 40764 98 0 0 25 0 4 0 600551779 497041408 73382 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 121348 73382 500 105 0 116852 0
[pid=3939/tid=3944] ppid=3936 vsize=485392 CPUtime=102.28 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 33949 0 0 0 10220 8 0 0 25 0 4 0 600551780 497041408 73382 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=485392 CPUtime=101.72 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 26301 0 0 0 10163 9 0 0 25 0 4 0 600551780 497041408 73382 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=485392 CPUtime=102.28 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 420330 0 0 0 10158 70 0 0 25 0 4 0 600551780 497041408 73382 33554432000 4194304 4623224 140736609330784 18446744073709551615 4577423 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 485392

[startup+162.301 s]
/proc/loadavg: 7.76 5.76 5.69 9/184 3950
/proc/meminfo: memFree=28730552/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=578740 CPUtime=648.27 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 576247 0 0 0 64719 108 0 0 25 0 4 0 600551779 592629760 97117 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 144685 97117 694 105 0 140189 0
[pid=3939/tid=3944] ppid=3936 vsize=578740 CPUtime=162.17 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 35614 0 0 0 16208 9 0 0 25 0 4 0 600551780 592629760 97117 33554432000 4194304 4623224 140736609330784 18446744073709551615 4366460 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=578740 CPUtime=161.5 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 28373 0 0 0 16138 12 0 0 25 0 4 0 600551780 592629760 97117 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=578740 CPUtime=162.28 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 428039 0 0 0 16156 72 0 0 25 0 4 0 600551780 592629760 97117 33554432000 4194304 4623224 140736609330784 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 648.27
Current children cumulated vsize (KiB) 578740

[startup+222.301 s]
/proc/loadavg: 7.95 6.18 5.84 9/184 3952
/proc/meminfo: memFree=28609736/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=609724 CPUtime=887.94 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 676570 0 0 0 88664 130 0 0 25 0 4 0 600551779 624357376 110593 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510978 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 152431 110593 631 105 0 147935 0
[pid=3939/tid=3944] ppid=3936 vsize=609724 CPUtime=221.84 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 50552 0 0 0 22168 16 0 0 25 0 4 0 600551780 624357376 110593 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=609724 CPUtime=221.49 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 29518 0 0 0 22137 12 0 0 25 0 4 0 600551780 624357376 110593 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=609724 CPUtime=222.28 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 507194 0 0 0 22143 85 0 0 25 0 4 0 600551780 624357376 110593 33554432000 4194304 4623224 140736609330784 18446744073709551615 4545464 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 887.94
Current children cumulated vsize (KiB) 609724

[startup+282.3 s]

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

[pid=3939] ppid=3936 vsize=1229008 CPUtime=2805.34 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 3221379 0 0 0 279957 577 0 0 25 0 4 0 600551779 1258504192 252217 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 307252 252217 552 105 0 302756 0
[pid=3939/tid=3944] ppid=3936 vsize=1229008 CPUtime=699.24 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 90279 0 0 0 69885 39 0 0 25 0 4 0 600551780 1258504192 252218 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=1229008 CPUtime=701.5 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 54433 0 0 0 70132 18 0 0 25 0 4 0 600551780 1258504192 252219 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376855 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=1229008 CPUtime=702.29 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 2721913 0 0 0 69770 459 0 0 25 0 4 0 600551780 1258504192 252219 33554432000 4194304 4623224 140736609330784 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 1229008

[startup+762.307 s]
/proc/loadavg: 8.18 7.82 6.84 10/184 3975
/proc/meminfo: memFree=27404076/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=1525352 CPUtime=3045.05 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 3815631 0 0 0 303834 671 0 0 25 0 4 0 600551779 1561960448 309635 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 381338 309635 344 105 0 376842 0
[pid=3939/tid=3944] ppid=3936 vsize=1525352 CPUtime=758.92 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 122941 0 0 0 75848 44 0 0 25 0 4 0 600551780 1561960448 309635 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=1525352 CPUtime=761.5 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 54833 0 0 0 76132 18 0 0 25 0 4 0 600551780 1561960448 309635 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=1525352 CPUtime=762.29 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 3160341 0 0 0 75701 528 0 0 25 0 4 0 600551780 1561960448 309635 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 1525352

[startup+822.3 s]
/proc/loadavg: 8.17 7.88 6.92 9/184 3977
/proc/meminfo: memFree=27267248/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=1654020 CPUtime=3284.7 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 3862840 0 0 0 327791 679 0 0 25 0 4 0 600551779 1693716480 323801 33554432000 4194304 4623224 140736609330784 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 413505 323801 344 105 0 409009 0
[pid=3939/tid=3944] ppid=3936 vsize=1654020 CPUtime=818.59 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 123596 0 0 0 81814 45 0 0 25 0 4 0 600551780 1693716480 323801 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376754 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=1654020 CPUtime=821.5 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 55143 0 0 0 82132 18 0 0 25 0 4 0 600551780 1693716480 323801 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=1654020 CPUtime=822.3 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 3160342 0 0 0 81701 529 0 0 25 0 4 0 600551780 1693716480 323801 33554432000 4194304 4623224 140736609330784 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 1654020

[startup+882.301 s]
/proc/loadavg: 8.16 7.93 6.99 10/184 3979
/proc/meminfo: memFree=27221180/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=1656264 CPUtime=3524.39 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 3971279 0 0 0 351739 700 0 0 25 0 4 0 600551779 1696014336 329826 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 414066 329826 344 105 0 409570 0
[pid=3939/tid=3944] ppid=3936 vsize=1656264 CPUtime=878.27 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 124998 0 0 0 87781 46 0 0 25 0 4 0 600551780 1696014336 329826 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=1656264 CPUtime=881.51 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 55462 0 0 0 88132 19 0 0 25 0 4 0 600551780 1696014336 329826 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=1656264 CPUtime=882.3 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 3252554 0 0 0 87685 545 0 0 25 0 4 0 600551780 1696014336 329826 33554432000 4194304 4623224 140736609330784 18446744073709551615 4364911 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) 1656264

[startup+942.301 s]
/proc/loadavg: 8.10 7.95 7.06 10/184 3980
/proc/meminfo: memFree=27157512/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=1729556 CPUtime=3764.07 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 4509226 0 0 0 375616 791 0 0 25 0 4 0 600551779 1771065344 340500 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 432389 340500 344 105 0 427893 0
[pid=3939/tid=3944] ppid=3936 vsize=1729556 CPUtime=937.95 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 126958 0 0 0 93748 47 0 0 25 0 4 0 600551780 1771065344 340500 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=1729556 CPUtime=941.51 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 55982 0 0 0 94132 19 0 0 25 0 4 0 600551780 1771065344 340500 33554432000 4194304 4623224 140736609330784 18446744073709551615 4366400 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=1729556 CPUtime=942.3 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 3771753 0 0 0 93598 632 0 0 25 0 4 0 600551780 1771065344 340500 33554432000 4194304 4623224 140736609330784 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) 1729556

[startup+1002.3 s]
/proc/loadavg: 8.17 8.00 7.13 10/184 3982
/proc/meminfo: memFree=27027880/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=1949776 CPUtime=4003.73 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 5107126 0 0 0 399490 883 0 0 25 0 4 0 600551779 1996570624 364761 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 487444 364761 385 105 0 482948 0
[pid=3939/tid=3944] ppid=3936 vsize=1949776 CPUtime=997.61 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 128469 0 0 0 99714 47 0 0 25 0 4 0 600551780 1996570624 364761 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=1949776 CPUtime=1001.51 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 56305 0 0 0 100132 19 0 0 25 0 4 0 600551780 1996570624 364761 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376745 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=1949776 CPUtime=1002.29 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 4235166 0 0 0 99522 707 0 0 25 0 4 0 600551780 1996570624 364761 33554432000 4194304 4623224 140736609330784 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.73
Current children cumulated vsize (KiB) 1949776

[startup+1062.3 s]
/proc/loadavg: 8.11 8.01 7.19 9/184 3983
/proc/meminfo: memFree=26945880/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=2015312 CPUtime=4243.41 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 5634903 0 0 0 423373 968 0 0 25 0 4 0 600551779 2063679488 373708 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 503828 373708 385 105 0 499332 0
[pid=3939/tid=3944] ppid=3936 vsize=2015312 CPUtime=1057.3 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 129155 0 0 0 105682 48 0 0 25 0 4 0 600551780 2063679488 373708 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=2015312 CPUtime=1061.51 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 59797 0 0 0 106131 20 0 0 25 0 4 0 600551780 2063679488 373708 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=2015312 CPUtime=1062.28 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 4742775 0 0 0 105441 787 0 0 25 0 4 0 600551780 2063679488 373708 33554432000 4194304 4623224 140736609330784 18446744073709551615 4545317 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) 2015312

[startup+1122.3 s]
/proc/loadavg: 8.08 8.02 7.24 9/184 3985
/proc/meminfo: memFree=26904668/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=2015312 CPUtime=4483.09 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 6175405 0 0 0 447253 1056 0 0 25 0 4 0 600551779 2063679488 379943 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 503828 379943 385 105 0 499332 0
[pid=3939/tid=3944] ppid=3936 vsize=2015312 CPUtime=1116.96 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 130248 0 0 0 111648 48 0 0 25 0 4 0 600551780 2063679488 379943 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=2015312 CPUtime=1121.51 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 60065 0 0 0 112131 20 0 0 25 0 4 0 600551780 2063679488 379943 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=2015312 CPUtime=1122.29 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 5279809 0 0 0 111355 874 0 0 25 0 4 0 600551780 2063679488 379943 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 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) 2015312

[startup+1182.3 s]
/proc/loadavg: 8.06 8.03 7.29 9/184 3986
/proc/meminfo: memFree=26870028/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=2083176 CPUtime=4722.77 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 6709750 0 0 0 471141 1136 0 0 25 0 4 0 600551779 2133172224 385750 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 520794 385750 352 105 0 516298 0
[pid=3939/tid=3944] ppid=3936 vsize=2083176 CPUtime=1176.64 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 131108 0 0 0 117616 48 0 0 25 0 4 0 600551780 2133172224 385750 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=2083176 CPUtime=1181.51 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 60410 0 0 0 118131 20 0 0 25 0 4 0 600551780 2133172224 385750 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=2083176 CPUtime=1182.29 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 5811373 0 0 0 117276 953 0 0 25 0 4 0 600551780 2133172224 385750 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376895 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) 2083176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.04 7.31 9/184 3987
/proc/meminfo: memFree=26855004/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=2083312 CPUtime=4800.29 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 6887900 0 0 0 478863 1166 0 0 25 0 4 0 600551779 2133311488 386825 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 520828 386825 344 105 0 516332 0
[pid=3939/tid=3944] ppid=3936 vsize=2083312 CPUtime=1195.93 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 131204 0 0 0 119545 48 0 0 25 0 4 0 600551780 2133311488 386828 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=2083312 CPUtime=1200.92 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 61067 0 0 0 120071 21 0 0 25 0 4 0 600551780 2133311488 386828 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=2083312 CPUtime=1201.69 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 5988146 0 0 0 119188 981 0 0 25 0 4 0 600551780 2133311488 386829 33554432000 4194304 4623224 140736609330784 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 2083312

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.04 7.31 9/184 3987
/proc/meminfo: memFree=26855004/32950928 swapFree=67111356/67111528
[pid=3939] ppid=3936 vsize=2083312 CPUtime=4800.29 cores=1,3,5,7
/proc/3939/stat : 3939 (SArTagnan) R 3936 3939 3901 0 -1 4202496 6887900 0 0 0 478863 1166 0 0 25 0 4 0 600551779 2133311488 386825 33554432000 4194304 4623224 140736609330784 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3939/statm: 520828 386825 344 105 0 516332 0
[pid=3939/tid=3944] ppid=3936 vsize=2083312 CPUtime=1195.93 cores=1,3,5,7
/proc/3939/task/3944/stat : 3944 (SArTagnan) R 3936 3939 3901 0 -1 4202560 131204 0 0 0 119545 48 0 0 25 0 4 0 600551780 2133311488 386828 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376687 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3939/tid=3945] ppid=3936 vsize=2083312 CPUtime=1200.92 cores=1,3,5,7
/proc/3939/task/3945/stat : 3945 (SArTagnan) R 3936 3939 3901 0 -1 4202560 61067 0 0 0 120071 21 0 0 25 0 4 0 600551780 2133311488 386828 33554432000 4194304 4623224 140736609330784 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3939/tid=3946] ppid=3936 vsize=2083312 CPUtime=1201.69 cores=1,3,5,7
/proc/3939/task/3946/stat : 3946 (SArTagnan) R 3936 3939 3901 0 -1 4202560 5988146 0 0 0 119188 981 0 0 25 0 4 0 600551780 2133311488 386829 33554432000 4194304 4623224 140736609330784 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 2083312

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.78
CPU time (s): 4800.38
CPU user time (s): 4788.65
CPU system time (s): 11.7312
CPU usage (%): 399.439
Max. virtual memory (cumulated for all children) (KiB): 2378464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.65
system time used= 11.7312
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6888148
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= 1149
involuntary context switches= 33799

runsolver used 1.77673 second user time and 4.78727 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-29 20:53:31
IDJOB=3264116
IDBENCH=84554
IDSOLVER=1656
FILE ID=node114/3264116-1304103211
RUNJOBID= node114-1304103211-3920
PBS_JOBID= 13170639
Free space on /tmp= 71804 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT04/handmade/kexu/frb-0.6/frb80-14-2.used-as.sat04-880.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264116-1304103211/watcher-3264116-1304103211 -o /tmp/evaluation-result-3264116-1304103211/solver-3264116-1304103211 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3264116-1304103211.cnf -threads=4

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

MD5SUM BENCH= 1242f0037df1c3d888415aeb418b77ed
RANDOM SEED=177051116

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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:      29537740 kB
Buffers:       1057320 kB
Cached:        1783564 kB
SwapCached:        168 kB
Active:         105680 kB
Inactive:      2801080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29537740 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1704 kB
Writeback:           0 kB
AnonPages:       65832 kB
Mapped:          15260 kB
Slab:           440752 kB
PageTables:       5052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   196728 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= 71804 MiB
End job on node114 at 2011-04-29 21:13:35