Trace number 3250430

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.44 1202.08

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2071.cnf
MD5SUM337bdbc5d8bf0013ca73aeffa06cffe8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark95.7414
Satisfiable
(Un)Satisfiability was proved
Number of variables2070
Number of clauses158884
Sum of the clauses size478584
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158240
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5644

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

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

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


[startup+0 s]
/proc/loadavg: 7.28 7.89 7.96 7/180 7169
/proc/meminfo: memFree=25798924/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=22904 CPUtime=0 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 701 0 0 0 0 0 0 0 18 0 1 0 520894459 23453696 591 33554432000 4194304 4623224 140735340788192 18446744073709551615 4388779 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7169/statm: 5726 593 297 105 0 1230 0

[startup+0.048221 s]
/proc/loadavg: 7.28 7.89 7.96 7/180 7169
/proc/meminfo: memFree=25798924/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=30328 CPUtime=0.03 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 5010 0 0 0 3 0 0 0 18 0 1 0 520894459 31055872 2685 33554432000 4194304 4623224 140735340788192 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/7169/statm: 7582 2687 297 105 0 3086 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 30328

[startup+0.100208 s]
/proc/loadavg: 7.28 7.89 7.96 7/180 7169
/proc/meminfo: memFree=25798924/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=91816 CPUtime=0.09 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 13633 0 0 0 8 1 0 0 18 0 4 0 520894459 94019584 9220 33554432000 4194304 4623224 140735340788192 18446744073709551615 47278576027564 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 22954 9220 302 105 0 18458 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 91816

[startup+0.306139 s]
/proc/loadavg: 7.28 7.89 7.96 7/180 7169
/proc/meminfo: memFree=25798924/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=239032 CPUtime=0.91 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 19722 0 0 0 89 2 0 0 19 0 4 0 520894459 244768768 13783 33554432000 4194304 4623224 140735340788192 18446744073709551615 4414904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 59758 13783 336 105 0 55262 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 239032

[startup+0.701069 s]
/proc/loadavg: 7.28 7.89 7.96 7/180 7169
/proc/meminfo: memFree=25798924/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=239032 CPUtime=2.49 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 23693 0 0 0 246 3 0 0 19 0 4 0 520894459 244768768 13799 33554432000 4194304 4623224 140735340788192 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 59758 13799 336 105 0 55262 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 239032

[startup+1.50092 s]
/proc/loadavg: 7.09 7.84 7.94 9/184 7173
/proc/meminfo: memFree=25728220/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=240564 CPUtime=5.68 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 34174 0 0 0 564 4 0 0 21 0 4 0 520894459 246337536 15244 33554432000 4194304 4623224 140735340788192 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 60141 15244 336 105 0 55645 0
[pid=7169/tid=7171] ppid=7167 vsize=240564 CPUtime=1.39 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 1091 0 0 0 139 0 0 0 23 0 4 0 520894468 246337536 15244 33554432000 4194304 4623224 140735340788192 18446744073709551615 4292215 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=240564 CPUtime=1.39 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 1087 0 0 0 139 0 0 0 22 0 4 0 520894468 246337536 15244 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=240564 CPUtime=1.39 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 17312 0 0 0 137 2 0 0 23 0 4 0 520894468 246337536 15244 33554432000 4194304 4623224 140735340788192 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 240564

[startup+3.10063 s]
/proc/loadavg: 7.09 7.84 7.94 9/184 7173
/proc/meminfo: memFree=25708256/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=253700 CPUtime=12.08 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 57977 0 0 0 1200 8 0 0 25 0 4 0 520894459 259788800 16670 33554432000 4194304 4623224 140735340788192 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 63425 16670 337 105 0 58929 0
[pid=7169/tid=7171] ppid=7167 vsize=253700 CPUtime=2.98 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 2693 0 0 0 298 0 0 0 25 0 4 0 520894468 259788800 16670 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=253700 CPUtime=2.99 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 2695 0 0 0 299 0 0 0 25 0 4 0 520894468 259788800 16670 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376714 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=253700 CPUtime=2.99 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 36439 0 0 0 294 5 0 0 25 0 4 0 520894468 259788800 16670 33554432000 4194304 4623224 140735340788192 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 253700

[startup+6.30104 s]
/proc/loadavg: 7.17 7.84 7.94 9/184 7174
/proc/meminfo: memFree=25632632/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=320264 CPUtime=24.86 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 109181 0 0 0 2472 14 0 0 25 0 4 0 520894459 327950336 20105 33554432000 4194304 4623224 140735340788192 18446744073709551615 4366391 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 80066 20105 340 105 0 75570 0
[pid=7169/tid=7171] ppid=7167 vsize=320264 CPUtime=6.16 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 3498 0 0 0 616 0 0 0 25 0 4 0 520894468 327950336 20105 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=320264 CPUtime=6.19 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 3218 0 0 0 619 0 0 0 25 0 4 0 520894468 327950336 20105 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=320264 CPUtime=6.2 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 86085 0 0 0 610 10 0 0 25 0 4 0 520894468 327950336 20105 33554432000 4194304 4623224 140735340788192 18446744073709551615 4577681 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.86
Current children cumulated vsize (KiB) 320264

[startup+12.7009 s]
/proc/loadavg: 7.23 7.85 7.94 9/184 7174
/proc/meminfo: memFree=25562972/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=331120 CPUtime=50.42 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 218018 0 0 0 5010 32 0 0 25 0 4 0 520894459 339066880 27171 33554432000 4194304 4623224 140735340788192 18446744073709551615 4416174 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 82780 27171 340 105 0 78284 0
[pid=7169/tid=7171] ppid=7167 vsize=331120 CPUtime=12.52 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 8357 0 0 0 1251 1 0 0 25 0 4 0 520894468 339066880 27171 33554432000 4194304 4623224 140735340788192 18446744073709551615 4377197 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=331120 CPUtime=12.59 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 7437 0 0 0 1257 2 0 0 25 0 4 0 520894468 339066880 27171 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376659 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=331120 CPUtime=12.59 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 184290 0 0 0 1234 25 0 0 25 0 4 0 520894468 339066880 27171 33554432000 4194304 4623224 140735340788192 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.42
Current children cumulated vsize (KiB) 331120

[startup+25.5005 s]
/proc/loadavg: 7.40 7.85 7.94 9/184 7174
/proc/meminfo: memFree=25424780/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=353952 CPUtime=101.55 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 342785 0 0 0 10103 52 0 0 25 0 4 0 520894459 362446848 38780 33554432000 4194304 4623224 140735340788192 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 88488 38780 341 105 0 83992 0
[pid=7169/tid=7171] ppid=7167 vsize=353952 CPUtime=25.25 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 16577 0 0 0 2521 4 0 0 25 0 4 0 520894468 362446848 38780 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=353952 CPUtime=25.39 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 15267 0 0 0 2533 6 0 0 25 0 4 0 520894468 362446848 38780 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=353952 CPUtime=25.39 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 290595 0 0 0 2501 38 0 0 25 0 4 0 520894468 362446848 38780 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.55
Current children cumulated vsize (KiB) 353952

[startup+51.1008 s]
/proc/loadavg: 7.60 7.86 7.94 9/184 7175
/proc/meminfo: memFree=25195680/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=379668 CPUtime=203.81 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 605725 0 0 0 20285 96 0 0 25 0 4 0 520894459 388780032 55646 33554432000 4194304 4623224 140735340788192 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 94917 55646 341 105 0 90421 0
[pid=7169/tid=7171] ppid=7167 vsize=379668 CPUtime=50.71 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 26927 0 0 0 5063 8 0 0 25 0 4 0 520894468 388780032 55647 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=379668 CPUtime=50.98 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 24434 0 0 0 5089 9 0 0 25 0 4 0 520894468 388780032 55647 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=379668 CPUtime=50.99 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 528253 0 0 0 5026 73 0 0 25 0 4 0 520894468 388780032 55647 33554432000 4194304 4623224 140735340788192 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 379668

[startup+102.306 s]
/proc/loadavg: 8.06 7.95 7.96 11/185 7179
/proc/meminfo: memFree=24750928/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=594320 CPUtime=408.2 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 791357 0 0 0 40693 127 0 0 25 0 4 0 520894459 608583680 90582 33554432000 4194304 4623224 140735340788192 18446744073709551615 4415995 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 148580 90582 600 105 0 144084 0
[pid=7169/tid=7171] ppid=7167 vsize=594320 CPUtime=101.64 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 39404 0 0 0 10153 11 0 0 25 0 4 0 520894468 608583680 90582 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=594320 CPUtime=102.19 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 38195 0 0 0 10206 13 0 0 25 0 4 0 520894468 608583680 90582 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=594320 CPUtime=102.05 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 674514 0 0 0 10109 96 0 0 25 0 4 0 520894468 608583680 90582 33554432000 4194304 4623224 140735340788192 18446744073709551615 4545642 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.2
Current children cumulated vsize (KiB) 594320

[startup+162.3 s]
/proc/loadavg: 8.16 8.01 7.98 9/184 7181
/proc/meminfo: memFree=24401904/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=635680 CPUtime=647.19 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 950337 0 0 0 64562 157 0 0 25 0 4 0 520894459 650936320 124913 33554432000 4194304 4623224 140735340788192 18446744073709551615 4510175 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 158920 124913 1113 105 0 154424 0
[pid=7169/tid=7171] ppid=7167 vsize=635680 CPUtime=161.29 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 45968 0 0 0 16115 14 0 0 25 0 4 0 520894468 650936320 124913 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=635680 CPUtime=162.18 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 43945 0 0 0 16202 16 0 0 25 0 4 0 520894468 650936320 124913 33554432000 4194304 4623224 140735340788192 18446744073709551615 4461113 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=635680 CPUtime=161.39 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 805273 0 0 0 16023 116 0 0 25 0 4 0 520894468 650936320 124913 33554432000 4194304 4623224 140735340788192 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 647.19
Current children cumulated vsize (KiB) 635680

[startup+222.3 s]
/proc/loadavg: 8.28 8.06 8.01 9/184 7182
/proc/meminfo: memFree=24298572/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=712968 CPUtime=886.86 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 1440066 0 0 0 88453 233 0 0 25 0 4 0 520894459 730079232 142055 33554432000 4194304 4623224 140735340788192 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 178242 142055 822 105 0 173746 0
[pid=7169/tid=7171] ppid=7167 vsize=712968 CPUtime=220.97 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 59025 0 0 0 22080 17 0 0 25 0 4 0 520894468 730079232 142055 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=712968 CPUtime=222.17 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 57090 0 0 0 22199 18 0 0 25 0 4 0 520894468 730079232 142055 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=712968 CPUtime=221.39 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 1258905 0 0 0 21953 186 0 0 25 0 4 0 520894468 730079232 142055 33554432000 4194304 4623224 140735340788192 18446744073709551615 4577456 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 886.86
Current children cumulated vsize (KiB) 712968

[startup+282.3 s]

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

[pid=7169] ppid=7167 vsize=1257600 CPUtime=2564.59 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 3442140 0 0 0 255892 567 0 0 25 0 4 0 520894459 1287782400 239243 33554432000 4194304 4623224 140735340788192 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 314400 239243 341 105 0 309904 0
[pid=7169/tid=7171] ppid=7167 vsize=1257600 CPUtime=638.68 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 104358 0 0 0 63831 37 0 0 25 0 4 0 520894468 1287782400 239243 33554432000 4194304 4623224 140735340788192 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=1257600 CPUtime=642.15 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 97817 0 0 0 64183 32 0 0 25 0 4 0 520894468 1287782400 239243 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=1257600 CPUtime=641.41 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 3121099 0 0 0 63666 475 0 0 25 0 4 0 520894468 1287782400 239243 33554432000 4194304 4623224 140735340788192 18446744073709551615 4545379 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2564.59
Current children cumulated vsize (KiB) 1257600

[startup+702.3 s]
/proc/loadavg: 8.01 8.05 8.00 9/184 7195
/proc/meminfo: memFree=23573328/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=1299756 CPUtime=2804.25 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 3545435 0 0 0 279835 590 0 0 25 0 4 0 520894459 1330950144 249047 33554432000 4194304 4623224 140735340788192 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 324939 249047 341 105 0 320443 0
[pid=7169/tid=7171] ppid=7167 vsize=1299756 CPUtime=698.36 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 107784 0 0 0 69795 41 0 0 25 0 4 0 520894468 1330950144 249047 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376643 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=1299756 CPUtime=702.14 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 101494 0 0 0 70180 34 0 0 25 0 4 0 520894468 1330950144 249047 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=1299756 CPUtime=701.41 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 3199575 0 0 0 69652 489 0 0 25 0 4 0 520894468 1330950144 249047 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2804.25
Current children cumulated vsize (KiB) 1299756

[startup+762.306 s]
/proc/loadavg: 8.05 8.05 8.00 9/184 7197
/proc/meminfo: memFree=23510432/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=1310448 CPUtime=3043.94 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 3850938 0 0 0 303751 643 0 0 25 0 4 0 520894459 1341898752 260216 33554432000 4194304 4623224 140735340788192 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 327612 260216 345 105 0 323116 0
[pid=7169/tid=7171] ppid=7167 vsize=1310448 CPUtime=758.04 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 110821 0 0 0 75758 46 0 0 25 0 4 0 520894468 1341898752 260216 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=1310448 CPUtime=762.13 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 105468 0 0 0 76178 35 0 0 25 0 4 0 520894468 1341898752 260216 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=1310448 CPUtime=761.42 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 3495712 0 0 0 75606 536 0 0 25 0 4 0 520894468 1341898752 260216 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3043.94
Current children cumulated vsize (KiB) 1310448

[startup+822.3 s]
/proc/loadavg: 8.06 8.05 8.00 9/184 7198
/proc/meminfo: memFree=23433888/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=1371452 CPUtime=3283.58 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 4408559 0 0 0 327621 737 0 0 25 0 4 0 520894459 1404366848 273461 33554432000 4194304 4623224 140735340788192 18446744073709551615 4510932 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 342863 273461 344 105 0 338367 0
[pid=7169/tid=7171] ppid=7167 vsize=1371452 CPUtime=817.71 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 113940 0 0 0 81722 49 0 0 25 0 4 0 520894468 1404366848 273461 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=1371452 CPUtime=822.12 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 135864 0 0 0 82171 41 0 0 25 0 4 0 520894468 1404366848 273461 33554432000 4194304 4623224 140735340788192 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=1371452 CPUtime=821.41 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 4017782 0 0 0 81521 620 0 0 25 0 4 0 520894468 1404366848 273461 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3283.58
Current children cumulated vsize (KiB) 1371452

[startup+882.3 s]
/proc/loadavg: 8.06 8.06 8.00 9/184 7200
/proc/meminfo: memFree=23372964/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=1391444 CPUtime=3523.25 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 4506304 0 0 0 351568 757 0 0 25 0 4 0 520894459 1424838656 282734 33554432000 4194304 4623224 140735340788192 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 347861 282734 341 105 0 343365 0
[pid=7169/tid=7171] ppid=7167 vsize=1391444 CPUtime=877.38 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 116730 0 0 0 87686 52 0 0 25 0 4 0 520894468 1424838656 282734 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=1391444 CPUtime=882.13 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 138370 0 0 0 88170 43 0 0 25 0 4 0 520894468 1424838656 282734 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=1391444 CPUtime=881.41 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 4108983 0 0 0 87506 635 0 0 25 0 4 0 520894468 1424838656 282734 33554432000 4194304 4623224 140735340788192 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3523.25
Current children cumulated vsize (KiB) 1391444

[startup+942.3 s]
/proc/loadavg: 8.02 8.04 8.00 9/184 7202
/proc/meminfo: memFree=23316516/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=1396016 CPUtime=3762.93 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 4516487 0 0 0 375528 765 0 0 25 0 4 0 520894459 1429520384 292474 33554432000 4194304 4623224 140735340788192 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 349004 292474 341 105 0 344508 0
[pid=7169/tid=7171] ppid=7167 vsize=1396016 CPUtime=937.06 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 119424 0 0 0 93650 56 0 0 25 0 4 0 520894468 1429520384 292474 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=1396016 CPUtime=942.11 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 142766 0 0 0 94165 46 0 0 25 0 4 0 520894468 1429520384 292474 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=1396016 CPUtime=941.41 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 4110685 0 0 0 93506 635 0 0 25 0 4 0 520894468 1429520384 292474 33554432000 4194304 4623224 140735340788192 18446744073709551615 4545461 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3762.93
Current children cumulated vsize (KiB) 1396016

[startup+1002.3 s]
/proc/loadavg: 8.08 8.05 8.01 9/184 7203
/proc/meminfo: memFree=23248520/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=1401424 CPUtime=4002.6 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 4527335 0 0 0 399485 775 0 0 25 0 4 0 520894459 1435058176 302362 33554432000 4194304 4623224 140735340788192 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 350356 302362 341 105 0 345860 0
[pid=7169/tid=7171] ppid=7167 vsize=1401424 CPUtime=996.73 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 122129 0 0 0 99613 60 0 0 25 0 4 0 520894468 1435058176 302362 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=1401424 CPUtime=1002.11 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 146442 0 0 0 100160 51 0 0 25 0 4 0 520894468 1435058176 302362 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=1401424 CPUtime=1001.42 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 4112599 0 0 0 99506 636 0 0 25 0 4 0 520894468 1435058176 302362 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4002.6
Current children cumulated vsize (KiB) 1401424

[startup+1062.3 s]
/proc/loadavg: 8.10 8.05 8.00 9/184 7205
/proc/meminfo: memFree=23181408/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=1551464 CPUtime=4242.28 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 4581474 0 0 0 423438 790 0 0 25 0 4 0 520894459 1588699136 315582 33554432000 4194304 4623224 140735340788192 18446744073709551615 4510252 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 387866 315582 341 105 0 383370 0
[pid=7169/tid=7171] ppid=7167 vsize=1551464 CPUtime=1056.4 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 152446 0 0 0 105574 66 0 0 25 0 4 0 520894468 1588699136 315582 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=1551464 CPUtime=1062.11 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 150164 0 0 0 106155 56 0 0 25 0 4 0 520894468 1588699136 315582 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376829 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=1551464 CPUtime=1061.41 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 4129842 0 0 0 105503 638 0 0 25 0 4 0 520894468 1588699136 315582 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4242.28
Current children cumulated vsize (KiB) 1551464

[startup+1122.3 s]
/proc/loadavg: 8.10 8.06 8.00 9/184 7206
/proc/meminfo: memFree=23099412/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=1603904 CPUtime=4481.94 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 4617474 0 0 0 447390 804 0 0 25 0 4 0 520894459 1642397696 327502 33554432000 4194304 4623224 140735340788192 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 400976 327502 341 105 0 396480 0
[pid=7169/tid=7171] ppid=7167 vsize=1603904 CPUtime=1116.07 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 155378 0 0 0 111538 69 0 0 25 0 4 0 520894468 1642397696 327502 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=1603904 CPUtime=1122.1 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 153253 0 0 0 112148 62 0 0 25 0 4 0 520894468 1642397696 327502 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376692 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=1603904 CPUtime=1121.42 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 4131808 0 0 0 111503 639 0 0 25 0 4 0 520894468 1642397696 327502 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4481.94
Current children cumulated vsize (KiB) 1603904

[startup+1182.3 s]
/proc/loadavg: 8.04 8.05 8.00 9/184 7208
/proc/meminfo: memFree=23039732/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=1675368 CPUtime=4721.63 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 4628845 0 0 0 471350 813 0 0 25 0 4 0 520894459 1715576832 337867 33554432000 4194304 4623224 140735340788192 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 418842 337867 341 105 0 414346 0
[pid=7169/tid=7171] ppid=7167 vsize=1675368 CPUtime=1175.75 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 158702 0 0 0 117502 73 0 0 25 0 4 0 520894468 1715576832 337867 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=1675368 CPUtime=1182.1 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 156672 0 0 0 118144 66 0 0 25 0 4 0 520894468 1715576832 337867 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376662 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=1675368 CPUtime=1181.42 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 4133439 0 0 0 117503 639 0 0 25 0 4 0 520894468 1715576832 337867 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.63
Current children cumulated vsize (KiB) 1675368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 7.70 7.98 7.98 5/175 7226
/proc/meminfo: memFree=24751640/32951124 swapFree=67111524/67111528
[pid=7169] ppid=7167 vsize=1715088 CPUtime=4800.34 cores=0,2,4,6
/proc/7169/stat : 7169 (SArTagnan) R 7167 7169 6568 0 -1 4202496 4641372 0 0 0 479215 819 0 0 25 0 4 0 520894459 1756250112 340106 33554432000 4194304 4623224 140735340788192 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/7169/statm: 428772 340106 341 105 0 424276 0
[pid=7169/tid=7171] ppid=7167 vsize=1715088 CPUtime=1195.35 cores=0,2,4,6
/proc/7169/task/7171/stat : 7171 (SArTagnan) R 7167 7169 6568 0 -1 4202560 159483 0 0 0 119460 75 0 0 25 0 4 0 520894468 1756250112 340106 33554432000 4194304 4623224 140735340788192 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7169/tid=7172] ppid=7167 vsize=1715088 CPUtime=1201.8 cores=0,2,4,6
/proc/7169/task/7172/stat : 7172 (SArTagnan) R 7167 7169 6568 0 -1 4202560 167442 0 0 0 120111 69 0 0 25 0 4 0 520894468 1756250112 340106 33554432000 4194304 4623224 140735340788192 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7169/tid=7173] ppid=7167 vsize=1715088 CPUtime=1201.12 cores=0,2,4,6
/proc/7169/task/7173/stat : 7173 (SArTagnan) R 7167 7169 6568 0 -1 4202560 4133606 0 0 0 119473 639 0 0 25 0 4 0 520894468 1756250112 340106 33554432000 4194304 4623224 140735340788192 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 1715088

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.08
CPU time (s): 4800.44
CPU user time (s): 4792.18
CPU system time (s): 8.25974
CPU usage (%): 399.344
Max. virtual memory (cumulated for all children) (KiB): 1715088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4792.18
system time used= 8.25974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4641372
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= 844
involuntary context switches= 20576

runsolver used 1.92671 second user time and 4.63429 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 18:02:20
IDJOB=3250430
IDBENCH=83253
IDSOLVER=1656
FILE ID=node104/3250430-1304092940
RUNJOBID= node104-1304092932-7116
PBS_JOBID= 13170552
Free space on /tmp= 71524 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-6_2071.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250430-1304092940/watcher-3250430-1304092940 -o /tmp/evaluation-result-3250430-1304092940/solver-3250430-1304092940 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3250430-1304092940.cnf -threads=4

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

MD5SUM BENCH= 337bdbc5d8bf0013ca73aeffa06cffe8
RANDOM SEED=1598489296

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25798956 kB
Buffers:       1882924 kB
Cached:        4369684 kB
SwapCached:          4 kB
Active:         475600 kB
Inactive:      6133032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25798956 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           26320 kB
Writeback:           0 kB
AnonPages:      356476 kB
Mapped:          15368 kB
Slab:           480584 kB
PageTables:       5312 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   576148 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= 71548 MiB
End job on node104 at 2011-04-29 18:22:24