Trace number 3249330

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.26 1202.07

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x33.cnf
MD5SUMf7c29bbc3bef00d1e7cc799553ba4813
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 variables2772
Number of clauses448371
Sum of the clauses size1785168
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24158
Number of clauses of size 30
Number of clauses of size 4444213
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-3249330-1304087720/watcher-3249330-1304087720 -o /tmp/evaluation-result-3249330-1304087720/solver-3249330-1304087720 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3249330-1304087720.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.79 4.41 5.75 6/180 32379
/proc/meminfo: memFree=30662604/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=29864 CPUtime=0 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 622 0 0 0 0 0 0 0 25 0 1 0 599002675 30580736 560 33554432000 4194304 4623224 140733743892528 18446744073709551615 218880262247 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/32379/statm: 7466 571 297 105 0 2970 0

[startup+0.0772791 s]
/proc/loadavg: 4.79 4.41 5.75 6/180 32379
/proc/meminfo: memFree=30662604/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=40224 CPUtime=0.06 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 6892 0 0 0 6 0 0 0 25 0 1 0 599002675 41189376 3768 33554432000 4194304 4623224 140733743892528 18446744073709551615 218880225989 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/32379/statm: 10056 3769 297 105 0 5560 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 40224

[startup+0.100275 s]
/proc/loadavg: 4.79 4.41 5.75 6/180 32379
/proc/meminfo: memFree=30662604/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=45144 CPUtime=0.09 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 9593 0 0 0 8 1 0 0 25 0 1 0 599002675 46227456 4823 33554432000 4194304 4623224 140733743892528 18446744073709551615 218880564992 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/32379/statm: 11286 4825 297 105 0 6790 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45144

[startup+0.300231 s]
/proc/loadavg: 4.79 4.41 5.75 6/180 32379
/proc/meminfo: memFree=30662604/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=153096 CPUtime=0.29 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 36654 0 0 0 25 4 0 0 25 0 4 0 599002675 156770304 25711 33554432000 4194304 4623224 140733743892528 18446744073709551615 47849690474408 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 38274 25711 305 105 0 33778 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 153096

[startup+0.700106 s]
/proc/loadavg: 4.79 4.41 5.75 6/180 32379
/proc/meminfo: memFree=30662604/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=352432 CPUtime=1.89 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 59383 0 0 0 181 8 0 0 18 0 4 0 599002675 360890368 35229 33554432000 4194304 4623224 140733743892528 18446744073709551615 4355897 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 88108 35229 337 105 0 83612 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 352432

[startup+1.50096 s]
/proc/loadavg: 4.79 4.41 5.75 10/184 32383
/proc/meminfo: memFree=30494436/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=417968 CPUtime=5.09 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 64932 0 0 0 500 9 0 0 19 0 4 0 599002675 427999232 38138 33554432000 4194304 4623224 140733743892528 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 104492 38138 338 105 0 99996 0
[pid=32379/tid=32381] ppid=32377 vsize=417968 CPUtime=1.19 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 5291 0 0 0 119 0 0 0 25 0 4 0 599002705 427999232 38138 33554432000 4194304 4623224 140733743892528 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=417968 CPUtime=1.19 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 6434 0 0 0 119 0 0 0 25 0 4 0 599002705 427999232 38138 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=417968 CPUtime=1.18 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 13396 0 0 0 116 2 0 0 25 0 4 0 599002705 427999232 38138 33554432000 4194304 4623224 140733743892528 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.09
Current children cumulated vsize (KiB) 417968

[startup+3.10069 s]
/proc/loadavg: 4.79 4.41 5.75 10/184 32383
/proc/meminfo: memFree=30463068/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=417968 CPUtime=11.48 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 117036 0 0 0 1132 16 0 0 23 0 4 0 599002675 427999232 43380 33554432000 4194304 4623224 140733743892528 18446744073709551615 4280368 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 104492 43380 338 105 0 99996 0
[pid=32379/tid=32381] ppid=32377 vsize=417968 CPUtime=2.79 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 5839 0 0 0 278 1 0 0 25 0 4 0 599002705 427999232 43380 33554432000 4194304 4623224 140733743892528 18446744073709551615 4366336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=417968 CPUtime=2.78 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 8959 0 0 0 277 1 0 0 25 0 4 0 599002705 427999232 43380 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=417968 CPUtime=2.77 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 62302 0 0 0 270 7 0 0 25 0 4 0 599002705 427999232 43380 33554432000 4194304 4623224 140733743892528 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 11.48
Current children cumulated vsize (KiB) 417968

[startup+6.30113 s]
/proc/loadavg: 5.05 4.46 5.77 10/184 32383
/proc/meminfo: memFree=30366604/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=426476 CPUtime=24.26 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 222335 0 0 0 2393 33 0 0 25 0 4 0 599002675 436711424 52943 33554432000 4194304 4623224 140733743892528 18446744073709551615 4414815 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 106619 52943 338 105 0 102123 0
[pid=32379/tid=32381] ppid=32377 vsize=426476 CPUtime=6 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 11747 0 0 0 598 2 0 0 25 0 4 0 599002705 436711424 52943 33554432000 4194304 4623224 140733743892528 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=426476 CPUtime=5.99 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 11705 0 0 0 596 3 0 0 25 0 4 0 599002705 436711424 52943 33554432000 4194304 4623224 140733743892528 18446744073709551615 4377171 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=426476 CPUtime=5.96 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 158631 0 0 0 574 22 0 0 25 0 4 0 599002705 436711424 52943 33554432000 4194304 4623224 140733743892528 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 24.26
Current children cumulated vsize (KiB) 426476

[startup+12.701 s]
/proc/loadavg: 5.28 4.52 5.78 9/184 32383
/proc/meminfo: memFree=30211644/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=446540 CPUtime=49.82 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 421339 0 0 0 4920 62 0 0 25 0 4 0 599002675 457256960 70524 33554432000 4194304 4623224 140733743892528 18446744073709551615 4358898 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 111635 70524 341 105 0 107139 0
[pid=32379/tid=32381] ppid=32377 vsize=446540 CPUtime=12.39 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 14996 0 0 0 1236 3 0 0 25 0 4 0 599002705 457256960 70524 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=446540 CPUtime=12.39 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 23461 0 0 0 1231 8 0 0 25 0 4 0 599002705 457256960 70524 33554432000 4194304 4623224 140733743892528 18446744073709551615 4377576 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=446540 CPUtime=12.32 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 339543 0 0 0 1187 45 0 0 25 0 4 0 599002705 457256960 70524 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 49.82
Current children cumulated vsize (KiB) 446540

[startup+25.5008 s]
/proc/loadavg: 5.88 4.69 5.81 10/184 32383
/proc/meminfo: memFree=29942720/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=550248 CPUtime=100.93 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 757044 0 0 0 9976 117 0 0 25 0 4 0 599002675 563453952 100038 33554432000 4194304 4623224 140733743892528 18446744073709551615 4359136 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 137562 100038 341 105 0 133066 0
[pid=32379/tid=32381] ppid=32377 vsize=550248 CPUtime=25.19 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 27299 0 0 0 2512 7 0 0 25 0 4 0 599002705 563453952 100038 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376675 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=550248 CPUtime=25.17 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 40041 0 0 0 2502 15 0 0 25 0 4 0 599002705 563453952 100038 33554432000 4194304 4623224 140733743892528 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=550248 CPUtime=25.05 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 642982 0 0 0 2418 87 0 0 25 0 4 0 599002705 563453952 100039 33554432000 4194304 4623224 140733743892528 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 100.93
Current children cumulated vsize (KiB) 550248

[startup+51.1003 s]
/proc/loadavg: 6.60 4.96 5.87 10/184 32384
/proc/meminfo: memFree=29495600/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=826420 CPUtime=203.17 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 1313870 0 0 0 20105 212 0 0 25 0 4 0 599002675 846254080 159044 33554432000 4194304 4623224 140733743892528 18446744073709551615 4360117 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 206605 159044 392 105 0 202109 0
[pid=32379/tid=32381] ppid=32377 vsize=826420 CPUtime=50.78 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 45120 0 0 0 5066 12 0 0 25 0 4 0 599002705 846254080 159044 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376892 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=826420 CPUtime=50.76 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 74987 0 0 0 5042 34 0 0 25 0 4 0 599002705 846254080 159044 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376853 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=826420 CPUtime=50.5 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 1141567 0 0 0 4893 157 0 0 25 0 4 0 599002705 846254080 159044 33554432000 4194304 4623224 140733743892528 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.17
Current children cumulated vsize (KiB) 826420

[startup+102.306 s]
/proc/loadavg: 7.47 5.45 5.99 10/184 32385
/proc/meminfo: memFree=28897880/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=1127692 CPUtime=407.69 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 2202633 0 0 0 40414 355 0 0 25 0 4 0 599002675 1154756608 236802 33554432000 4194304 4623224 140733743892528 18446744073709551615 4414819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 281923 236802 342 105 0 277427 0
[pid=32379/tid=32381] ppid=32377 vsize=1127692 CPUtime=101.97 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 76194 0 0 0 10176 21 0 0 25 0 4 0 599002705 1154756608 236802 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=1127692 CPUtime=101.96 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 98521 0 0 0 10142 54 0 0 25 0 4 0 599002705 1154756608 236802 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=1127692 CPUtime=101.44 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 1960593 0 0 0 9874 270 0 0 25 0 4 0 599002705 1154756608 236802 33554432000 4194304 4623224 140733743892528 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.69
Current children cumulated vsize (KiB) 1127692

[startup+162.301 s]
/proc/loadavg: 7.84 5.93 6.12 10/184 32387
/proc/meminfo: memFree=28292480/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=1557028 CPUtime=647.35 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 2563479 0 0 0 64308 427 0 0 25 0 4 0 599002675 1594396672 319934 33554432000 4194304 4623224 140733743892528 18446744073709551615 4360087 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 389257 319934 342 105 0 384761 0
[pid=32379/tid=32381] ppid=32377 vsize=1557028 CPUtime=161.97 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 111348 0 0 0 16167 30 0 0 25 0 4 0 599002705 1594396672 319934 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=1557028 CPUtime=161.95 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 139164 0 0 0 16118 77 0 0 25 0 4 0 599002705 1594396672 319934 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=1557028 CPUtime=161.11 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 2224830 0 0 0 15805 306 0 0 25 0 4 0 599002705 1594396672 319934 33554432000 4194304 4623224 140733743892528 18446744073709551615 4577456 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.35
Current children cumulated vsize (KiB) 1557028

[startup+222.3 s]
/proc/loadavg: 8.02 6.32 6.24 11/185 32392
/proc/meminfo: memFree=27903940/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=1659944 CPUtime=887.01 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 3294032 0 0 0 88156 545 0 0 25 0 4 0 599002675 1699782656 368777 33554432000 4194304 4623224 140733743892528 18446744073709551615 4414885 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 414986 368777 342 105 0 410490 0
[pid=32379/tid=32381] ppid=32377 vsize=1659944 CPUtime=221.95 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 117373 0 0 0 22163 32 0 0 25 0 4 0 599002705 1699782656 368777 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=1659944 CPUtime=221.96 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 147136 0 0 0 22112 84 0 0 25 0 4 0 599002705 1699782656 368777 33554432000 4194304 4623224 140733743892528 18446744073709551615 4486238 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=1659944 CPUtime=220.79 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 2938629 0 0 0 21665 414 0 0 25 0 4 0 599002705 1699782656 368777 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 887.01
Current children cumulated vsize (KiB) 1659944

[startup+282.301 s]

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


[startup+702.301 s]
/proc/loadavg: 8.06 7.77 7.00 10/184 32404
/proc/meminfo: memFree=26162588/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=2831136 CPUtime=2804.38 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 7584109 0 0 0 279196 1242 0 0 25 0 4 0 599002675 2899083264 632321 33554432000 4194304 4623224 140733743892528 18446744073709551615 4414965 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 707784 632321 342 105 0 703288 0
[pid=32379/tid=32381] ppid=32377 vsize=2831136 CPUtime=701.91 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 269444 0 0 0 70111 80 0 0 25 0 4 0 599002705 2899083264 632321 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=2831136 CPUtime=701.97 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 154981 0 0 0 70112 85 0 0 25 0 4 0 599002705 2899083264 632321 33554432000 4194304 4623224 140733743892528 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=2831136 CPUtime=698.17 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 6984701 0 0 0 68772 1045 0 0 25 0 4 0 599002705 2899083264 632321 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2804.38
Current children cumulated vsize (KiB) 2831136

[startup+762.306 s]
/proc/loadavg: 8.07 7.82 7.06 10/184 32406
/proc/meminfo: memFree=26030124/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=2950384 CPUtime=3044.07 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 7721063 0 0 0 303138 1269 0 0 25 0 4 0 599002675 3021193216 654926 33554432000 4194304 4623224 140733743892528 18446744073709551615 4517494 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 737596 654926 342 105 0 733100 0
[pid=32379/tid=32381] ppid=32377 vsize=2950384 CPUtime=761.91 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 275494 0 0 0 76108 83 0 0 25 0 4 0 599002705 3021193216 654926 33554432000 4194304 4623224 140733743892528 18446744073709551615 4377457 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=2950384 CPUtime=761.97 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 155061 0 0 0 76112 85 0 0 25 0 4 0 599002705 3021193216 654926 33554432000 4194304 4623224 140733743892528 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=2950384 CPUtime=757.85 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 7059446 0 0 0 74726 1059 0 0 25 0 4 0 599002705 3021193216 654926 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3044.07
Current children cumulated vsize (KiB) 2950384

[startup+822.301 s]
/proc/loadavg: 8.02 7.85 7.12 10/184 32408
/proc/meminfo: memFree=25899012/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=3017252 CPUtime=3283.72 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 7801747 0 0 0 327082 1290 0 0 25 0 4 0 599002675 3089666048 680125 33554432000 4194304 4623224 140733743892528 18446744073709551615 4510214 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 754313 680125 342 105 0 749817 0
[pid=32379/tid=32381] ppid=32377 vsize=3017252 CPUtime=821.9 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 282582 0 0 0 82103 87 0 0 25 0 4 0 599002705 3089666048 680125 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376855 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=3017252 CPUtime=821.97 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 155160 0 0 0 82112 85 0 0 25 0 4 0 599002705 3089666048 680125 33554432000 4194304 4623224 140733743892528 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=3017252 CPUtime=817.52 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 7076207 0 0 0 80687 1065 0 0 25 0 4 0 599002705 3089666048 680125 33554432000 4194304 4623224 140733743892528 18446744073709551615 4545317 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3283.72
Current children cumulated vsize (KiB) 3017252

[startup+882.3 s]
/proc/loadavg: 8.01 7.88 7.17 10/184 32409
/proc/meminfo: memFree=25732092/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=3288916 CPUtime=3523.39 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 7991885 0 0 0 351014 1325 0 0 25 0 4 0 599002675 3367849984 713348 33554432000 4194304 4623224 140733743892528 18446744073709551615 4415031 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 822229 713348 342 105 0 817733 0
[pid=32379/tid=32381] ppid=32377 vsize=3288916 CPUtime=881.9 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 375603 0 0 0 88089 101 0 0 25 0 4 0 599002705 3367849984 713348 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=3288916 CPUtime=881.97 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 155230 0 0 0 88112 85 0 0 25 0 4 0 599002705 3367849984 713348 33554432000 4194304 4623224 140733743892528 18446744073709551615 4357641 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=3288916 CPUtime=877.19 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 7092941 0 0 0 86651 1068 0 0 25 0 4 0 599002705 3367849984 713348 33554432000 4194304 4623224 140733743892528 18446744073709551615 4366412 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3523.39
Current children cumulated vsize (KiB) 3288916

[startup+942.301 s]
/proc/loadavg: 8.00 7.90 7.22 10/184 32411
/proc/meminfo: memFree=25620348/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=3409888 CPUtime=3763.06 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 8063300 0 0 0 374963 1343 0 0 25 0 4 0 599002675 3491725312 733524 33554432000 4194304 4623224 140733743892528 18446744073709551615 4414998 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 852472 733524 342 105 0 847976 0
[pid=32379/tid=32381] ppid=32377 vsize=3409888 CPUtime=941.89 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 378284 0 0 0 94085 104 0 0 25 0 4 0 599002705 3491725312 733524 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=3409888 CPUtime=941.97 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 155317 0 0 0 94112 85 0 0 25 0 4 0 599002705 3491725312 733524 33554432000 4194304 4623224 140733743892528 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=3409888 CPUtime=936.87 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 7107336 0 0 0 92616 1071 0 0 25 0 4 0 599002705 3491725312 733524 33554432000 4194304 4623224 140733743892528 18446744073709551615 4553611 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3763.06
Current children cumulated vsize (KiB) 3409888

[startup+1002.3 s]
/proc/loadavg: 8.00 7.91 7.27 10/184 32412
/proc/meminfo: memFree=25494224/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=3448596 CPUtime=4002.74 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 8409439 0 0 0 398878 1396 0 0 25 0 4 0 599002675 3531362304 757730 33554432000 4194304 4623224 140733743892528 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 862149 757730 342 105 0 857653 0
[pid=32379/tid=32381] ppid=32377 vsize=3448596 CPUtime=1001.89 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 383517 0 0 0 100082 107 0 0 25 0 4 0 599002705 3531362304 757730 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=3448596 CPUtime=1001.97 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 155468 0 0 0 100112 85 0 0 25 0 4 0 599002705 3531362304 757730 33554432000 4194304 4623224 140733743892528 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=3448596 CPUtime=996.54 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 7394395 0 0 0 98546 1108 0 0 25 0 4 0 599002705 3531362304 757730 33554432000 4194304 4623224 140733743892528 18446744073709551615 4550465 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4002.74
Current children cumulated vsize (KiB) 3448596

[startup+1062.3 s]
/proc/loadavg: 8.00 7.92 7.31 10/184 32414
/proc/meminfo: memFree=25396364/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=3579668 CPUtime=4242.41 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 9102400 0 0 0 422742 1499 0 0 25 0 4 0 599002675 3665580032 774306 33554432000 4194304 4623224 140733743892528 18446744073709551615 4355888 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 894917 774306 342 105 0 890421 0
[pid=32379/tid=32381] ppid=32377 vsize=3579668 CPUtime=1061.88 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 383604 0 0 0 106081 107 0 0 25 0 4 0 599002705 3665580032 774306 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=3579668 CPUtime=1061.97 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 155579 0 0 0 106112 85 0 0 25 0 4 0 599002705 3665580032 774306 33554432000 4194304 4623224 140733743892528 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=3579668 CPUtime=1056.21 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 8080790 0 0 0 104411 1210 0 0 25 0 4 0 599002705 3665580032 774306 33554432000 4194304 4623224 140733743892528 18446744073709551615 4545353 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 3579668

[startup+1122.3 s]
/proc/loadavg: 8.00 7.94 7.35 10/184 32416
/proc/meminfo: memFree=25275136/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=3673228 CPUtime=4482.08 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 9775254 0 0 0 446609 1599 0 0 25 0 4 0 599002675 3761385472 796547 33554432000 4194304 4623224 140733743892528 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 918307 796547 344 105 0 913811 0
[pid=32379/tid=32381] ppid=32377 vsize=3673228 CPUtime=1121.88 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 383834 0 0 0 112081 107 0 0 25 0 4 0 599002705 3761385472 796547 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376672 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=3673228 CPUtime=1121.97 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 155637 0 0 0 112112 85 0 0 25 0 4 0 599002705 3761385472 796547 33554432000 4194304 4623224 140733743892528 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=3673228 CPUtime=1115.89 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 8746308 0 0 0 110280 1309 0 0 25 0 4 0 599002705 3761385472 796547 33554432000 4194304 4623224 140733743892528 18446744073709551615 4577456 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4482.08
Current children cumulated vsize (KiB) 3673228

[startup+1182.3 s]
/proc/loadavg: 8.00 7.94 7.39 10/184 32417
/proc/meminfo: memFree=25169216/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=3725660 CPUtime=4721.76 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 9933612 0 0 0 470552 1624 0 0 25 0 4 0 599002675 3815075840 813415 33554432000 4194304 4623224 140733743892528 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 931415 813415 342 105 0 926919 0
[pid=32379/tid=32381] ppid=32377 vsize=3725660 CPUtime=1181.88 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 387396 0 0 0 118078 110 0 0 25 0 4 0 599002705 3815075840 813415 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=3725660 CPUtime=1181.97 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 155746 0 0 0 118112 85 0 0 25 0 4 0 599002705 3815075840 813415 33554432000 4194304 4623224 140733743892528 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=3725660 CPUtime=1175.56 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 8897469 0 0 0 116226 1330 0 0 25 0 4 0 599002705 3815075840 813415 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4721.76
Current children cumulated vsize (KiB) 3725660



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 7.68 7.88 7.38 5/175 32436
/proc/meminfo: memFree=27593628/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=3739084 CPUtime=4800.07 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) R 32377 32379 30991 0 -1 4202496 9973415 0 0 0 478372 1635 0 0 25 0 4 0 599002675 3828822016 820997 33554432000 4194304 4623224 140733743892528 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 934771 820997 342 105 0 930275 0
[pid=32379/tid=32381] ppid=32377 vsize=3739084 CPUtime=1201.48 cores=0,2,4,6
/proc/32379/task/32381/stat : 32381 (SArTagnan) R 32377 32379 30991 0 -1 4202560 388988 0 0 0 120033 115 0 0 25 0 4 0 599002705 3828822016 820997 33554432000 4194304 4623224 140733743892528 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=32379/tid=32382] ppid=32377 vsize=3739084 CPUtime=1201.59 cores=0,2,4,6
/proc/32379/task/32382/stat : 32382 (SArTagnan) R 32377 32379 30991 0 -1 4202560 155786 0 0 0 120073 86 0 0 25 0 4 0 599002705 3828822016 820997 33554432000 4194304 4623224 140733743892528 18446744073709551615 4357901 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=3739084 CPUtime=1195.06 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4202560 8933974 0 0 0 118170 1336 0 0 25 0 4 0 599002705 3828822016 820997 33554432000 4194304 4623224 140733743892528 18446744073709551615 218880262541 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 3739084

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

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

[startup+1202.01 s]
/proc/loadavg: 7.68 7.88 7.38 5/175 32436
/proc/meminfo: memFree=27593628/32950928 swapFree=67111524/67111528
[pid=32379] ppid=32377 vsize=0 CPUtime=4800.19 cores=0,2,4,6
/proc/32379/stat : 32379 (SArTagnan) Z 32377 32379 30991 0 -1 4203548 9974032 0 0 0 478374 1645 0 0 25 0 2 0 599002675 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/32379/statm: 0 0 0 0 0 0 0
[pid=32379/tid=32383] ppid=32377 vsize=0 CPUtime=1195.17 cores=0,2,4,6
/proc/32379/task/32383/stat : 32383 (SArTagnan) R 32377 32379 30991 0 -1 4203588 8934591 0 0 0 118171 1346 0 0 25 0 2 0 599002705 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.07
CPU time (s): 4800.26
CPU user time (s): 4783.75
CPU system time (s): 16.5145
CPU usage (%): 399.333
Max. virtual memory (cumulated for all children) (KiB): 3739084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4783.75
system time used= 16.5145
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9974032
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= 5805
involuntary context switches= 19465

runsolver used 1.9847 second user time and 4.52731 second system time

The end

Launcher Data

Begin job on node112 at 2011-04-29 16:35:20
IDJOB=3249330
IDBENCH=83165
IDSOLVER=1656
FILE ID=node112/3249330-1304087720
RUNJOBID= node112-1304087711-32235
PBS_JOBID= 13170513
Free space on /tmp= 72556 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x33.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249330-1304087720/watcher-3249330-1304087720 -o /tmp/evaluation-result-3249330-1304087720/solver-3249330-1304087720 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3249330-1304087720.cnf -threads=4

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

MD5SUM BENCH= f7c29bbc3bef00d1e7cc799553ba4813
RANDOM SEED=499959013

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30662884 kB
Buffers:        431996 kB
Cached:        1171176 kB
SwapCached:          4 kB
Active:         358368 kB
Inactive:      1529912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30662884 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12280 kB
Writeback:           4 kB
AnonPages:      285452 kB
Mapped:          15196 kB
Slab:           335396 kB
PageTables:       5056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   473952 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= 72556 MiB
End job on node112 at 2011-04-29 16:55:24