Trace number 3385896

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SArTagnan 2011-05-15 (fixed)? (TO) 4800.22 1204.01

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-16-16-unsat.cnf
MD5SUMc07743bac800f91e403382f26717b1d0
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 variables256
Number of clauses2176
Sum of the clauses size7936
Maximum clause length16
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21920
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5256

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

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-3385896-1305581554/watcher-3385896-1305581554 -o /tmp/evaluation-result-3385896-1305581554/solver-3385896-1305581554 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385896-1305581554.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: 4.21 6.62 7.53 1/393 2125
/proc/meminfo: memFree=12628088/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=49480 CPUtime=0 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 490 0 0 0 0 0 0 0 24 0 4 0 669755092 50667520 427 33554432000 4194304 4625164 140734277220992 18446744073709551615 47693355669426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/2125/statm: 12370 427 300 106 0 7873 0
[pid=2125/tid=2126] ppid=2123 vsize=49480 CPUtime=0 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 669755093 50667520 427 33554432000 4194304 4625164 140734277220992 18446744073709551615 208080288753 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=49480 CPUtime=0 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 669755093 50667520 427 33554432000 4194304 4625164 140734277220992 18446744073709551615 47693355669426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=49480 CPUtime=0 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 669755093 50667520 427 33554432000 4194304 4625164 140734277220992 18446744073709551615 47693355669426 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.111986 s]
/proc/loadavg: 4.21 6.62 7.53 1/393 2125
/proc/meminfo: memFree=12628088/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=249472 CPUtime=0.42 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 2374 0 0 0 42 0 0 0 25 0 4 0 669755092 255459328 1868 33554432000 4194304 4625164 140734277220992 18446744073709551615 4339447 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 62368 1868 342 106 0 57871 0
[pid=2125/tid=2126] ppid=2123 vsize=249472 CPUtime=0.09 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) D 2123 2125 1658 0 -1 4202560 529 0 0 0 9 0 0 0 25 0 4 0 669755093 255459328 1868 33554432000 4194304 4625164 140734277220992 18446744073709551615 208080275639 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=249472 CPUtime=0.1 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 527 0 0 0 10 0 0 0 25 0 4 0 669755093 255459328 1868 33554432000 4194304 4625164 140734277220992 18446744073709551615 4339865 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=249472 CPUtime=0.1 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) D 2123 2125 1658 0 -1 4202560 317 0 0 0 10 0 0 0 25 0 4 0 669755093 255459328 1868 33554432000 4194304 4625164 140734277220992 18446744073709551615 208079929536 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 249472

[startup+0.200721 s]
/proc/loadavg: 4.21 6.62 7.53 1/393 2125
/proc/meminfo: memFree=12628088/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=250996 CPUtime=0.77 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 3787 0 0 0 77 0 0 0 25 0 4 0 669755092 257019904 2795 33554432000 4194304 4625164 140734277220992 18446744073709551615 4356469 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 62749 2795 342 106 0 58252 0
[pid=2125/tid=2126] ppid=2123 vsize=250996 CPUtime=0.18 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 753 0 0 0 18 0 0 0 25 0 4 0 669755093 257019904 2795 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351925 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=250996 CPUtime=0.19 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 1198 0 0 0 19 0 0 0 25 0 4 0 669755093 257019904 2795 33554432000 4194304 4625164 140734277220992 18446744073709551615 208079893537 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=250996 CPUtime=0.19 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 464 0 0 0 19 0 0 0 25 0 4 0 669755093 257019904 2795 33554432000 4194304 4625164 140734277220992 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 250996

[startup+0.300701 s]
/proc/loadavg: 4.21 6.62 7.53 1/393 2125
/proc/meminfo: memFree=12628088/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=252368 CPUtime=1.17 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 5041 0 0 0 116 1 0 0 25 0 4 0 669755092 258424832 3627 33554432000 4194304 4625164 140734277220992 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 63092 3627 342 106 0 58595 0
[pid=2125/tid=2126] ppid=2123 vsize=252368 CPUtime=0.28 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 1157 0 0 0 28 0 0 0 25 0 4 0 669755093 258424832 3627 33554432000 4194304 4625164 140734277220992 18446744073709551615 4340035 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=252368 CPUtime=0.29 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 1833 0 0 0 29 0 0 0 25 0 4 0 669755093 258424832 3627 33554432000 4194304 4625164 140734277220992 18446744073709551615 4352032 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=252368 CPUtime=0.29 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 598 0 0 0 29 0 0 0 25 0 4 0 669755093 258424832 3628 33554432000 4194304 4625164 140734277220992 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 252368

[startup+0.700626 s]
/proc/loadavg: 4.21 6.62 7.53 1/393 2125
/proc/meminfo: memFree=12628088/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=258036 CPUtime=2.77 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 9538 0 0 0 275 2 0 0 25 0 4 0 669755092 264228864 6524 33554432000 4194304 4625164 140734277220992 18446744073709551615 4393055 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 64509 6525 342 106 0 60012 0
[pid=2125/tid=2126] ppid=2123 vsize=258036 CPUtime=0.67 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 2521 0 0 0 67 0 0 0 25 0 4 0 669755093 264228864 6525 33554432000 4194304 4625164 140734277220992 18446744073709551615 208079893537 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=258036 CPUtime=0.68 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 3391 0 0 0 68 0 0 0 25 0 4 0 669755093 264228864 6525 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=258036 CPUtime=0.69 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 1159 0 0 0 69 0 0 0 25 0 4 0 669755093 264228864 6525 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 258036

[startup+1.50047 s]
/proc/loadavg: 4.21 6.62 7.53 9/405 2140
/proc/meminfo: memFree=12568464/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=264760 CPUtime=5.96 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 15687 0 0 0 593 3 0 0 25 0 4 0 669755092 271114240 10528 33554432000 4194304 4625164 140734277220992 18446744073709551615 4393074 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 66190 10528 342 106 0 61693 0
[pid=2125/tid=2126] ppid=2123 vsize=264760 CPUtime=1.47 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 4249 0 0 0 146 1 0 0 25 0 4 0 669755093 271114240 10528 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=264760 CPUtime=1.48 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 6817 0 0 0 148 0 0 0 25 0 4 0 669755093 271114240 10528 33554432000 4194304 4625164 140734277220992 18446744073709551615 208079893537 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=264760 CPUtime=1.49 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 1770 0 0 0 149 0 0 0 25 0 4 0 669755093 271114240 10528 33554432000 4194304 4625164 140734277220992 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 264760

[startup+3.10117 s]
/proc/loadavg: 4.52 6.65 7.54 10/405 2140
/proc/meminfo: memFree=12540192/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=275468 CPUtime=12.34 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 26466 0 0 0 1229 5 0 0 25 0 4 0 669755092 282079232 16444 33554432000 4194304 4625164 140734277220992 18446744073709551615 4490633 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 68867 16444 350 106 0 64370 0
[pid=2125/tid=2126] ppid=2123 vsize=275468 CPUtime=3.08 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 6732 0 0 0 306 2 0 0 25 0 4 0 669755093 282079232 16444 33554432000 4194304 4625164 140734277220992 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=275468 CPUtime=3.09 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 9769 0 0 0 308 1 0 0 25 0 4 0 669755093 282079232 16444 33554432000 4194304 4625164 140734277220992 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=275468 CPUtime=3.08 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 5934 0 0 0 308 0 0 0 25 0 4 0 669755093 282079232 16444 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351906 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 275468

[startup+6.30056 s]
/proc/loadavg: 4.52 6.65 7.54 10/405 2140
/proc/meminfo: memFree=12465824/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=303112 CPUtime=25.1 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 47457 0 0 0 2501 9 0 0 25 0 4 0 669755092 310386688 25337 33554432000 4194304 4625164 140734277220992 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 75778 25337 353 106 0 71281 0
[pid=2125/tid=2126] ppid=2123 vsize=303112 CPUtime=6.28 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 11818 0 0 0 625 3 0 0 25 0 4 0 669755093 310386688 25337 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=303112 CPUtime=6.29 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 14997 0 0 0 627 2 0 0 25 0 4 0 669755093 310386688 25337 33554432000 4194304 4625164 140734277220992 18446744073709551615 4278640 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=303112 CPUtime=6.29 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 14974 0 0 0 627 2 0 0 25 0 4 0 669755093 310386688 25337 33554432000 4194304 4625164 140734277220992 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 303112

[startup+12.7003 s]
/proc/loadavg: 5.12 6.71 7.55 10/405 2140
/proc/meminfo: memFree=12390564/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=329232 CPUtime=50.61 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 69705 0 0 0 5047 14 0 0 25 0 4 0 669755092 337133568 36608 33554432000 4194304 4625164 140734277220992 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 82308 36608 451 106 0 77811 0
[pid=2125/tid=2126] ppid=2123 vsize=329232 CPUtime=12.68 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 17705 0 0 0 1263 5 0 0 25 0 4 0 669755093 337133568 36608 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=329232 CPUtime=12.68 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 21749 0 0 0 1265 3 0 0 25 0 4 0 669755093 337133568 36608 33554432000 4194304 4625164 140734277220992 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=329232 CPUtime=12.69 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 22273 0 0 0 1266 3 0 0 25 0 4 0 669755093 337133568 36608 33554432000 4194304 4625164 140734277220992 18446744073709551615 208079891817 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 329232

[startup+25.5009 s]
/proc/loadavg: 5.57 6.75 7.55 9/405 2141
/proc/meminfo: memFree=12264548/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=369032 CPUtime=101.65 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 158306 0 0 0 10136 29 0 0 25 0 4 0 669755092 377888768 56116 33554432000 4194304 4625164 140734277220992 18446744073709551615 4393051 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 92258 56118 529 106 0 87761 0
[pid=2125/tid=2126] ppid=2123 vsize=369032 CPUtime=25.47 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 25195 0 0 0 2541 6 0 0 25 0 4 0 669755093 377888768 56118 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=369032 CPUtime=25.49 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 42668 0 0 0 2541 8 0 0 25 0 4 0 669755093 377888768 56118 33554432000 4194304 4625164 140734277220992 18446744073709551615 4352112 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=369032 CPUtime=25.48 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 80522 0 0 0 2537 11 0 0 25 0 4 0 669755093 377888768 56118 33554432000 4194304 4625164 140734277220992 18446744073709551615 4579598 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.65
Current children cumulated vsize (KiB) 369032

[startup+51.101 s]
/proc/loadavg: 6.40 6.85 7.56 10/405 2141
/proc/meminfo: memFree=12109860/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=415132 CPUtime=203.73 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 234421 0 0 0 20328 45 0 0 25 0 4 0 669755092 425095168 77809 33554432000 4194304 4625164 140734277220992 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 103783 77809 418 106 0 99286 0
[pid=2125/tid=2126] ppid=2123 vsize=415132 CPUtime=51.07 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 37909 0 0 0 5096 11 0 0 25 0 4 0 669755093 425095168 77809 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=415132 CPUtime=51.09 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 62030 0 0 0 5097 12 0 0 25 0 4 0 669755093 425095168 77809 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=415132 CPUtime=51.08 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 122884 0 0 0 5090 18 0 0 25 0 4 0 669755093 425095168 77809 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.73
Current children cumulated vsize (KiB) 415132

[startup+102.301 s]
/proc/loadavg: 7.43 7.07 7.59 10/405 2143
/proc/meminfo: memFree=11844820/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=677184 CPUtime=407.9 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 336788 0 0 0 40718 72 0 0 25 0 4 0 669755092 693436416 120581 33554432000 4194304 4625164 140734277220992 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 169296 120581 824 106 0 164799 0
[pid=2125/tid=2126] ppid=2123 vsize=677184 CPUtime=102.29 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 62109 0 0 0 10205 24 0 0 25 0 4 0 669755093 693436416 120583 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=677184 CPUtime=102.31 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 91435 0 0 0 10212 19 0 0 25 0 4 0 669755093 693436416 120583 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=677184 CPUtime=102.3 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 158390 0 0 0 10206 24 0 0 25 0 4 0 669755093 693436416 120583 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.9
Current children cumulated vsize (KiB) 677184

[startup+162.301 s]

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

[pid=2125] ppid=2123 vsize=1925996 CPUtime=2561.01 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 1628351 0 0 0 255744 357 0 0 25 0 4 0 669755092 1972219904 381878 33554432000 4194304 4625164 140734277220992 18446744073709551615 4392981 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 481499 381878 344 106 0 477002 0
[pid=2125/tid=2126] ppid=2123 vsize=1925996 CPUtime=642.28 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 203456 0 0 0 64142 86 0 0 25 0 4 0 669755093 1972219904 381878 33554432000 4194304 4625164 140734277220992 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=1925996 CPUtime=642.29 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 231674 0 0 0 64147 82 0 0 25 0 4 0 669755093 1972219904 381878 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=1925996 CPUtime=642.31 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 897737 0 0 0 64086 145 0 0 25 0 4 0 669755093 1972219904 381878 33554432000 4194304 4625164 140734277220992 18446744073709551615 4547807 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2561.01
Current children cumulated vsize (KiB) 1925996

[startup+702.301 s]
/proc/loadavg: 8.16 7.97 7.82 9/405 2159
/proc/meminfo: memFree=10138220/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=1926260 CPUtime=2800.24 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 1896859 0 0 0 279621 403 0 0 25 0 4 0 669755092 1972490240 391127 33554432000 4194304 4625164 140734277220992 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 481565 391127 343 106 0 477068 0
[pid=2125/tid=2126] ppid=2123 vsize=1926260 CPUtime=702.29 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 204028 0 0 0 70143 86 0 0 25 0 4 0 669755093 1972490240 391127 33554432000 4194304 4625164 140734277220992 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=1926260 CPUtime=702.3 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 235473 0 0 0 70145 85 0 0 25 0 4 0 669755093 1972490240 391127 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=1926260 CPUtime=702.31 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 1158911 0 0 0 70044 187 0 0 25 0 4 0 669755093 1972490240 391127 33554432000 4194304 4625164 140734277220992 18446744073709551615 4547807 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2800.24
Current children cumulated vsize (KiB) 1926260

[startup+762.301 s]
/proc/loadavg: 8.21 8.02 7.84 10/405 2160
/proc/meminfo: memFree=9952396/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=2114584 CPUtime=3039.47 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 2280795 0 0 0 303479 468 0 0 25 0 4 0 669755092 2165334016 405993 33554432000 4194304 4625164 140734277220992 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 528646 405993 346 106 0 524149 0
[pid=2125/tid=2126] ppid=2123 vsize=2114584 CPUtime=762.3 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 204160 0 0 0 76144 86 0 0 25 0 4 0 669755093 2165334016 406502 33554432000 4194304 4625164 140734277220992 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=2114584 CPUtime=762.31 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 305399 0 0 0 76134 97 0 0 25 0 4 0 669755093 2165334016 406502 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=2114584 CPUtime=762.32 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 1470180 0 0 0 75993 239 0 0 25 0 4 0 669755093 2165334016 406502 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3039.47
Current children cumulated vsize (KiB) 2114584

[startup+822.301 s]
/proc/loadavg: 8.17 8.04 7.86 9/405 2162
/proc/meminfo: memFree=9856380/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=2114848 CPUtime=3278.68 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 2547701 0 0 0 327353 515 0 0 25 0 4 0 669755092 2165604352 415162 33554432000 4194304 4625164 140734277220992 18446744073709551615 4393094 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 528712 415162 343 106 0 524215 0
[pid=2125/tid=2126] ppid=2123 vsize=2114848 CPUtime=822.29 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 204346 0 0 0 82143 86 0 0 25 0 4 0 669755093 2165604352 415162 33554432000 4194304 4625164 140734277220992 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=2114848 CPUtime=822.3 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 310142 0 0 0 82127 103 0 0 25 0 4 0 669755093 2165604352 415162 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=2114848 CPUtime=822.31 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 1729087 0 0 0 81952 279 0 0 25 0 4 0 669755093 2165604352 415162 33554432000 4194304 4625164 140734277220992 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3278.68
Current children cumulated vsize (KiB) 2114848

[startup+882.316 s]
/proc/loadavg: 8.14 8.06 7.87 10/405 2163
/proc/meminfo: memFree=9757992/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=2114980 CPUtime=3517.96 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 2886759 0 0 0 351224 572 0 0 25 0 4 0 669755092 2165739520 425026 33554432000 4194304 4625164 140734277220992 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 528745 425026 343 106 0 524248 0
[pid=2125/tid=2126] ppid=2123 vsize=2114980 CPUtime=882.31 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 204461 0 0 0 88145 86 0 0 25 0 4 0 669755093 2165739520 425026 33554432000 4194304 4625164 140734277220992 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=2114980 CPUtime=882.32 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 314769 0 0 0 88127 105 0 0 25 0 4 0 669755093 2165739520 425026 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=2114980 CPUtime=882.33 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 2060417 0 0 0 87900 333 0 0 25 0 4 0 669755093 2165739520 425026 33554432000 4194304 4625164 140734277220992 18446744073709551615 4547836 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3517.96
Current children cumulated vsize (KiB) 2114980

[startup+942.3 s]
/proc/loadavg: 8.12 8.08 7.89 9/405 2165
/proc/meminfo: memFree=9682928/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=2195612 CPUtime=3757.13 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 3022928 0 0 0 375117 596 0 0 25 0 4 0 669755092 2248306688 437040 33554432000 4194304 4625164 140734277220992 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 548903 437040 361 106 0 544406 0
[pid=2125/tid=2126] ppid=2123 vsize=2195612 CPUtime=942.3 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 204566 0 0 0 94143 87 0 0 25 0 4 0 669755093 2248306688 437040 33554432000 4194304 4625164 140734277220992 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=2195612 CPUtime=942.3 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 318176 0 0 0 94122 108 0 0 25 0 4 0 669755093 2248306688 437040 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351894 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=2195612 CPUtime=942.31 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 2189888 0 0 0 93878 353 0 0 25 0 4 0 669755093 2248306688 437040 33554432000 4194304 4625164 140734277220992 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3757.13
Current children cumulated vsize (KiB) 2195612

[startup+1002.3 s]
/proc/loadavg: 8.14 8.09 7.91 10/405 2167
/proc/meminfo: memFree=9576008/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=2250024 CPUtime=3996.34 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 3356650 0 0 0 398980 654 0 0 25 0 4 0 669755092 2304024576 446954 33554432000 4194304 4625164 140734277220992 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 562506 446954 350 106 0 558009 0
[pid=2125/tid=2126] ppid=2123 vsize=2250024 CPUtime=1002.3 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 204628 0 0 0 100143 87 0 0 25 0 4 0 669755093 2304024576 446954 33554432000 4194304 4625164 140734277220992 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=2250024 CPUtime=1002.3 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 322197 0 0 0 100118 112 0 0 25 0 4 0 669755093 2304024576 446954 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=2250024 CPUtime=1002.31 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 2488187 0 0 0 99829 402 0 0 25 0 4 0 669755093 2304024576 446954 33554432000 4194304 4625164 140734277220992 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3996.34
Current children cumulated vsize (KiB) 2250024

[startup+1062.3 s]
/proc/loadavg: 8.24 8.12 7.92 11/405 2168
/proc/meminfo: memFree=9508248/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=2250024 CPUtime=4235.55 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 3650159 0 0 0 422851 704 0 0 25 0 4 0 669755092 2304024576 452019 33554432000 4194304 4625164 140734277220992 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 562506 452019 344 106 0 558009 0
[pid=2125/tid=2126] ppid=2123 vsize=2250024 CPUtime=1062.31 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 204883 0 0 0 106144 87 0 0 25 0 4 0 669755093 2304024576 452019 33554432000 4194304 4625164 140734277220992 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=2250024 CPUtime=1062.31 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 323152 0 0 0 106117 114 0 0 25 0 4 0 669755093 2304024576 452019 33554432000 4194304 4625164 140734277220992 18446744073709551615 4330958 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=2250024 CPUtime=1062.31 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 2778089 0 0 0 105781 450 0 0 25 0 4 0 669755093 2304024576 452019 33554432000 4194304 4625164 140734277220992 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4235.55
Current children cumulated vsize (KiB) 2250024

[startup+1122.3 s]
/proc/loadavg: 8.19 8.12 7.93 9/405 2170
/proc/meminfo: memFree=9439244/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=2298028 CPUtime=4474.75 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 3909672 0 0 0 446724 751 0 0 25 0 4 0 669755092 2353180672 461991 33554432000 4194304 4625164 140734277220992 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 574507 461991 343 106 0 570010 0
[pid=2125/tid=2126] ppid=2123 vsize=2298028 CPUtime=1122.31 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 204970 0 0 0 112144 87 0 0 25 0 4 0 669755093 2353180672 461991 33554432000 4194304 4625164 140734277220992 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=2298028 CPUtime=1122.31 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 329618 0 0 0 112117 114 0 0 25 0 4 0 669755093 2353180672 461991 33554432000 4194304 4625164 140734277220992 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=2298028 CPUtime=1122.32 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 3029191 0 0 0 111736 496 0 0 25 0 4 0 669755093 2353180672 461991 33554432000 4194304 4625164 140734277220992 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4474.75
Current children cumulated vsize (KiB) 2298028

[startup+1182.3 s]
/proc/loadavg: 8.15 8.13 7.95 10/405 2171
/proc/meminfo: memFree=9358108/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=2454428 CPUtime=4713.95 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 4275913 0 0 0 470586 809 0 0 25 0 4 0 669755092 2513334272 476387 33554432000 4194304 4625164 140734277220992 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 613607 476387 369 106 0 609110 0
[pid=2125/tid=2126] ppid=2123 vsize=2454428 CPUtime=1182.31 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 205005 0 0 0 118144 87 0 0 25 0 4 0 669755093 2513334272 476387 33554432000 4194304 4625164 140734277220992 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=2454428 CPUtime=1182.31 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 329663 0 0 0 118117 114 0 0 25 0 4 0 669755093 2513334272 476387 33554432000 4194304 4625164 140734277220992 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=2454428 CPUtime=1182.32 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 3305905 0 0 0 117690 542 0 0 25 0 4 0 669755093 2513334272 476387 33554432000 4194304 4625164 140734277220992 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4713.95
Current children cumulated vsize (KiB) 2454428



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.10 8.12 7.95 9/405 2172
/proc/meminfo: memFree=9336124/32950928 swapFree=57376972/67111528
[pid=2125] ppid=2123 vsize=2454428 CPUtime=4800.07 cores=0,2,4,6
/proc/2125/stat : 2125 (SArTagnan) R 2123 2125 1658 0 -1 4202496 4357499 0 0 0 479182 825 0 0 25 0 4 0 669755092 2513334272 478323 33554432000 4194304 4625164 140734277220992 18446744073709551615 4511948 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/2125/statm: 613607 478323 354 106 0 609110 0
[pid=2125/tid=2126] ppid=2123 vsize=2454428 CPUtime=1203.93 cores=0,2,4,6
/proc/2125/task/2126/stat : 2126 (SArTagnan) R 2123 2125 1658 0 -1 4202560 205012 0 0 0 120306 87 0 0 25 0 4 0 669755093 2513334272 478336 33554432000 4194304 4625164 140734277220992 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2125/tid=2127] ppid=2123 vsize=2454428 CPUtime=1203.93 cores=0,2,4,6
/proc/2125/task/2127/stat : 2127 (SArTagnan) R 2123 2125 1658 0 -1 4202560 330055 0 0 0 120279 114 0 0 25 0 4 0 669755093 2513334272 478336 33554432000 4194304 4625164 140734277220992 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2125/tid=2128] ppid=2123 vsize=2454428 CPUtime=1203.93 cores=0,2,4,6
/proc/2125/task/2128/stat : 2128 (SArTagnan) R 2123 2125 1658 0 -1 4202560 3386835 0 0 0 119835 558 0 0 25 0 4 0 669755093 2513334272 478336 33554432000 4194304 4625164 140734277220992 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 2454428

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): 1204.01
CPU time (s): 4800.22
CPU user time (s): 4791.87
CPU system time (s): 8.34373
CPU usage (%): 398.686
Max. virtual memory (cumulated for all children) (KiB): 2766392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.87
system time used= 8.34373
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4357514
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= 1067
involuntary context switches= 31838

runsolver used 4.41833 second user time and 11.2623 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-16 23:32:34
IDJOB=3385896
IDBENCH=83223
IDSOLVER=1871
FILE ID=node127/3385896-1305581554
RUNJOBID= node127-1305581554-2113
PBS_JOBID= 13350216
Free space on /tmp= 73384 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-16-16-unsat.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385896-1305581554/watcher-3385896-1305581554 -o /tmp/evaluation-result-3385896-1305581554/solver-3385896-1305581554 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385896-1305581554.cnf -threads=4

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

MD5SUM BENCH= c07743bac800f91e403382f26717b1d0
RANDOM SEED=1542639244

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12628244 kB
Buffers:         83236 kB
Cached:         469144 kB
SwapCached:     117904 kB
Active:        5550236 kB
Inactive:     14552172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12628244 kB
SwapTotal:    67111528 kB
SwapFree:     57376972 kB
Dirty:             404 kB
Writeback:           0 kB
AnonPages:    19437920 kB
Mapped:          26052 kB
Slab:            72124 kB
PageTables:      81036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84608248 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= 73384 MiB
End job on node127 at 2011-05-16 23:52:40