Trace number 3386408

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.36 1204.69

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

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-3386408-1305580006/watcher-3386408-1305580006 -o /tmp/evaluation-result-3386408-1305580006/solver-3386408-1305580006 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386408-1305580006.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.94 8.00 8.05 6/450 30573
/proc/meminfo: memFree=18398980/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=30096 CPUtime=0.01 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 2062 0 0 0 1 0 0 0 25 0 1 0 748231395 30818304 1871 33554432000 4194304 4625164 140737178332496 18446744073709551615 215988592384 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30573/statm: 7524 1873 299 106 0 3027 0

[startup+0.057456 s]
/proc/loadavg: 7.94 8.00 8.05 6/450 30573
/proc/meminfo: memFree=18398980/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=34992 CPUtime=0.05 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 5127 0 0 0 4 1 0 0 25 0 1 0 748231395 35831808 3233 33554432000 4194304 4625164 140737178332496 18446744073709551615 215988592384 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30573/statm: 8748 3235 299 106 0 4251 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 34992

[startup+0.100451 s]
/proc/loadavg: 7.94 8.00 8.05 6/450 30573
/proc/meminfo: memFree=18398980/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=43156 CPUtime=0.09 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 8236 0 0 0 8 1 0 0 25 0 1 0 748231395 44191744 5278 33554432000 4194304 4625164 140737178332496 18446744073709551615 215988289933 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/30573/statm: 10789 5296 301 106 0 6292 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 43156

[startup+0.300418 s]
/proc/loadavg: 7.94 8.00 8.05 6/450 30573
/proc/meminfo: memFree=18398980/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=310452 CPUtime=0.85 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 19389 0 0 0 83 2 0 0 25 0 4 0 748231395 317902848 14790 33554432000 4194304 4625164 140737178332496 18446744073709551615 4391840 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 77613 14790 336 106 0 73116 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 310452

[startup+0.700347 s]
/proc/loadavg: 7.94 8.00 8.05 6/450 30573
/proc/meminfo: memFree=18398980/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=317492 CPUtime=2.45 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 24045 0 0 0 242 3 0 0 25 0 4 0 748231395 325111808 17002 33554432000 4194304 4625164 140737178332496 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 79373 17002 349 106 0 74876 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 317492

[startup+1.50021 s]
/proc/loadavg: 7.95 8.00 8.05 9/454 30577
/proc/meminfo: memFree=18336956/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=320740 CPUtime=5.64 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 27340 0 0 0 560 4 0 0 25 0 4 0 748231395 328437760 20297 33554432000 4194304 4625164 140737178332496 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 80185 20297 349 106 0 75688 0
[pid=30573/tid=30575] ppid=30571 vsize=320740 CPUtime=1.36 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 3124 0 0 0 136 0 0 0 25 0 4 0 748231406 328437760 20297 33554432000 4194304 4625164 140737178332496 18446744073709551615 4288731 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=320740 CPUtime=1.38 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 3254 0 0 0 138 0 0 0 25 0 4 0 748231406 328437760 20297 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=320740 CPUtime=1.38 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 3677 0 0 0 138 0 0 0 25 0 4 0 748231406 328437760 20297 33554432000 4194304 4625164 140737178332496 18446744073709551615 4579358 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 320740

[startup+3.10093 s]
/proc/loadavg: 7.95 8.00 8.05 9/454 30577
/proc/meminfo: memFree=18327412/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=320740 CPUtime=12.02 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 27841 0 0 0 1198 4 0 0 25 0 4 0 748231395 328437760 20796 33554432000 4194304 4625164 140737178332496 18446744073709551615 4519682 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 80185 20797 347 106 0 75688 0
[pid=30573/tid=30575] ppid=30571 vsize=320740 CPUtime=2.95 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 3281 0 0 0 295 0 0 0 25 0 4 0 748231406 328437760 20798 33554432000 4194304 4625164 140737178332496 18446744073709551615 4288883 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=320740 CPUtime=2.98 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 3403 0 0 0 298 0 0 0 25 0 4 0 748231406 328437760 20799 33554432000 4194304 4625164 140737178332496 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=320740 CPUtime=2.98 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 3771 0 0 0 298 0 0 0 25 0 4 0 748231406 328437760 20800 33554432000 4194304 4625164 140737178332496 18446744073709551615 4335146 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.02
Current children cumulated vsize (KiB) 320740

[startup+6.30037 s]
/proc/loadavg: 7.95 8.00 8.05 9/454 30577
/proc/meminfo: memFree=18304920/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=340244 CPUtime=24.77 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 33799 0 0 0 2472 5 0 0 25 0 4 0 748231395 348409856 24250 33554432000 4194304 4625164 140737178332496 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 85061 24250 342 106 0 80564 0
[pid=30573/tid=30575] ppid=30571 vsize=340244 CPUtime=6.1 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 4790 0 0 0 610 0 0 0 25 0 4 0 748231406 348409856 24250 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=340244 CPUtime=6.18 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 5283 0 0 0 618 0 0 0 25 0 4 0 748231406 348409856 24250 33554432000 4194304 4625164 140737178332496 18446744073709551615 4288686 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=340244 CPUtime=6.18 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 4961 0 0 0 618 0 0 0 25 0 4 0 748231406 348409856 24250 33554432000 4194304 4625164 140737178332496 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.77
Current children cumulated vsize (KiB) 340244

[startup+12.7002 s]
/proc/loadavg: 7.96 8.00 8.05 9/454 30577
/proc/meminfo: memFree=18097112/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=550080 CPUtime=50.24 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 184148 0 0 0 4997 27 0 0 25 0 4 0 748231395 563281920 72672 33554432000 4194304 4625164 140737178332496 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 137520 72672 346 106 0 133023 0
[pid=30573/tid=30575] ppid=30571 vsize=550080 CPUtime=12.39 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 24321 0 0 0 1236 3 0 0 25 0 4 0 748231406 563281920 72672 33554432000 4194304 4625164 140737178332496 18446744073709551615 4339591 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=550080 CPUtime=12.56 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 25810 0 0 0 1254 2 0 0 25 0 4 0 748231406 563281920 72672 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351781 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=550080 CPUtime=12.57 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 68733 0 0 0 1247 10 0 0 25 0 4 0 748231406 563281920 72672 33554432000 4194304 4625164 140737178332496 18446744073709551615 4335407 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.24
Current children cumulated vsize (KiB) 550080

[startup+25.501 s]
/proc/loadavg: 7.96 8.00 8.04 9/454 30577
/proc/meminfo: memFree=18076648/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=550080 CPUtime=101.25 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 294668 0 0 0 10081 44 0 0 25 0 4 0 748231395 563281920 77782 33554432000 4194304 4625164 140737178332496 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 137520 77782 347 106 0 133023 0
[pid=30573/tid=30575] ppid=30571 vsize=550080 CPUtime=25 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 24699 0 0 0 2497 3 0 0 25 0 4 0 748231406 563281920 77782 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=550080 CPUtime=25.37 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 27227 0 0 0 2534 3 0 0 25 0 4 0 748231406 563281920 77782 33554432000 4194304 4625164 140737178332496 18446744073709551615 4486934 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=550080 CPUtime=25.37 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 177115 0 0 0 2511 26 0 0 25 0 4 0 748231406 563281920 77782 33554432000 4194304 4625164 140737178332496 18446744073709551615 4334910 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 550080

[startup+51.1005 s]
/proc/loadavg: 8.26 8.06 8.06 9/454 30608
/proc/meminfo: memFree=18284196/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=574816 CPUtime=203.27 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 491865 0 0 0 20250 77 0 0 25 0 4 0 748231395 588611584 87989 33554432000 4194304 4625164 140737178332496 18446744073709551615 4512066 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 143704 87989 347 106 0 139207 0
[pid=30573/tid=30575] ppid=30571 vsize=574816 CPUtime=50.23 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 36717 0 0 0 5014 9 0 0 25 0 4 0 748231406 588611584 87989 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=574816 CPUtime=50.96 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 28294 0 0 0 5093 3 0 0 25 0 4 0 748231406 588611584 87989 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351909 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=574816 CPUtime=50.97 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 354236 0 0 0 5045 52 0 0 25 0 4 0 748231406 588611584 87989 33554432000 4194304 4625164 140737178332496 18446744073709551615 4547431 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.27
Current children cumulated vsize (KiB) 574816

[startup+102.318 s]
/proc/loadavg: 8.32 8.10 8.07 9/454 30609
/proc/meminfo: memFree=18042332/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=587180 CPUtime=407.36 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 850476 0 0 0 40598 138 0 0 25 0 4 0 748231395 601272320 107491 33554432000 4194304 4625164 140737178332496 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 146795 107491 347 106 0 142298 0
[pid=30573/tid=30575] ppid=30571 vsize=587180 CPUtime=100.69 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 45559 0 0 0 10055 14 0 0 25 0 4 0 748231406 601272320 107491 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=587180 CPUtime=102.18 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 38908 0 0 0 10210 8 0 0 25 0 4 0 748231406 601272320 107491 33554432000 4194304 4625164 140737178332496 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=587180 CPUtime=102.19 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 692911 0 0 0 10116 103 0 0 25 0 4 0 748231406 601272320 107491 33554432000 4194304 4625164 140737178332496 18446744073709551615 4547788 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 407.36
Current children cumulated vsize (KiB) 587180

[startup+162.301 s]
/proc/loadavg: 8.24 8.11 8.08 9/454 30611
/proc/meminfo: memFree=17959460/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=661744 CPUtime=646.41 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 1120256 0 0 0 64457 184 0 0 25 0 4 0 748231395 677625856 117300 33554432000 4194304 4625164 140737178332496 18446744073709551615 4509196 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 165436 117300 347 106 0 160939 0
[pid=30573/tid=30575] ppid=30571 vsize=661744 CPUtime=159.81 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 48103 0 0 0 15966 15 0 0 25 0 4 0 748231406 677625856 117300 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=661744 CPUtime=162.16 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 41104 0 0 0 16207 9 0 0 25 0 4 0 748231406 677625856 117300 33554432000 4194304 4625164 140737178332496 18446744073709551615 4352825 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=661744 CPUtime=162.16 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 957536 0 0 0 16070 146 0 0 25 0 4 0 748231406 677625856 117300 33554432000 4194304 4625164 140737178332496 18446744073709551615 4339569 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 646.41
Current children cumulated vsize (KiB) 661744

[startup+222.301 s]
/proc/loadavg: 8.15 8.10 8.08 9/454 30613
/proc/meminfo: memFree=17869780/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=691024 CPUtime=885.52 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 1308286 0 0 0 88327 225 0 0 25 0 4 0 748231395 707608576 131184 33554432000 4194304 4625164 140737178332496 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 172756 131184 347 106 0 168259 0
[pid=30573/tid=30575] ppid=30571 vsize=691024 CPUtime=218.93 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 65083 0 0 0 21869 24 0 0 25 0 4 0 748231406 707608576 131184 33554432000 4194304 4625164 140737178332496 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=691024 CPUtime=222.16 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 44089 0 0 0 22204 12 0 0 25 0 4 0 748231406 707608576 131184 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=691024 CPUtime=222.16 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 1124511 0 0 0 22041 175 0 0 25 0 4 0 748231406 707608576 131184 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 885.52
Current children cumulated vsize (KiB) 691024

[startup+282.301 s]

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

[pid=30573] ppid=30571 vsize=1308088 CPUtime=2559.36 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 3857298 0 0 0 255273 663 0 0 25 0 4 0 748231395 1339482112 261088 33554432000 4194304 4625164 140737178332496 18446744073709551615 4511986 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 327022 261088 347 106 0 322525 0
[pid=30573/tid=30575] ppid=30571 vsize=1308088 CPUtime=632.83 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 149044 0 0 0 63223 60 0 0 25 0 4 0 748231406 1339482112 261088 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=1308088 CPUtime=642.19 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 84917 0 0 0 64181 38 0 0 25 0 4 0 748231406 1339482112 261088 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=1308088 CPUtime=642.16 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 3517411 0 0 0 63671 545 0 0 25 0 4 0 748231406 1339482112 261088 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2559.36
Current children cumulated vsize (KiB) 1308088

[startup+702.301 s]
/proc/loadavg: 8.11 8.13 8.09 9/454 30625
/proc/meminfo: memFree=16776216/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=1329128 CPUtime=2798.43 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 3957365 0 0 0 279158 685 0 0 25 0 4 0 748231395 1361027072 276489 33554432000 4194304 4625164 140737178332496 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 332282 276489 347 106 0 327785 0
[pid=30573/tid=30575] ppid=30571 vsize=1329128 CPUtime=691.94 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 154360 0 0 0 69130 64 0 0 25 0 4 0 748231406 1361027072 276489 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=1329128 CPUtime=702.17 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 88393 0 0 0 70176 41 0 0 25 0 4 0 748231406 1361027072 276489 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=1329128 CPUtime=702.14 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 3607545 0 0 0 69656 558 0 0 25 0 4 0 748231406 1361027072 276489 33554432000 4194304 4625164 140737178332496 18446744073709551615 4579376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2798.43
Current children cumulated vsize (KiB) 1329128

[startup+762.317 s]
/proc/loadavg: 8.04 8.11 8.09 9/454 30627
/proc/meminfo: memFree=16650564/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=1404524 CPUtime=3037.59 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 4385845 0 0 0 303002 757 0 0 25 0 4 0 748231395 1438232576 294353 33554432000 4194304 4625164 140737178332496 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 351131 294354 347 106 0 346634 0
[pid=30573/tid=30575] ppid=30571 vsize=1404524 CPUtime=751.08 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 159123 0 0 0 75039 69 0 0 25 0 4 0 748231406 1438232576 294354 33554432000 4194304 4625164 140737178332496 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=1404524 CPUtime=762.19 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 93738 0 0 0 76173 46 0 0 25 0 4 0 748231406 1438232576 294354 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351987 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=1404524 CPUtime=762.16 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 4024785 0 0 0 75595 621 0 0 25 0 4 0 748231406 1438232576 294354 33554432000 4194304 4625164 140737178332496 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3037.59
Current children cumulated vsize (KiB) 1404524

[startup+822.301 s]
/proc/loadavg: 8.07 8.10 8.08 9/454 30629
/proc/meminfo: memFree=16558896/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=1482412 CPUtime=3276.65 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 4845083 0 0 0 326828 837 0 0 25 0 4 0 748231395 1517989888 307694 33554432000 4194304 4625164 140737178332496 18446744073709551615 4338055 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 370603 307694 347 106 0 366106 0
[pid=30573/tid=30575] ppid=30571 vsize=1482412 CPUtime=810.2 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 166453 0 0 0 80944 76 0 0 25 0 4 0 748231406 1517989888 307694 33554432000 4194304 4625164 140737178332496 18446744073709551615 215988251061 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=1482412 CPUtime=822.17 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 93796 0 0 0 82171 46 0 0 25 0 4 0 748231406 1517989888 307694 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=1482412 CPUtime=822.14 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 4469116 0 0 0 81521 693 0 0 25 0 4 0 748231406 1517989888 307694 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3276.65
Current children cumulated vsize (KiB) 1482412

[startup+882.301 s]
/proc/loadavg: 8.08 8.09 8.08 9/454 30630
/proc/meminfo: memFree=16457804/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=1554680 CPUtime=3515.77 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 5296495 0 0 0 350670 907 0 0 25 0 4 0 748231395 1591992320 321374 33554432000 4194304 4625164 140737178332496 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 388670 321374 347 106 0 384173 0
[pid=30573/tid=30575] ppid=30571 vsize=1554680 CPUtime=869.33 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 169750 0 0 0 86856 77 0 0 25 0 4 0 748231406 1591992320 321374 33554432000 4194304 4625164 140737178332496 18446744073709551615 4353016 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=1554680 CPUtime=882.18 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 99424 0 0 0 88167 51 0 0 25 0 4 0 748231406 1591992320 321374 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351777 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=1554680 CPUtime=882.14 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 4910935 0 0 0 87457 757 0 0 25 0 4 0 748231406 1591992320 321374 33554432000 4194304 4625164 140737178332496 18446744073709551615 4334728 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3515.77
Current children cumulated vsize (KiB) 1554680

[startup+942.301 s]
/proc/loadavg: 8.08 8.09 8.08 9/454 30632
/proc/meminfo: memFree=16370720/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=1590164 CPUtime=3754.88 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 5723789 0 0 0 374515 973 0 0 25 0 4 0 748231395 1628327936 332140 33554432000 4194304 4625164 140737178332496 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 397541 332140 347 106 0 393044 0
[pid=30573/tid=30575] ppid=30571 vsize=1590164 CPUtime=928.52 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 170485 0 0 0 92774 78 0 0 25 0 4 0 748231406 1628327936 332140 33554432000 4194304 4625164 140737178332496 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=1590164 CPUtime=942.17 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 116533 0 0 0 94163 54 0 0 25 0 4 0 748231406 1628327936 332140 33554432000 4194304 4625164 140737178332496 18446744073709551615 4352186 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=1590164 CPUtime=942.08 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 5319615 0 0 0 93390 818 0 0 25 0 4 0 748231406 1628327936 332140 33554432000 4194304 4625164 140737178332496 18446744073709551615 4352044 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3754.88
Current children cumulated vsize (KiB) 1590164

[startup+1002.3 s]
/proc/loadavg: 8.19 8.12 8.09 9/454 30633
/proc/meminfo: memFree=16290336/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=1599716 CPUtime=3994 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 6020383 0 0 0 398378 1022 0 0 25 0 4 0 748231395 1638109184 339689 33554432000 4194304 4625164 140737178332496 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 399929 339689 347 106 0 395432 0
[pid=30573/tid=30575] ppid=30571 vsize=1599716 CPUtime=988.51 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 170738 0 0 0 98773 78 0 0 25 0 4 0 748231406 1638109184 339689 33554432000 4194304 4625164 140737178332496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=1599716 CPUtime=1002.18 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 117674 0 0 0 100163 55 0 0 25 0 4 0 748231406 1638109184 339689 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=1599716 CPUtime=1001.21 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 5613903 0 0 0 99254 867 0 0 25 0 4 0 748231406 1638109184 339689 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3994
Current children cumulated vsize (KiB) 1599716

[startup+1062.3 s]
/proc/loadavg: 8.18 8.12 8.09 9/454 30635
/proc/meminfo: memFree=16214040/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=1627120 CPUtime=4233.12 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 6352801 0 0 0 422234 1078 0 0 25 0 4 0 748231395 1666170880 347878 33554432000 4194304 4625164 140737178332496 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 406780 347878 347 106 0 402283 0
[pid=30573/tid=30575] ppid=30571 vsize=1627120 CPUtime=1048.51 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 177708 0 0 0 104772 79 0 0 25 0 4 0 748231406 1666170880 347878 33554432000 4194304 4625164 140737178332496 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=1627120 CPUtime=1062.17 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 118898 0 0 0 106161 56 0 0 25 0 4 0 748231406 1666170880 347878 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=1627120 CPUtime=1060.35 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 5937236 0 0 0 105115 920 0 0 25 0 4 0 748231406 1666170880 347878 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4233.12
Current children cumulated vsize (KiB) 1627120

[startup+1122.3 s]
/proc/loadavg: 8.12 8.11 8.09 9/454 30637
/proc/meminfo: memFree=16149656/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=1799936 CPUtime=4472.22 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 6768205 0 0 0 446076 1146 0 0 25 0 4 0 748231395 1843134464 355319 33554432000 4194304 4625164 140737178332496 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 449984 355320 347 106 0 445487 0
[pid=30573/tid=30575] ppid=30571 vsize=1799936 CPUtime=1108.51 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 178003 0 0 0 110772 79 0 0 25 0 4 0 748231406 1843134464 355320 33554432000 4194304 4625164 140737178332496 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=1799936 CPUtime=1122.18 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 120180 0 0 0 112161 57 0 0 25 0 4 0 748231406 1843134464 355320 33554432000 4194304 4625164 140737178332496 18446744073709551615 215988253729 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=1799936 CPUtime=1119.46 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 6329438 0 0 0 110963 983 0 0 25 0 4 0 748231406 1843134464 355320 33554432000 4194304 4625164 140737178332496 18446744073709551615 4288853 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4472.22
Current children cumulated vsize (KiB) 1799936

[startup+1182.3 s]
/proc/loadavg: 8.10 8.11 8.09 9/454 30638
/proc/meminfo: memFree=16068524/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=1799936 CPUtime=4711.35 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 7143743 0 0 0 469927 1208 0 0 25 0 4 0 748231395 1843134464 363527 33554432000 4194304 4625164 140737178332496 18446744073709551615 4511795 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 449984 363527 347 106 0 445487 0
[pid=30573/tid=30575] ppid=30571 vsize=1799936 CPUtime=1168.51 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 178139 0 0 0 116772 79 0 0 25 0 4 0 748231406 1843134464 363527 33554432000 4194304 4625164 140737178332496 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=1799936 CPUtime=1182.18 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 122521 0 0 0 118158 60 0 0 25 0 4 0 748231406 1843134464 363527 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=1799936 CPUtime=1178.61 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 6702070 0 0 0 116818 1043 0 0 25 0 4 0 748231406 1843134464 363527 33554432000 4194304 4625164 140737178332496 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4711.35
Current children cumulated vsize (KiB) 1799936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1204.6 s]
/proc/loadavg: 8.15 8.12 8.09 9/454 30639
/proc/meminfo: memFree=16036512/32950940 swapFree=67111356/67111528
[pid=30573] ppid=30571 vsize=1799936 CPUtime=4800.26 cores=0,2,4,6
/proc/30573/stat : 30573 (SArTagnan) R 30571 30573 30199 0 -1 4202496 7283423 0 0 0 478796 1230 0 0 25 0 4 0 748231395 1843134464 366715 33554432000 4194304 4625164 140737178332496 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/30573/statm: 449984 366715 348 106 0 445487 0
[pid=30573/tid=30575] ppid=30571 vsize=1799936 CPUtime=1190.82 cores=0,2,4,6
/proc/30573/task/30575/stat : 30575 (SArTagnan) R 30571 30573 30199 0 -1 4202560 178191 0 0 0 119003 79 0 0 25 0 4 0 748231406 1843134464 366715 33554432000 4194304 4625164 140737178332496 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=30573/tid=30576] ppid=30571 vsize=1799936 CPUtime=1204.49 cores=0,2,4,6
/proc/30573/task/30576/stat : 30576 (SArTagnan) R 30571 30573 30199 0 -1 4202560 123075 0 0 0 120388 61 0 0 25 0 4 0 748231406 1843134464 366715 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=30573/tid=30577] ppid=30571 vsize=1799936 CPUtime=1200.57 cores=0,2,4,6
/proc/30573/task/30577/stat : 30577 (SArTagnan) R 30571 30573 30199 0 -1 4202560 6840851 0 0 0 118994 1063 0 0 25 0 4 0 748231406 1843134464 366715 33554432000 4194304 4625164 140737178332496 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1799936

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1204.69
CPU time (s): 4800.36
CPU user time (s): 4787.99
CPU system time (s): 12.3741
CPU usage (%): 398.472
Max. virtual memory (cumulated for all children) (KiB): 1865472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787.99
system time used= 12.3741
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7283432
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= 4353
involuntary context switches= 33059

runsolver used 4.77927 second user time and 12.7711 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-16 23:06:46
IDJOB=3386408
IDBENCH=83105
IDSOLVER=1871
FILE ID=node117/3386408-1305580006
RUNJOBID= node117-1305577168-30217
PBS_JOBID= 13350218
Free space on /tmp= 73428 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom24.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386408-1305580006/watcher-3386408-1305580006 -o /tmp/evaluation-result-3386408-1305580006/solver-3386408-1305580006 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386408-1305580006.cnf -threads=4

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=627825384

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18399260 kB
Buffers:        340016 kB
Cached:        4775456 kB
SwapCached:          0 kB
Active:       10951288 kB
Inactive:      3237912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18399260 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            3992 kB
Writeback:           0 kB
AnonPages:     9073792 kB
Mapped:          35064 kB
Slab:           246772 kB
PageTables:      49976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 115925972 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= 73444 MiB
End job on node117 at 2011-05-16 23:26:53