Trace number 3386305

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) 4093.75 1300.11

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k20.cnf
MD5SUM2bee695ce4278b72ee9295631ad94252
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark180.219
Satisfiable
(Un)Satisfiability was proved
Number of variables31357
Number of clauses133420
Sum of the clauses size370492
Maximum clause length37
Minimum clause length1
Number of clauses of size 1278
Number of clauses of size 258046
Number of clauses of size 369900
Number of clauses of size 4166
Number of clauses of size 5305
Number of clauses of size over 54725

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-3386305-1305576906/watcher-3386305-1305576906 -o /tmp/evaluation-result-3386305-1305576906/solver-3386305-1305576906 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386305-1305576906.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: 9.74 10.56 10.48 4/370 27872
/proc/meminfo: memFree=14863060/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=24652 CPUtime=0.01 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 1093 0 0 0 1 0 0 0 25 0 1 0 669290247 25243648 1032 33554432000 4194304 4625164 140735512387536 18446744073709551615 274664808192 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27872/statm: 6163 1032 296 106 0 1666 0

[startup+0.0306941 s]
/proc/loadavg: 9.74 10.56 10.48 4/370 27872
/proc/meminfo: memFree=14863060/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=26912 CPUtime=0.02 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 2256 0 0 0 2 0 0 0 25 0 1 0 669290247 27557888 1640 33554432000 4194304 4625164 140735512387536 18446744073709551615 4257391 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27872/statm: 6728 1640 296 106 0 2231 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 26912

[startup+0.108592 s]
/proc/loadavg: 9.74 10.56 10.48 4/370 27872
/proc/meminfo: memFree=14863060/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=150596 CPUtime=0.12 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 10399 0 0 0 12 0 0 0 25 0 4 0 669290247 154210304 8029 33554432000 4194304 4625164 140735512387536 18446744073709551615 4499137 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27872/statm: 37649 8029 323 106 0 33152 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 150596

[startup+0.300587 s]
/proc/loadavg: 9.74 10.56 10.48 4/370 27872
/proc/meminfo: memFree=14863060/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=289372 CPUtime=0.69 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 15283 0 0 0 68 1 0 0 25 0 4 0 669290247 296316928 11491 33554432000 4194304 4625164 140735512387536 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27872/statm: 72343 11491 336 106 0 67846 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 289372

[startup+0.700518 s]
/proc/loadavg: 9.74 10.56 10.48 4/370 27872
/proc/meminfo: memFree=14863060/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=291852 CPUtime=1.9 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 18145 0 0 0 188 2 0 0 25 0 4 0 669290247 298856448 12819 33554432000 4194304 4625164 140735512387536 18446744073709551615 4509287 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27872/statm: 72963 12819 343 106 0 68466 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 291852

[startup+1.50038 s]
/proc/loadavg: 9.74 10.56 10.48 13/377 27879
/proc/meminfo: memFree=14749072/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=293184 CPUtime=4.28 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 20809 0 0 0 426 2 0 0 25 0 4 0 669290247 300220416 14023 33554432000 4194304 4625164 140735512387536 18446744073709551615 4519673 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27872/statm: 73296 14023 343 106 0 68799 0
[pid=27872/tid=27877] ppid=27870 vsize=293184 CPUtime=0.72 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 1674 0 0 0 72 0 0 0 25 0 4 0 669290256 300220416 14023 33554432000 4194304 4625164 140735512387536 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=293184 CPUtime=1.37 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 2160 0 0 0 137 0 0 0 25 0 4 0 669290256 300220416 14023 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=293184 CPUtime=0.69 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 4618 0 0 0 69 0 0 0 25 0 4 0 669290256 300220416 14023 33554432000 4194304 4625164 140735512387536 18446744073709551615 4555307 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.28
Current children cumulated vsize (KiB) 293184

[startup+3.1011 s]
/proc/loadavg: 9.76 10.55 10.48 11/377 27879
/proc/meminfo: memFree=14742748/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=355964 CPUtime=9.06 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 70546 0 0 0 899 7 0 0 25 0 4 0 669290247 364507136 36648 33554432000 4194304 4625164 140735512387536 18446744073709551615 4360205 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27872/statm: 88991 36648 353 106 0 84494 0
[pid=27872/tid=27877] ppid=27870 vsize=355964 CPUtime=2.3 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 10868 0 0 0 229 1 0 0 25 0 4 0 669290256 364507136 36648 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=355964 CPUtime=2.3 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 11221 0 0 0 229 1 0 0 25 0 4 0 669290256 364507136 36648 33554432000 4194304 4625164 140735512387536 18446744073709551615 4469080 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=355964 CPUtime=1.49 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 12860 0 0 0 148 1 0 0 25 0 4 0 669290256 364507136 36648 33554432000 4194304 4625164 140735512387536 18446744073709551615 4278468 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 9.06
Current children cumulated vsize (KiB) 355964

[startup+6.30055 s]
/proc/loadavg: 9.76 10.55 10.48 13/377 27879
/proc/meminfo: memFree=14653592/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=369500 CPUtime=18.2 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 83074 0 0 0 1811 9 0 0 25 0 4 0 669290247 378368000 35281 33554432000 4194304 4625164 140735512387536 18446744073709551615 4511950 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27872/statm: 92375 35281 347 106 0 87878 0
[pid=27872/tid=27877] ppid=27870 vsize=369500 CPUtime=4.76 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 11227 0 0 0 475 1 0 0 25 0 4 0 669290256 378368000 35281 33554432000 4194304 4625164 140735512387536 18446744073709551615 4288904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=369500 CPUtime=5.2 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 11387 0 0 0 519 1 0 0 25 0 4 0 669290256 378368000 35281 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351981 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=369500 CPUtime=3.39 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 24784 0 0 0 336 3 0 0 25 0 4 0 669290256 378368000 35281 33554432000 4194304 4625164 140735512387536 18446744073709551615 4547257 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 18.2
Current children cumulated vsize (KiB) 369500

[startup+12.7004 s]
/proc/loadavg: 10.10 10.60 10.49 11/377 27880
/proc/meminfo: memFree=14546984/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=379764 CPUtime=42.32 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 112982 0 0 0 4208 24 0 0 25 0 4 0 669290247 388878336 38878 33554432000 4194304 4625164 140735512387536 18446744073709551615 4519673 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27872/statm: 94941 38878 347 106 0 90444 0
[pid=27872/tid=27877] ppid=27870 vsize=379764 CPUtime=10.67 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 15212 0 0 0 1066 1 0 0 25 0 4 0 669290256 388878336 38878 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=379764 CPUtime=11.59 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 12310 0 0 0 1157 2 0 0 25 0 4 0 669290256 388878336 38878 33554432000 4194304 4625164 140735512387536 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=379764 CPUtime=9.33 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 49316 0 0 0 925 8 0 0 25 0 4 0 669290256 388878336 38878 33554432000 4194304 4625164 140735512387536 18446744073709551615 4579358 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 42.32
Current children cumulated vsize (KiB) 379764

[startup+25.5002 s]
/proc/loadavg: 10.16 10.59 10.49 11/377 27880
/proc/meminfo: memFree=14495228/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=393312 CPUtime=93.36 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 217938 0 0 0 9298 38 0 0 25 0 4 0 669290247 402751488 46595 33554432000 4194304 4625164 140735512387536 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27872/statm: 98328 46595 347 106 0 93831 0
[pid=27872/tid=27877] ppid=27870 vsize=393312 CPUtime=23.32 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 16299 0 0 0 2330 2 0 0 25 0 4 0 669290256 402751488 46595 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=393312 CPUtime=24.38 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 17398 0 0 0 2435 3 0 0 25 0 4 0 669290256 402751488 46595 33554432000 4194304 4625164 140735512387536 18446744073709551615 4464310 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=393312 CPUtime=22.12 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 143744 0 0 0 2192 20 0 0 25 0 4 0 669290256 402751488 46595 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 93.36
Current children cumulated vsize (KiB) 393312

[startup+51.1008 s]
/proc/loadavg: 10.17 10.56 10.48 11/377 27881
/proc/meminfo: memFree=14392688/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=433904 CPUtime=195.42 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 358528 0 0 0 19481 61 0 0 25 0 4 0 669290247 444317696 60262 33554432000 4194304 4625164 140735512387536 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27872/statm: 108476 60262 347 106 0 103979 0
[pid=27872/tid=27877] ppid=27870 vsize=433904 CPUtime=48.61 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 24162 0 0 0 4858 3 0 0 25 0 4 0 669290256 444317696 60262 33554432000 4194304 4625164 140735512387536 18446744073709551615 4462538 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=433904 CPUtime=49.97 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 26023 0 0 0 4993 4 0 0 25 0 4 0 669290256 444317696 60262 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=433904 CPUtime=47.72 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 262328 0 0 0 4732 40 0 0 25 0 4 0 669290256 444317696 60262 33554432000 4194304 4625164 140735512387536 18446744073709551615 4352296 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 195.42
Current children cumulated vsize (KiB) 433904

[startup+102.314 s]
/proc/loadavg: 10.18 10.49 10.46 11/377 27882
/proc/meminfo: memFree=14095700/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=605744 CPUtime=399.55 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 630977 0 0 0 39848 107 0 0 25 0 4 0 669290247 620281856 95157 33554432000 4194304 4625164 140735512387536 18446744073709551615 4511941 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/27872/statm: 151436 95157 347 106 0 146939 0
[pid=27872/tid=27877] ppid=27870 vsize=605744 CPUtime=99.15 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 50296 0 0 0 9903 12 0 0 25 0 4 0 669290256 620281856 95157 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=605744 CPUtime=101.16 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 31565 0 0 0 10109 7 0 0 25 0 4 0 669290256 620281856 95157 33554432000 4194304 4625164 140735512387536 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=605744 CPUtime=98.91 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 502352 0 0 0 9817 74 0 0 25 0 4 0 669290256 620281856 95157 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 399.55
Current children cumulated vsize (KiB) 605744

[startup+162.301 s]
/proc/loadavg: 10.22 10.45 10.45 11/377 27884
/proc/meminfo: memFree=13974668/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=673676 CPUtime=638.72 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 884250 0 0 0 63726 146 0 0 25 0 4 0 669290247 689844224 107814 33554432000 4194304 4625164 140735512387536 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27872/statm: 168419 107814 348 106 0 163922 0
[pid=27872/tid=27877] ppid=27870 vsize=673676 CPUtime=158.63 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 65310 0 0 0 15848 15 0 0 25 0 4 0 669290256 689844224 107814 33554432000 4194304 4625164 140735512387536 18446744073709551615 4469080 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=673676 CPUtime=161.12 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 39978 0 0 0 16104 8 0 0 25 0 4 0 669290256 689844224 107814 33554432000 4194304 4625164 140735512387536 18446744073709551615 4352072 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=673676 CPUtime=158.89 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 725876 0 0 0 15783 106 0 0 25 0 4 0 669290256 689844224 107814 33554432000 4194304 4625164 140735512387536 18446744073709551615 4551200 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 638.72
Current children cumulated vsize (KiB) 673676

[startup+222.301 s]
/proc/loadavg: 10.42 10.46 10.45 11/377 27885
/proc/meminfo: memFree=13771052/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=723652 CPUtime=864.97 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 1182836 0 0 0 86307 190 0 0 25 0 4 0 669290247 741019648 127556 33554432000 4194304 4625164 140735512387536 18446744073709551615 4511822 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27872/statm: 180913 127556 347 106 0 176416 0
[pid=27872/tid=27877] ppid=27870 vsize=723652 CPUtime=212.87 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 74920 0 0 0 21269 18 0 0 25 0 4 0 669290256 741019648 127556 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=723652 CPUtime=220.97 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 42009 0 0 0 22087 10 0 0 25 0 4 0 669290256 741019648 127556 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351801 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=723652 CPUtime=218.88 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 1005987 0 0 0 21742 146 0 0 25 0 4 0 669290256 741019648 127556 33554432000 4194304 4625164 140735512387536 18446744073709551615 4552315 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 864.97
Current children cumulated vsize (KiB) 723652

[startup+282.301 s]

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

[pid=27872] ppid=27870 vsize=1864820 CPUtime=2304.13 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 3211382 0 0 0 229896 517 0 0 23 0 4 0 669290247 1909575680 372026 33554432000 4194304 4625164 140735512387536 18446744073709551615 4512156 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27872/statm: 466205 372026 365 106 0 461708 0
[pid=27872/tid=27877] ppid=27870 vsize=1864820 CPUtime=472.94 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 196362 0 0 0 47225 69 0 0 25 0 4 0 669290256 1909575680 372026 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351818 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=1864820 CPUtime=632.63 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 66935 0 0 0 63240 23 0 0 25 0 4 0 669290256 1909575680 372026 33554432000 4194304 4625164 140735512387536 18446744073709551615 4352739 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=1864820 CPUtime=566.55 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 2556384 0 0 0 56292 363 0 0 25 0 4 0 669290256 1909575680 372026 33554432000 4194304 4625164 140735512387536 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2304.13
Current children cumulated vsize (KiB) 1864820

[startup+762.314 s]
/proc/loadavg: 10.12 10.18 10.29 11/377 27900
/proc/meminfo: memFree=10481988/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=1887884 CPUtime=2483.38 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 3454085 0 0 0 247779 559 0 0 25 0 4 0 669290247 1933193216 397853 33554432000 4194304 4625164 140735512387536 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27872/statm: 471971 397853 358 106 0 467474 0
[pid=27872/tid=27877] ppid=27870 vsize=1887884 CPUtime=503.69 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 205404 0 0 0 50292 77 0 0 25 0 4 0 669290256 1933193216 397853 33554432000 4194304 4625164 140735512387536 18446744073709551615 274664475650 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=1887884 CPUtime=691.29 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 67245 0 0 0 69106 23 0 0 25 0 4 0 669290256 1933193216 397853 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=1887884 CPUtime=599.1 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 2773585 0 0 0 59518 392 0 0 25 0 4 0 669290256 1933193216 397853 33554432000 4194304 4625164 140735512387536 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2483.38
Current children cumulated vsize (KiB) 1887884

[startup+822.3 s]
/proc/loadavg: 10.12 10.16 10.27 11/377 27901
/proc/meminfo: memFree=10037688/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=2266900 CPUtime=2662.91 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 3853688 0 0 0 265677 614 0 0 25 0 4 0 669290247 2321305600 443864 33554432000 4194304 4625164 140735512387536 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/27872/statm: 566725 443864 352 106 0 562228 0
[pid=27872/tid=27877] ppid=27870 vsize=2266900 CPUtime=537.28 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 255593 0 0 0 53640 88 0 0 25 0 4 0 669290256 2321305600 443864 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=2266900 CPUtime=748.16 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 71884 0 0 0 74791 25 0 0 25 0 4 0 669290256 2321305600 443864 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=2266900 CPUtime=632.42 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 2976222 0 0 0 62825 417 0 0 25 0 4 0 669290256 2321305600 443864 33554432000 4194304 4625164 140735512387536 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2662.91
Current children cumulated vsize (KiB) 2266900

[startup+882.301 s]
/proc/loadavg: 10.15 10.16 10.27 11/377 27903
/proc/meminfo: memFree=9858376/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=2347352 CPUtime=2845.73 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 4083991 0 0 0 283921 652 0 0 25 0 4 0 669290247 2403688448 472110 33554432000 4194304 4625164 140735512387536 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27872/statm: 586838 472110 361 106 0 582341 0
[pid=27872/tid=27877] ppid=27870 vsize=2347352 CPUtime=597.26 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 262961 0 0 0 59637 89 0 0 25 0 4 0 669290256 2403688448 472110 33554432000 4194304 4625164 140735512387536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=2347352 CPUtime=781.78 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 75321 0 0 0 78149 29 0 0 25 0 4 0 669290256 2403688448 472110 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=2347352 CPUtime=665.89 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 3173437 0 0 0 66144 445 0 0 25 0 4 0 669290256 2403688448 472110 33554432000 4194304 4625164 140735512387536 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2845.73
Current children cumulated vsize (KiB) 2347352

[startup+942.3 s]
/proc/loadavg: 10.14 10.16 10.26 11/377 27904
/proc/meminfo: memFree=9665420/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=2428164 CPUtime=3024.99 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 4306004 0 0 0 301810 689 0 0 25 0 4 0 669290247 2486439936 490207 33554432000 4194304 4625164 140735512387536 18446744073709551615 4393089 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27872/statm: 607041 490207 352 106 0 602544 0
[pid=27872/tid=27877] ppid=27870 vsize=2428164 CPUtime=656.66 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 272414 0 0 0 65575 91 0 0 25 0 4 0 669290256 2486439936 490207 33554432000 4194304 4625164 140735512387536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=2428164 CPUtime=816.79 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 96202 0 0 0 81647 32 0 0 25 0 4 0 669290256 2486439936 490207 33554432000 4194304 4625164 140735512387536 18446744073709551615 4352133 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=2428164 CPUtime=696.39 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 3335736 0 0 0 69169 470 0 0 25 0 4 0 669290256 2486439936 490207 33554432000 4194304 4625164 140735512387536 18446744073709551615 4552399 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3024.99
Current children cumulated vsize (KiB) 2428164

[startup+1002.3 s]
/proc/loadavg: 10.09 10.14 10.25 11/377 27906
/proc/meminfo: memFree=9472964/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=2534900 CPUtime=3204.23 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 4346895 0 0 0 319725 698 0 0 25 0 4 0 669290247 2595737600 510215 33554432000 4194304 4625164 140735512387536 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/27872/statm: 633725 510215 347 106 0 629228 0
[pid=27872/tid=27877] ppid=27870 vsize=2534900 CPUtime=715.4 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 272523 0 0 0 71449 91 0 0 25 0 4 0 669290256 2595737600 510215 33554432000 4194304 4625164 140735512387536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=2534900 CPUtime=847.99 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 96499 0 0 0 84767 32 0 0 25 0 4 0 669290256 2595737600 510215 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=2534900 CPUtime=731.71 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 3342924 0 0 0 72699 472 0 0 25 0 4 0 669290256 2595737600 510215 33554432000 4194304 4625164 140735512387536 18446744073709551615 4552336 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3204.23
Current children cumulated vsize (KiB) 2534900

[startup+1062.3 s]
/proc/loadavg: 10.09 10.13 10.24 11/377 27908
/proc/meminfo: memFree=9209956/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=2542956 CPUtime=3383.48 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 4585096 0 0 0 337614 734 0 0 25 0 4 0 669290247 2603986944 530757 33554432000 4194304 4625164 140735512387536 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27872/statm: 635739 530757 347 106 0 631242 0
[pid=27872/tid=27877] ppid=27870 vsize=2542956 CPUtime=758.91 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 272688 0 0 0 75800 91 0 0 25 0 4 0 669290256 2603986944 530757 33554432000 4194304 4625164 140735512387536 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=2542956 CPUtime=894.09 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 99520 0 0 0 89374 35 0 0 25 0 4 0 669290256 2603986944 530757 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=2542956 CPUtime=778.38 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 3567880 0 0 0 77334 504 0 0 25 0 4 0 669290256 2603986944 530757 33554432000 4194304 4625164 140735512387536 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3383.48
Current children cumulated vsize (KiB) 2542956

[startup+1122.3 s]
/proc/loadavg: 10.03 10.10 10.22 11/377 27909
/proc/meminfo: memFree=9041804/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=2542956 CPUtime=3562.73 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 4743476 0 0 0 355513 760 0 0 25 0 4 0 669290247 2603986944 537540 33554432000 4194304 4625164 140735512387536 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27872/statm: 635739 537540 348 106 0 631242 0
[pid=27872/tid=27877] ppid=27870 vsize=2542956 CPUtime=818.91 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 272710 0 0 0 81800 91 0 0 25 0 4 0 669290256 2603986944 537540 33554432000 4194304 4625164 140735512387536 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=2542956 CPUtime=924.1 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 101188 0 0 0 92373 37 0 0 25 0 4 0 669290256 2603986944 537540 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=2542956 CPUtime=808.37 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 3722398 0 0 0 80311 526 0 0 25 0 4 0 669290256 2603986944 537540 33554432000 4194304 4625164 140735512387536 18446744073709551615 274664505671 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3562.73
Current children cumulated vsize (KiB) 2542956

[startup+1182.3 s]
/proc/loadavg: 10.01 10.08 10.20 11/377 27911
/proc/meminfo: memFree=8803216/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=2727568 CPUtime=3741.99 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 4948620 0 0 0 373406 793 0 0 25 0 4 0 669290247 2793029632 546471 33554432000 4194304 4625164 140735512387536 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27872/statm: 681892 546471 362 106 0 677395 0
[pid=27872/tid=27877] ppid=27870 vsize=2727568 CPUtime=878.92 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 272731 0 0 0 87801 91 0 0 25 0 4 0 669290256 2793029632 546471 33554432000 4194304 4625164 140735512387536 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=2727568 CPUtime=954.1 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 101233 0 0 0 95373 37 0 0 25 0 4 0 669290256 2793029632 546471 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=2727568 CPUtime=838.37 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 3866266 0 0 0 83287 550 0 0 25 0 4 0 669290256 2793029632 546471 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3741.99
Current children cumulated vsize (KiB) 2727568

[startup+1242.3 s]
/proc/loadavg: 10.13 10.11 10.20 11/377 27912
/proc/meminfo: memFree=8635432/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=2727568 CPUtime=3921.23 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 5120246 0 0 0 391302 821 0 0 25 0 4 0 669290247 2793029632 556125 33554432000 4194304 4625164 140735512387536 18446744073709551615 4508743 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27872/statm: 681892 556125 370 106 0 677395 0
[pid=27872/tid=27877] ppid=27870 vsize=2727568 CPUtime=938.92 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 272759 0 0 0 93801 91 0 0 25 0 4 0 669290256 2793029632 556125 33554432000 4194304 4625164 140735512387536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=2727568 CPUtime=984.11 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 102971 0 0 0 98372 39 0 0 25 0 4 0 669290256 2793029632 556125 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=2727568 CPUtime=868.36 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 4030388 0 0 0 86261 575 0 0 25 0 4 0 669290256 2793029632 556125 33554432000 4194304 4625164 140735512387536 18446744073709551615 4334485 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3921.23
Current children cumulated vsize (KiB) 2727568



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.13 10.12 10.19 13/377 27914
/proc/meminfo: memFree=8304348/32951132 swapFree=67093824/67111528
[pid=27872] ppid=27870 vsize=2727568 CPUtime=4093.64 cores=0,2,4,6
/proc/27872/stat : 27872 (SArTagnan) R 27870 27872 27834 0 -1 4202496 5288002 0 0 0 408518 846 0 0 25 0 4 0 669290247 2793029632 561548 33554432000 4194304 4625164 140735512387536 18446744073709551615 4519334 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/27872/statm: 681892 561548 357 106 0 677395 0
[pid=27872/tid=27877] ppid=27870 vsize=2727568 CPUtime=996.63 cores=0,2,4,6
/proc/27872/task/27877/stat : 27877 (SArTagnan) R 27870 27872 27834 0 -1 4202560 272793 0 0 0 99572 91 0 0 25 0 4 0 669290256 2793029632 561548 33554432000 4194304 4625164 140735512387536 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=27872/tid=27878] ppid=27870 vsize=2727568 CPUtime=1012.95 cores=0,2,4,6
/proc/27872/task/27878/stat : 27878 (SArTagnan) R 27870 27872 27834 0 -1 4202560 103034 0 0 0 101256 39 0 0 25 0 4 0 669290256 2793029632 561548 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=27872/tid=27879] ppid=27870 vsize=2727568 CPUtime=897.23 cores=0,2,4,6
/proc/27872/task/27879/stat : 27879 (SArTagnan) R 27870 27872 27834 0 -1 4202560 4190451 0 0 0 89126 597 0 0 25 0 4 0 669290256 2793029632 561548 33554432000 4194304 4625164 140735512387536 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4093.64
Current children cumulated vsize (KiB) 2727568

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): 1300.11
CPU time (s): 4093.75
CPU user time (s): 4085.2
CPU system time (s): 8.5507
CPU usage (%): 314.878
Max. virtual memory (cumulated for all children) (KiB): 2891812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4085.2
system time used= 8.5507
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5288005
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= 20796
involuntary context switches= 34151

runsolver used 4.36734 second user time and 11.0313 second system time

The end

Launcher Data

Begin job on node131 at 2011-05-16 22:15:06
IDJOB=3386305
IDBENCH=20529
IDSOLVER=1871
FILE ID=node131/3386305-1305576906
RUNJOBID= node131-1305576906-27852
PBS_JOBID= 13350211
Free space on /tmp= 73568 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k20.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386305-1305576906/watcher-3386305-1305576906 -o /tmp/evaluation-result-3386305-1305576906/solver-3386305-1305576906 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386305-1305576906.cnf -threads=4

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

MD5SUM BENCH= 2bee695ce4278b72ee9295631ad94252
RANDOM SEED=1018925599

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      14863340 kB
Buffers:        308752 kB
Cached:        4723820 kB
SwapCached:       1504 kB
Active:       14113276 kB
Inactive:      3686904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14863340 kB
SwapTotal:    67111528 kB
SwapFree:     67093824 kB
Dirty:            8356 kB
Writeback:           0 kB
AnonPages:    12765800 kB
Mapped:          32508 kB
Slab:           171368 kB
PageTables:      45676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 65704628 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= 73568 MiB
End job on node131 at 2011-05-16 22:36:48