Trace number 3386194

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 1205.35

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-27-s100.cnf
MD5SUMf47c33d2a9a327da4633207adfef7b77
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark493.835
Satisfiable
(Un)Satisfiability was proved
Number of variables31951
Number of clauses96161
Sum of the clauses size226837
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 261518
Number of clauses of size 334579
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3386194-1305577449/watcher-3386194-1305577449 -o /tmp/evaluation-result-3386194-1305577449/solver-3386194-1305577449 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386194-1305577449.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.69 9.27 9.20 3/432 5700
/proc/meminfo: memFree=18760320/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=24584 CPUtime=0 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 1571 0 0 0 0 0 0 0 25 0 1 0 669344522 25174016 1278 33554432000 4194304 4625164 140736588743040 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5700/statm: 6146 1278 299 106 0 1649 0

[startup+0.037493 s]
/proc/loadavg: 8.69 9.27 9.20 3/432 5700
/proc/meminfo: memFree=18760320/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=27132 CPUtime=0.03 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 3179 0 0 0 3 0 0 0 25 0 1 0 669344522 27783168 2010 33554432000 4194304 4625164 140736588743040 18446744073709551615 210646807237 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5700/statm: 6783 2011 299 106 0 2286 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27132

[startup+0.165393 s]
/proc/loadavg: 8.69 9.27 9.20 3/432 5700
/proc/meminfo: memFree=18760320/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=276984 CPUtime=0.49 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 9346 0 0 0 48 1 0 0 25 0 4 0 669344522 283631616 7419 33554432000 4194304 4625164 140736588743040 18446744073709551615 4390564 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5700/statm: 69246 7419 336 106 0 64749 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 276984

[startup+0.300371 s]
/proc/loadavg: 8.69 9.27 9.20 3/432 5700
/proc/meminfo: memFree=18760320/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=276984 CPUtime=1.03 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 9860 0 0 0 102 1 0 0 25 0 4 0 669344522 283631616 7510 33554432000 4194304 4625164 140736588743040 18446744073709551615 4509401 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5700/statm: 69246 7510 342 106 0 64749 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 276984

[startup+0.700304 s]
/proc/loadavg: 8.69 9.27 9.20 3/432 5700
/proc/meminfo: memFree=18760320/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=279712 CPUtime=2.63 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 13330 0 0 0 262 1 0 0 25 0 4 0 669344522 286425088 8428 33554432000 4194304 4625164 140736588743040 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5700/statm: 69928 8428 342 106 0 65431 0
Current children cumulated CPU time (s) 2.63
Current children cumulated vsize (KiB) 279712

[startup+1.50117 s]
/proc/loadavg: 8.71 9.27 9.20 10/442 5713
/proc/meminfo: memFree=18690188/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=364924 CPUtime=5.82 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 51995 0 0 0 576 6 0 0 25 0 4 0 669344522 373682176 25419 33554432000 4194304 4625164 140736588743040 18446744073709551615 210646813698 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5700/statm: 91231 25420 343 106 0 86734 0
[pid=5700/tid=5702] ppid=5698 vsize=364924 CPUtime=1.44 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 1569 0 0 0 144 0 0 0 25 0 4 0 669344527 373682176 25420 33554432000 4194304 4625164 140736588743040 18446744073709551615 4288690 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=364924 CPUtime=1.43 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 988 0 0 0 143 0 0 0 25 0 4 0 669344527 373682176 25422 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=364924 CPUtime=1.44 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 14563 0 0 0 143 1 0 0 25 0 4 0 669344527 373682176 25422 33554432000 4194304 4625164 140736588743040 18446744073709551615 4340391 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 364924

[startup+3.1009 s]
/proc/loadavg: 8.71 9.27 9.20 10/442 5714
/proc/meminfo: memFree=18485216/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=404124 CPUtime=12.2 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 84272 0 0 0 1211 9 0 0 25 0 4 0 669344522 413822976 34442 33554432000 4194304 4625164 140736588743040 18446744073709551615 4512315 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5700/statm: 101031 34442 345 106 0 96534 0
[pid=5700/tid=5702] ppid=5698 vsize=404124 CPUtime=3.03 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 11601 0 0 0 303 0 0 0 25 0 4 0 669344527 413822976 34442 33554432000 4194304 4625164 140736588743040 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=404124 CPUtime=3.01 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 9738 0 0 0 300 1 0 0 25 0 4 0 669344527 413822976 34442 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=404124 CPUtime=3.04 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 24118 0 0 0 302 2 0 0 25 0 4 0 669344527 413822976 34442 33554432000 4194304 4625164 140736588743040 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.2
Current children cumulated vsize (KiB) 404124

[startup+6.30036 s]
/proc/loadavg: 8.98 9.31 9.22 12/442 5714
/proc/meminfo: memFree=18474676/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=404124 CPUtime=23.83 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 84596 0 0 0 2356 27 0 0 25 0 4 0 669344522 413822976 34766 33554432000 4194304 4625164 140736588743040 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5700/statm: 101031 34766 346 106 0 96534 0
[pid=5700/tid=5702] ppid=5698 vsize=404124 CPUtime=6.24 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 11673 0 0 0 623 1 0 0 25 0 4 0 669344527 413822976 34766 33554432000 4194304 4625164 140736588743040 18446744073709551615 4352447 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=404124 CPUtime=6.15 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 9738 0 0 0 614 1 0 0 25 0 4 0 669344527 413822976 34766 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351839 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=404124 CPUtime=5.77 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 24132 0 0 0 575 2 0 0 25 0 4 0 669344527 413822976 34766 33554432000 4194304 4625164 140736588743040 18446744073709551615 4375284 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 23.83
Current children cumulated vsize (KiB) 404124

[startup+12.7003 s]
/proc/loadavg: 8.98 9.31 9.21 10/442 5714
/proc/meminfo: memFree=18453396/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=410908 CPUtime=49.31 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 99428 0 0 0 4902 29 0 0 25 0 4 0 669344522 420769792 41625 33554432000 4194304 4625164 140736588743040 18446744073709551615 4356423 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5700/statm: 102727 41625 346 106 0 98230 0
[pid=5700/tid=5702] ppid=5698 vsize=410908 CPUtime=12.64 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 15499 0 0 0 1263 1 0 0 25 0 4 0 669344527 420769792 41625 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351792 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=410908 CPUtime=12.45 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 9738 0 0 0 1244 1 0 0 25 0 4 0 669344527 420769792 41625 33554432000 4194304 4625164 140736588743040 18446744073709551615 4339176 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=410908 CPUtime=12.17 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 29457 0 0 0 1214 3 0 0 25 0 4 0 669344527 420769792 41625 33554432000 4194304 4625164 140736588743040 18446744073709551615 4352285 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 49.31
Current children cumulated vsize (KiB) 410908

[startup+25.5011 s]
/proc/loadavg: 9.13 9.33 9.22 10/442 5714
/proc/meminfo: memFree=18422340/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=429388 CPUtime=100.32 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 111873 0 0 0 10000 32 0 0 25 0 4 0 669344522 439693312 44177 33554432000 4194304 4625164 140736588743040 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5700/statm: 107347 44177 346 106 0 102850 0
[pid=5700/tid=5702] ppid=5698 vsize=429388 CPUtime=25.44 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 15836 0 0 0 2543 1 0 0 25 0 4 0 669344527 439693312 44177 33554432000 4194304 4625164 140736588743040 18446744073709551615 4482058 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=429388 CPUtime=25.04 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 12830 0 0 0 2503 1 0 0 25 0 4 0 669344527 439693312 44177 33554432000 4194304 4625164 140736588743040 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=429388 CPUtime=24.98 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 37280 0 0 0 2493 5 0 0 25 0 4 0 669344527 439693312 44177 33554432000 4194304 4625164 140736588743040 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 100.32
Current children cumulated vsize (KiB) 429388

[startup+51.1008 s]
/proc/loadavg: 9.14 9.31 9.22 10/442 5715
/proc/meminfo: memFree=18409632/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=429388 CPUtime=202.34 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 272749 0 0 0 20181 53 0 0 25 0 4 0 669344522 439693312 46552 33554432000 4194304 4625164 140736588743040 18446744073709551615 4509216 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/5700/statm: 107347 46552 346 106 0 102850 0
[pid=5700/tid=5702] ppid=5698 vsize=429388 CPUtime=51.03 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 16009 0 0 0 5102 1 0 0 25 0 4 0 669344527 439693312 46552 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=429388 CPUtime=50.26 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 12874 0 0 0 5025 1 0 0 25 0 4 0 669344527 439693312 46552 33554432000 4194304 4625164 140736588743040 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=429388 CPUtime=50.58 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 197859 0 0 0 5032 26 0 0 25 0 4 0 669344527 439693312 46552 33554432000 4194304 4625164 140736588743040 18446744073709551615 4352522 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 202.34
Current children cumulated vsize (KiB) 429388

[startup+102.317 s]
/proc/loadavg: 9.18 9.29 9.21 10/442 5716
/proc/meminfo: memFree=18385476/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=429388 CPUtime=406.41 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 471912 0 0 0 40560 81 0 0 25 0 4 0 669344522 439693312 49168 33554432000 4194304 4625164 140736588743040 18446744073709551615 4508979 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5700/statm: 107347 49168 347 106 0 102850 0
[pid=5700/tid=5702] ppid=5698 vsize=429388 CPUtime=102.25 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 16129 0 0 0 10224 1 0 0 25 0 4 0 669344527 439693312 49168 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=429388 CPUtime=100.7 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 13044 0 0 0 10068 2 0 0 25 0 4 0 669344527 439693312 49168 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=429388 CPUtime=101.79 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 396706 0 0 0 10126 53 0 0 25 0 4 0 669344527 439693312 49168 33554432000 4194304 4625164 140736588743040 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 406.41
Current children cumulated vsize (KiB) 429388

[startup+162.301 s]
/proc/loadavg: 9.11 9.25 9.20 10/442 5748
/proc/meminfo: memFree=18372348/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=429388 CPUtime=644.3 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 690081 0 0 0 64307 123 0 0 25 0 4 0 669344522 439693312 52183 33554432000 4194304 4625164 140736588743040 18446744073709551615 4356539 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5700/statm: 107347 52183 347 106 0 102850 0
[pid=5700/tid=5702] ppid=5698 vsize=429388 CPUtime=162.22 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 16309 0 0 0 16221 1 0 0 25 0 4 0 669344527 439693312 52183 33554432000 4194304 4625164 140736588743040 18446744073709551615 4352208 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=429388 CPUtime=160.68 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 13257 0 0 0 16066 2 0 0 25 0 4 0 669344527 439693312 52183 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=429388 CPUtime=161.28 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 614431 0 0 0 16043 85 0 0 25 0 4 0 669344527 439693312 52183 33554432000 4194304 4625164 140736588743040 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 644.3
Current children cumulated vsize (KiB) 429388

[startup+222.301 s]
/proc/loadavg: 9.08 9.22 9.19 10/442 5749
/proc/meminfo: memFree=18204688/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=429388 CPUtime=883.37 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 1018892 0 0 0 88165 172 0 0 25 0 4 0 669344522 439693312 57597 33554432000 4194304 4625164 140736588743040 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5700/statm: 107347 57597 347 106 0 102850 0
[pid=5700/tid=5702] ppid=5698 vsize=429388 CPUtime=222.21 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 16680 0 0 0 22220 1 0 0 25 0 4 0 669344527 439693312 57597 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=429388 CPUtime=220.68 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 13431 0 0 0 22066 2 0 0 25 0 4 0 669344527 439693312 57597 33554432000 4194304 4625164 140736588743040 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=429388 CPUtime=221.27 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 942664 0 0 0 21993 134 0 0 25 0 4 0 669344527 439693312 57597 33554432000 4194304 4625164 140736588743040 18446744073709551615 4552369 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 883.37
Current children cumulated vsize (KiB) 429388

[startup+282.301 s]

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

[pid=5700] ppid=5698 vsize=669676 CPUtime=2556.95 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 3219102 0 0 0 255192 503 0 0 25 0 4 0 669344522 685748224 109981 33554432000 4194304 4625164 140736588743040 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5700/statm: 167419 109981 347 106 0 162922 0
[pid=5700/tid=5702] ppid=5698 vsize=669676 CPUtime=642.13 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 22667 0 0 0 64211 2 0 0 25 0 4 0 669344527 685748224 109982 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=669676 CPUtime=640.7 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 19508 0 0 0 64067 3 0 0 25 0 4 0 669344527 685748224 109982 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=669676 CPUtime=641.14 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 3077797 0 0 0 63661 453 0 0 25 0 4 0 669344527 685748224 109982 33554432000 4194304 4625164 140736588743040 18446744073709551615 4352208 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2556.95
Current children cumulated vsize (KiB) 669676

[startup+702.3 s]
/proc/loadavg: 9.20 9.22 9.18 10/442 5762
/proc/meminfo: memFree=14322356/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=688752 CPUtime=2795.97 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 3591244 0 0 0 279033 564 0 0 25 0 4 0 669344522 705282048 118749 33554432000 4194304 4625164 140736588743040 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5700/statm: 172188 118750 347 106 0 167691 0
[pid=5700/tid=5702] ppid=5698 vsize=688752 CPUtime=702.09 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 22860 0 0 0 70207 2 0 0 25 0 4 0 669344527 705282048 118750 33554432000 4194304 4625164 140736588743040 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=688752 CPUtime=700.68 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 19688 0 0 0 70065 3 0 0 25 0 4 0 669344527 705282048 118750 33554432000 4194304 4625164 140736588743040 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=688752 CPUtime=701.1 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 3434711 0 0 0 69598 512 0 0 25 0 4 0 669344527 705282048 118750 33554432000 4194304 4625164 140736588743040 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2795.97
Current children cumulated vsize (KiB) 688752

[startup+762.317 s]
/proc/loadavg: 9.13 9.19 9.17 11/442 5764
/proc/meminfo: memFree=14132864/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=717808 CPUtime=3035.11 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 3963305 0 0 0 302892 619 0 0 25 0 4 0 669344522 735035392 129449 33554432000 4194304 4625164 140736588743040 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5700/statm: 179452 129450 348 106 0 174955 0
[pid=5700/tid=5702] ppid=5698 vsize=717808 CPUtime=762.09 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 22964 0 0 0 76207 2 0 0 25 0 4 0 669344527 735035392 129450 33554432000 4194304 4625164 140736588743040 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=717808 CPUtime=760.7 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 19836 0 0 0 76066 4 0 0 25 0 4 0 669344527 735035392 129450 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=717808 CPUtime=761.09 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 3784871 0 0 0 75546 563 0 0 25 0 4 0 669344527 735035392 129450 33554432000 4194304 4625164 140736588743040 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3035.11
Current children cumulated vsize (KiB) 717808

[startup+822.301 s]
/proc/loadavg: 9.16 9.18 9.17 11/442 5765
/proc/meminfo: memFree=13942256/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=717808 CPUtime=3274.14 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 4324042 0 0 0 326741 673 0 0 25 0 4 0 669344522 735035392 139721 33554432000 4194304 4625164 140736588743040 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5700/statm: 179452 139724 347 106 0 174955 0
[pid=5700/tid=5702] ppid=5698 vsize=717808 CPUtime=822.07 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 23102 0 0 0 82204 3 0 0 25 0 4 0 669344527 735035392 139724 33554432000 4194304 4625164 140736588743040 18446744073709551615 4288883 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=717808 CPUtime=820.69 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 19986 0 0 0 82065 4 0 0 25 0 4 0 669344527 735035392 139724 33554432000 4194304 4625164 140736588743040 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=717808 CPUtime=821.06 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 4140250 0 0 0 81491 615 0 0 25 0 4 0 669344527 735035392 139724 33554432000 4194304 4625164 140736588743040 18446744073709551615 4579598 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3274.14
Current children cumulated vsize (KiB) 717808

[startup+882.301 s]
/proc/loadavg: 9.16 9.18 9.17 11/442 5767
/proc/meminfo: memFree=13762432/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=774956 CPUtime=3513.19 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 4697062 0 0 0 350587 732 0 0 25 0 4 0 669344522 793554944 147906 33554432000 4194304 4625164 140736588743040 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5700/statm: 193739 147906 347 106 0 189242 0
[pid=5700/tid=5702] ppid=5698 vsize=774956 CPUtime=882.05 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 30143 0 0 0 88201 4 0 0 25 0 4 0 669344527 793554944 147906 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=774956 CPUtime=880.69 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 20368 0 0 0 88065 4 0 0 25 0 4 0 669344527 793554944 147906 33554432000 4194304 4625164 140736588743040 18446744073709551615 4352133 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=774956 CPUtime=881.03 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 4485680 0 0 0 87434 669 0 0 25 0 4 0 669344527 793554944 147906 33554432000 4194304 4625164 140736588743040 18446744073709551615 4554544 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3513.19
Current children cumulated vsize (KiB) 774956

[startup+942.301 s]
/proc/loadavg: 9.16 9.17 9.17 10/442 5768
/proc/meminfo: memFree=13612740/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=910368 CPUtime=3752.27 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 5091507 0 0 0 374436 791 0 0 25 0 4 0 669344522 932216832 161215 33554432000 4194304 4625164 140736588743040 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5700/statm: 227592 161215 347 106 0 223095 0
[pid=5700/tid=5702] ppid=5698 vsize=910368 CPUtime=942.04 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 30280 0 0 0 94200 4 0 0 25 0 4 0 669344527 932216832 161215 33554432000 4194304 4625164 140736588743040 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=910368 CPUtime=940.69 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 27505 0 0 0 94064 5 0 0 25 0 4 0 669344527 932216832 161215 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=910368 CPUtime=941.01 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 4844724 0 0 0 93377 724 0 0 25 0 4 0 669344527 932216832 161215 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3752.27
Current children cumulated vsize (KiB) 910368

[startup+1002.3 s]
/proc/loadavg: 9.10 9.15 9.17 11/442 5770
/proc/meminfo: memFree=13575520/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=919020 CPUtime=3991.35 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 5444037 0 0 0 398290 845 0 0 25 0 4 0 669344522 941076480 168770 33554432000 4194304 4625164 140736588743040 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5700/statm: 229755 168770 347 106 0 225258 0
[pid=5700/tid=5702] ppid=5698 vsize=919020 CPUtime=1002.02 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 30342 0 0 0 100198 4 0 0 25 0 4 0 669344527 941076480 168770 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=919020 CPUtime=1000.69 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 27610 0 0 0 100064 5 0 0 25 0 4 0 669344527 941076480 168770 33554432000 4194304 4625164 140736588743040 18446744073709551615 4352014 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=919020 CPUtime=1000.98 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 5192624 0 0 0 99322 776 0 0 25 0 4 0 669344527 941076480 168770 33554432000 4194304 4625164 140736588743040 18446744073709551615 4554848 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3991.35
Current children cumulated vsize (KiB) 919020

[startup+1062.3 s]
/proc/loadavg: 9.04 9.12 9.15 11/442 5772
/proc/meminfo: memFree=13542164/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=924300 CPUtime=4230.41 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 5794477 0 0 0 422145 896 0 0 25 0 4 0 669344522 946483200 177071 33554432000 4194304 4625164 140736588743040 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5700/statm: 231075 177071 347 106 0 226578 0
[pid=5700/tid=5702] ppid=5698 vsize=924300 CPUtime=1062 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 30542 0 0 0 106196 4 0 0 25 0 4 0 669344527 946483200 177071 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351764 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=924300 CPUtime=1060.69 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 27674 0 0 0 106064 5 0 0 25 0 4 0 669344527 946483200 177071 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351894 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=924300 CPUtime=1060.95 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 5539039 0 0 0 105268 827 0 0 25 0 4 0 669344527 946483200 177071 33554432000 4194304 4625164 140736588743040 18446744073709551615 4327875 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4230.41
Current children cumulated vsize (KiB) 924300

[startup+1122.3 s]
/proc/loadavg: 9.01 9.10 9.14 10/442 5773
/proc/meminfo: memFree=13507916/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=937560 CPUtime=4469.49 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 6130848 0 0 0 446004 945 0 0 25 0 4 0 669344522 960061440 184125 33554432000 4194304 4625164 140736588743040 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5700/statm: 234390 184126 347 106 0 229893 0
[pid=5700/tid=5702] ppid=5698 vsize=937560 CPUtime=1121.99 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 32826 0 0 0 112195 4 0 0 25 0 4 0 669344527 960061440 184126 33554432000 4194304 4625164 140736588743040 18446744073709551615 4288883 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=937560 CPUtime=1120.69 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 27933 0 0 0 112064 5 0 0 25 0 4 0 669344527 960061440 184126 33554432000 4194304 4625164 140736588743040 18446744073709551615 4288722 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=937560 CPUtime=1120.93 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 5869137 0 0 0 111218 875 0 0 25 0 4 0 669344527 960061440 184127 33554432000 4194304 4625164 140736588743040 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4469.49
Current children cumulated vsize (KiB) 937560

[startup+1182.3 s]
/proc/loadavg: 9.04 9.09 9.14 11/442 5775
/proc/meminfo: memFree=13406104/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=985284 CPUtime=4708.58 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 6514781 0 0 0 469857 1001 0 0 25 0 4 0 669344522 1008930816 192677 33554432000 4194304 4625164 140736588743040 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5700/statm: 246321 192677 347 106 0 241824 0
[pid=5700/tid=5702] ppid=5698 vsize=985284 CPUtime=1181.98 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 32974 0 0 0 118194 4 0 0 25 0 4 0 669344527 1008930816 192677 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=985284 CPUtime=1180.69 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 27977 0 0 0 118064 5 0 0 25 0 4 0 669344527 1008930816 192677 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=985284 CPUtime=1180.91 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 6226994 0 0 0 117163 928 0 0 25 0 4 0 669344527 1008930816 192677 33554432000 4194304 4625164 140736588743040 18446744073709551615 4335153 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4708.58
Current children cumulated vsize (KiB) 985284



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.3 s]
/proc/loadavg: 9.21 9.13 9.15 10/442 5776
/proc/meminfo: memFree=13360328/32951132 swapFree=64496000/67111528
[pid=5700] ppid=5698 vsize=1060940 CPUtime=4800.24 cores=0,2,4,6
/proc/5700/stat : 5700 (SArTagnan) R 5698 5700 5668 0 -1 4202496 6644691 0 0 0 479002 1022 0 0 25 0 4 0 669344522 1086402560 197598 33554432000 4194304 4625164 140736588743040 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5700/statm: 265235 197598 348 106 0 260738 0
[pid=5700/tid=5702] ppid=5698 vsize=1060940 CPUtime=1204.98 cores=0,2,4,6
/proc/5700/task/5702/stat : 5702 (SArTagnan) R 5698 5700 5668 0 -1 4202560 32991 0 0 0 120494 4 0 0 25 0 4 0 669344527 1086402560 197638 33554432000 4194304 4625164 140736588743040 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5700/tid=5703] ppid=5698 vsize=1060940 CPUtime=1203.71 cores=0,2,4,6
/proc/5700/task/5703/stat : 5703 (SArTagnan) R 5698 5700 5668 0 -1 4202560 27981 0 0 0 120366 5 0 0 25 0 4 0 669344527 1086402560 197638 33554432000 4194304 4625164 140736588743040 18446744073709551615 4288690 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=5700/tid=5704] ppid=5698 vsize=1060940 CPUtime=1203.91 cores=0,2,4,6
/proc/5700/task/5704/stat : 5704 (SArTagnan) R 5698 5700 5668 0 -1 4202560 6355714 0 0 0 119443 948 0 0 25 0 4 0 669344527 1086402560 197638 33554432000 4194304 4625164 140736588743040 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 1060940

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): 1205.35
CPU time (s): 4800.31
CPU user time (s): 4790.06
CPU system time (s): 10.2514
CPU usage (%): 398.25
Max. virtual memory (cumulated for all children) (KiB): 1071064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4790.06
system time used= 10.2514
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6644743
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= 279
involuntary context switches= 20273

runsolver used 4.90025 second user time and 13.077 second system time

The end

Launcher Data

Begin job on node129 at 2011-05-16 22:24:09
IDJOB=3386194
IDBENCH=70849
IDSOLVER=1871
FILE ID=node129/3386194-1305577449
RUNJOBID= node129-1305577449-5686
PBS_JOBID= 13350224
Free space on /tmp= 73280 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-27-s100.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386194-1305577449/watcher-3386194-1305577449 -o /tmp/evaluation-result-3386194-1305577449/solver-3386194-1305577449 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386194-1305577449.cnf -threads=4

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

MD5SUM BENCH= f47c33d2a9a327da4633207adfef7b77
RANDOM SEED=161286815

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18760972 kB
Buffers:        291232 kB
Cached:        7009844 kB
SwapCached:      52664 kB
Active:        4952760 kB
Inactive:      8975268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18760972 kB
SwapTotal:    67111528 kB
SwapFree:     64496000 kB
Dirty:            2104 kB
Writeback:           4 kB
AnonPages:     6583284 kB
Mapped:          22440 kB
Slab:           140732 kB
PageTables:      50480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 116467680 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73276 MiB
End job on node129 at 2011-05-16 22:44:16