Trace number 3385861

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) 4202.6 1300.09

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4232.cnf
MD5SUM86d9f733c618d2ca060f457ab8a19463
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4230
Number of clauses100443
Sum of the clauses size411786
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490429
Number of clauses of size 510014
Number of clauses of size over 50

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

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

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


[startup+0 s]
/proc/loadavg: 4.42 5.52 7.21 6/438 6084
/proc/meminfo: memFree=18753668/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=22608 CPUtime=0 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 1198 0 0 0 0 0 0 0 22 0 1 0 669773099 23150592 851 33554432000 4194304 4625164 140735065734496 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/6084/statm: 5652 851 296 106 0 1155 0

[startup+0.104567 s]
/proc/loadavg: 4.42 5.52 7.21 6/438 6084
/proc/meminfo: memFree=18753668/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=147524 CPUtime=0.15 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 10161 0 0 0 14 1 0 0 24 0 4 0 669773099 151064576 7514 33554432000 4194304 4625164 140735065734496 18446744073709551615 4329088 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6084/statm: 36881 7514 334 106 0 32384 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 147524

[startup+0.200551 s]
/proc/loadavg: 4.42 5.52 7.21 6/438 6084
/proc/meminfo: memFree=18753668/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=214528 CPUtime=0.43 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 11733 0 0 0 42 1 0 0 25 0 4 0 669773099 219676672 8354 33554432000 4194304 4625164 140735065734496 18446744073709551615 4512125 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6084/statm: 53632 8354 334 106 0 49135 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 214528

[startup+0.300534 s]
/proc/loadavg: 4.42 5.52 7.21 6/438 6084
/proc/meminfo: memFree=18753668/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=214528 CPUtime=0.73 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 12152 0 0 0 72 1 0 0 25 0 4 0 669773099 219676672 8773 33554432000 4194304 4625164 140735065734496 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6084/statm: 53632 8773 336 106 0 49135 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 214528

[startup+0.700468 s]
/proc/loadavg: 4.42 5.52 7.21 6/438 6084
/proc/meminfo: memFree=18753668/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=222064 CPUtime=1.94 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 17474 0 0 0 192 2 0 0 25 0 4 0 669773099 227393536 10205 33554432000 4194304 4625164 140735065734496 18446744073709551615 210646795468 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6084/statm: 55516 10205 336 106 0 51019 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 222064

[startup+1.50033 s]
/proc/loadavg: 4.42 5.52 7.21 10/442 6088
/proc/meminfo: memFree=18698216/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=287600 CPUtime=4.3 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 22119 0 0 0 427 3 0 0 25 0 4 0 669773099 294502400 11908 33554432000 4194304 4625164 140735065734496 18446744073709551615 4512193 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6084/statm: 71900 11908 336 106 0 67403 0
[pid=6084/tid=6086] ppid=6082 vsize=287600 CPUtime=1.21 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 2132 0 0 0 121 0 0 0 25 0 4 0 669773106 294502400 11908 33554432000 4194304 4625164 140735065734496 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=287600 CPUtime=1.01 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 1614 0 0 0 101 0 0 0 18 0 4 0 669773106 294502400 11909 33554432000 4194304 4625164 140735065734496 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=287600 CPUtime=1.01 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 8343 0 0 0 100 1 0 0 25 0 4 0 669773106 294502400 11909 33554432000 4194304 4625164 140735065734496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.3
Current children cumulated vsize (KiB) 287600

[startup+3.10106 s]
/proc/loadavg: 4.42 5.52 7.21 10/442 6088
/proc/meminfo: memFree=18679492/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=292236 CPUtime=9.09 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 35922 0 0 0 903 6 0 0 25 0 4 0 669773099 299249664 14896 33554432000 4194304 4625164 140735065734496 18446744073709551615 4289182 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6084/statm: 73059 14896 341 106 0 68562 0
[pid=6084/tid=6086] ppid=6082 vsize=292236 CPUtime=2.01 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 3106 0 0 0 200 1 0 0 25 0 4 0 669773106 299249664 14897 33554432000 4194304 4625164 140735065734496 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=292236 CPUtime=2.42 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 4291 0 0 0 241 1 0 0 20 0 4 0 669773106 299249664 14897 33554432000 4194304 4625164 140735065734496 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=292236 CPUtime=2 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 15801 0 0 0 198 2 0 0 25 0 4 0 669773106 299249664 14897 33554432000 4194304 4625164 140735065734496 18446744073709551615 210646813698 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 9.09
Current children cumulated vsize (KiB) 292236

[startup+6.30053 s]
/proc/loadavg: 4.79 5.58 7.22 10/442 6088
/proc/meminfo: memFree=18653588/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=307616 CPUtime=18.35 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 57765 0 0 0 1822 13 0 0 25 0 4 0 669773099 314998784 20053 33554432000 4194304 4625164 140735065734496 18446744073709551615 4396734 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6084/statm: 76904 20053 341 106 0 72407 0
[pid=6084/tid=6086] ppid=6082 vsize=307616 CPUtime=3.67 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 5846 0 0 0 363 4 0 0 25 0 4 0 669773106 314998784 20053 33554432000 4194304 4625164 140735065734496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=307616 CPUtime=5.1 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 6635 0 0 0 509 1 0 0 21 0 4 0 669773106 314998784 20053 33554432000 4194304 4625164 140735065734496 18446744073709551615 4352609 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=307616 CPUtime=4.46 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 31038 0 0 0 440 6 0 0 20 0 4 0 669773106 314998784 20053 33554432000 4194304 4625164 140735065734496 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.35
Current children cumulated vsize (KiB) 307616

[startup+12.7004 s]
/proc/loadavg: 5.13 5.63 7.23 12/442 6088
/proc/meminfo: memFree=18591752/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=318484 CPUtime=37.39 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 98792 0 0 0 3716 23 0 0 23 0 4 0 669773099 326127616 28588 33554432000 4194304 4625164 140735065734496 18446744073709551615 4396706 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6084/statm: 79621 28588 341 106 0 75124 0
[pid=6084/tid=6086] ppid=6082 vsize=318484 CPUtime=6.76 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 10070 0 0 0 671 5 0 0 25 0 4 0 669773106 326127616 28588 33554432000 4194304 4625164 140735065734496 18446744073709551615 4339680 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=318484 CPUtime=10.2 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 12676 0 0 0 1016 4 0 0 22 0 4 0 669773106 326127616 28588 33554432000 4194304 4625164 140735065734496 18446744073709551615 4467184 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=318484 CPUtime=9.12 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 58820 0 0 0 902 10 0 0 23 0 4 0 669773106 326127616 28588 33554432000 4194304 4625164 140735065734496 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37.39
Current children cumulated vsize (KiB) 318484

[startup+25.5003 s]
/proc/loadavg: 5.98 5.80 7.26 12/442 6088
/proc/meminfo: memFree=18500004/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=340100 CPUtime=75.53 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 166279 0 0 0 7513 40 0 0 25 0 4 0 669773099 348262400 45513 33554432000 4194304 4625164 140735065734496 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6084/statm: 85025 45513 341 106 0 80528 0
[pid=6084/tid=6086] ppid=6082 vsize=340100 CPUtime=13.93 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 17987 0 0 0 1383 10 0 0 25 0 4 0 669773106 348262400 45513 33554432000 4194304 4625164 140735065734496 18446744073709551615 210647189687 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=340100 CPUtime=21.53 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 24019 0 0 0 2145 8 0 0 25 0 4 0 669773106 348262400 45513 33554432000 4194304 4625164 140735065734496 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=340100 CPUtime=16.12 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 101376 0 0 0 1595 17 0 0 21 0 4 0 669773106 348262400 45513 33554432000 4194304 4625164 140735065734496 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 75.53
Current children cumulated vsize (KiB) 340100

[startup+51.101 s]
/proc/loadavg: 7.09 6.07 7.31 12/442 6089
/proc/meminfo: memFree=18347952/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=397192 CPUtime=151.91 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 277481 0 0 0 15126 65 0 0 25 0 4 0 669773099 406724608 73213 33554432000 4194304 4625164 140735065734496 18446744073709551615 4396717 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6084/statm: 99298 73213 346 106 0 94801 0
[pid=6084/tid=6086] ppid=6082 vsize=397192 CPUtime=32.4 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 29403 0 0 0 3225 15 0 0 25 0 4 0 669773106 406724608 73213 33554432000 4194304 4625164 140735065734496 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=397192 CPUtime=37.31 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 35861 0 0 0 3717 14 0 0 25 0 4 0 669773106 406724608 73213 33554432000 4194304 4625164 140735065734496 18446744073709551615 4375254 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=397192 CPUtime=33.04 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 180708 0 0 0 3275 29 0 0 25 0 4 0 669773106 406724608 73213 33554432000 4194304 4625164 140735065734496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 151.91
Current children cumulated vsize (KiB) 397192

[startup+102.3 s]
/proc/loadavg: 8.33 6.55 7.40 12/442 6090
/proc/meminfo: memFree=18179800/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=583348 CPUtime=304.74 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 382724 0 0 0 30386 88 0 0 25 0 4 0 669773099 597348352 99275 33554432000 4194304 4625164 140735065734496 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6084/statm: 145837 99275 344 106 0 141340 0
[pid=6084/tid=6086] ppid=6082 vsize=583348 CPUtime=57.96 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 34334 0 0 0 5778 18 0 0 25 0 4 0 669773106 597348352 99275 33554432000 4194304 4625164 140735065734496 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=583348 CPUtime=64.79 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 47326 0 0 0 6461 18 0 0 25 0 4 0 669773106 597348352 99275 33554432000 4194304 4625164 140735065734496 18446744073709551615 4353052 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=583348 CPUtime=81.73 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 252207 0 0 0 8133 40 0 0 25 0 4 0 669773106 597348352 99275 33554432000 4194304 4625164 140735065734496 18446744073709551615 210646802389 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 304.74
Current children cumulated vsize (KiB) 583348

[startup+162.3 s]
/proc/loadavg: 8.96 7.04 7.52 11/442 6092
/proc/meminfo: memFree=18004952/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=712288 CPUtime=483.86 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 520752 0 0 0 48267 119 0 0 25 0 4 0 669773099 729382912 134012 33554432000 4194304 4625164 140735065734496 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6084/statm: 178072 134012 370 106 0 173575 0
[pid=6084/tid=6086] ppid=6082 vsize=712288 CPUtime=93.69 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 49203 0 0 0 9343 26 0 0 25 0 4 0 669773106 729382912 134012 33554432000 4194304 4625164 140735065734496 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=712288 CPUtime=110.06 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 66254 0 0 0 10982 24 0 0 25 0 4 0 669773106 729382912 134012 33554432000 4194304 4625164 140735065734496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=712288 CPUtime=119.88 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 348966 0 0 0 11932 56 0 0 25 0 4 0 669773106 729382912 134012 33554432000 4194304 4625164 140735065734496 18446744073709551615 4351769 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 483.86
Current children cumulated vsize (KiB) 712288

[startup+222.301 s]
/proc/loadavg: 9.13 7.43 7.62 12/442 6094
/proc/meminfo: memFree=17844356/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=877056 CPUtime=662.99 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 781103 0 0 0 66132 167 0 0 25 0 4 0 669773099 898105344 162908 33554432000 4194304 4625164 140735065734496 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/6084/statm: 219264 162908 343 106 0 214767 0
[pid=6084/tid=6086] ppid=6082 vsize=877056 CPUtime=145.74 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 61335 0 0 0 14541 33 0 0 25 0 4 0 669773106 898105344 162908 33554432000 4194304 4625164 140735065734496 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=877056 CPUtime=140.65 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 69668 0 0 0 14038 27 0 0 25 0 4 0 669773106 898105344 162908 33554432000 4194304 4625164 140735065734496 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=877056 CPUtime=156.37 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 573892 0 0 0 15546 91 0 0 25 0 4 0 669773106 898105344 162908 33554432000 4194304 4625164 140735065734496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 662.99
Current children cumulated vsize (KiB) 877056

[startup+282.301 s]

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

[pid=6084] ppid=6082 vsize=1599912 CPUtime=2115.84 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 2359541 0 0 0 211110 474 0 0 25 0 4 0 669773099 1638309888 306485 33554432000 4194304 4625164 140735065734496 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6084/statm: 399978 306485 343 106 0 395481 0
[pid=6084/tid=6086] ppid=6082 vsize=1599912 CPUtime=471.54 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 126043 0 0 0 47083 71 0 0 25 0 4 0 669773106 1638309888 306485 33554432000 4194304 4625164 140735065734496 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=1599912 CPUtime=525.22 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 160410 0 0 0 52457 65 0 0 25 0 4 0 669773106 1638309888 306485 33554432000 4194304 4625164 140735065734496 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=1599912 CPUtime=424 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 1941885 0 0 0 42088 312 0 0 25 0 4 0 669773106 1638309888 306485 33554432000 4194304 4625164 140735065734496 18446744073709551615 4335119 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2115.84
Current children cumulated vsize (KiB) 1599912

[startup+762.3 s]
/proc/loadavg: 9.18 8.90 8.30 12/442 6108
/proc/meminfo: memFree=16968792/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=1611608 CPUtime=2294.93 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 2568370 0 0 0 228983 510 0 0 25 0 4 0 669773099 1650286592 313635 33554432000 4194304 4625164 140735065734496 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6084/statm: 402902 313635 341 106 0 398405 0
[pid=6084/tid=6086] ppid=6082 vsize=1611608 CPUtime=501.63 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 126776 0 0 0 50092 71 0 0 25 0 4 0 669773106 1650286592 313635 33554432000 4194304 4625164 140735065734496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=1611608 CPUtime=562.51 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 160477 0 0 0 56186 65 0 0 25 0 4 0 669773106 1650286592 313636 33554432000 4194304 4625164 140735065734496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=1611608 CPUtime=476.6 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 2147532 0 0 0 47313 347 0 0 25 0 4 0 669773106 1650286592 313636 33554432000 4194304 4625164 140735065734496 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2294.93
Current children cumulated vsize (KiB) 1611608

[startup+822.3 s]
/proc/loadavg: 9.14 8.94 8.35 12/442 6110
/proc/meminfo: memFree=16915948/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=1611608 CPUtime=2474.04 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 2880937 0 0 0 246843 561 0 0 25 0 4 0 669773099 1650286592 319583 33554432000 4194304 4625164 140735065734496 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6084/statm: 402902 319583 341 106 0 398405 0
[pid=6084/tid=6086] ppid=6082 vsize=1611608 CPUtime=531.63 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 126828 0 0 0 53092 71 0 0 25 0 4 0 669773106 1650286592 319583 33554432000 4194304 4625164 140735065734496 18446744073709551615 4330810 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=1611608 CPUtime=592.51 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 160557 0 0 0 59186 65 0 0 25 0 4 0 669773106 1650286592 319583 33554432000 4194304 4625164 140735065734496 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=1611608 CPUtime=536.6 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 2456941 0 0 0 53262 398 0 0 25 0 4 0 669773106 1650286592 319583 33554432000 4194304 4625164 140735065734496 18446744073709551615 4579598 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2474.04
Current children cumulated vsize (KiB) 1611608

[startup+882.301 s]
/proc/loadavg: 9.05 8.95 8.39 12/442 6111
/proc/meminfo: memFree=16846248/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=1665492 CPUtime=2653.13 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 3102887 0 0 0 264715 598 0 0 25 0 4 0 669773099 1705463808 329696 33554432000 4194304 4625164 140735065734496 18446744073709551615 4392911 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6084/statm: 416373 329696 346 106 0 411876 0
[pid=6084/tid=6086] ppid=6082 vsize=1665492 CPUtime=561.63 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 126880 0 0 0 56092 71 0 0 25 0 4 0 669773106 1705463808 329696 33554432000 4194304 4625164 140735065734496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=1665492 CPUtime=622.51 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 160618 0 0 0 62186 65 0 0 25 0 4 0 669773106 1705463808 329696 33554432000 4194304 4625164 140735065734496 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=1665492 CPUtime=596.61 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 2647761 0 0 0 59230 431 0 0 25 0 4 0 669773106 1705463808 329696 33554432000 4194304 4625164 140735065734496 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2653.13
Current children cumulated vsize (KiB) 1665492

[startup+942.301 s]
/proc/loadavg: 9.02 8.96 8.42 11/442 6113
/proc/meminfo: memFree=16786972/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=1665492 CPUtime=2859.07 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 3266612 0 0 0 285279 628 0 0 25 0 4 0 669773099 1705463808 331073 33554432000 4194304 4625164 140735065734496 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6084/statm: 416373 331073 341 106 0 411876 0
[pid=6084/tid=6086] ppid=6082 vsize=1665492 CPUtime=618.53 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 126908 0 0 0 61782 71 0 0 25 0 4 0 669773106 1705463808 331073 33554432000 4194304 4625164 140735065734496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=1665492 CPUtime=679.31 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 160645 0 0 0 67866 65 0 0 25 0 4 0 669773106 1705463808 331073 33554432000 4194304 4625164 140735065734496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=1665492 CPUtime=629.72 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 2810410 0 0 0 62513 459 0 0 25 0 4 0 669773106 1705463808 331074 33554432000 4194304 4625164 140735065734496 18446744073709551615 4579396 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2859.07
Current children cumulated vsize (KiB) 1665492

[startup+1002.3 s]
/proc/loadavg: 9.23 9.02 8.48 11/442 6114
/proc/meminfo: memFree=16766136/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=1666880 CPUtime=3068.13 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 3366919 0 0 0 306166 647 0 0 25 0 4 0 669773099 1706885120 332546 33554432000 4194304 4625164 140735065734496 18446744073709551615 4396555 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6084/statm: 416720 332546 344 106 0 412223 0
[pid=6084/tid=6086] ppid=6082 vsize=1666880 CPUtime=678.54 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 126932 0 0 0 67782 72 0 0 25 0 4 0 669773106 1706885120 332546 33554432000 4194304 4625164 140735065734496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=1666880 CPUtime=739.28 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 160670 0 0 0 73863 65 0 0 25 0 4 0 669773106 1706885120 332546 33554432000 4194304 4625164 140735065734496 18446744073709551615 4488037 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=1666880 CPUtime=659.72 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 2909892 0 0 0 65495 477 0 0 25 0 4 0 669773106 1706885120 332546 33554432000 4194304 4625164 140735065734496 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3068.13
Current children cumulated vsize (KiB) 1666880

[startup+1062.3 s]
/proc/loadavg: 9.23 9.05 8.52 12/442 6116
/proc/meminfo: memFree=16745668/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=1704516 CPUtime=3277.2 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 3547106 0 0 0 327037 683 0 0 25 0 4 0 669773099 1745424384 334694 33554432000 4194304 4625164 140735065734496 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6084/statm: 426129 334694 341 106 0 421632 0
[pid=6084/tid=6086] ppid=6082 vsize=1704516 CPUtime=738.54 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 126957 0 0 0 73782 72 0 0 25 0 4 0 669773106 1745424384 334694 33554432000 4194304 4625164 140735065734496 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=1704516 CPUtime=799.26 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 160732 0 0 0 79859 67 0 0 25 0 4 0 669773106 1745424384 334694 33554432000 4194304 4625164 140735065734496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=1704516 CPUtime=689.72 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 3070055 0 0 0 68465 507 0 0 25 0 4 0 669773106 1745424384 334696 33554432000 4194304 4625164 140735065734496 18446744073709551615 4579598 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3277.2
Current children cumulated vsize (KiB) 1704516

[startup+1122.3 s]
/proc/loadavg: 9.22 9.07 8.56 11/442 6118
/proc/meminfo: memFree=16698168/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=1706948 CPUtime=3498.06 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 3754883 0 0 0 349080 726 0 0 25 0 4 0 669773099 1747914752 339293 33554432000 4194304 4625164 140735065734496 18446744073709551615 4338046 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6084/statm: 426737 339293 341 106 0 422240 0
[pid=6084/tid=6086] ppid=6082 vsize=1706948 CPUtime=798.53 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 126987 0 0 0 79781 72 0 0 25 0 4 0 669773106 1747914752 339293 33554432000 4194304 4625164 140735065734496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=1706948 CPUtime=859.25 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 160762 0 0 0 85858 67 0 0 25 0 4 0 669773106 1747914752 339293 33554432000 4194304 4625164 140735065734496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=1706948 CPUtime=731.54 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 3276074 0 0 0 72604 550 0 0 25 0 4 0 669773106 1747914752 339293 33554432000 4194304 4625164 140735065734496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3498.06
Current children cumulated vsize (KiB) 1706948

[startup+1182.3 s]
/proc/loadavg: 9.14 9.07 8.58 12/442 6119
/proc/meminfo: memFree=16671132/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=1706948 CPUtime=3737.16 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 4053438 0 0 0 372937 779 0 0 25 0 4 0 669773099 1747914752 343110 33554432000 4194304 4625164 140735065734496 18446744073709551615 4530649 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6084/statm: 426737 343110 345 106 0 422240 0
[pid=6084/tid=6086] ppid=6082 vsize=1706948 CPUtime=858.55 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 127098 0 0 0 85783 72 0 0 25 0 4 0 669773106 1747914752 343110 33554432000 4194304 4625164 140735065734496 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=1706948 CPUtime=919.26 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 160821 0 0 0 91858 68 0 0 25 0 4 0 669773106 1747914752 343110 33554432000 4194304 4625164 140735065734496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=1706948 CPUtime=791.55 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 3572179 0 0 0 78554 601 0 0 25 0 4 0 669773106 1747914752 343110 33554432000 4194304 4625164 140735065734496 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3737.16
Current children cumulated vsize (KiB) 1706948

[startup+1242.3 s]
/proc/loadavg: 9.93 9.25 8.67 12/442 6152
/proc/meminfo: memFree=16896240/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=1733460 CPUtime=3972.49 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 4355728 0 0 0 396397 852 0 0 25 0 4 0 669773099 1775063040 347408 33554432000 4194304 4625164 140735065734496 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6084/statm: 433365 347408 341 106 0 428868 0
[pid=6084/tid=6086] ppid=6082 vsize=1733460 CPUtime=918.53 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 127139 0 0 0 91781 72 0 0 25 0 4 0 669773106 1775063040 347408 33554432000 4194304 4625164 140735065734496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=1733460 CPUtime=977.29 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 160863 0 0 0 97644 85 0 0 25 0 4 0 669773106 1775063040 347408 33554432000 4194304 4625164 140735065734496 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=1733460 CPUtime=849.76 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 3872515 0 0 0 84321 655 0 0 25 0 4 0 669773106 1775063040 347408 33554432000 4194304 4625164 140735065734496 18446744073709551615 4579317 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3972.49
Current children cumulated vsize (KiB) 1733460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 9.61 9.30 8.73 11/442 6153
/proc/meminfo: memFree=16667028/32951132 swapFree=64496000/67111528
[pid=6084] ppid=6082 vsize=1733460 CPUtime=4202.5 cores=0,2,4,6
/proc/6084/stat : 6084 (SArTagnan) R 6082 6084 5668 0 -1 4202496 4627631 0 0 0 419346 904 0 0 25 0 4 0 669773099 1775063040 351060 33554432000 4194304 4625164 140735065734496 18446744073709551615 4513306 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/6084/statm: 433365 351060 341 106 0 428868 0
[pid=6084/tid=6086] ppid=6082 vsize=1733460 CPUtime=976.26 cores=0,2,4,6
/proc/6084/task/6086/stat : 6086 (SArTagnan) R 6082 6084 5668 0 -1 4202560 127178 0 0 0 97554 72 0 0 25 0 4 0 669773106 1775063040 351060 33554432000 4194304 4625164 140735065734496 18446744073709551615 4488020 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=6084/tid=6087] ppid=6082 vsize=1733460 CPUtime=1035.02 cores=0,2,4,6
/proc/6084/task/6087/stat : 6087 (SArTagnan) R 6082 6084 5668 0 -1 4202560 160953 0 0 0 103416 86 0 0 25 0 4 0 669773106 1775063040 351060 33554432000 4194304 4625164 140735065734496 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=6084/tid=6088] ppid=6082 vsize=1733460 CPUtime=907.49 cores=0,2,4,6
/proc/6084/task/6088/stat : 6088 (SArTagnan) R 6082 6084 5668 0 -1 4202560 4143034 0 0 0 90044 705 0 0 25 0 4 0 669773106 1775063040 351060 33554432000 4194304 4625164 140735065734496 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4202.5
Current children cumulated vsize (KiB) 1733460

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.09
CPU time (s): 4202.6
CPU user time (s): 4193.5
CPU system time (s): 9.10162
CPU usage (%): 323.253
Max. virtual memory (cumulated for all children) (KiB): 1733460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4193.5
system time used= 9.10162
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4627631
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= 3743
involuntary context switches= 38114

runsolver used 5.06423 second user time and 14.2148 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-16 23:35:35
IDJOB=3385861
IDBENCH=83254
IDSOLVER=1871
FILE ID=node129/3385861-1305581735
RUNJOBID= node129-1305581735-6061
PBS_JOBID= 13350224
Free space on /tmp= 73280 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4232.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385861-1305581735/watcher-3385861-1305581735 -o /tmp/evaluation-result-3385861-1305581735/solver-3385861-1305581735 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385861-1305581735.cnf -threads=4

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

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=1265375109

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.831
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:     32951132 kB
MemFree:      18753964 kB
Buffers:        292412 kB
Cached:        7014680 kB
SwapCached:      52664 kB
Active:        4962756 kB
Inactive:      8976300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18753964 kB
SwapTotal:    67111528 kB
SwapFree:     64496000 kB
Dirty:            3236 kB
Writeback:           8 kB
AnonPages:     6587808 kB
Mapped:          23148 kB
Slab:           140180 kB
PageTables:      50412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 116523308 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73204 MiB
End job on node129 at 2011-05-16 23:57:17