Trace number 3251090

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.36 1202.11

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
MD5SUMbfa662ff57088c54e0febd091ce11e5c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.39763
Satisfiable
(Un)Satisfiability was proved
Number of variables1985
Number of clauses409171
Sum of the clauses size820237
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2409126
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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-3251090-1304120710/watcher-3251090-1304120710 -o /tmp/evaluation-result-3251090-1304120710/solver-3251090-1304120710 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3251090-1304120710.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: 8.21 8.03 7.36 3/177 22416
/proc/meminfo: memFree=30576832/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=28480 CPUtime=0 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 564 0 0 0 0 0 0 0 25 0 1 0 523673386 29163520 478 33554432000 4194304 4623224 140737328315008 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22416/statm: 7120 478 297 105 0 2624 0

[startup+0.0659549 s]
/proc/loadavg: 8.21 8.03 7.36 3/177 22416
/proc/meminfo: memFree=30576832/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=36656 CPUtime=0.05 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 3246 0 0 0 5 0 0 0 25 0 1 0 523673386 37535744 1585 33554432000 4194304 4623224 140737328315008 18446744073709551615 212435714517 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/22416/statm: 9164 1604 297 105 0 4668 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 36656

[startup+0.10095 s]
/proc/loadavg: 8.21 8.03 7.36 3/177 22416
/proc/meminfo: memFree=30576832/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=58920 CPUtime=0.09 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 7805 0 0 0 8 1 0 0 25 0 2 0 523673386 60334080 5306 33554432000 4194304 4623224 140737328315008 18446744073709551615 212436073457 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/22416/statm: 17291 5308 302 105 0 12795 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 58920

[startup+0.30082 s]
/proc/loadavg: 8.21 8.03 7.36 3/177 22416
/proc/meminfo: memFree=30576832/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=284996 CPUtime=0.88 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 13698 0 0 0 86 2 0 0 25 0 4 0 523673386 291835904 10392 33554432000 4194304 4623224 140737328315008 18446744073709551615 4510604 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 71249 10392 345 105 0 66753 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 284996

[startup+0.700745 s]
/proc/loadavg: 8.21 8.03 7.36 3/177 22416
/proc/meminfo: memFree=30576832/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=287644 CPUtime=2.48 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 16036 0 0 0 246 2 0 0 25 0 4 0 523673386 294547456 12687 33554432000 4194304 4623224 140737328315008 18446744073709551615 4510133 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 71911 12687 346 105 0 67415 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 287644

[startup+1.50059 s]
/proc/loadavg: 8.21 8.03 7.36 10/184 22423
/proc/meminfo: memFree=30388428/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=297544 CPUtime=5.68 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 22992 0 0 0 564 4 0 0 25 0 4 0 523673386 304685056 16133 33554432000 4194304 4623224 140737328315008 18446744073709551615 4519766 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 74386 16133 345 105 0 69890 0
[pid=22416/tid=22418] ppid=22414 vsize=297544 CPUtime=1.39 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 1792 0 0 0 139 0 0 0 25 0 4 0 523673396 304685056 16133 33554432000 4194304 4623224 140737328315008 18446744073709551615 4289685 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=297544 CPUtime=1.39 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 3415 0 0 0 138 1 0 0 25 0 4 0 523673396 304685056 16133 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376835 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=297544 CPUtime=1.39 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 1534 0 0 0 139 0 0 0 25 0 4 0 523673396 304685056 16133 33554432000 4194304 4623224 140737328315008 18446744073709551615 4364232 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) 297544

[startup+3.10029 s]
/proc/loadavg: 8.21 8.03 7.36 10/184 22423
/proc/meminfo: memFree=30347880/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=303096 CPUtime=12.07 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 29574 0 0 0 1201 6 0 0 25 0 4 0 523673386 310370304 22113 33554432000 4194304 4623224 140737328315008 18446744073709551615 4519725 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 75774 22113 395 105 0 71278 0
[pid=22416/tid=22418] ppid=22414 vsize=303096 CPUtime=2.99 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 4335 0 0 0 298 1 0 0 25 0 4 0 523673396 310370304 22113 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376858 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=303096 CPUtime=2.98 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 5920 0 0 0 297 1 0 0 25 0 4 0 523673396 310370304 22113 33554432000 4194304 4623224 140737328315008 18446744073709551615 4354994 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=303096 CPUtime=2.98 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 2677 0 0 0 298 0 0 0 25 0 4 0 523673396 310370304 22113 33554432000 4194304 4623224 140737328315008 18446744073709551615 4577522 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 303096

[startup+6.30068 s]
/proc/loadavg: 8.20 8.03 7.36 10/184 22423
/proc/meminfo: memFree=30247816/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=311684 CPUtime=24.85 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 38327 0 0 0 2477 8 0 0 25 0 4 0 523673386 319164416 28992 33554432000 4194304 4623224 140737328315008 18446744073709551615 4510023 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 77921 28992 399 105 0 73425 0
[pid=22416/tid=22418] ppid=22414 vsize=311684 CPUtime=6.19 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 6626 0 0 0 618 1 0 0 25 0 4 0 523673396 319164416 28992 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376862 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=311684 CPUtime=6.16 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 9207 0 0 0 614 2 0 0 25 0 4 0 523673396 319164416 28992 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376875 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=311684 CPUtime=6.18 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 4852 0 0 0 617 1 0 0 25 0 4 0 523673396 319164416 28992 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376883 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.85
Current children cumulated vsize (KiB) 311684

[startup+12.7005 s]
/proc/loadavg: 8.18 8.03 7.36 9/184 22423
/proc/meminfo: memFree=30124220/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=339660 CPUtime=50.42 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 91245 0 0 0 5025 17 0 0 25 0 4 0 523673386 347811840 38911 33554432000 4194304 4623224 140737328315008 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 84915 38911 441 105 0 80419 0
[pid=22416/tid=22418] ppid=22414 vsize=339660 CPUtime=12.59 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 11674 0 0 0 1257 2 0 0 25 0 4 0 523673396 347811840 38911 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=339660 CPUtime=12.53 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 16566 0 0 0 1249 4 0 0 25 0 4 0 523673396 347811840 38911 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=339660 CPUtime=12.58 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 45077 0 0 0 1251 7 0 0 25 0 4 0 523673396 347811840 38911 33554432000 4194304 4623224 140737328315008 18446744073709551615 4544888 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) 339660

[startup+25.501 s]
/proc/loadavg: 8.14 8.03 7.37 9/184 22424
/proc/meminfo: memFree=29863192/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=390732 CPUtime=101.55 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 187535 0 0 0 10124 31 0 0 25 0 4 0 523673386 400109568 58505 33554432000 4194304 4623224 140737328315008 18446744073709551615 4415014 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 97683 58505 358 105 0 93187 0
[pid=22416/tid=22418] ppid=22414 vsize=390732 CPUtime=25.39 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 26142 0 0 0 2534 5 0 0 25 0 4 0 523673396 400109568 58505 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=390732 CPUtime=25.25 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 25253 0 0 0 2520 5 0 0 25 0 4 0 523673396 400109568 58505 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=390732 CPUtime=25.38 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 112958 0 0 0 2522 16 0 0 25 0 4 0 523673396 400109568 58505 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376666 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) 390732

[startup+51.1012 s]
/proc/loadavg: 8.09 8.02 7.39 9/184 22424
/proc/meminfo: memFree=29287928/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=572236 CPUtime=203.8 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 487004 0 0 0 20298 82 0 0 25 0 4 0 523673386 585969664 96677 33554432000 4194304 4623224 140737328315008 18446744073709551615 4510358 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 143059 96677 364 105 0 138563 0
[pid=22416/tid=22418] ppid=22414 vsize=572236 CPUtime=50.98 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 41555 0 0 0 5087 11 0 0 25 0 4 0 523673396 585969664 96677 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=572236 CPUtime=50.72 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 39288 0 0 0 5061 11 0 0 25 0 4 0 523673396 585969664 96677 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=572236 CPUtime=50.98 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 332900 0 0 0 5050 48 0 0 25 0 4 0 523673396 585969664 96677 33554432000 4194304 4623224 140737328315008 18446744073709551615 4354515 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 572236

[startup+102.306 s]
/proc/loadavg: 8.07 8.03 7.42 9/184 22426
/proc/meminfo: memFree=28770448/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=857804 CPUtime=408.34 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 835795 0 0 0 40696 138 0 0 25 0 4 0 523673386 878391296 156929 33554432000 4194304 4623224 140737328315008 18446744073709551615 4415005 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 214451 156929 420 105 0 209955 0
[pid=22416/tid=22418] ppid=22414 vsize=857804 CPUtime=102.18 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 65043 0 0 0 10200 18 0 0 25 0 4 0 523673396 878391296 156929 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=857804 CPUtime=101.64 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 55906 0 0 0 10149 15 0 0 25 0 4 0 523673396 878391296 156929 33554432000 4194304 4623224 140737328315008 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=857804 CPUtime=102.18 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 555009 0 0 0 10137 81 0 0 25 0 4 0 523673396 878391296 156929 33554432000 4194304 4623224 140737328315008 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.34
Current children cumulated vsize (KiB) 857804

[startup+162.301 s]
/proc/loadavg: 8.07 8.04 7.46 9/184 22427
/proc/meminfo: memFree=28289048/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=1148624 CPUtime=647.97 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 1315805 0 0 0 64586 211 0 0 25 0 4 0 523673386 1176190976 222473 33554432000 4194304 4623224 140737328315008 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 287156 222473 628 105 0 282660 0
[pid=22416/tid=22418] ppid=22414 vsize=1148624 CPUtime=162.17 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 90751 0 0 0 16191 26 0 0 25 0 4 0 523673396 1176190976 222473 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=1148624 CPUtime=161.32 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 87493 0 0 0 16110 22 0 0 25 0 4 0 523673396 1176190976 222473 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=1148624 CPUtime=162.17 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 882842 0 0 0 16089 128 0 0 25 0 4 0 523673396 1176190976 222473 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 647.97
Current children cumulated vsize (KiB) 1148624

[startup+222.301 s]
/proc/loadavg: 8.13 8.06 7.50 9/184 22429
/proc/meminfo: memFree=27993040/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=1386036 CPUtime=887.62 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 1616261 0 0 0 88502 260 0 0 25 0 4 0 523673386 1419300864 268803 33554432000 4194304 4623224 140737328315008 18446744073709551615 4414955 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 346509 268803 530 105 0 342013 0
[pid=22416/tid=22418] ppid=22414 vsize=1386036 CPUtime=222.15 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 100835 0 0 0 22185 30 0 0 25 0 4 0 523673396 1419300864 268803 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=1386036 CPUtime=220.97 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 94819 0 0 0 22071 26 0 0 25 0 4 0 523673396 1419300864 268803 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=1386036 CPUtime=222.17 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 1067976 0 0 0 22061 156 0 0 25 0 4 0 523673396 1419300864 268803 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376766 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 887.62
Current children cumulated vsize (KiB) 1386036

[startup+282.3 s]

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

[pid=22416] ppid=22414 vsize=2011752 CPUtime=2565.34 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 5327051 0 0 0 255663 871 0 0 25 0 4 0 523673386 2060034048 402494 33554432000 4194304 4623224 140737328315008 18446744073709551615 4510123 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 502938 402494 372 105 0 498442 0
[pid=22416/tid=22418] ppid=22414 vsize=2011752 CPUtime=642.14 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 110650 0 0 0 64180 34 0 0 25 0 4 0 523673396 2060034048 402494 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357400 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=2011752 CPUtime=638.69 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 176021 0 0 0 63822 47 0 0 25 0 4 0 523673396 2060034048 402494 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=2011752 CPUtime=642.18 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 4412925 0 0 0 63520 698 0 0 25 0 4 0 523673396 2060034048 402494 33554432000 4194304 4623224 140737328315008 18446744073709551615 4544773 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.34
Current children cumulated vsize (KiB) 2011752

[startup+702.3 s]
/proc/loadavg: 8.01 8.06 7.72 10/184 22442
/proc/meminfo: memFree=26212664/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=2077288 CPUtime=2804.99 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 5805381 0 0 0 279547 952 0 0 25 0 4 0 523673386 2127142912 410830 33554432000 4194304 4623224 140737328315008 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 519322 410830 364 105 0 514826 0
[pid=22416/tid=22418] ppid=22414 vsize=2077288 CPUtime=702.13 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 110731 0 0 0 70179 34 0 0 25 0 4 0 523673396 2127142912 410830 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=2077288 CPUtime=698.36 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 176292 0 0 0 69789 47 0 0 25 0 4 0 523673396 2127142912 410831 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=2077288 CPUtime=702.16 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 4886464 0 0 0 69439 777 0 0 25 0 4 0 523673396 2127142912 410831 33554432000 4194304 4623224 140737328315008 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2804.99
Current children cumulated vsize (KiB) 2077288

[startup+762.307 s]
/proc/loadavg: 8.00 8.04 7.73 10/184 22443
/proc/meminfo: memFree=26172832/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=2077288 CPUtime=3044.69 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 6250903 0 0 0 303442 1027 0 0 25 0 4 0 523673386 2127142912 419744 33554432000 4194304 4623224 140737328315008 18446744073709551615 4414984 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 519322 419744 358 105 0 514826 0
[pid=22416/tid=22418] ppid=22414 vsize=2077288 CPUtime=762.13 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 110812 0 0 0 76179 34 0 0 25 0 4 0 523673396 2127142912 419744 33554432000 4194304 4623224 140737328315008 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=2077288 CPUtime=758.03 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 176625 0 0 0 75756 47 0 0 25 0 4 0 523673396 2127142912 419744 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=2077288 CPUtime=762.18 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 5326426 0 0 0 75367 851 0 0 25 0 4 0 523673396 2127142912 419744 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3044.69
Current children cumulated vsize (KiB) 2077288

[startup+822.301 s]
/proc/loadavg: 8.10 8.06 7.75 9/184 22445
/proc/meminfo: memFree=26132252/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=2077288 CPUtime=3284.34 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 6708608 0 0 0 327330 1104 0 0 25 0 4 0 523673386 2127142912 427273 33554432000 4194304 4623224 140737328315008 18446744073709551615 4414978 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 519322 427273 354 105 0 514826 0
[pid=22416/tid=22418] ppid=22414 vsize=2077288 CPUtime=822.12 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 110895 0 0 0 82178 34 0 0 25 0 4 0 523673396 2127142912 427273 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=2077288 CPUtime=817.71 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 176910 0 0 0 81723 48 0 0 25 0 4 0 523673396 2127142912 427273 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=2077288 CPUtime=822.17 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 5778861 0 0 0 81291 926 0 0 25 0 4 0 523673396 2127142912 427273 33554432000 4194304 4623224 140737328315008 18446744073709551615 4544928 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.34
Current children cumulated vsize (KiB) 2077288

[startup+882.301 s]
/proc/loadavg: 8.11 8.08 7.78 9/184 22447
/proc/meminfo: memFree=26102836/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=2077288 CPUtime=3524.01 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 7129788 0 0 0 351227 1174 0 0 25 0 4 0 523673386 2127142912 433412 33554432000 4194304 4623224 140737328315008 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 519322 433412 350 105 0 514826 0
[pid=22416/tid=22418] ppid=22414 vsize=2077288 CPUtime=882.12 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 110992 0 0 0 88178 34 0 0 25 0 4 0 523673396 2127142912 433412 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357413 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=2077288 CPUtime=877.38 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 177296 0 0 0 87690 48 0 0 25 0 4 0 523673396 2127142912 433412 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=2077288 CPUtime=882.17 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 6195841 0 0 0 87222 995 0 0 25 0 4 0 523673396 2127142912 433413 33554432000 4194304 4623224 140737328315008 18446744073709551615 212435678241 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.01
Current children cumulated vsize (KiB) 2077288

[startup+942.301 s]
/proc/loadavg: 8.13 8.09 7.80 9/184 22448
/proc/meminfo: memFree=26049352/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=2097628 CPUtime=3763.69 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 7574831 0 0 0 375117 1252 0 0 25 0 4 0 523673386 2147971072 444494 33554432000 4194304 4623224 140737328315008 18446744073709551615 4355942 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 524407 444494 342 105 0 519911 0
[pid=22416/tid=22418] ppid=22414 vsize=2097628 CPUtime=942.11 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 111084 0 0 0 94177 34 0 0 25 0 4 0 523673396 2147971072 444494 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=2097628 CPUtime=937.05 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 177582 0 0 0 93657 48 0 0 25 0 4 0 523673396 2147971072 444494 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=2097628 CPUtime=942.17 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 6633816 0 0 0 93146 1071 0 0 25 0 4 0 523673396 2147971072 444494 33554432000 4194304 4623224 140737328315008 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3763.69
Current children cumulated vsize (KiB) 2097628

[startup+1002.3 s]
/proc/loadavg: 8.08 8.08 7.82 9/184 22459
/proc/meminfo: memFree=26017160/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=2163164 CPUtime=4003.36 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 8012785 0 0 0 399009 1327 0 0 25 0 4 0 523673386 2215079936 450486 33554432000 4194304 4623224 140737328315008 18446744073709551615 4510034 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 540791 450486 342 105 0 536295 0
[pid=22416/tid=22418] ppid=22414 vsize=2163164 CPUtime=1002.11 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 111156 0 0 0 100177 34 0 0 25 0 4 0 523673396 2215079936 450486 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=2163164 CPUtime=996.73 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 177780 0 0 0 99624 49 0 0 25 0 4 0 523673396 2215079936 450486 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=2163164 CPUtime=1002.17 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 7068071 0 0 0 99073 1144 0 0 25 0 4 0 523673396 2215079936 450486 33554432000 4194304 4623224 140737328315008 18446744073709551615 4364027 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.36
Current children cumulated vsize (KiB) 2163164

[startup+1062.3 s]
/proc/loadavg: 8.07 8.08 7.83 9/184 22460
/proc/meminfo: memFree=25727348/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=2496932 CPUtime=4243.02 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 8647466 0 0 0 422875 1427 0 0 25 0 4 0 523673386 2556858368 480926 33554432000 4194304 4623224 140737328315008 18446744073709551615 4415005 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 624233 480926 342 105 0 619737 0
[pid=22416/tid=22418] ppid=22414 vsize=2496932 CPUtime=1062.1 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 111242 0 0 0 106176 34 0 0 25 0 4 0 523673396 2556858368 480926 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=2496932 CPUtime=1056.41 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 178046 0 0 0 105592 49 0 0 25 0 4 0 523673396 2556858368 480926 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=2496932 CPUtime=1062.16 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 7511326 0 0 0 105000 1216 0 0 25 0 4 0 523673396 2556858368 480926 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376844 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.02
Current children cumulated vsize (KiB) 2496932

[startup+1122.3 s]
/proc/loadavg: 8.41 8.17 7.87 10/185 22465
/proc/meminfo: memFree=25240224/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=2496932 CPUtime=4482.19 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 9053625 0 0 0 446722 1497 0 0 25 0 4 0 523673386 2556858368 486592 33554432000 4194304 4623224 140737328315008 18446744073709551615 4415031 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 624233 486592 342 105 0 619737 0
[pid=22416/tid=22418] ppid=22414 vsize=2496932 CPUtime=1122.1 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 111906 0 0 0 112175 35 0 0 25 0 4 0 523673396 2556858368 486592 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=2496932 CPUtime=1115.75 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 178267 0 0 0 111526 49 0 0 25 0 4 0 523673396 2556858368 486592 33554432000 4194304 4623224 140737328315008 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=2496932 CPUtime=1122.14 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 7913777 0 0 0 110932 1282 0 0 25 0 4 0 523673396 2556858368 486592 33554432000 4194304 4623224 140737328315008 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4482.19
Current children cumulated vsize (KiB) 2496932

[startup+1182.3 s]
/proc/loadavg: 8.20 8.15 7.88 9/184 22467
/proc/meminfo: memFree=25055100/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=2496932 CPUtime=4721.53 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 9517782 0 0 0 470578 1575 0 0 25 0 4 0 523673386 2556858368 492818 33554432000 4194304 4623224 140737328315008 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 624233 492818 344 105 0 619737 0
[pid=22416/tid=22418] ppid=22414 vsize=2496932 CPUtime=1182.1 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 112124 0 0 0 118175 35 0 0 25 0 4 0 523673396 2556858368 492818 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=2496932 CPUtime=1175.09 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 178665 0 0 0 117460 49 0 0 25 0 4 0 523673396 2556858368 492818 33554432000 4194304 4623224 140737328315008 18446744073709551615 4486198 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=2496932 CPUtime=1182.14 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 8374485 0 0 0 116855 1359 0 0 25 0 4 0 523673396 2556858368 492818 33554432000 4194304 4623224 140737328315008 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4721.53
Current children cumulated vsize (KiB) 2496932



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202 s]
/proc/loadavg: 7.89 8.09 7.87 5/180 22468
/proc/meminfo: memFree=28597556/32951124 swapFree=67111416/67111528
[pid=22416] ppid=22414 vsize=2496932 CPUtime=4800.23 cores=0,2,4,6
/proc/22416/stat : 22416 (SArTagnan) R 22414 22416 22284 0 -1 4202496 9657808 0 0 0 478426 1597 0 0 25 0 4 0 523673386 2556858368 494845 33554432000 4194304 4623224 140737328315008 18446744073709551615 4355951 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/22416/statm: 624233 494845 342 105 0 619737 0
[pid=22416/tid=22418] ppid=22414 vsize=2496932 CPUtime=1201.81 cores=0,2,4,6
/proc/22416/task/22418/stat : 22418 (SArTagnan) R 22414 22416 22284 0 -1 4202560 112201 0 0 0 120145 36 0 0 25 0 4 0 523673396 2556858368 494845 33554432000 4194304 4623224 140737328315008 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=22416/tid=22419] ppid=22414 vsize=2496932 CPUtime=1194.68 cores=0,2,4,6
/proc/22416/task/22419/stat : 22419 (SArTagnan) R 22414 22416 22284 0 -1 4202560 178799 0 0 0 119419 49 0 0 25 0 4 0 523673396 2556858368 494845 33554432000 4194304 4623224 140737328315008 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=22416/tid=22420] ppid=22414 vsize=2496932 CPUtime=1201.85 cores=0,2,4,6
/proc/22416/task/22420/stat : 22420 (SArTagnan) R 22414 22416 22284 0 -1 4202560 8514104 0 0 0 118803 1382 0 0 25 0 4 0 523673396 2556858368 494845 33554432000 4194304 4623224 140737328315008 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.23
Current children cumulated vsize (KiB) 2496932

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.11
CPU time (s): 4800.36
CPU user time (s): 4784.29
CPU system time (s): 16.0766
CPU usage (%): 399.328
Max. virtual memory (cumulated for all children) (KiB): 3156732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4784.29
system time used= 16.0766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9657808
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= 1502
involuntary context switches= 35032

runsolver used 1.86672 second user time and 4.69829 second system time

The end

Launcher Data

Begin job on node102 at 2011-04-30 01:45:10
IDJOB=3251090
IDBENCH=88209
IDSOLVER=1656
FILE ID=node102/3251090-1304120710
RUNJOBID= node102-1304119506-22302
PBS_JOBID= 13170726
Free space on /tmp= 71544 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q742.5-n45-p15-s28972035.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251090-1304120710/watcher-3251090-1304120710 -o /tmp/evaluation-result-3251090-1304120710/solver-3251090-1304120710 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3251090-1304120710.cnf -threads=4

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

MD5SUM BENCH= bfa662ff57088c54e0febd091ce11e5c
RANDOM SEED=1748969372

node102.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30576988 kB
Buffers:        604924 kB
Cached:        1284220 kB
SwapCached:          0 kB
Active:         162944 kB
Inactive:      1795508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30576988 kB
SwapTotal:    67111528 kB
SwapFree:     67111416 kB
Dirty:           18712 kB
Writeback:           0 kB
AnonPages:       68420 kB
Mapped:          14932 kB
Slab:           351984 kB
PageTables:       4636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   239800 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= 71556 MiB
End job on node102 at 2011-04-30 02:05:14