Trace number 3385992

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.31 1204.3

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn006.shuffled-as.sat05-3846.cnf
MD5SUMf38a91a0947f21d9ceeb8762ba4c5f93
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark919.536
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18473
Sum of the clauses size132415
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32342
Number of clauses of size 4463
Number of clauses of size 5642
Number of clauses of size over 514542

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-3385992-1305583339/watcher-3385992-1305583339 -o /tmp/evaluation-result-3385992-1305583339/solver-3385992-1305583339 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3385992-1305583339.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: 8.09 7.96 5.89 5/411 16282
/proc/meminfo: memFree=17846256/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=20088 CPUtime=0 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 881 0 0 0 0 0 0 0 25 0 1 0 669933530 20570112 691 33554432000 4194304 4625164 140735123287248 18446744073709551615 274473967360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/16282/statm: 5022 692 299 106 0 525 0

[startup+0.0703309 s]
/proc/loadavg: 8.09 7.96 5.89 5/411 16282
/proc/meminfo: memFree=17846256/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=254440 CPUtime=0.19 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 4247 0 0 0 19 0 0 0 25 0 4 0 669933530 260546560 2835 33554432000 4194304 4625164 140735123287248 18446744073709551615 4508979 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 63610 2835 339 106 0 59113 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 254440

[startup+0.118626 s]
/proc/loadavg: 8.09 7.96 5.89 5/411 16282
/proc/meminfo: memFree=17846256/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=255760 CPUtime=0.38 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 5448 0 0 0 38 0 0 0 25 0 4 0 669933530 261898240 3140 33554432000 4194304 4625164 140735123287248 18446744073709551615 4512142 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 63940 3140 339 106 0 59443 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 255760

[startup+0.300159 s]
/proc/loadavg: 8.09 7.96 5.89 5/411 16282
/proc/meminfo: memFree=17846256/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=257076 CPUtime=1.11 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 8197 0 0 0 110 1 0 0 25 0 4 0 669933530 263245824 4057 33554432000 4194304 4625164 140735123287248 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 64269 4057 339 106 0 59772 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 257076

[startup+0.70109 s]
/proc/loadavg: 8.09 7.96 5.89 5/411 16282
/proc/meminfo: memFree=17846256/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=261972 CPUtime=2.72 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 14541 0 0 0 270 2 0 0 25 0 4 0 669933530 268259328 6429 33554432000 4194304 4625164 140735123287248 18446744073709551615 4391265 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 65493 6429 346 106 0 60996 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 261972

[startup+1.50095 s]
/proc/loadavg: 8.08 7.96 5.90 9/415 16286
/proc/meminfo: memFree=17803824/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=265452 CPUtime=5.9 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 16972 0 0 0 588 2 0 0 25 0 4 0 669933530 271822848 8097 33554432000 4194304 4625164 140735123287248 18446744073709551615 4512779 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 66363 8097 347 106 0 61866 0
[pid=16282/tid=16284] ppid=16280 vsize=265452 CPUtime=1.46 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 2586 0 0 0 146 0 0 0 25 0 4 0 669933533 271822848 8097 33554432000 4194304 4625164 140735123287248 18446744073709551615 4352005 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=265452 CPUtime=1.46 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 2841 0 0 0 146 0 0 0 25 0 4 0 669933533 271822848 8097 33554432000 4194304 4625164 140735123287248 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=265452 CPUtime=1.45 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 5616 0 0 0 145 0 0 0 25 0 4 0 669933533 271822848 8097 33554432000 4194304 4625164 140735123287248 18446744073709551615 4375437 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 265452

[startup+3.10067 s]
/proc/loadavg: 8.08 7.96 5.90 9/415 16286
/proc/meminfo: memFree=17790940/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=275164 CPUtime=12.29 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 21256 0 0 0 1226 3 0 0 25 0 4 0 669933530 281767936 10046 33554432000 4194304 4625164 140735123287248 18446744073709551615 4393000 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 68791 10046 347 106 0 64294 0
[pid=16282/tid=16284] ppid=16280 vsize=275164 CPUtime=3.06 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 3898 0 0 0 306 0 0 0 25 0 4 0 669933533 281767936 10046 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=275164 CPUtime=3.06 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 4255 0 0 0 306 0 0 0 25 0 4 0 669933533 281767936 10046 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=275164 CPUtime=3.03 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 6406 0 0 0 303 0 0 0 25 0 4 0 669933533 281767936 10046 33554432000 4194304 4625164 140735123287248 18446744073709551615 274473625862 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 275164

[startup+6.3011 s]
/proc/loadavg: 8.08 7.96 5.91 9/415 16286
/proc/meminfo: memFree=17765652/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=279212 CPUtime=25.05 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 40611 0 0 0 2498 7 0 0 25 0 4 0 669933530 285913088 13136 33554432000 4194304 4625164 140735123287248 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 69803 13136 347 106 0 65306 0
[pid=16282/tid=16284] ppid=16280 vsize=279212 CPUtime=6.26 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 6270 0 0 0 626 0 0 0 25 0 4 0 669933533 285913088 13136 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=279212 CPUtime=6.27 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 5877 0 0 0 626 1 0 0 25 0 4 0 669933533 285913088 13136 33554432000 4194304 4625164 140735123287248 18446744073709551615 4339688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=279212 CPUtime=6.2 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 21550 0 0 0 616 4 0 0 25 0 4 0 669933533 285913088 13136 33554432000 4194304 4625164 140735123287248 18446744073709551615 4561029 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 279212

[startup+12.701 s]
/proc/loadavg: 8.07 7.96 5.92 9/415 16287
/proc/meminfo: memFree=17732672/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=281356 CPUtime=50.56 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 82033 0 0 0 5042 14 0 0 25 0 4 0 669933530 288108544 16897 33554432000 4194304 4625164 140735123287248 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 70339 16897 348 106 0 65842 0
[pid=16282/tid=16284] ppid=16280 vsize=281356 CPUtime=12.66 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 9103 0 0 0 1265 1 0 0 25 0 4 0 669933533 288108544 16897 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=281356 CPUtime=12.66 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 6501 0 0 0 1265 1 0 0 25 0 4 0 669933533 288108544 16897 33554432000 4194304 4625164 140735123287248 18446744073709551615 4339581 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=281356 CPUtime=12.51 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 59405 0 0 0 1241 10 0 0 25 0 4 0 669933533 288108544 16897 33554432000 4194304 4625164 140735123287248 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 281356

[startup+25.5007 s]
/proc/loadavg: 8.05 7.96 5.95 9/415 16287
/proc/meminfo: memFree=17677232/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=296144 CPUtime=101.57 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 168371 0 0 0 10130 27 0 0 25 0 4 0 669933530 303251456 23123 33554432000 4194304 4625164 140735123287248 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 74036 23123 348 106 0 69539 0
[pid=16282/tid=16284] ppid=16280 vsize=296144 CPUtime=25.47 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 13682 0 0 0 2545 2 0 0 25 0 4 0 669933533 303251456 23123 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351801 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=296144 CPUtime=25.46 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 9605 0 0 0 2544 2 0 0 25 0 4 0 669933533 303251456 23123 33554432000 4194304 4625164 140735123287248 18446744073709551615 4352035 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=296144 CPUtime=25.12 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 136801 0 0 0 2491 21 0 0 25 0 4 0 669933533 303251456 23123 33554432000 4194304 4625164 140735123287248 18446744073709551615 4339157 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 296144

[startup+51.1002 s]
/proc/loadavg: 8.10 7.98 6.01 9/415 16288
/proc/meminfo: memFree=17604620/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=312788 CPUtime=203.62 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 198499 0 0 0 20329 33 0 0 25 0 4 0 669933530 320294912 33036 33554432000 4194304 4625164 140735123287248 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 78197 33036 415 106 0 73700 0
[pid=16282/tid=16284] ppid=16280 vsize=312788 CPUtime=51.06 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 19632 0 0 0 5104 2 0 0 25 0 4 0 669933533 320294912 33036 33554432000 4194304 4625164 140735123287248 18446744073709551615 4352053 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=312788 CPUtime=51.06 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 10658 0 0 0 5103 3 0 0 25 0 4 0 669933533 320294912 33036 33554432000 4194304 4625164 140735123287248 18446744073709551615 4465128 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=312788 CPUtime=50.38 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 156022 0 0 0 5013 25 0 0 25 0 4 0 669933533 320294912 33036 33554432000 4194304 4625164 140735123287248 18446744073709551615 4547807 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.62
Current children cumulated vsize (KiB) 312788

[startup+102.315 s]
/proc/loadavg: 8.11 7.99 6.12 9/415 16291
/proc/meminfo: memFree=17364780/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=410340 CPUtime=407.76 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 341607 0 0 0 40719 57 0 0 25 0 4 0 669933530 420188160 58365 33554432000 4194304 4625164 140735123287248 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 102585 58365 909 106 0 98088 0
[pid=16282/tid=16284] ppid=16280 vsize=410340 CPUtime=102.27 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 22352 0 0 0 10224 3 0 0 25 0 4 0 669933533 420188160 58365 33554432000 4194304 4625164 140735123287248 18446744073709551615 4352007 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=410340 CPUtime=102.28 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 14582 0 0 0 10224 4 0 0 25 0 4 0 669933533 420188160 58365 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=410340 CPUtime=100.89 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 273402 0 0 0 10044 45 0 0 25 0 4 0 669933533 420188160 58365 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.76
Current children cumulated vsize (KiB) 410340

[startup+162.301 s]
/proc/loadavg: 8.40 8.11 6.27 9/415 16294
/proc/meminfo: memFree=17228256/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=540336 CPUtime=646.88 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 694053 0 0 0 64571 117 0 0 25 0 4 0 669933530 553304064 70873 33554432000 4194304 4625164 140735123287248 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 135084 70873 461 106 0 130587 0
[pid=16282/tid=16284] ppid=16280 vsize=540336 CPUtime=162.26 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 31427 0 0 0 16221 5 0 0 25 0 4 0 669933533 553304064 70873 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=540336 CPUtime=162.26 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 15335 0 0 0 16222 4 0 0 25 0 4 0 669933533 553304064 70873 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=540336 CPUtime=160.06 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 592672 0 0 0 15908 98 0 0 25 0 4 0 669933533 553304064 70873 33554432000 4194304 4625164 140735123287248 18446744073709551615 4328596 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 646.88
Current children cumulated vsize (KiB) 540336

[startup+222.301 s]
/proc/loadavg: 8.33 8.13 6.39 9/415 16295
/proc/meminfo: memFree=16975508/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=590452 CPUtime=886.04 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 1093700 0 0 0 88424 180 0 0 25 0 4 0 669933530 604622848 87538 33554432000 4194304 4625164 140735123287248 18446744073709551615 4510119 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 147613 87538 349 106 0 143116 0
[pid=16282/tid=16284] ppid=16280 vsize=590452 CPUtime=222.26 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 44093 0 0 0 22220 6 0 0 25 0 4 0 669933533 604622848 87538 33554432000 4194304 4625164 140735123287248 18446744073709551615 4339569 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=590452 CPUtime=222.26 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 20917 0 0 0 22221 5 0 0 25 0 4 0 669933533 604622848 87538 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=590452 CPUtime=219.24 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 956111 0 0 0 21767 157 0 0 25 0 4 0 669933533 604622848 87538 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 886.04
Current children cumulated vsize (KiB) 590452

[startup+282.301 s]

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

[pid=16282] ppid=16280 vsize=1112316 CPUtime=2560.3 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 2859808 0 0 0 255571 459 0 0 25 0 4 0 669933530 1139011584 196708 33554432000 4194304 4625164 140735123287248 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 278079 196708 348 106 0 273582 0
[pid=16282/tid=16284] ppid=16280 vsize=1112316 CPUtime=642.28 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 74351 0 0 0 64214 14 0 0 25 0 4 0 669933533 1139011584 196708 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=1112316 CPUtime=642.29 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 31121 0 0 0 64221 8 0 0 25 0 4 0 669933533 1139011584 196708 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=1112316 CPUtime=633.55 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 2493231 0 0 0 62957 398 0 0 25 0 4 0 669933533 1139011584 196708 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2560.3
Current children cumulated vsize (KiB) 1112316

[startup+702.301 s]
/proc/loadavg: 8.14 8.13 7.08 9/415 16308
/proc/meminfo: memFree=15970900/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=1150056 CPUtime=2799.45 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 3240749 0 0 0 279423 522 0 0 25 0 4 0 669933530 1177657344 222682 33554432000 4194304 4625164 140735123287248 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 287514 222682 347 106 0 283017 0
[pid=16282/tid=16284] ppid=16280 vsize=1150056 CPUtime=702.27 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 75826 0 0 0 70212 15 0 0 25 0 4 0 669933533 1177657344 222682 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=1150056 CPUtime=702.27 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 31421 0 0 0 70219 8 0 0 25 0 4 0 669933533 1177657344 222682 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=1150056 CPUtime=692.74 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 2847246 0 0 0 68820 454 0 0 25 0 4 0 669933533 1177657344 222682 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2799.45
Current children cumulated vsize (KiB) 1150056

[startup+762.315 s]
/proc/loadavg: 8.20 8.15 7.15 9/415 16310
/proc/meminfo: memFree=15834836/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=1247580 CPUtime=3038.68 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 3692303 0 0 0 303277 591 0 0 25 0 4 0 669933530 1277521920 241350 33554432000 4194304 4625164 140735123287248 18446744073709551615 4511870 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 311895 241350 347 106 0 307398 0
[pid=16282/tid=16284] ppid=16280 vsize=1247580 CPUtime=762.29 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 77388 0 0 0 76213 16 0 0 25 0 4 0 669933533 1277521920 241350 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=1247580 CPUtime=762.28 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 31590 0 0 0 76220 8 0 0 25 0 4 0 669933533 1277521920 241350 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=1247580 CPUtime=751.94 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 3231084 0 0 0 74680 514 0 0 25 0 4 0 669933533 1277521920 241350 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3038.68
Current children cumulated vsize (KiB) 1247580

[startup+822.3 s]
/proc/loadavg: 8.18 8.15 7.21 9/415 16311
/proc/meminfo: memFree=15737332/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=1347072 CPUtime=3277.82 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 4093731 0 0 0 327126 656 0 0 25 0 4 0 669933530 1379401728 258618 33554432000 4194304 4625164 140735123287248 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 336768 258618 347 106 0 332271 0
[pid=16282/tid=16284] ppid=16280 vsize=1347072 CPUtime=822.28 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 83227 0 0 0 82210 18 0 0 25 0 4 0 669933533 1379401728 258618 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=1347072 CPUtime=822.27 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 31819 0 0 0 82219 8 0 0 25 0 4 0 669933533 1379401728 258618 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=1347072 CPUtime=811.13 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 3610978 0 0 0 80539 574 0 0 25 0 4 0 669933533 1379401728 258618 33554432000 4194304 4625164 140735123287248 18446744073709551615 4352280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3277.82
Current children cumulated vsize (KiB) 1347072

[startup+882.301 s]
/proc/loadavg: 8.10 8.13 7.27 9/415 16313
/proc/meminfo: memFree=15605492/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=1523004 CPUtime=3516.99 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 4549086 0 0 0 350972 727 0 0 25 0 4 0 669933530 1559556096 275986 33554432000 4194304 4625164 140735123287248 18446744073709551615 4519346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 380751 275986 347 106 0 376254 0
[pid=16282/tid=16284] ppid=16280 vsize=1523004 CPUtime=882.27 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 108398 0 0 0 88206 21 0 0 25 0 4 0 669933533 1559556096 275986 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=1523004 CPUtime=882.28 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 32045 0 0 0 88219 9 0 0 25 0 4 0 669933533 1559556096 275986 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=1523004 CPUtime=870.3 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 3991210 0 0 0 86396 634 0 0 25 0 4 0 669933533 1559556096 275986 33554432000 4194304 4625164 140735123287248 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3516.99
Current children cumulated vsize (KiB) 1523004

[startup+942.3 s]
/proc/loadavg: 8.07 8.12 7.31 9/415 16314
/proc/meminfo: memFree=15499432/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=1561796 CPUtime=3756.17 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 4936840 0 0 0 374832 785 0 0 25 0 4 0 669933530 1599279104 296533 33554432000 4194304 4625164 140735123287248 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 390449 296533 416 106 0 385952 0
[pid=16282/tid=16284] ppid=16280 vsize=1561796 CPUtime=942.28 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 110218 0 0 0 94205 23 0 0 25 0 4 0 669933533 1599279104 296533 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=1561796 CPUtime=942.28 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 32186 0 0 0 94219 9 0 0 25 0 4 0 669933533 1599279104 296533 33554432000 4194304 4625164 140735123287248 18446744073709551615 4339616 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=1561796 CPUtime=929.5 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 4368143 0 0 0 92261 689 0 0 25 0 4 0 669933533 1599279104 296533 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3756.17
Current children cumulated vsize (KiB) 1561796

[startup+1002.3 s]
/proc/loadavg: 8.24 8.15 7.37 9/415 16316
/proc/meminfo: memFree=15409128/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=1561796 CPUtime=3995.34 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 5311174 0 0 0 398693 841 0 0 25 0 4 0 669933530 1599279104 309457 33554432000 4194304 4625164 140735123287248 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 390449 309457 369 106 0 385952 0
[pid=16282/tid=16284] ppid=16280 vsize=1561796 CPUtime=1002.28 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 110592 0 0 0 100205 23 0 0 25 0 4 0 669933533 1599279104 309457 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=1561796 CPUtime=1002.28 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 32383 0 0 0 100219 9 0 0 25 0 4 0 669933533 1599279104 309457 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=1561796 CPUtime=988.68 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 4728532 0 0 0 98125 743 0 0 25 0 4 0 669933533 1599279104 309457 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3995.34
Current children cumulated vsize (KiB) 1561796

[startup+1062.3 s]
/proc/loadavg: 8.09 8.12 7.40 9/415 16318
/proc/meminfo: memFree=15252352/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=1774060 CPUtime=4234.52 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 5446788 0 0 0 422591 861 0 0 25 0 4 0 669933530 1816637440 339649 33554432000 4194304 4625164 140735123287248 18446744073709551615 4512891 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 443515 339649 347 106 0 439018 0
[pid=16282/tid=16284] ppid=16280 vsize=1774060 CPUtime=1062.28 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 111790 0 0 0 106205 23 0 0 25 0 4 0 669933533 1816637440 339649 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=1774060 CPUtime=1062.28 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 32873 0 0 0 106219 9 0 0 25 0 4 0 669933533 1816637440 339649 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=1774060 CPUtime=1047.86 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 4755791 0 0 0 104039 747 0 0 25 0 4 0 669933533 1816637440 339649 33554432000 4194304 4625164 140735123287248 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4234.52
Current children cumulated vsize (KiB) 1774060

[startup+1122.3 s]
/proc/loadavg: 8.09 8.11 7.44 9/415 16319
/proc/meminfo: memFree=15094344/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=1979028 CPUtime=4473.69 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 5494510 0 0 0 446497 872 0 0 25 0 4 0 669933530 2026524672 372137 33554432000 4194304 4625164 140735123287248 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 494757 372137 347 106 0 490260 0
[pid=16282/tid=16284] ppid=16280 vsize=1979028 CPUtime=1122.28 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 112573 0 0 0 112205 23 0 0 25 0 4 0 669933533 2026524672 372137 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=1979028 CPUtime=1122.28 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 33420 0 0 0 112219 9 0 0 25 0 4 0 669933533 2026524672 372137 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=1979028 CPUtime=1107.05 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 4756045 0 0 0 109957 748 0 0 25 0 4 0 669933533 2026524672 372137 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4473.69
Current children cumulated vsize (KiB) 1979028

[startup+1182.3 s]
/proc/loadavg: 8.03 8.09 7.48 9/415 16321
/proc/meminfo: memFree=14918468/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=2077900 CPUtime=4712.86 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 5824127 0 0 0 470361 925 0 0 25 0 4 0 669933530 2127769600 396870 33554432000 4194304 4625164 140735123287248 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 519475 396870 347 106 0 514978 0
[pid=16282/tid=16284] ppid=16280 vsize=2077900 CPUtime=1182.28 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 114419 0 0 0 118204 24 0 0 25 0 4 0 669933533 2127769600 396870 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=2077900 CPUtime=1182.28 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 33873 0 0 0 118219 9 0 0 25 0 4 0 669933533 2127769600 396870 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=2077900 CPUtime=1166.23 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 5011831 0 0 0 115834 789 0 0 25 0 4 0 669933533 2127769600 396870 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4712.86
Current children cumulated vsize (KiB) 2077900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.2 s]
/proc/loadavg: 8.02 8.08 7.49 5/410 16322
/proc/meminfo: memFree=16250256/32950928 swapFree=67042944/67111528
[pid=16282] ppid=16280 vsize=2077900 CPUtime=4800.18 cores=0,2,4,6
/proc/16282/stat : 16282 (SArTagnan) R 16280 16282 16138 0 -1 4202496 5863876 0 0 0 479087 931 0 0 25 0 4 0 669933530 2127769600 402498 33554432000 4194304 4625164 140735123287248 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/16282/statm: 519475 402498 347 106 0 514978 0
[pid=16282/tid=16284] ppid=16280 vsize=2077900 CPUtime=1204.2 cores=0,2,4,6
/proc/16282/task/16284/stat : 16284 (SArTagnan) R 16280 16282 16138 0 -1 4202560 114675 0 0 0 120396 24 0 0 25 0 4 0 669933533 2127769600 402498 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16282/tid=16285] ppid=16280 vsize=2077900 CPUtime=1204.19 cores=0,2,4,6
/proc/16282/task/16285/stat : 16285 (SArTagnan) R 16280 16282 16138 0 -1 4202560 33935 0 0 0 120410 9 0 0 25 0 4 0 669933533 2127769600 402498 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16282/tid=16286] ppid=16280 vsize=2077900 CPUtime=1187.83 cores=0,2,4,6
/proc/16282/task/16286/stat : 16286 (SArTagnan) R 16280 16282 16138 0 -1 4202560 5045194 0 0 0 117989 794 0 0 25 0 4 0 669933533 2127769600 402498 33554432000 4194304 4625164 140735123287248 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.18
Current children cumulated vsize (KiB) 2077900

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.3
CPU time (s): 4800.31
CPU user time (s): 4790.91
CPU system time (s): 9.39457
CPU usage (%): 398.597
Max. virtual memory (cumulated for all children) (KiB): 2275440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4790.91
system time used= 9.39457
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5863881
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= 1578
involuntary context switches= 24985

runsolver used 4.78227 second user time and 11.5532 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-17 00:02:19
IDJOB=3385992
IDBENCH=85802
IDSOLVER=1871
FILE ID=node125/3385992-1305583339
RUNJOBID= node125-1305582131-16156
PBS_JOBID= 13350297
Free space on /tmp= 73228 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn006.shuffled-as.sat05-3846.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3385992-1305583339/watcher-3385992-1305583339 -o /tmp/evaluation-result-3385992-1305583339/solver-3385992-1305583339 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3385992-1305583339.cnf -threads=4

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

MD5SUM BENCH= f38a91a0947f21d9ceeb8762ba4c5f93
RANDOM SEED=412212672

node125.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	: 5266.55
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.84
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.74
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.74
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17846536 kB
Buffers:        210272 kB
Cached:        1915852 kB
SwapCached:      55652 kB
Active:        7820792 kB
Inactive:      6948316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17846536 kB
SwapTotal:    67111528 kB
SwapFree:     67042944 kB
Dirty:            2400 kB
Writeback:           8 kB
AnonPages:    12587308 kB
Mapped:          37668 kB
Slab:           216896 kB
PageTables:      52724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 99096776 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= 73228 MiB
End job on node125 at 2011-05-17 00:22:25