Trace number 3291567

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.32 1201.8

General information on the benchmark

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
Bench CategoryAPPLICATION (applications 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 variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
Number of clauses of size 40
Number of clauses of size 50
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: 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-3291567-1304102892/watcher-3291567-1304102892 -o /tmp/evaluation-result-3291567-1304102892/solver-3291567-1304102892 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3291567-1304102892.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: 3.48 3.97 4.54 2/174 4460
/proc/meminfo: memFree=31123964/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=19508 CPUtime=0 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 627 0 0 0 0 0 0 0 21 0 1 0 254480457 19976192 564 33554432000 4194304 4623224 140734895176496 18446744073709551615 4366247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4460/statm: 4877 564 300 105 0 381 0

[startup+0.0532579 s]
/proc/loadavg: 3.48 3.97 4.54 2/174 4460
/proc/meminfo: memFree=31123964/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=251348 CPUtime=0.16 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 1954 0 0 0 16 0 0 0 18 0 4 0 254480457 257380352 1698 33554432000 4194304 4623224 140734895176496 18446744073709551615 4412493 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 62837 1698 343 105 0 58341 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 251348

[startup+0.100238 s]
/proc/loadavg: 3.48 3.97 4.54 2/174 4460
/proc/meminfo: memFree=31123964/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=253028 CPUtime=0.34 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 2696 0 0 0 34 0 0 0 18 0 4 0 254480457 259100672 2198 33554432000 4194304 4623224 140734895176496 18446744073709551615 4388004 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 63257 2198 344 105 0 58761 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 253028

[startup+0.300218 s]
/proc/loadavg: 3.48 3.97 4.54 2/174 4460
/proc/meminfo: memFree=31123964/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=319748 CPUtime=1.15 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 4018 0 0 0 113 2 0 0 18 0 4 0 254480457 327421952 2838 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 79937 2838 344 105 0 75441 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 319748

[startup+0.700136 s]
/proc/loadavg: 3.48 3.97 4.54 2/174 4460
/proc/meminfo: memFree=31123964/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=321232 CPUtime=2.74 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 6468 0 0 0 271 3 0 0 18 0 4 0 254480457 328941568 3815 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510635 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 80308 3815 344 105 0 75812 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 321232

[startup+1.501 s]
/proc/loadavg: 3.48 3.97 4.54 6/178 4464
/proc/meminfo: memFree=31080532/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=322468 CPUtime=5.94 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 10917 0 0 0 587 7 0 0 20 0 4 0 254480457 330207232 5948 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510023 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 80617 5948 344 105 0 76121 0
[pid=4460/tid=4462] ppid=4458 vsize=322468 CPUtime=1.47 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 1910 0 0 0 145 2 0 0 25 0 4 0 254480458 330207232 5948 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376837 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=322468 CPUtime=1.48 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 2258 0 0 0 145 3 0 0 25 0 4 0 254480458 330207232 5948 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=322468 CPUtime=1.48 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 3943 0 0 0 148 0 0 0 25 0 4 0 254480458 330207232 5948 33554432000 4194304 4623224 140734895176496 18446744073709551615 4377613 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 322468

[startup+3.10072 s]
/proc/loadavg: 3.60 3.99 4.54 6/178 4464
/proc/meminfo: memFree=31040884/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=324620 CPUtime=12.33 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 20845 0 0 0 1217 16 0 0 25 0 4 0 254480457 332410880 10223 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510142 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 81155 10223 344 105 0 76659 0
[pid=4460/tid=4462] ppid=4458 vsize=324620 CPUtime=3.06 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 4923 0 0 0 300 6 0 0 25 0 4 0 254480458 332410880 10223 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=324620 CPUtime=3.08 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 3994 0 0 0 303 5 0 0 25 0 4 0 254480458 332410880 10223 33554432000 4194304 4623224 140734895176496 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=324620 CPUtime=3.07 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 8429 0 0 0 307 0 0 0 25 0 4 0 254480458 332410880 10223 33554432000 4194304 4623224 140734895176496 18446744073709551615 4577438 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 324620

[startup+6.30115 s]
/proc/loadavg: 3.60 3.99 4.54 6/181 4470
/proc/meminfo: memFree=30793336/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=335196 CPUtime=25.12 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 35818 0 0 0 2486 26 0 0 25 0 4 0 254480457 343240704 15900 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510475 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 83799 15900 344 105 0 79303 0
[pid=4460/tid=4462] ppid=4458 vsize=335196 CPUtime=6.25 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 7791 0 0 0 615 10 0 0 25 0 4 0 254480458 343240704 15900 33554432000 4194304 4623224 140734895176496 18446744073709551615 4289747 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=335196 CPUtime=6.28 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 7896 0 0 0 620 8 0 0 25 0 4 0 254480458 343240704 15900 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=335196 CPUtime=6.28 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 15704 0 0 0 626 2 0 0 25 0 4 0 254480458 343240704 15900 33554432000 4194304 4623224 140734895176496 18446744073709551615 4550495 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 335196

[startup+12.701 s]
/proc/loadavg: 4.06 4.07 4.56 9/184 4473
/proc/meminfo: memFree=30077076/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=345436 CPUtime=50.68 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 60554 0 0 0 5036 32 0 0 25 0 4 0 254480457 353726464 23850 33554432000 4194304 4623224 140734895176496 18446744073709551615 4511808 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 86359 23850 348 105 0 81863 0
[pid=4460/tid=4462] ppid=4458 vsize=345436 CPUtime=12.61 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 11762 0 0 0 1249 12 0 0 25 0 4 0 254480458 353726464 23850 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=345436 CPUtime=12.67 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 12083 0 0 0 1258 9 0 0 25 0 4 0 254480458 353726464 23850 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=345436 CPUtime=12.67 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 30579 0 0 0 1263 4 0 0 25 0 4 0 254480458 353726464 23850 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 345436

[startup+25.5008 s]
/proc/loadavg: 4.74 4.22 4.61 9/184 4473
/proc/meminfo: memFree=29994872/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=367104 CPUtime=101.81 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 111427 0 0 0 10138 43 0 0 25 0 4 0 254480457 375914496 35128 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 91776 35128 345 105 0 87280 0
[pid=4460/tid=4462] ppid=4458 vsize=367104 CPUtime=25.34 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 17867 0 0 0 2521 13 0 0 25 0 4 0 254480458 375914496 35128 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=367104 CPUtime=25.48 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 18544 0 0 0 2536 12 0 0 25 0 4 0 254480458 375914496 35128 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=367104 CPUtime=25.48 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 67376 0 0 0 2537 11 0 0 25 0 4 0 254480458 375914496 35128 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.81
Current children cumulated vsize (KiB) 367104

[startup+51.1003 s]
/proc/loadavg: 5.85 4.52 4.69 9/184 4474
/proc/meminfo: memFree=29855556/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=394636 CPUtime=204.06 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 195064 0 0 0 20346 60 0 0 25 0 4 0 254480457 404107264 61854 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 98659 61854 543 105 0 94163 0
[pid=4460/tid=4462] ppid=4458 vsize=394636 CPUtime=50.8 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 29169 0 0 0 5063 17 0 0 25 0 4 0 254480458 404107264 61854 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376666 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=394636 CPUtime=51.07 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 25931 0 0 0 5094 13 0 0 25 0 4 0 254480458 404107264 61854 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=394636 CPUtime=51.08 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 121059 0 0 0 5088 20 0 0 25 0 4 0 254480458 404107264 61854 33554432000 4194304 4623224 140734895176496 18446744073709551615 4546816 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 394636

[startup+102.306 s]
/proc/loadavg: 7.19 5.12 4.89 9/184 4475
/proc/meminfo: memFree=29717864/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=569652 CPUtime=408.6 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 252000 0 0 0 40788 72 0 0 25 0 4 0 254480457 583323648 95083 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510127 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 142413 95083 912 105 0 137917 0
[pid=4460/tid=4462] ppid=4458 vsize=569652 CPUtime=101.73 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 40453 0 0 0 10152 21 0 0 25 0 4 0 254480458 583323648 95083 33554432000 4194304 4623224 140734895176496 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=569652 CPUtime=102.28 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 37197 0 0 0 10212 16 0 0 25 0 4 0 254480458 583323648 95083 33554432000 4194304 4623224 140734895176496 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=569652 CPUtime=102.28 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 127041 0 0 0 10207 21 0 0 25 0 4 0 254480458 583323648 95083 33554432000 4194304 4623224 140734895176496 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.6
Current children cumulated vsize (KiB) 569652

[startup+162.301 s]
/proc/loadavg: 7.73 5.62 5.07 9/184 4477
/proc/meminfo: memFree=29570224/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=811776 CPUtime=648.26 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 319589 0 0 0 64730 96 0 0 25 0 4 0 254480457 831258624 127729 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 202944 127729 894 105 0 198448 0
[pid=4460/tid=4462] ppid=4458 vsize=811776 CPUtime=161.4 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 59153 0 0 0 16108 32 0 0 25 0 4 0 254480458 831258624 127729 33554432000 4194304 4623224 140734895176496 18446744073709551615 4377034 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=811776 CPUtime=162.27 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 53056 0 0 0 16204 23 0 0 25 0 4 0 254480458 831258624 127729 33554432000 4194304 4623224 140734895176496 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=811776 CPUtime=162.28 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 136491 0 0 0 16205 23 0 0 25 0 4 0 254480458 831258624 127729 33554432000 4194304 4623224 140734895176496 18446744073709551615 4550432 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.26
Current children cumulated vsize (KiB) 811776

[startup+222.3 s]
/proc/loadavg: 7.95 6.09 5.27 9/184 4479
/proc/meminfo: memFree=29422360/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=932692 CPUtime=887.93 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 413220 0 0 0 88681 112 0 0 25 0 4 0 254480457 955076608 167770 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 233173 167770 345 105 0 228677 0
[pid=4460/tid=4462] ppid=4458 vsize=932692 CPUtime=221.07 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 67145 0 0 0 22072 35 0 0 25 0 4 0 254480458 955076608 167770 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376946 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=932692 CPUtime=222.27 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 57070 0 0 0 22203 24 0 0 25 0 4 0 254480458 955076608 167770 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376692 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=932692 CPUtime=222.27 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 145093 0 0 0 22203 24 0 0 25 0 4 0 254480458 955076608 167771 33554432000 4194304 4623224 140734895176496 18446744073709551615 268660323361 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.93
Current children cumulated vsize (KiB) 932692

[startup+282.301 s]

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

[pid=4460] ppid=4458 vsize=1659884 CPUtime=2805.33 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 3410630 0 0 0 279921 612 0 0 25 0 4 0 254480457 1699721216 337060 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 414971 337060 345 105 0 410475 0
[pid=4460/tid=4462] ppid=4458 vsize=1659884 CPUtime=698.47 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 143007 0 0 0 69791 56 0 0 25 0 4 0 254480458 1699721216 337060 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=1659884 CPUtime=702.29 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 127420 0 0 0 70181 48 0 0 25 0 4 0 254480458 1699721216 337060 33554432000 4194304 4623224 140734895176496 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=1659884 CPUtime=702.27 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 2868578 0 0 0 69768 459 0 0 25 0 4 0 254480458 1699721216 337060 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 1659884

[startup+762.306 s]
/proc/loadavg: 8.06 7.76 6.51 9/184 4496
/proc/meminfo: memFree=28616896/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=1827508 CPUtime=3045.03 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 3811587 0 0 0 303820 683 0 0 25 0 4 0 254480457 1871368192 354973 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 456877 354973 345 105 0 452381 0
[pid=4460/tid=4462] ppid=4458 vsize=1827508 CPUtime=758.14 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 143819 0 0 0 75758 56 0 0 25 0 4 0 254480458 1871368192 354973 33554432000 4194304 4623224 140734895176496 18446744073709551615 4377587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=1827508 CPUtime=762.29 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 131076 0 0 0 76177 52 0 0 25 0 4 0 254480458 1871368192 354973 33554432000 4194304 4623224 140734895176496 18446744073709551615 268660320065 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=1827508 CPUtime=762.26 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 3208580 0 0 0 75709 517 0 0 25 0 4 0 254480458 1871368192 354973 33554432000 4194304 4623224 140734895176496 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.03
Current children cumulated vsize (KiB) 1827508

[startup+822.301 s]
/proc/loadavg: 8.09 7.81 6.60 9/184 4507
/proc/meminfo: memFree=28530952/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=1835428 CPUtime=3284.66 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 4166766 0 0 0 327722 744 0 0 25 0 4 0 254480457 1879478272 370195 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510059 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 458857 370195 345 105 0 454361 0
[pid=4460/tid=4462] ppid=4458 vsize=1835428 CPUtime=817.81 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 146764 0 0 0 81724 57 0 0 25 0 4 0 254480458 1879478272 370195 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=1835428 CPUtime=822.29 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 134133 0 0 0 82173 56 0 0 25 0 4 0 254480458 1879478272 370195 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376662 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=1835428 CPUtime=822.24 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 3552055 0 0 0 81651 573 0 0 25 0 4 0 254480458 1879478272 370195 33554432000 4194304 4623224 140734895176496 18446744073709551615 4545317 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.66
Current children cumulated vsize (KiB) 1835428

[startup+882.3 s]
/proc/loadavg: 8.08 7.86 6.69 9/184 4508
/proc/meminfo: memFree=28463420/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=1908968 CPUtime=3524.33 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 4562257 0 0 0 351622 811 0 0 25 0 4 0 254480457 1954783232 389715 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 477242 389715 347 105 0 472746 0
[pid=4460/tid=4462] ppid=4458 vsize=1908968 CPUtime=877.48 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 150202 0 0 0 87689 59 0 0 25 0 4 0 254480458 1954783232 389715 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376993 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=1908968 CPUtime=882.29 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 136757 0 0 0 88169 60 0 0 25 0 4 0 254480458 1954783232 389715 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=1908968 CPUtime=882.24 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 3898968 0 0 0 87595 629 0 0 25 0 4 0 254480458 1954783232 389715 33554432000 4194304 4623224 140734895176496 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 1908968

[startup+942.301 s]
/proc/loadavg: 8.08 7.90 6.77 9/184 4510
/proc/meminfo: memFree=28386712/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=1917944 CPUtime=3764.02 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 4917513 0 0 0 375532 870 0 0 25 0 4 0 254480457 1963974656 401697 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 479486 401697 346 105 0 474990 0
[pid=4460/tid=4462] ppid=4458 vsize=1917944 CPUtime=937.16 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 153160 0 0 0 93656 60 0 0 25 0 4 0 254480458 1963974656 401697 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=1917944 CPUtime=942.29 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 139690 0 0 0 94166 63 0 0 25 0 4 0 254480458 1963974656 401697 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=1917944 CPUtime=942.25 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 4244594 0 0 0 93542 683 0 0 25 0 4 0 254480458 1963974656 401697 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376719 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.02
Current children cumulated vsize (KiB) 1917944

[startup+1002.3 s]
/proc/loadavg: 8.07 7.93 6.86 9/184 4511
/proc/meminfo: memFree=28337908/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=2123252 CPUtime=4003.69 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 5272443 0 0 0 399442 927 0 0 25 0 4 0 254480457 2174210048 416768 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510096 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 530813 416768 346 105 0 526317 0
[pid=4460/tid=4462] ppid=4458 vsize=2123252 CPUtime=996.84 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 156201 0 0 0 99622 62 0 0 25 0 4 0 254480458 2174210048 416768 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=2123252 CPUtime=1002.28 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 142204 0 0 0 100163 65 0 0 25 0 4 0 254480458 2174210048 416768 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=2123252 CPUtime=1002.25 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 4586142 0 0 0 99491 734 0 0 25 0 4 0 254480458 2174210048 416768 33554432000 4194304 4623224 140734895176496 18446744073709551615 4366391 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.69
Current children cumulated vsize (KiB) 2123252

[startup+1062.3 s]
/proc/loadavg: 8.13 7.97 6.93 9/184 4513
/proc/meminfo: memFree=28263036/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=2133020 CPUtime=4243.37 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 5624868 0 0 0 423352 985 0 0 25 0 4 0 254480457 2184212480 429864 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 533255 429864 346 105 0 528759 0
[pid=4460/tid=4462] ppid=4458 vsize=2133020 CPUtime=1056.51 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 159434 0 0 0 105587 64 0 0 25 0 4 0 254480458 2184212480 429864 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=2133020 CPUtime=1062.28 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 144320 0 0 0 106161 67 0 0 25 0 4 0 254480458 2184212480 429864 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376634 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=2133020 CPUtime=1062.24 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 4924404 0 0 0 105439 785 0 0 25 0 4 0 254480458 2184212480 429864 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.37
Current children cumulated vsize (KiB) 2133020

[startup+1122.3 s]
/proc/loadavg: 8.09 7.99 7.01 9/184 4515
/proc/meminfo: memFree=28200616/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=2206524 CPUtime=4483.04 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 6024593 0 0 0 447252 1052 0 0 25 0 4 0 254480457 2259480576 445781 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 551631 445781 345 105 0 547135 0
[pid=4460/tid=4462] ppid=4458 vsize=2206524 CPUtime=1116.18 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 162043 0 0 0 111553 65 0 0 25 0 4 0 254480458 2259480576 445781 33554432000 4194304 4623224 140734895176496 18446744073709551615 4366336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=2206524 CPUtime=1122.28 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 182632 0 0 0 112154 74 0 0 25 0 4 0 254480458 2259480576 445781 33554432000 4194304 4623224 140734895176496 18446744073709551615 4366369 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=2206524 CPUtime=1122.25 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 5273319 0 0 0 111384 841 0 0 25 0 4 0 254480458 2259480576 445781 33554432000 4194304 4623224 140734895176496 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.04
Current children cumulated vsize (KiB) 2206524

[startup+1182.3 s]
/proc/loadavg: 8.08 8.00 7.06 9/184 4516
/proc/meminfo: memFree=28107648/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=2279868 CPUtime=4722.7 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 6414700 0 0 0 471153 1117 0 0 25 0 4 0 254480457 2334584832 462744 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 569967 462744 345 105 0 565471 0
[pid=4460/tid=4462] ppid=4458 vsize=2279868 CPUtime=1175.86 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 200307 0 0 0 117516 70 0 0 25 0 4 0 254480458 2334584832 462744 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=2279868 CPUtime=1182.27 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 186208 0 0 0 118149 78 0 0 25 0 4 0 254480458 2334584832 462744 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=2279868 CPUtime=1182.25 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 5614625 0 0 0 117328 897 0 0 25 0 4 0 254480458 2334584832 462744 33554432000 4194304 4623224 140734895176496 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.7
Current children cumulated vsize (KiB) 2279868



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.14 8.02 7.09 9/184 4517
/proc/meminfo: memFree=28088508/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=2282376 CPUtime=4800.21 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 6525911 0 0 0 478884 1137 0 0 25 0 4 0 254480457 2337153024 467177 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 570594 467177 345 105 0 566098 0
[pid=4460/tid=4462] ppid=4458 vsize=2282376 CPUtime=1195.15 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 201176 0 0 0 119445 70 0 0 25 0 4 0 254480458 2337153024 467177 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=2282376 CPUtime=1201.68 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 186920 0 0 0 120089 79 0 0 25 0 4 0 254480458 2337153024 467177 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=2282376 CPUtime=1201.65 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 5721015 0 0 0 119252 913 0 0 25 0 4 0 254480458 2337153024 467177 33554432000 4194304 4623224 140734895176496 18446744073709551615 4366336 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 2282376

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

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

[startup+1201.7 s]
/proc/loadavg: 8.14 8.02 7.09 9/184 4517
/proc/meminfo: memFree=28088508/32951124 swapFree=67111524/67111528
[pid=4460] ppid=4458 vsize=2282376 CPUtime=4800.21 cores=0,2,4,6
/proc/4460/stat : 4460 (SArTagnan) R 4458 4460 3825 0 -1 4202496 6525911 0 0 0 478884 1137 0 0 25 0 4 0 254480457 2337153024 467177 33554432000 4194304 4623224 140734895176496 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/4460/statm: 570594 467177 345 105 0 566098 0
[pid=4460/tid=4462] ppid=4458 vsize=2282376 CPUtime=1195.15 cores=0,2,4,6
/proc/4460/task/4462/stat : 4462 (SArTagnan) R 4458 4460 3825 0 -1 4202560 201176 0 0 0 119445 70 0 0 25 0 4 0 254480458 2337153024 467177 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376625 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=4460/tid=4463] ppid=4458 vsize=2282376 CPUtime=1201.68 cores=0,2,4,6
/proc/4460/task/4463/stat : 4463 (SArTagnan) R 4458 4460 3825 0 -1 4202560 186920 0 0 0 120089 79 0 0 25 0 4 0 254480458 2337153024 467177 33554432000 4194304 4623224 140734895176496 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=4460/tid=4464] ppid=4458 vsize=2282376 CPUtime=1201.65 cores=0,2,4,6
/proc/4460/task/4464/stat : 4464 (SArTagnan) R 4458 4460 3825 0 -1 4202560 5721015 0 0 0 119252 913 0 0 25 0 4 0 254480458 2337153024 467177 33554432000 4194304 4623224 140734895176496 18446744073709551615 4366336 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.21
Current children cumulated vsize (KiB) 2282376

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.8
CPU time (s): 4800.32
CPU user time (s): 4788.87
CPU system time (s): 11.4573
CPU usage (%): 399.429
Max. virtual memory (cumulated for all children) (KiB): 2403516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4788.87
system time used= 11.4573
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6525923
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= 1347
involuntary context switches= 20534

runsolver used 2.01869 second user time and 4.53931 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-29 20:48:12
IDJOB=3291567
IDBENCH=84237
IDSOLVER=1656
FILE ID=node107/3291567-1304102892
RUNJOBID= node107-1304102892-4446
PBS_JOBID= 13170615
Free space on /tmp= 71800 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3291567-1304102892/watcher-3291567-1304102892 -o /tmp/evaluation-result-3291567-1304102892/solver-3291567-1304102892 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3291567-1304102892.cnf -threads=4

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=562810701

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.829
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.829
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	: 5359.47
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.829
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.829
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:      31124252 kB
Buffers:        336464 kB
Cached:        1078348 kB
SwapCached:          4 kB
Active:          36320 kB
Inactive:      1443400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31124252 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:             952 kB
Writeback:           0 kB
AnonPages:       64480 kB
Mapped:          14488 kB
Slab:           284392 kB
PageTables:       4688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187436 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= 71740 MiB
End job on node107 at 2011-04-29 21:08:16