Trace number 3386196

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.47 1205.1

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UTI-20-10p1.cnf
MD5SUM9573f6b4001373bab93d1a02f96820d1
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark665.597
Satisfiable
(Un)Satisfiability was proved
Number of variables260342
Number of clauses1391257
Sum of the clauses size3358569
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2984984
Number of clauses of size 3327764
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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-3386196-1305577849/watcher-3386196-1305577849 -o /tmp/evaluation-result-3386196-1305577849/solver-3386196-1305577849 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386196-1305577849.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: 7.87 8.05 8.07 6/427 5445
/proc/meminfo: memFree=19879468/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=22600 CPUtime=0 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 1130 0 0 0 0 0 0 0 23 0 1 0 748015691 23142400 1068 33554432000 4194304 4625164 140736309796640 18446744073709551615 4315093 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5445/statm: 5650 1070 291 106 0 1153 0

[startup+0.0761539 s]
/proc/loadavg: 7.87 8.05 8.07 6/427 5445
/proc/meminfo: memFree=19879468/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=79488 CPUtime=0.07 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 8248 0 0 0 6 1 0 0 23 0 1 0 748015691 81395712 6405 33554432000 4194304 4625164 140736309796640 18446744073709551615 4339447 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5445/statm: 19872 6406 296 106 0 15375 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 79488

[startup+0.100148 s]
/proc/loadavg: 7.87 8.05 8.07 6/427 5445
/proc/meminfo: memFree=19879468/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=81336 CPUtime=0.09 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 9593 0 0 0 8 1 0 0 23 0 1 0 748015691 83288064 6825 33554432000 4194304 4625164 140736309796640 18446744073709551615 260905393920 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5445/statm: 20334 6825 296 106 0 15837 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 81336

[startup+0.300113 s]
/proc/loadavg: 7.87 8.05 8.07 6/427 5445
/proc/meminfo: memFree=19879468/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=100016 CPUtime=0.28 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 16012 0 0 0 26 2 0 0 25 0 1 0 748015691 102416384 11857 33554432000 4194304 4625164 140736309796640 18446744073709551615 260905012784 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/5445/statm: 25004 11858 296 106 0 20507 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 100016

[startup+0.701042 s]
/proc/loadavg: 7.87 8.05 8.07 6/427 5445
/proc/meminfo: memFree=19879468/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=340344 CPUtime=0.7 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 67548 0 0 0 62 8 0 0 25 0 4 0 748015691 348512256 55455 33554432000 4194304 4625164 140736309796640 18446744073709551615 4307778 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 85086 55473 310 106 0 80589 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 340344

[startup+1.5009 s]
/proc/loadavg: 7.87 8.05 8.07 9/431 5449
/proc/meminfo: memFree=19627104/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=561964 CPUtime=3.89 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 74719 0 0 0 380 9 0 0 25 0 4 0 748015691 575451136 61068 33554432000 4194304 4625164 140736309796640 18446744073709551615 4390540 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 140491 61068 335 106 0 135994 0
[pid=5445/tid=5447] ppid=5443 vsize=561964 CPUtime=0.8 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 2274 0 0 0 80 0 0 0 25 0 4 0 748015760 575451136 61068 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=561964 CPUtime=0.79 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 2515 0 0 0 79 0 0 0 25 0 4 0 748015760 575451136 61068 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=561964 CPUtime=0.79 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 2799 0 0 0 79 0 0 0 25 0 4 0 748015760 575451136 61068 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 561964

[startup+3.1006 s]
/proc/loadavg: 7.87 8.05 8.07 9/431 5449
/proc/meminfo: memFree=19626120/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=561964 CPUtime=10.26 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 79064 0 0 0 1016 10 0 0 25 0 4 0 748015691 575451136 63346 33554432000 4194304 4625164 140736309796640 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 140491 63346 336 106 0 135994 0
[pid=5445/tid=5447] ppid=5443 vsize=561964 CPUtime=2.4 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 2543 0 0 0 240 0 0 0 25 0 4 0 748015760 575451136 63346 33554432000 4194304 4625164 140736309796640 18446744073709551615 4351731 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=561964 CPUtime=2.38 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 2587 0 0 0 238 0 0 0 25 0 4 0 748015760 575451136 63346 33554432000 4194304 4625164 140736309796640 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=561964 CPUtime=2.4 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 6803 0 0 0 239 1 0 0 25 0 4 0 748015760 575451136 63346 33554432000 4194304 4625164 140736309796640 18446744073709551615 4335003 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.26
Current children cumulated vsize (KiB) 561964

[startup+6.30102 s]
/proc/loadavg: 7.88 8.05 8.07 9/431 5449
/proc/meminfo: memFree=19608032/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=561964 CPUtime=23.02 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 96579 0 0 0 2289 13 0 0 25 0 4 0 748015691 575451136 63546 33554432000 4194304 4625164 140736309796640 18446744073709551615 4390603 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 140491 63546 336 106 0 135994 0
[pid=5445/tid=5447] ppid=5443 vsize=561964 CPUtime=5.6 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 3023 0 0 0 560 0 0 0 25 0 4 0 748015760 575451136 63546 33554432000 4194304 4625164 140736309796640 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=561964 CPUtime=5.58 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 2675 0 0 0 558 0 0 0 25 0 4 0 748015760 575451136 63546 33554432000 4194304 4625164 140736309796640 18446744073709551615 4467308 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=561964 CPUtime=5.59 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 23543 0 0 0 556 3 0 0 25 0 4 0 748015760 575451136 63546 33554432000 4194304 4625164 140736309796640 18446744073709551615 4334167 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.02
Current children cumulated vsize (KiB) 561964

[startup+12.7008 s]
/proc/loadavg: 7.89 8.05 8.07 9/431 5449
/proc/meminfo: memFree=19553520/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=571620 CPUtime=48.53 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 125908 0 0 0 4837 16 0 0 25 0 4 0 748015691 585338880 69513 33554432000 4194304 4625164 140736309796640 18446744073709551615 4390623 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 142905 69513 336 106 0 138408 0
[pid=5445/tid=5447] ppid=5443 vsize=571620 CPUtime=12 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 4366 0 0 0 1200 0 0 0 25 0 4 0 748015760 585338880 69513 33554432000 4194304 4625164 140736309796640 18446744073709551615 4288796 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=571620 CPUtime=11.99 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 6023 0 0 0 1198 1 0 0 25 0 4 0 748015760 585338880 69513 33554432000 4194304 4625164 140736309796640 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=571620 CPUtime=12 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 46709 0 0 0 1194 6 0 0 25 0 4 0 748015760 585338880 69513 33554432000 4194304 4625164 140736309796640 18446744073709551615 260905049100 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 48.53
Current children cumulated vsize (KiB) 571620

[startup+25.5005 s]
/proc/loadavg: 7.91 8.05 8.07 9/431 5450
/proc/meminfo: memFree=19446432/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=630644 CPUtime=99.54 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 184627 0 0 0 9929 25 0 0 25 0 4 0 748015691 645779456 87345 33554432000 4194304 4625164 140736309796640 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 157661 87345 340 106 0 153164 0
[pid=5445/tid=5447] ppid=5443 vsize=630644 CPUtime=24.79 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 11534 0 0 0 2478 1 0 0 25 0 4 0 748015760 645779456 87345 33554432000 4194304 4625164 140736309796640 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=630644 CPUtime=24.78 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 24338 0 0 0 2474 4 0 0 25 0 4 0 748015760 645779456 87345 33554432000 4194304 4625164 140736309796640 18446744073709551615 4317326 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=630644 CPUtime=24.79 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 63341 0 0 0 2471 8 0 0 25 0 4 0 748015760 645779456 87345 33554432000 4194304 4625164 140736309796640 18446744073709551615 4579584 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 99.54
Current children cumulated vsize (KiB) 630644

[startup+51.1008 s]
/proc/loadavg: 8.06 8.08 8.08 9/431 5450
/proc/meminfo: memFree=19264508/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=668776 CPUtime=201.59 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 339176 0 0 0 20110 49 0 0 25 0 4 0 748015691 684826624 109160 33554432000 4194304 4625164 140736309796640 18446744073709551615 4390723 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 167194 109160 337 106 0 162697 0
[pid=5445/tid=5447] ppid=5443 vsize=668776 CPUtime=50.38 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 21722 0 0 0 5035 3 0 0 25 0 4 0 748015760 684826624 109160 33554432000 4194304 4625164 140736309796640 18446744073709551615 4288672 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=668776 CPUtime=50.38 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 48205 0 0 0 5029 9 0 0 25 0 4 0 748015760 684826624 109160 33554432000 4194304 4625164 140736309796640 18446744073709551615 4317225 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=668776 CPUtime=50.39 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 173394 0 0 0 5016 23 0 0 25 0 4 0 748015760 684826624 109161 33554432000 4194304 4625164 140736309796640 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 201.59
Current children cumulated vsize (KiB) 668776

[startup+102.316 s]
/proc/loadavg: 8.09 8.08 8.08 9/431 5452
/proc/meminfo: memFree=18955324/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=774004 CPUtime=405.74 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 605833 0 0 0 40485 89 0 0 25 0 4 0 748015691 792580096 150585 33554432000 4194304 4625164 140736309796640 18446744073709551615 4390542 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 193501 150585 337 106 0 189004 0
[pid=5445/tid=5447] ppid=5443 vsize=774004 CPUtime=101.6 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 38968 0 0 0 10153 7 0 0 25 0 4 0 748015760 792580096 150585 33554432000 4194304 4625164 140736309796640 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=774004 CPUtime=101.6 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 72512 0 0 0 10146 14 0 0 25 0 4 0 748015760 792580096 150586 33554432000 4194304 4625164 140736309796640 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=774004 CPUtime=101.61 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 372359 0 0 0 10111 50 0 0 25 0 4 0 748015760 792580096 150586 33554432000 4194304 4625164 140736309796640 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 405.74
Current children cumulated vsize (KiB) 774004

[startup+162.3 s]
/proc/loadavg: 8.13 8.09 8.08 9/431 5453
/proc/meminfo: memFree=18594304/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=1073976 CPUtime=644.85 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 886520 0 0 0 64354 131 0 0 25 0 4 0 748015691 1099751424 200669 33554432000 4194304 4625164 140736309796640 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 268494 200669 337 106 0 263997 0
[pid=5445/tid=5447] ppid=5443 vsize=1073976 CPUtime=161.56 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 74175 0 0 0 16141 15 0 0 25 0 4 0 748015760 1099751424 200669 33554432000 4194304 4625164 140736309796640 18446744073709551615 4463931 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=1073976 CPUtime=161.58 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 97587 0 0 0 16140 18 0 0 25 0 4 0 748015760 1099751424 200669 33554432000 4194304 4625164 140736309796640 18446744073709551615 4317274 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=1073976 CPUtime=161.6 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 566455 0 0 0 16083 77 0 0 25 0 4 0 748015760 1099751424 200669 33554432000 4194304 4625164 140736309796640 18446744073709551615 4334261 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 644.85
Current children cumulated vsize (KiB) 1073976

[startup+222.3 s]
/proc/loadavg: 8.23 8.12 8.09 9/431 5455
/proc/meminfo: memFree=18313768/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=1230336 CPUtime=884.02 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 1091773 0 0 0 88234 168 0 0 25 0 4 0 748015691 1259864064 247734 33554432000 4194304 4625164 140736309796640 18446744073709551615 4390569 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 307584 247734 337 106 0 303087 0
[pid=5445/tid=5447] ppid=5443 vsize=1230336 CPUtime=221.55 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 97489 0 0 0 22132 23 0 0 25 0 4 0 748015760 1259864064 247734 33554432000 4194304 4625164 140736309796640 18446744073709551615 4463931 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=1230336 CPUtime=221.58 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 121632 0 0 0 22135 23 0 0 25 0 4 0 748015760 1259864064 247734 33554432000 4194304 4625164 140736309796640 18446744073709551615 4351975 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=1230336 CPUtime=221.6 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 693448 0 0 0 22064 96 0 0 25 0 4 0 748015760 1259864064 247734 33554432000 4194304 4625164 140736309796640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 884.02
Current children cumulated vsize (KiB) 1230336

[startup+282.3 s]

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

[pid=5445] ppid=5443 vsize=1749952 CPUtime=2557.44 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 2247422 0 0 0 255400 344 0 0 25 0 4 0 748015691 1791950848 358523 33554432000 4194304 4625164 140736309796640 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 437488 358523 344 106 0 432991 0
[pid=5445/tid=5447] ppid=5443 vsize=1749952 CPUtime=640.82 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 137802 0 0 0 64053 29 0 0 25 0 4 0 748015760 1791950848 358523 33554432000 4194304 4625164 140736309796640 18446744073709551615 4330603 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=1749952 CPUtime=641.43 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 190434 0 0 0 64108 35 0 0 25 0 4 0 748015760 1791950848 358523 33554432000 4194304 4625164 140736309796640 18446744073709551615 4330576 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=1749952 CPUtime=641.63 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 1635382 0 0 0 63928 235 0 0 25 0 4 0 748015760 1791950848 358523 33554432000 4194304 4625164 140736309796640 18446744073709551615 4334251 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2557.44
Current children cumulated vsize (KiB) 1749952

[startup+702.301 s]
/proc/loadavg: 8.12 8.13 8.10 9/431 5531
/proc/meminfo: memFree=17525164/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=1881484 CPUtime=2796.58 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 2468808 0 0 0 279279 379 0 0 25 0 4 0 748015691 1926639616 385342 33554432000 4194304 4625164 140736309796640 18446744073709551615 4500283 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 470371 385342 344 106 0 465874 0
[pid=5445/tid=5447] ppid=5443 vsize=1881484 CPUtime=700.79 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 139960 0 0 0 70050 29 0 0 25 0 4 0 748015760 1926639616 385342 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477938 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=1881484 CPUtime=701.43 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 192585 0 0 0 70107 36 0 0 25 0 4 0 748015760 1926639616 385342 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=1881484 CPUtime=701.6 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 1785747 0 0 0 69901 259 0 0 25 0 4 0 748015760 1926639616 385342 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2796.58
Current children cumulated vsize (KiB) 1881484

[startup+762.317 s]
/proc/loadavg: 8.14 8.14 8.09 9/431 5532
/proc/meminfo: memFree=17068424/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=2182340 CPUtime=3035.83 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 2574552 0 0 0 303183 400 0 0 25 0 4 0 748015691 2234716160 458522 33554432000 4194304 4625164 140736309796640 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 545585 458522 347 106 0 541088 0
[pid=5445/tid=5447] ppid=5443 vsize=2182340 CPUtime=760.8 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 139960 0 0 0 76051 29 0 0 25 0 4 0 748015760 2234716160 458522 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=2182340 CPUtime=761.44 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 192585 0 0 0 76108 36 0 0 25 0 4 0 748015760 2234716160 458522 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=2182340 CPUtime=761.63 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 1785747 0 0 0 75903 260 0 0 25 0 4 0 748015760 2234716160 458522 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477982 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3035.83
Current children cumulated vsize (KiB) 2182340

[startup+822.301 s]
/proc/loadavg: 8.10 8.12 8.09 9/431 5534
/proc/meminfo: memFree=16962476/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=2182340 CPUtime=3274.94 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 2575539 0 0 0 327094 400 0 0 25 0 4 0 748015691 2234716160 459509 33554432000 4194304 4625164 140736309796640 18446744073709551615 4390618 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 545585 459509 347 106 0 541088 0
[pid=5445/tid=5447] ppid=5443 vsize=2182340 CPUtime=820.77 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 139960 0 0 0 82048 29 0 0 25 0 4 0 748015760 2234716160 459509 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=2182340 CPUtime=821.43 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 192585 0 0 0 82107 36 0 0 25 0 4 0 748015760 2234716160 459509 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477951 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=2182340 CPUtime=821.61 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 1785747 0 0 0 81901 260 0 0 25 0 4 0 748015760 2234716160 459509 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477944 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3274.94
Current children cumulated vsize (KiB) 2182340

[startup+882.301 s]
/proc/loadavg: 8.12 8.13 8.09 9/431 5535
/proc/meminfo: memFree=16866948/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=2182340 CPUtime=3514.11 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 2576771 0 0 0 351010 401 0 0 25 0 4 0 748015691 2234716160 460741 33554432000 4194304 4625164 140736309796640 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 545585 460741 347 106 0 541088 0
[pid=5445/tid=5447] ppid=5443 vsize=2182340 CPUtime=880.75 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 139960 0 0 0 88046 29 0 0 25 0 4 0 748015760 2234716160 460741 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477934 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=2182340 CPUtime=881.43 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 192585 0 0 0 88107 36 0 0 25 0 4 0 748015760 2234716160 460741 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=2182340 CPUtime=881.61 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 1785747 0 0 0 87901 260 0 0 25 0 4 0 748015760 2234716160 460741 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477972 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3514.11
Current children cumulated vsize (KiB) 2182340

[startup+942.301 s]
/proc/loadavg: 8.33 8.18 8.11 9/431 5537
/proc/meminfo: memFree=16828212/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=2149568 CPUtime=3753.29 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 2577446 0 0 0 374928 401 0 0 25 0 4 0 748015691 2201157632 453223 33554432000 4194304 4625164 140736309796640 18446744073709551615 4509133 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 537392 453223 347 106 0 532895 0
[pid=5445/tid=5447] ppid=5443 vsize=2149568 CPUtime=940.74 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 139960 0 0 0 94045 29 0 0 25 0 4 0 748015760 2201157632 453223 33554432000 4194304 4625164 140736309796640 18446744073709551615 4478080 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=2149568 CPUtime=941.43 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 192585 0 0 0 94107 36 0 0 25 0 4 0 748015760 2201157632 453223 33554432000 4194304 4625164 140736309796640 18446744073709551615 4479591 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=2149568 CPUtime=941.61 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 1785747 0 0 0 93901 260 0 0 25 0 4 0 748015760 2201157632 453223 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3753.29
Current children cumulated vsize (KiB) 2149568

[startup+1002.3 s]
/proc/loadavg: 8.12 8.14 8.09 9/431 5539
/proc/meminfo: memFree=16658408/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=2149568 CPUtime=3992.46 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 2578234 0 0 0 398845 401 0 0 25 0 4 0 748015691 2201157632 454011 33554432000 4194304 4625164 140736309796640 18446744073709551615 4509158 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 537392 454011 347 106 0 532895 0
[pid=5445/tid=5447] ppid=5443 vsize=2149568 CPUtime=1000.73 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 139960 0 0 0 100044 29 0 0 25 0 4 0 748015760 2201157632 454011 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477916 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=2149568 CPUtime=1001.43 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 192585 0 0 0 100107 36 0 0 25 0 4 0 748015760 2201157632 454011 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=2149568 CPUtime=1001.62 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 1785747 0 0 0 99902 260 0 0 25 0 4 0 748015760 2201157632 454011 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3992.46
Current children cumulated vsize (KiB) 2149568

[startup+1062.3 s]
/proc/loadavg: 8.08 8.13 8.09 9/431 5540
/proc/meminfo: memFree=16598348/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=2149568 CPUtime=4231.64 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 2579139 0 0 0 422762 402 0 0 25 0 4 0 748015691 2201157632 454916 33554432000 4194304 4625164 140736309796640 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 537392 454916 347 106 0 532895 0
[pid=5445/tid=5447] ppid=5443 vsize=2149568 CPUtime=1060.72 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 139960 0 0 0 106043 29 0 0 25 0 4 0 748015760 2201157632 454916 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477872 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=2149568 CPUtime=1061.43 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 192585 0 0 0 106107 36 0 0 25 0 4 0 748015760 2201157632 454916 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=2149568 CPUtime=1061.62 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 1785747 0 0 0 105902 260 0 0 25 0 4 0 748015760 2201157632 454916 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4231.64
Current children cumulated vsize (KiB) 2149568

[startup+1122.3 s]
/proc/loadavg: 8.14 8.13 8.09 9/431 5542
/proc/meminfo: memFree=16441184/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=2240544 CPUtime=4470.82 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 2622963 0 0 0 446674 408 0 0 25 0 4 0 748015691 2294317056 475036 33554432000 4194304 4625164 140736309796640 18446744073709551615 4512467 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/5445/statm: 560136 475036 347 106 0 555639 0
[pid=5445/tid=5447] ppid=5443 vsize=2240544 CPUtime=1120.71 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 148416 0 0 0 112041 30 0 0 25 0 4 0 748015760 2294317056 475036 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477998 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=2240544 CPUtime=1121.43 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 223562 0 0 0 112103 40 0 0 25 0 4 0 748015760 2294317056 475036 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477965 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=2240544 CPUtime=1121.62 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 1789492 0 0 0 111901 261 0 0 25 0 4 0 748015760 2294317056 475036 33554432000 4194304 4625164 140736309796640 18446744073709551615 4477913 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4470.82
Current children cumulated vsize (KiB) 2240544

[startup+1182.3 s]
/proc/loadavg: 8.12 8.12 8.09 9/431 5543
/proc/meminfo: memFree=16061068/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=2499640 CPUtime=4709.83 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 2899935 0 0 0 470537 446 0 0 25 0 4 0 748015691 2559631360 531665 33554432000 4194304 4625164 140736309796640 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5445/statm: 624910 531665 360 106 0 620413 0
[pid=5445/tid=5447] ppid=5443 vsize=2499640 CPUtime=1180.18 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 182181 0 0 0 117982 36 0 0 25 0 4 0 748015760 2559631360 531665 33554432000 4194304 4625164 140736309796640 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=2499640 CPUtime=1181.43 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 239478 0 0 0 118100 43 0 0 25 0 4 0 748015760 2559631360 531665 33554432000 4194304 4625164 140736309796640 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=2499640 CPUtime=1181.58 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 1927890 0 0 0 117879 279 0 0 25 0 4 0 748015760 2559631360 531665 33554432000 4194304 4625164 140736309796640 18446744073709551615 4334238 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4709.83
Current children cumulated vsize (KiB) 2499640



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205 s]
/proc/loadavg: 8.20 8.14 8.10 9/431 5544
/proc/meminfo: memFree=15918696/32950928 swapFree=65730892/67111528
[pid=5445] ppid=5443 vsize=2640316 CPUtime=4800.33 cores=0,2,4,6
/proc/5445/stat : 5445 (SArTagnan) R 5443 5445 5247 0 -1 4202496 3158931 0 0 0 479555 478 0 0 25 0 4 0 748015691 2703683584 558948 33554432000 4194304 4625164 140736309796640 18446744073709551615 4390612 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/5445/statm: 660079 558948 360 106 0 655582 0
[pid=5445/tid=5447] ppid=5443 vsize=2640316 CPUtime=1202.56 cores=0,2,4,6
/proc/5445/task/5447/stat : 5447 (SArTagnan) R 5443 5445 5247 0 -1 4202560 182540 0 0 0 120220 36 0 0 25 0 4 0 748015760 2703683584 558949 33554432000 4194304 4625164 140736309796640 18446744073709551615 4288861 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=5445/tid=5448] ppid=5443 vsize=2640316 CPUtime=1204.15 cores=0,2,4,6
/proc/5445/task/5448/stat : 5448 (SArTagnan) R 5443 5445 5247 0 -1 4202560 239503 0 0 0 120372 43 0 0 25 0 4 0 748015760 2703683584 558949 33554432000 4194304 4625164 140736309796640 18446744073709551615 4317256 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=5445/tid=5449] ppid=5443 vsize=2640316 CPUtime=1204.3 cores=0,2,4,6
/proc/5445/task/5449/stat : 5449 (SArTagnan) R 5443 5445 5247 0 -1 4202560 2083930 0 0 0 120131 299 0 0 25 0 4 0 748015760 2703683584 558949 33554432000 4194304 4625164 140736309796640 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 2640316

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.1
CPU time (s): 4800.47
CPU user time (s): 4795.61
CPU system time (s): 4.85926
CPU usage (%): 398.345
Max. virtual memory (cumulated for all children) (KiB): 2921592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.61
system time used= 4.85926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3158938
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= 4630
involuntary context switches= 35759

runsolver used 4.6353 second user time and 11.8312 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-16 22:30:50
IDJOB=3386196
IDBENCH=71050
IDSOLVER=1871
FILE ID=node116/3386196-1305577849
RUNJOBID= node116-1305576531-5265
PBS_JOBID= 13350205
Free space on /tmp= 72992 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UTI-20-10p1.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386196-1305577849/watcher-3386196-1305577849 -o /tmp/evaluation-result-3386196-1305577849/solver-3386196-1305577849 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386196-1305577849.cnf -threads=4

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

MD5SUM BENCH= 9573f6b4001373bab93d1a02f96820d1
RANDOM SEED=1112170045

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19879624 kB
Buffers:        183276 kB
Cached:        2376740 kB
SwapCached:      12328 kB
Active:       11629688 kB
Inactive:      1201116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19879624 kB
SwapTotal:    67111528 kB
SwapFree:     65730892 kB
Dirty:           50312 kB
Writeback:           0 kB
AnonPages:    10269048 kB
Mapped:          20564 kB
Slab:           119144 kB
PageTables:      53624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 113724968 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73012 MiB
End job on node116 at 2011-05-16 22:50:57