Trace number 3386188

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) 4800.13 1204.87

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_35.renamed-as.sat05-1921.cnf
MD5SUM5fda0e0fb8a21967728dfe29bf2d4ea5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark473.18
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of clauses211785
Sum of the clauses size554190
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 283405
Number of clauses of size 3128310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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

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

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


[startup+0 s]
/proc/loadavg: 7.48 7.86 5.86 5/484 32454
/proc/meminfo: memFree=9899104/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=26332 CPUtime=0.01 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 1570 0 0 0 1 0 0 0 25 0 1 0 669938925 26963968 1078 33554432000 4194304 4625164 140734495351040 18446744073709551615 212435714256 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32454/statm: 6583 1088 296 106 0 2086 0

[startup+0.0735339 s]
/proc/loadavg: 7.48 7.86 5.86 5/484 32454
/proc/meminfo: memFree=9899104/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=35512 CPUtime=0.06 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 6492 0 0 0 6 0 0 0 25 0 1 0 669938925 36364288 3547 33554432000 4194304 4625164 140734495351040 18446744073709551615 4361099 0 0 4096 2 0 0 0 17 3 0 0 0
/proc/32454/statm: 8878 3547 296 106 0 4381 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35512

[startup+0.109992 s]
/proc/loadavg: 7.48 7.86 5.86 5/484 32454
/proc/meminfo: memFree=9899104/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=157092 CPUtime=0.12 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 12834 0 0 0 11 1 0 0 25 0 4 0 669938925 160862208 9327 33554432000 4194304 4625164 140734495351040 18446744073709551615 212436060343 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32454/statm: 39273 9327 327 106 0 34776 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 157092

[startup+0.300457 s]
/proc/loadavg: 7.48 7.86 5.86 5/484 32454
/proc/meminfo: memFree=9899104/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=238432 CPUtime=0.89 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 20866 0 0 0 87 2 0 0 25 0 4 0 669938925 244154368 12088 33554432000 4194304 4625164 140734495351040 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32454/statm: 59608 12088 339 106 0 55111 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 238432

[startup+0.700382 s]
/proc/loadavg: 7.48 7.86 5.86 5/484 32454
/proc/meminfo: memFree=9899104/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=238432 CPUtime=2.48 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 26695 0 0 0 245 3 0 0 25 0 4 0 669938925 244154368 12337 33554432000 4194304 4625164 140734495351040 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32454/statm: 59608 12337 339 106 0 55111 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 238432

[startup+1.50023 s]
/proc/loadavg: 7.60 7.88 5.87 9/488 32458
/proc/meminfo: memFree=9842412/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=238640 CPUtime=5.67 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 39667 0 0 0 562 5 0 0 25 0 4 0 669938925 244367360 13662 33554432000 4194304 4625164 140734495351040 18446744073709551615 4512057 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32454/statm: 59660 13662 339 106 0 55163 0
[pid=32454/tid=32456] ppid=32452 vsize=238640 CPUtime=1.39 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 2002 0 0 0 139 0 0 0 25 0 4 0 669938935 244367360 13662 33554432000 4194304 4625164 140734495351040 18446744073709551615 4352731 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=238640 CPUtime=1.39 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 1946 0 0 0 139 0 0 0 25 0 4 0 669938935 244367360 13662 33554432000 4194304 4625164 140734495351040 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=238640 CPUtime=1.39 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 22227 0 0 0 136 3 0 0 25 0 4 0 669938935 244367360 13662 33554432000 4194304 4625164 140734495351040 18446744073709551615 4334248 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 238640

[startup+3.10093 s]
/proc/loadavg: 7.60 7.88 5.87 9/488 32458
/proc/meminfo: memFree=9830260/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=242596 CPUtime=12.06 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 64600 0 0 0 1198 8 0 0 25 0 4 0 669938925 248418304 16583 33554432000 4194304 4625164 140734495351040 18446744073709551615 4519652 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32454/statm: 60649 16583 340 106 0 56152 0
[pid=32454/tid=32456] ppid=32452 vsize=242596 CPUtime=2.99 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 2168 0 0 0 299 0 0 0 25 0 4 0 669938935 248418304 16583 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=242596 CPUtime=2.99 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 2182 0 0 0 299 0 0 0 25 0 4 0 669938935 248418304 16583 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=242596 CPUtime=2.99 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 46683 0 0 0 294 5 0 0 25 0 4 0 669938935 248418304 16583 33554432000 4194304 4625164 140734495351040 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.06
Current children cumulated vsize (KiB) 242596

[startup+6.30032 s]
/proc/loadavg: 7.63 7.88 5.88 9/488 32458
/proc/meminfo: memFree=9788548/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=253124 CPUtime=24.8 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 115172 0 0 0 2466 14 0 0 25 0 4 0 669938925 259198976 20524 33554432000 4194304 4625164 140734495351040 18446744073709551615 4509904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32454/statm: 63281 20524 340 106 0 58784 0
[pid=32454/tid=32456] ppid=32452 vsize=253124 CPUtime=6.19 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 4044 0 0 0 619 0 0 0 25 0 4 0 669938935 259198976 20524 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=253124 CPUtime=6.19 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 4125 0 0 0 619 0 0 0 25 0 4 0 669938935 259198976 20524 33554432000 4194304 4625164 140734495351040 18446744073709551615 4464736 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=253124 CPUtime=6.19 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 93323 0 0 0 608 11 0 0 25 0 4 0 669938935 259198976 20524 33554432000 4194304 4625164 140734495351040 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.8
Current children cumulated vsize (KiB) 253124

[startup+12.7011 s]
/proc/loadavg: 7.66 7.88 5.89 9/488 32459
/proc/meminfo: memFree=9734868/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=335688 CPUtime=50.31 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 180990 0 0 0 5006 25 0 0 25 0 4 0 669938925 343744512 28298 33554432000 4194304 4625164 140734495351040 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32454/statm: 83922 28298 347 106 0 79425 0
[pid=32454/tid=32456] ppid=32452 vsize=335688 CPUtime=12.6 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 7301 0 0 0 1259 1 0 0 25 0 4 0 669938935 343744512 28298 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=335688 CPUtime=12.59 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 8725 0 0 0 1257 2 0 0 25 0 4 0 669938935 343744512 28298 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=335688 CPUtime=12.59 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 145915 0 0 0 1241 18 0 0 25 0 4 0 669938935 343744512 28298 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.31
Current children cumulated vsize (KiB) 335688

[startup+25.5007 s]
/proc/loadavg: 7.73 7.89 5.93 9/488 32459
/proc/meminfo: memFree=9646456/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=348536 CPUtime=101.3 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 395577 0 0 0 10072 58 0 0 25 0 4 0 669938925 356900864 38381 33554432000 4194304 4625164 140734495351040 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32454/statm: 87134 38381 347 106 0 82637 0
[pid=32454/tid=32456] ppid=32452 vsize=348536 CPUtime=25.39 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 13922 0 0 0 2537 2 0 0 25 0 4 0 669938935 356900864 38381 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=348536 CPUtime=25.39 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 15576 0 0 0 2535 4 0 0 25 0 4 0 669938935 356900864 38381 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=348536 CPUtime=25.39 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 344949 0 0 0 2491 48 0 0 25 0 4 0 669938935 356900864 38381 33554432000 4194304 4625164 140734495351040 18446744073709551615 4352596 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 348536

[startup+51.1008 s]
/proc/loadavg: 7.82 7.89 5.98 9/488 32462
/proc/meminfo: memFree=9509004/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=365328 CPUtime=203.31 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 715821 0 0 0 20220 111 0 0 25 0 4 0 669938925 374095872 54877 33554432000 4194304 4625164 140734495351040 18446744073709551615 4512736 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32454/statm: 91332 54877 347 106 0 86835 0
[pid=32454/tid=32456] ppid=32452 vsize=365328 CPUtime=50.99 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 21862 0 0 0 5095 4 0 0 25 0 4 0 669938935 374095872 54877 33554432000 4194304 4625164 140734495351040 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=365328 CPUtime=50.99 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 23853 0 0 0 5089 10 0 0 25 0 4 0 669938935 374095872 54877 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=365328 CPUtime=50.99 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 642819 0 0 0 5008 91 0 0 25 0 4 0 669938935 374095872 54877 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.31
Current children cumulated vsize (KiB) 365328

[startup+102.318 s]
/proc/loadavg: 8.21 8.00 6.12 9/488 32464
/proc/meminfo: memFree=9268976/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=490100 CPUtime=407.37 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 1251693 0 0 0 40536 201 0 0 25 0 4 0 669938925 501862400 86471 33554432000 4194304 4625164 140734495351040 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32454/statm: 122525 86471 367 106 0 118028 0
[pid=32454/tid=32456] ppid=32452 vsize=490100 CPUtime=102.21 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 27805 0 0 0 10213 8 0 0 25 0 4 0 669938935 501862400 86471 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=490100 CPUtime=102.21 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 36381 0 0 0 10204 17 0 0 25 0 4 0 669938935 501862400 86471 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=490100 CPUtime=102.21 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 1134871 0 0 0 10056 165 0 0 25 0 4 0 669938935 501862400 86471 33554432000 4194304 4625164 140734495351040 18446744073709551615 212435714412 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 407.37
Current children cumulated vsize (KiB) 490100

[startup+162.301 s]
/proc/loadavg: 8.20 8.03 6.24 9/488 32466
/proc/meminfo: memFree=9085424/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=683668 CPUtime=646.37 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 1756053 0 0 0 64351 286 0 0 25 0 4 0 669938925 700076032 111812 33554432000 4194304 4625164 140734495351040 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32454/statm: 170917 111813 347 106 0 166420 0
[pid=32454/tid=32456] ppid=32452 vsize=683668 CPUtime=162.19 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 41117 0 0 0 16204 15 0 0 25 0 4 0 669938935 700076032 111813 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351844 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=683668 CPUtime=162.18 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 48168 0 0 0 16200 18 0 0 25 0 4 0 669938935 700076032 111814 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=683668 CPUtime=162.19 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 1591455 0 0 0 15984 235 0 0 25 0 4 0 669938935 700076032 111815 33554432000 4194304 4625164 140734495351040 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 646.37
Current children cumulated vsize (KiB) 683668

[startup+222.3 s]
/proc/loadavg: 8.11 8.04 6.35 9/488 32467
/proc/meminfo: memFree=8837272/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=794164 CPUtime=885.42 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 2213861 0 0 0 88179 363 0 0 25 0 4 0 669938925 813223936 139606 33554432000 4194304 4625164 140734495351040 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/32454/statm: 198541 139606 647 106 0 194044 0
[pid=32454/tid=32456] ppid=32452 vsize=794164 CPUtime=222.2 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 55867 0 0 0 22202 18 0 0 25 0 4 0 669938935 813223936 139606 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=794164 CPUtime=222.19 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 66618 0 0 0 22194 25 0 0 25 0 4 0 669938935 813223936 139606 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=794164 CPUtime=222.19 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 2006448 0 0 0 21917 302 0 0 25 0 4 0 669938935 813223936 139606 33554432000 4194304 4625164 140734495351040 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 885.42
Current children cumulated vsize (KiB) 794164

[startup+282.301 s]

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

[pid=32454] ppid=32452 vsize=1303832 CPUtime=2558.88 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 3496101 0 0 0 255315 573 0 0 25 0 4 0 669938925 1335123968 253816 33554432000 4194304 4625164 140734495351040 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32454/statm: 325958 253816 873 106 0 321461 0
[pid=32454/tid=32456] ppid=32452 vsize=1303832 CPUtime=642.23 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 86680 0 0 0 64200 23 0 0 25 0 4 0 669938935 1335123968 253816 33554432000 4194304 4625164 140734495351040 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=1303832 CPUtime=636.27 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 83727 0 0 0 63583 44 0 0 25 0 4 0 669938935 1335123968 253816 33554432000 4194304 4625164 140734495351040 18446744073709551615 4352367 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=1303832 CPUtime=642.22 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 3069882 0 0 0 63764 458 0 0 25 0 4 0 669938935 1335123968 253817 33554432000 4194304 4625164 140734495351040 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2558.88
Current children cumulated vsize (KiB) 1303832

[startup+702.301 s]
/proc/loadavg: 8.17 8.12 7.06 9/488 32480
/proc/meminfo: memFree=8086784/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=1309312 CPUtime=2797.88 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 3501038 0 0 0 279213 575 0 0 25 0 4 0 669938925 1340735488 258567 33554432000 4194304 4625164 140734495351040 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32454/statm: 327328 258567 873 106 0 322831 0
[pid=32454/tid=32456] ppid=32452 vsize=1309312 CPUtime=702.21 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 87682 0 0 0 70198 23 0 0 25 0 4 0 669938935 1340735488 258567 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351996 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=1309312 CPUtime=695.32 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 84322 0 0 0 69488 44 0 0 25 0 4 0 669938935 1340735488 258567 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=1309312 CPUtime=702.21 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 3071539 0 0 0 69762 459 0 0 25 0 4 0 669938935 1340735488 258567 33554432000 4194304 4625164 140734495351040 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2797.88
Current children cumulated vsize (KiB) 1309312

[startup+762.318 s]
/proc/loadavg: 8.16 8.13 7.13 9/488 32482
/proc/meminfo: memFree=8050168/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=1391800 CPUtime=3036.98 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 3531051 0 0 0 303119 579 0 0 25 0 4 0 669938925 1425203200 264281 33554432000 4194304 4625164 140734495351040 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32454/statm: 347950 264281 873 106 0 343453 0
[pid=32454/tid=32456] ppid=32452 vsize=1391800 CPUtime=762.24 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 88261 0 0 0 76200 24 0 0 25 0 4 0 669938935 1425203200 264281 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=1391800 CPUtime=754.36 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 102506 0 0 0 75390 46 0 0 25 0 4 0 669938935 1425203200 264281 33554432000 4194304 4625164 140734495351040 18446744073709551615 4352143 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=1391800 CPUtime=762.22 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 3080637 0 0 0 75762 460 0 0 25 0 4 0 669938935 1425203200 264281 33554432000 4194304 4625164 140734495351040 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3036.98
Current children cumulated vsize (KiB) 1391800

[startup+822.301 s]
/proc/loadavg: 8.11 8.12 7.19 9/488 32483
/proc/meminfo: memFree=7987892/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=1396336 CPUtime=3275.99 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 3536132 0 0 0 327018 581 0 0 25 0 4 0 669938925 1429848064 269069 33554432000 4194304 4625164 140734495351040 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32454/statm: 349084 269069 873 106 0 344587 0
[pid=32454/tid=32456] ppid=32452 vsize=1396336 CPUtime=822.22 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 89719 0 0 0 82198 24 0 0 25 0 4 0 669938935 1429848064 269069 33554432000 4194304 4625164 140734495351040 18446744073709551615 4464255 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=1396336 CPUtime=813.41 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 102897 0 0 0 81295 46 0 0 25 0 4 0 669938935 1429848064 269069 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=1396336 CPUtime=822.21 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 3082038 0 0 0 81760 461 0 0 25 0 4 0 669938935 1429848064 269069 33554432000 4194304 4625164 140734495351040 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3275.99
Current children cumulated vsize (KiB) 1396336

[startup+882.301 s]
/proc/loadavg: 8.15 8.12 7.24 9/488 32485
/proc/meminfo: memFree=7922392/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=1402048 CPUtime=3515.05 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 3540736 0 0 0 350923 582 0 0 25 0 4 0 669938925 1435697152 273473 33554432000 4194304 4625164 140734495351040 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32454/statm: 350512 273473 873 106 0 346015 0
[pid=32454/tid=32456] ppid=32452 vsize=1402048 CPUtime=882.22 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 90314 0 0 0 88198 24 0 0 25 0 4 0 669938935 1435697152 273473 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=1402048 CPUtime=872.47 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 103554 0 0 0 87201 46 0 0 25 0 4 0 669938935 1435697152 273473 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=1402048 CPUtime=882.21 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 3083727 0 0 0 87760 461 0 0 25 0 4 0 669938935 1435697152 273473 33554432000 4194304 4625164 140734495351040 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3515.05
Current children cumulated vsize (KiB) 1402048

[startup+942.3 s]
/proc/loadavg: 8.13 8.11 7.29 9/488 32486
/proc/meminfo: memFree=7888512/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=1405540 CPUtime=3754.13 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 3545509 0 0 0 374829 584 0 0 25 0 4 0 669938925 1439272960 277992 33554432000 4194304 4625164 140734495351040 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32454/statm: 351385 277992 873 106 0 346888 0
[pid=32454/tid=32456] ppid=32452 vsize=1405540 CPUtime=942.22 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 90978 0 0 0 94197 25 0 0 25 0 4 0 669938935 1439272960 277992 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=1405540 CPUtime=931.56 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 104245 0 0 0 93109 47 0 0 25 0 4 0 669938935 1439272960 277992 33554432000 4194304 4625164 140734495351040 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=1405540 CPUtime=942.21 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 3084876 0 0 0 93760 461 0 0 25 0 4 0 669938935 1439272960 277992 33554432000 4194304 4625164 140734495351040 18446744073709551615 4547307 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3754.13
Current children cumulated vsize (KiB) 1405540

[startup+1002.3 s]
/proc/loadavg: 8.17 8.12 7.35 9/488 32488
/proc/meminfo: memFree=7851036/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=1410776 CPUtime=3993.19 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 3550202 0 0 0 398733 586 0 0 25 0 4 0 669938925 1444634624 282343 33554432000 4194304 4625164 140734495351040 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32454/statm: 352694 282343 873 106 0 348197 0
[pid=32454/tid=32456] ppid=32452 vsize=1410776 CPUtime=1002.23 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 91398 0 0 0 100198 25 0 0 25 0 4 0 669938935 1444634624 282343 33554432000 4194304 4625164 140734495351040 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=1410776 CPUtime=990.61 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 104709 0 0 0 99013 48 0 0 25 0 4 0 669938935 1444634624 282343 33554432000 4194304 4625164 140734495351040 18446744073709551615 212435684256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=1410776 CPUtime=1002.22 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 3086435 0 0 0 99760 462 0 0 25 0 4 0 669938935 1444634624 282343 33554432000 4194304 4625164 140734495351040 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3993.19
Current children cumulated vsize (KiB) 1410776

[startup+1062.3 s]
/proc/loadavg: 8.12 8.11 7.39 9/488 32490
/proc/meminfo: memFree=7788128/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=1562268 CPUtime=4232.26 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 3635068 0 0 0 422629 597 0 0 25 0 4 0 669938925 1599762432 293355 33554432000 4194304 4625164 140734495351040 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32454/statm: 390567 293355 750 106 0 386070 0
[pid=32454/tid=32456] ppid=32452 vsize=1562268 CPUtime=1062.23 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 119276 0 0 0 106195 28 0 0 25 0 4 0 669938935 1599762432 293355 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=1562268 CPUtime=1049.67 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 105194 0 0 0 104919 48 0 0 25 0 4 0 669938935 1599762432 293355 33554432000 4194304 4625164 140734495351040 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=1562268 CPUtime=1062.22 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 3087707 0 0 0 105760 462 0 0 25 0 4 0 669938935 1599762432 293355 33554432000 4194304 4625164 140734495351040 18446744073709551615 4559693 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4232.26
Current children cumulated vsize (KiB) 1562268

[startup+1122.3 s]
/proc/loadavg: 8.15 8.12 7.44 9/488 32491
/proc/meminfo: memFree=7755864/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=1566564 CPUtime=4471.3 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 3639869 0 0 0 446531 599 0 0 25 0 4 0 669938925 1604161536 297568 33554432000 4194304 4625164 140734495351040 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32454/statm: 391641 297568 347 106 0 387144 0
[pid=32454/tid=32456] ppid=32452 vsize=1566564 CPUtime=1122.22 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 120783 0 0 0 112194 28 0 0 25 0 4 0 669938935 1604161536 297568 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=1566564 CPUtime=1108.71 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 105612 0 0 0 110823 48 0 0 25 0 4 0 669938935 1604161536 297568 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=1566564 CPUtime=1122.22 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 3089003 0 0 0 111759 463 0 0 25 0 4 0 669938935 1604161536 297568 33554432000 4194304 4625164 140734495351040 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4471.3
Current children cumulated vsize (KiB) 1566564

[startup+1182.3 s]
/proc/loadavg: 8.12 8.11 7.47 9/488 32493
/proc/meminfo: memFree=7721608/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=1572476 CPUtime=4710.37 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 3646773 0 0 0 470435 602 0 0 25 0 4 0 669938925 1610215424 304209 33554432000 4194304 4625164 140734495351040 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32454/statm: 393119 304209 347 106 0 388622 0
[pid=32454/tid=32456] ppid=32452 vsize=1572476 CPUtime=1182.23 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 123324 0 0 0 118194 29 0 0 25 0 4 0 669938935 1610215424 304209 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=1572476 CPUtime=1167.76 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 106023 0 0 0 116728 48 0 0 25 0 4 0 669938935 1610215424 304209 33554432000 4194304 4625164 140734495351040 18446744073709551615 4316999 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=1572476 CPUtime=1182.22 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 3090778 0 0 0 117758 464 0 0 25 0 4 0 669938935 1610215424 304209 33554432000 4194304 4625164 140734495351040 18446744073709551615 4334711 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4710.37
Current children cumulated vsize (KiB) 1572476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.8 s]
/proc/loadavg: 8.16 8.12 7.49 5/480 32511
/proc/meminfo: memFree=8735440/32951124 swapFree=56316216/67111528
[pid=32454] ppid=32452 vsize=1573124 CPUtime=4800.05 cores=1,3,5,7
/proc/32454/stat : 32454 (SArTagnan) R 32452 32454 32280 0 -1 4202496 3648963 0 0 0 479403 602 0 0 25 0 4 0 669938925 1610878976 306330 33554432000 4194304 4625164 140734495351040 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/32454/statm: 393281 306330 347 106 0 388784 0
[pid=32454/tid=32456] ppid=32452 vsize=1573124 CPUtime=1204.75 cores=1,3,5,7
/proc/32454/task/32456/stat : 32456 (SArTagnan) R 32452 32454 32280 0 -1 4202560 124104 0 0 0 120445 30 0 0 25 0 4 0 669938935 1610878976 306330 33554432000 4194304 4625164 140734495351040 18446744073709551615 4352208 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=32454/tid=32457] ppid=32452 vsize=1573124 CPUtime=1189.9 cores=1,3,5,7
/proc/32454/task/32457/stat : 32457 (SArTagnan) R 32452 32454 32280 0 -1 4202560 106150 0 0 0 118942 48 0 0 25 0 4 0 669938935 1610878976 306330 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=32454/tid=32458] ppid=32452 vsize=1573124 CPUtime=1204.74 cores=1,3,5,7
/proc/32454/task/32458/stat : 32458 (SArTagnan) R 32452 32454 32280 0 -1 4202560 3091017 0 0 0 120010 464 0 0 25 0 4 0 669938935 1610878976 306330 33554432000 4194304 4625164 140734495351040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.05
Current children cumulated vsize (KiB) 1573124

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): 1204.87
CPU time (s): 4800.13
CPU user time (s): 4794.06
CPU system time (s): 6.06908
CPU usage (%): 398.394
Max. virtual memory (cumulated for all children) (KiB): 1755512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.06
system time used= 6.06908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3648963
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= 2052
involuntary context switches= 30813

runsolver used 5.30519 second user time and 13.6879 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-17 00:02:46
IDJOB=3386188
IDBENCH=85987
IDSOLVER=1871
FILE ID=node102/3386188-1305583366
RUNJOBID= node102-1305582154-32299
PBS_JOBID= 13350312
Free space on /tmp= 73576 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_35.renamed-as.sat05-1921.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386188-1305583366/watcher-3386188-1305583366 -o /tmp/evaluation-result-3386188-1305583366/solver-3386188-1305583366 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386188-1305583366.cnf -threads=4

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
RANDOM SEED=1728789802

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9898764 kB
Buffers:        139640 kB
Cached:        1033896 kB
SwapCached:      33496 kB
Active:       14183296 kB
Inactive:      8618968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9898764 kB
SwapTotal:    67111528 kB
SwapFree:     56316216 kB
Dirty:            6460 kB
Writeback:           0 kB
AnonPages:    21606628 kB
Mapped:          25312 kB
Slab:            81212 kB
PageTables:     100052 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 135578480 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= 73576 MiB
End job on node102 at 2011-05-17 00:22:53