Trace number 3385996

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) 3880.1 1300.06

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2.cnf
MD5SUMa5bb71bc1d85a401ce9f42ed1404d63e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.524
Satisfiable
(Un)Satisfiability was proved
Number of variables387
Number of clauses62656
Sum of the clauses size362132
Maximum clause length24
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21453
Number of clauses of size 30
Number of clauses of size 41977
Number of clauses of size 53842
Number of clauses of size over 555320

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

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

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


[startup+0 s]
/proc/loadavg: 9.17 8.61 5.72 6/502 23127
/proc/meminfo: memFree=23012308/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=22828 CPUtime=0.01 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 1953 0 0 0 1 0 0 0 25 0 1 0 669397661 23375872 1123 33554432000 4194304 4625164 140737225359824 18446744073709551615 270612771525 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/23127/statm: 5707 1125 296 106 0 1210 0

[startup+0.053338 s]
/proc/loadavg: 9.17 8.61 5.72 6/502 23127
/proc/meminfo: memFree=23012308/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=68504 CPUtime=0.05 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 6730 0 0 0 4 1 0 0 25 0 4 0 669397661 70148096 4364 33554432000 4194304 4625164 140737225359824 18446744073709551615 46993821181874 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23127/statm: 17126 4364 307 106 0 12629 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 68504

[startup+0.157957 s]
/proc/loadavg: 9.17 8.61 5.72 6/502 23127
/proc/meminfo: memFree=23012308/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=275744 CPUtime=2.29 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 20812 0 0 0 226 3 0 0 25 0 4 0 669397661 282361856 7610 33554432000 4194304 4625164 140737225359824 18446744073709551615 4392925 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23127/statm: 68936 7610 342 106 0 64439 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 275744

[startup+0.8472 s]
/proc/loadavg: 9.17 8.61 5.72 6/502 23127
/proc/meminfo: memFree=23012308/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=275744 CPUtime=2.42 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 21222 0 0 0 239 3 0 0 25 0 4 0 669397661 282361856 7697 33554432000 4194304 4625164 140737225359824 18446744073709551615 4511963 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23127/statm: 68936 7697 343 106 0 64439 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 275744

[startup+0.900191 s]
/proc/loadavg: 9.17 8.61 5.72 6/502 23127
/proc/meminfo: memFree=23012308/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=275744 CPUtime=2.58 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 21394 0 0 0 255 3 0 0 25 0 4 0 669397661 282361856 7763 33554432000 4194304 4625164 140737225359824 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23127/statm: 68936 7763 343 106 0 64439 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 275744

[startup+1.50109 s]
/proc/loadavg: 9.17 8.61 5.72 6/502 23127
/proc/meminfo: memFree=23012308/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=277472 CPUtime=4.38 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 26721 0 0 0 434 4 0 0 25 0 4 0 669397661 284131328 8194 33554432000 4194304 4625164 140737225359824 18446744073709551615 4396709 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23127/statm: 69368 8194 347 106 0 64871 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 277472

[startup+3.1008 s]
/proc/loadavg: 9.15 8.62 5.74 10/506 23131
/proc/meminfo: memFree=22974760/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=280420 CPUtime=9.14 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 31949 0 0 0 909 5 0 0 25 0 4 0 669397661 287150080 9289 33554432000 4194304 4625164 140737225359824 18446744073709551615 4512740 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23127/statm: 70105 9289 347 106 0 65608 0
[pid=23127/tid=23129] ppid=23125 vsize=280420 CPUtime=1.62 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 2351 0 0 0 162 0 0 0 25 0 4 0 669397666 287150080 9289 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=280420 CPUtime=3.03 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 3297 0 0 0 303 0 0 0 25 0 4 0 669397666 287150080 9289 33554432000 4194304 4625164 140737225359824 18446744073709551615 4352053 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=280420 CPUtime=2.15 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 18084 0 0 0 212 3 0 0 21 0 4 0 669397666 287150080 9289 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 9.14
Current children cumulated vsize (KiB) 280420

[startup+6.30123 s]
/proc/loadavg: 9.15 8.62 5.74 10/506 23131
/proc/meminfo: memFree=22965172/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=283044 CPUtime=18.68 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 52010 0 0 0 1860 8 0 0 25 0 4 0 669397661 289837056 11136 33554432000 4194304 4625164 140737225359824 18446744073709551615 4512023 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23127/statm: 70761 11136 347 106 0 66264 0
[pid=23127/tid=23129] ppid=23125 vsize=283044 CPUtime=3.34 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 3078 0 0 0 334 0 0 0 25 0 4 0 669397666 289837056 11136 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=283044 CPUtime=6.02 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 5045 0 0 0 601 1 0 0 25 0 4 0 669397666 289837056 11136 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=283044 CPUtime=3.79 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 35561 0 0 0 374 5 0 0 25 0 4 0 669397666 289837056 11136 33554432000 4194304 4625164 140737225359824 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 18.68
Current children cumulated vsize (KiB) 283044

[startup+12.7191 s]
/proc/loadavg: 9.14 8.62 5.76 10/506 23131
/proc/meminfo: memFree=22945580/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=284544 CPUtime=37.81 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 105309 0 0 0 3764 17 0 0 25 0 4 0 669397661 291373056 15706 33554432000 4194304 4625164 140737225359824 18446744073709551615 4512066 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23127/statm: 71136 15706 364 106 0 66639 0
[pid=23127/tid=23129] ppid=23125 vsize=284544 CPUtime=6.98 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 5846 0 0 0 697 1 0 0 24 0 4 0 669397666 291373056 15706 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=284544 CPUtime=12.42 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 6334 0 0 0 1241 1 0 0 25 0 4 0 669397666 291373056 15706 33554432000 4194304 4625164 140737225359824 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=284544 CPUtime=9.44 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 84102 0 0 0 931 13 0 0 25 0 4 0 669397666 291373056 15706 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 37.81
Current children cumulated vsize (KiB) 284544

[startup+25.5008 s]
/proc/loadavg: 9.19 8.66 5.82 10/506 23131
/proc/meminfo: memFree=22921036/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=295820 CPUtime=75.88 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 123215 0 0 0 7566 22 0 0 25 0 4 0 669397661 302919680 21576 33554432000 4194304 4625164 140737225359824 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23127/statm: 73955 21576 407 106 0 69458 0
[pid=23127/tid=23129] ppid=23125 vsize=295820 CPUtime=16.83 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 9956 0 0 0 1680 3 0 0 25 0 4 0 669397666 302919680 21576 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=295820 CPUtime=25.13 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 9726 0 0 0 2511 2 0 0 25 0 4 0 669397666 302919680 21576 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=295820 CPUtime=15.34 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 93329 0 0 0 1520 14 0 0 25 0 4 0 669397666 302919680 21576 33554432000 4194304 4625164 140737225359824 18446744073709551615 4552425 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 75.88
Current children cumulated vsize (KiB) 295820

[startup+51.1003 s]
/proc/loadavg: 9.12 8.68 5.90 10/506 23132
/proc/meminfo: memFree=22859100/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=303820 CPUtime=152.28 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 180462 0 0 0 15196 32 0 0 25 0 4 0 669397661 311111680 31601 33554432000 4194304 4625164 140737225359824 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23127/statm: 75955 31601 523 106 0 71458 0
[pid=23127/tid=23129] ppid=23125 vsize=303820 CPUtime=30.68 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 15676 0 0 0 3063 5 0 0 25 0 4 0 669397666 311111680 31601 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=303820 CPUtime=49.71 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 13808 0 0 0 4968 3 0 0 25 0 4 0 669397666 311111680 31601 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=303820 CPUtime=29.39 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 135431 0 0 0 2918 21 0 0 25 0 4 0 669397666 311111680 31601 33554432000 4194304 4625164 140737225359824 18446744073709551615 4552438 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 152.28
Current children cumulated vsize (KiB) 303820

[startup+102.3 s]
/proc/loadavg: 9.05 8.73 6.06 10/506 23133
/proc/meminfo: memFree=22731104/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=371884 CPUtime=304.98 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 386008 0 0 0 30430 68 0 0 25 0 4 0 669397661 380809216 48946 33554432000 4194304 4625164 140737225359824 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23127/statm: 92971 48946 424 106 0 88474 0
[pid=23127/tid=23129] ppid=23125 vsize=371884 CPUtime=63.09 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 31170 0 0 0 6301 8 0 0 25 0 4 0 669397666 380809216 48946 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=371884 CPUtime=87.01 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 15352 0 0 0 8697 4 0 0 25 0 4 0 669397666 380809216 48946 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=371884 CPUtime=61.69 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 301874 0 0 0 6120 49 0 0 25 0 4 0 669397666 380809216 48946 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 304.98
Current children cumulated vsize (KiB) 371884

[startup+162.32 s]
/proc/loadavg: 9.02 8.78 6.24 10/506 23135
/proc/meminfo: memFree=22594028/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=401028 CPUtime=484.03 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 654572 0 0 0 48292 111 0 0 25 0 4 0 669397661 410652672 64557 33554432000 4194304 4625164 140737225359824 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23127/statm: 100257 64557 513 106 0 95760 0
[pid=23127/tid=23129] ppid=23125 vsize=401028 CPUtime=112.69 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 36808 0 0 0 11259 10 0 0 25 0 4 0 669397666 410652672 64557 33554432000 4194304 4625164 140737225359824 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=401028 CPUtime=126.54 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 20234 0 0 0 12649 5 0 0 25 0 4 0 669397666 410652672 64557 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=401028 CPUtime=91.59 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 543751 0 0 0 9072 87 0 0 25 0 4 0 669397666 410652672 64557 33554432000 4194304 4625164 140737225359824 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 484.03
Current children cumulated vsize (KiB) 401028

[startup+222.301 s]
/proc/loadavg: 9.05 8.83 6.42 10/506 23137
/proc/meminfo: memFree=22480044/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=430360 CPUtime=662.98 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 826217 0 0 0 66159 139 0 0 25 0 4 0 669397661 440688640 72587 33554432000 4194304 4625164 140737225359824 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23127/statm: 107590 72587 513 106 0 103093 0
[pid=23127/tid=23129] ppid=23125 vsize=430360 CPUtime=171.68 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 52903 0 0 0 17154 14 0 0 25 0 4 0 669397666 440688640 72587 33554432000 4194304 4625164 140737225359824 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=430360 CPUtime=156.58 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 20321 0 0 0 15653 5 0 0 25 0 4 0 669397666 440688640 72587 33554432000 4194304 4625164 140737225359824 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=430360 CPUtime=121.52 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 697780 0 0 0 12041 111 0 0 25 0 4 0 669397666 440688640 72587 33554432000 4194304 4625164 140737225359824 18446744073709551615 4291641 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 662.98
Current children cumulated vsize (KiB) 430360

[startup+282.3 s]
/proc/loadavg: 9.05 8.87 6.58 10/506 23138
/proc/meminfo: memFree=22374856/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=438676 CPUtime=841.97 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 1076820 0 0 0 84015 182 0 0 25 0 4 0 669397661 449204224 80748 33554432000 4194304 4625164 140737225359824 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23127/statm: 109669 80748 471 106 0 105172 0
[pid=23127/tid=23129] ppid=23125 vsize=438676 CPUtime=230.67 cores=1,3,5,7

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

[pid=23127] ppid=23125 vsize=793976 CPUtime=2095.07 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 2162362 0 0 0 209154 353 0 0 25 0 4 0 669397661 813031424 146848 33554432000 4194304 4625164 140737225359824 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23127/statm: 198494 146848 1213 106 0 193997 0
[pid=23127/tid=23129] ppid=23125 vsize=793976 CPUtime=582.34 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 117442 0 0 0 58201 33 0 0 25 0 4 0 669397666 813031424 146848 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=793976 CPUtime=588.27 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 31009 0 0 0 58820 7 0 0 25 0 4 0 669397666 813031424 146848 33554432000 4194304 4625164 140737225359824 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=793976 CPUtime=362.17 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 1893512 0 0 0 35923 294 0 0 25 0 4 0 669397666 813031424 146848 33554432000 4194304 4625164 140737225359824 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2095.07
Current children cumulated vsize (KiB) 793976

[startup+762.3 s]
/proc/loadavg: 9.16 9.09 7.61 10/506 23182
/proc/meminfo: memFree=23115456/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=800696 CPUtime=2274.02 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 2165113 0 0 0 227048 354 0 0 25 0 4 0 669397661 819912704 149532 33554432000 4194304 4625164 140737225359824 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23127/statm: 200174 149532 1213 106 0 195677 0
[pid=23127/tid=23129] ppid=23125 vsize=800696 CPUtime=641.33 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 117752 0 0 0 64099 34 0 0 25 0 4 0 669397666 819912704 149532 33554432000 4194304 4625164 140737225359824 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=800696 CPUtime=648.26 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 31227 0 0 0 64819 7 0 0 25 0 4 0 669397666 819912704 149532 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=800696 CPUtime=392.16 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 1895186 0 0 0 38921 295 0 0 25 0 4 0 669397666 819912704 149532 33554432000 4194304 4625164 140737225359824 18446744073709551615 4551127 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2274.02
Current children cumulated vsize (KiB) 800696

[startup+822.319 s]
/proc/loadavg: 9.14 9.10 7.70 10/506 23184
/proc/meminfo: memFree=23046856/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=806636 CPUtime=2453.08 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 2171984 0 0 0 244952 356 0 0 25 0 4 0 669397661 825995264 156069 33554432000 4194304 4625164 140737225359824 18446744073709551615 4512326 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23127/statm: 201659 156069 1096 106 0 197162 0
[pid=23127/tid=23129] ppid=23125 vsize=806636 CPUtime=700.35 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 120621 0 0 0 70000 35 0 0 25 0 4 0 669397666 825995264 156069 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=806636 CPUtime=708.28 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 31303 0 0 0 70821 7 0 0 25 0 4 0 669397666 825995264 156069 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=806636 CPUtime=422.18 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 1896902 0 0 0 41923 295 0 0 25 0 4 0 669397666 825995264 156069 33554432000 4194304 4625164 140737225359824 18446744073709551615 4547375 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2453.08
Current children cumulated vsize (KiB) 806636

[startup+882.3 s]
/proc/loadavg: 9.10 9.10 7.79 10/506 23185
/proc/meminfo: memFree=22991148/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=812008 CPUtime=2632.03 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 2177991 0 0 0 262843 360 0 0 25 0 4 0 669397661 831496192 161770 33554432000 4194304 4625164 140737225359824 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/23127/statm: 203002 161770 971 106 0 198505 0
[pid=23127/tid=23129] ppid=23125 vsize=812008 CPUtime=759.32 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 123506 0 0 0 75895 37 0 0 25 0 4 0 669397666 831496192 161770 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=812008 CPUtime=768.26 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 31430 0 0 0 76819 7 0 0 25 0 4 0 669397666 831496192 161770 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=812008 CPUtime=452.16 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 1898307 0 0 0 44921 295 0 0 25 0 4 0 669397666 831496192 161770 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2632.03
Current children cumulated vsize (KiB) 812008

[startup+942.301 s]
/proc/loadavg: 9.04 9.08 7.86 10/506 23187
/proc/meminfo: memFree=22928376/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=855492 CPUtime=2811.02 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 2204222 0 0 0 280736 366 0 0 25 0 4 0 669397661 876023808 170556 33554432000 4194304 4625164 140737225359824 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23127/statm: 213873 170556 854 106 0 209376 0
[pid=23127/tid=23129] ppid=23125 vsize=855492 CPUtime=805.9 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 126009 0 0 0 80550 40 0 0 25 0 4 0 669397666 876023808 170556 33554432000 4194304 4625164 140737225359824 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=855492 CPUtime=828.26 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 32173 0 0 0 82819 7 0 0 25 0 4 0 669397666 876023808 170556 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=855492 CPUtime=494.82 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 1900604 0 0 0 49185 297 0 0 25 0 4 0 669397666 876023808 170556 33554432000 4194304 4625164 140737225359824 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2811.02
Current children cumulated vsize (KiB) 855492

[startup+1002.3 s]
/proc/loadavg: 9.10 9.09 7.94 10/506 23188
/proc/meminfo: memFree=22836456/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=930744 CPUtime=2990.04 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 2218409 0 0 0 298633 371 0 0 25 0 4 0 669397661 953081856 182158 33554432000 4194304 4625164 140737225359824 18446744073709551615 4512818 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23127/statm: 232686 182158 533 106 0 228189 0
[pid=23127/tid=23129] ppid=23125 vsize=930744 CPUtime=835.39 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 126938 0 0 0 83498 41 0 0 25 0 4 0 669397666 953081856 182158 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=930744 CPUtime=888.26 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 32957 0 0 0 88818 8 0 0 25 0 4 0 669397666 953081856 182158 33554432000 4194304 4625164 140737225359824 18446744073709551615 4339581 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=930744 CPUtime=554.82 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 1903276 0 0 0 55184 298 0 0 25 0 4 0 669397666 953081856 182158 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2990.04
Current children cumulated vsize (KiB) 930744

[startup+1062.3 s]
/proc/loadavg: 9.11 9.10 8.01 10/506 23190
/proc/meminfo: memFree=22747880/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=940144 CPUtime=3169.05 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 2223485 0 0 0 316532 373 0 0 25 0 4 0 669397661 962707456 186686 33554432000 4194304 4625164 140737225359824 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23127/statm: 235036 186686 515 106 0 230539 0
[pid=23127/tid=23129] ppid=23125 vsize=940144 CPUtime=864.9 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 127191 0 0 0 86448 42 0 0 25 0 4 0 669397666 962707456 186686 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=940144 CPUtime=948.26 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 33009 0 0 0 94818 8 0 0 25 0 4 0 669397666 962707456 186686 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=940144 CPUtime=614.82 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 1905835 0 0 0 61184 298 0 0 25 0 4 0 669397666 962707456 186686 33554432000 4194304 4625164 140737225359824 18446744073709551615 4339650 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3169.05
Current children cumulated vsize (KiB) 940144

[startup+1122.3 s]
/proc/loadavg: 9.16 9.12 8.09 10/506 23192
/proc/meminfo: memFree=22639352/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=981248 CPUtime=3348.06 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 2244337 0 0 0 334428 378 0 0 25 0 4 0 669397661 1004797952 200370 33554432000 4194304 4625164 140737225359824 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23127/statm: 245312 200370 488 106 0 240815 0
[pid=23127/tid=23129] ppid=23125 vsize=981248 CPUtime=894.42 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 128008 0 0 0 89399 43 0 0 25 0 4 0 669397666 1004797952 200370 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=981248 CPUtime=1008.26 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 33371 0 0 0 100818 8 0 0 25 0 4 0 669397666 1004797952 200370 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=981248 CPUtime=674.82 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 1908559 0 0 0 67183 299 0 0 25 0 4 0 669397666 1004797952 200370 33554432000 4194304 4625164 140737225359824 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3348.06
Current children cumulated vsize (KiB) 981248

[startup+1182.3 s]
/proc/loadavg: 9.12 9.11 8.15 10/506 23193
/proc/meminfo: memFree=22563680/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=1118896 CPUtime=3527.04 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 2330190 0 0 0 352314 390 0 0 25 0 4 0 669397661 1145749504 212104 33554432000 4194304 4625164 140737225359824 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23127/statm: 279724 212104 387 106 0 275227 0
[pid=23127/tid=23129] ppid=23125 vsize=1118896 CPUtime=923.89 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 166738 0 0 0 92341 48 0 0 25 0 4 0 669397666 1145749504 212104 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=1118896 CPUtime=1068.27 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 46646 0 0 0 106817 10 0 0 25 0 4 0 669397666 1145749504 212104 33554432000 4194304 4625164 140737225359824 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=1118896 CPUtime=734.82 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 1908807 0 0 0 73183 299 0 0 25 0 4 0 669397666 1145749504 212104 33554432000 4194304 4625164 140737225359824 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3527.04
Current children cumulated vsize (KiB) 1118896

[startup+1242.3 s]
/proc/loadavg: 9.13 9.12 8.21 10/506 23195
/proc/meminfo: memFree=22502764/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=1237296 CPUtime=3706.06 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 2362546 0 0 0 370210 396 0 0 25 0 4 0 669397661 1266991104 218350 33554432000 4194304 4625164 140737225359824 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23127/statm: 309324 218350 347 106 0 304827 0
[pid=23127/tid=23129] ppid=23125 vsize=1237296 CPUtime=953.41 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 167441 0 0 0 95292 49 0 0 25 0 4 0 669397666 1266991104 218350 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=1237296 CPUtime=1128.27 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 47544 0 0 0 112816 11 0 0 25 0 4 0 669397666 1266991104 218350 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=1237296 CPUtime=794.82 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 1908874 0 0 0 79183 299 0 0 25 0 4 0 669397666 1266991104 218350 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3706.06
Current children cumulated vsize (KiB) 1237296



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.21 9.14 8.27 10/506 23196
/proc/meminfo: memFree=22439620/32951124 swapFree=60609076/67111528
[pid=23127] ppid=23125 vsize=1306324 CPUtime=3880.03 cores=1,3,5,7
/proc/23127/stat : 23127 (SArTagnan) R 23125 23127 22974 0 -1 4202496 2375768 0 0 0 387605 398 0 0 25 0 4 0 669397661 1337675776 224956 33554432000 4194304 4625164 140737225359824 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/23127/statm: 326581 224956 347 106 0 322084 0
[pid=23127/tid=23129] ppid=23125 vsize=1306324 CPUtime=982.07 cores=1,3,5,7
/proc/23127/task/23129/stat : 23129 (SArTagnan) R 23125 23127 22974 0 -1 4202560 168136 0 0 0 98157 50 0 0 25 0 4 0 669397666 1337675776 224956 33554432000 4194304 4625164 140737225359824 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23130] ppid=23125 vsize=1306324 CPUtime=1171.1 cores=1,3,5,7
/proc/23127/task/23130/stat : 23130 (SArTagnan) R 23125 23127 22974 0 -1 4202560 47971 0 0 0 117099 11 0 0 25 0 4 0 669397666 1337675776 224956 33554432000 4194304 4625164 140737225359824 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23127/tid=23131] ppid=23125 vsize=1306324 CPUtime=852.55 cores=1,3,5,7
/proc/23127/task/23131/stat : 23131 (SArTagnan) R 23125 23127 22974 0 -1 4202560 1909767 0 0 0 84955 300 0 0 25 0 4 0 669397666 1337675776 224956 33554432000 4194304 4625164 140737225359824 18446744073709551615 4552399 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3880.03
Current children cumulated vsize (KiB) 1306324

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): 1300.06
CPU time (s): 3880.1
CPU user time (s): 3876.07
CPU system time (s): 4.02539
CPU usage (%): 298.455
Max. virtual memory (cumulated for all children) (KiB): 1306324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3876.07
system time used= 4.02539
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2375768
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= 977
involuntary context switches= 33315

runsolver used 5.95109 second user time and 15.7396 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-16 22:32:47
IDJOB=3385996
IDBENCH=71150
IDSOLVER=1871
FILE ID=node108/3385996-1305577967
RUNJOBID= node108-1305577160-22993
PBS_JOBID= 13350217
Free space on /tmp= 73452 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_8gates_u2.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385996-1305577967/watcher-3385996-1305577967 -o /tmp/evaluation-result-3385996-1305577967/solver-3385996-1305577967 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385996-1305577967.cnf -threads=4

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

MD5SUM BENCH= a5bb71bc1d85a401ce9f42ed1404d63e
RANDOM SEED=1879203077

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
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:     32951124 kB
MemFree:      23012340 kB
Buffers:         67600 kB
Cached:         705076 kB
SwapCached:      25796 kB
Active:        2390048 kB
Inactive:      7329328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23012340 kB
SwapTotal:    67111528 kB
SwapFree:     60609076 kB
Dirty:            1944 kB
Writeback:           0 kB
AnonPages:     8930392 kB
Mapped:          29228 kB
Slab:            81616 kB
PageTables:      68108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 136210888 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= 73452 MiB
End job on node108 at 2011-05-16 22:54:29