Trace number 3386072

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) 3881.85 1300.12

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_27_50_3-dir.shuffled-as.sat03-169.cnf
MD5SUMb5a637600c242725f15a247a84bdea1b
Bench CategoryCRAFTED (crafted 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 variables810
Number of clauses68270
Sum of the clauses size137296
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 268243
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 527

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-3386072-1305582154/watcher-3386072-1305582154 -o /tmp/evaluation-result-3386072-1305582154/solver-3386072-1305582154 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3386072-1305582154.cnf -threads=4 

running on 4 cores: 1,3,5,7

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: 2.00 2.00 2.60 7/555 18233
/proc/meminfo: memFree=17453140/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=54884 CPUtime=0.01 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 1733 0 0 0 1 0 0 0 25 0 4 0 669815799 56201216 1257 33554432000 4194304 4625164 140734388228080 18446744073709551615 47262812780460 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18233/statm: 13721 1257 301 106 0 9224 0
[pid=18233/tid=18234] ppid=18231 vsize=54884 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 669815801 56201216 1257 33554432000 4194304 4625164 140734388228080 18446744073709551615 253640915953 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=54884 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 669815801 56201216 1257 33554432000 4194304 4625164 140734388228080 18446744073709551615 253640915953 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=54884 CPUtime=0 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 669815801 56201216 1257 33554432000 4194304 4625164 140734388228080 18446744073709551615 253640915953 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.397935 s]
/proc/loadavg: 2.00 2.00 2.60 7/555 18233
/proc/meminfo: memFree=17453140/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=194348 CPUtime=1.13 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 5525 0 0 0 112 1 0 0 25 0 4 0 669815799 199012352 4250 33554432000 4194304 4625164 140734388228080 18446744073709551615 253640557013 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18233/statm: 48620 4261 345 106 0 44123 0
[pid=18233/tid=18234] ppid=18231 vsize=194480 CPUtime=0.36 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) D 18231 18233 18192 0 -1 4202560 1221 0 0 0 36 0 0 0 18 0 4 0 669815801 199147520 4261 33554432000 4194304 4625164 140734388228080 18446744073709551615 253640902839 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=194480 CPUtime=0.29 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 1191 0 0 0 29 0 0 0 25 0 4 0 669815801 199147520 4261 33554432000 4194304 4625164 140734388228080 18446744073709551615 253640520737 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=194480 CPUtime=0.37 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) D 18231 18233 18192 0 -1 4202560 963 0 0 0 37 0 0 0 18 0 4 0 669815801 199147520 4261 33554432000 4194304 4625164 140734388228080 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 194348

[startup+1.03189 s]
/proc/loadavg: 2.00 2.00 2.60 7/555 18233
/proc/meminfo: memFree=17453140/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=204200 CPUtime=3.03 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 12643 0 0 0 301 2 0 0 25 0 4 0 669815799 209100800 7550 33554432000 4194304 4625164 140734388228080 18446744073709551615 253640557013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18233/statm: 51050 7550 345 106 0 46553 0
[pid=18233/tid=18234] ppid=18231 vsize=204200 CPUtime=0.98 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 2427 0 0 0 98 0 0 0 19 0 4 0 669815801 209100800 7550 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=204200 CPUtime=0.92 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 2953 0 0 0 92 0 0 0 25 0 4 0 669815801 209100800 7550 33554432000 4194304 4625164 140734388228080 18446744073709551615 4462399 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=204200 CPUtime=1 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 4221 0 0 0 100 0 0 0 19 0 4 0 669815801 209100800 7550 33554432000 4194304 4625164 140734388228080 18446744073709551615 4335146 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 204200

[startup+1.10924 s]
/proc/loadavg: 2.00 2.00 2.60 7/555 18233
/proc/meminfo: memFree=17453140/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=208352 CPUtime=3.25 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 14623 0 0 0 323 2 0 0 25 0 4 0 669815799 213352448 8499 33554432000 4194304 4625164 140734388228080 18446744073709551615 253640557013 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18233/statm: 52088 8499 345 106 0 47591 0
[pid=18233/tid=18234] ppid=18231 vsize=208352 CPUtime=1.05 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) D 18231 18233 18192 0 -1 4202560 2454 0 0 0 105 0 0 0 19 0 4 0 669815801 213352448 8499 33554432000 4194304 4625164 140734388228080 18446744073709551615 253640902746 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=208352 CPUtime=0.99 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 3043 0 0 0 99 0 0 0 25 0 4 0 669815801 213352448 8499 33554432000 4194304 4625164 140734388228080 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=208352 CPUtime=1.07 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) D 18231 18233 18192 0 -1 4202560 5321 0 0 0 107 0 0 0 18 0 4 0 669815801 213352448 8499 33554432000 4194304 4625164 140734388228080 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.25
Current children cumulated vsize (KiB) 208352

[startup+1.35786 s]
/proc/loadavg: 2.00 2.00 2.60 7/555 18233
/proc/meminfo: memFree=17453140/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=209340 CPUtime=3.99 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 17491 0 0 0 397 2 0 0 25 0 4 0 669815799 214364160 8952 33554432000 4194304 4625164 140734388228080 18446744073709551615 253640557013 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18233/statm: 52335 8952 346 106 0 47838 0
[pid=18233/tid=18234] ppid=18231 vsize=209340 CPUtime=1.3 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 3018 0 0 0 130 0 0 0 18 0 4 0 669815801 214364160 8952 33554432000 4194304 4625164 140734388228080 18446744073709551615 4288823 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=209340 CPUtime=1.23 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) D 18231 18233 18192 0 -1 4202560 3303 0 0 0 123 0 0 0 25 0 4 0 669815801 214364160 8952 33554432000 4194304 4625164 140734388228080 18446744073709551615 253640902746 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=209340 CPUtime=1.32 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 7361 0 0 0 132 0 0 0 18 0 4 0 669815801 214364160 8952 33554432000 4194304 4625164 140734388228080 18446744073709551615 4579413 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 209340

[startup+1.5008 s]
/proc/loadavg: 2.00 2.00 2.60 7/555 18233
/proc/meminfo: memFree=17453140/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=275568 CPUtime=4.42 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 22132 0 0 0 439 3 0 0 25 0 4 0 669815799 282181632 10301 33554432000 4194304 4625164 140734388228080 18446744073709551615 4511967 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18233/statm: 68892 10302 354 106 0 64395 0
[pid=18233/tid=18234] ppid=18231 vsize=275568 CPUtime=1.44 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 3063 0 0 0 144 0 0 0 18 0 4 0 669815801 282181632 10311 33554432000 4194304 4625164 140734388228080 18446744073709551615 4464363 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=275568 CPUtime=1.31 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 3948 0 0 0 130 1 0 0 25 0 4 0 669815801 282181632 10316 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=275568 CPUtime=1.46 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 8835 0 0 0 146 0 0 0 18 0 4 0 669815801 282181632 10317 33554432000 4194304 4625164 140734388228080 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 275568

[startup+3.10051 s]
/proc/loadavg: 2.88 2.18 2.66 11/559 18237
/proc/meminfo: memFree=17356152/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=279388 CPUtime=9.23 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 40299 0 0 0 918 5 0 0 25 0 4 0 669815799 286093312 13693 33554432000 4194304 4625164 140734388228080 18446744073709551615 4511874 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18233/statm: 69847 13693 352 106 0 65350 0
[pid=18233/tid=18234] ppid=18231 vsize=279388 CPUtime=2.63 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 4773 0 0 0 263 0 0 0 20 0 4 0 669815801 286093312 13693 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351830 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=279388 CPUtime=1.97 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 4528 0 0 0 196 1 0 0 25 0 4 0 669815801 286093312 13693 33554432000 4194304 4625164 140734388228080 18446744073709551615 4339660 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=279388 CPUtime=3.08 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 22495 0 0 0 306 2 0 0 19 0 4 0 669815801 286093312 13693 33554432000 4194304 4625164 140734388228080 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9.23
Current children cumulated vsize (KiB) 279388

[startup+6.30093 s]
/proc/loadavg: 2.88 2.18 2.66 11/559 18237
/proc/meminfo: memFree=17329740/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=298804 CPUtime=18.74 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 49287 0 0 0 1867 7 0 0 25 0 4 0 669815799 305975296 18581 33554432000 4194304 4625164 140734388228080 18446744073709551615 4512265 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/18233/statm: 74701 18581 355 106 0 70204 0
[pid=18233/tid=18234] ppid=18231 vsize=298804 CPUtime=4.45 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 6423 0 0 0 445 0 0 0 25 0 4 0 669815801 305975296 18581 33554432000 4194304 4625164 140734388228080 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=298804 CPUtime=3.51 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 6351 0 0 0 350 1 0 0 25 0 4 0 669815801 305975296 18581 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351827 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=298804 CPUtime=6.27 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 24653 0 0 0 624 3 0 0 25 0 4 0 669815801 305975296 18581 33554432000 4194304 4625164 140734388228080 18446744073709551615 4552425 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 18.74
Current children cumulated vsize (KiB) 298804

[startup+12.7008 s]
/proc/loadavg: 4.06 2.46 2.74 11/559 18237
/proc/meminfo: memFree=17237500/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=320904 CPUtime=37.79 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 73599 0 0 0 3767 12 0 0 25 0 4 0 669815799 328605696 29240 33554432000 4194304 4625164 140734388228080 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18233/statm: 80226 29240 375 106 0 75729 0
[pid=18233/tid=18234] ppid=18231 vsize=320904 CPUtime=10.42 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 13955 0 0 0 1039 3 0 0 25 0 4 0 669815801 328605696 29240 33554432000 4194304 4625164 140734388228080 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=320904 CPUtime=7.61 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 10433 0 0 0 759 2 0 0 22 0 4 0 669815801 328605696 29240 33554432000 4194304 4625164 140734388228080 18446744073709551615 4352002 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=320904 CPUtime=12.57 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 35675 0 0 0 1253 4 0 0 25 0 4 0 669815801 328605696 29240 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 37.79
Current children cumulated vsize (KiB) 320904

[startup+25.5004 s]
/proc/loadavg: 4.97 2.70 2.82 11/559 18238
/proc/meminfo: memFree=17132432/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=341568 CPUtime=75.93 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 136418 0 0 0 7570 23 0 0 25 0 4 0 669815799 349765632 38362 33554432000 4194304 4625164 140734388228080 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18233/statm: 85392 38362 363 106 0 80895 0
[pid=18233/tid=18234] ppid=18231 vsize=341568 CPUtime=19.73 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 21464 0 0 0 1968 5 0 0 25 0 4 0 669815801 349765632 38362 33554432000 4194304 4625164 140734388228080 18446744073709551615 4317326 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=341568 CPUtime=17.85 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 15244 0 0 0 1781 4 0 0 25 0 4 0 669815801 349765632 38362 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=341568 CPUtime=19.91 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 82008 0 0 0 1981 10 0 0 25 0 4 0 669815801 349765632 38362 33554432000 4194304 4625164 140734388228080 18446744073709551615 4551185 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 75.93
Current children cumulated vsize (KiB) 341568

[startup+51.1008 s]
/proc/loadavg: 6.68 3.29 3.01 11/559 18238
/proc/meminfo: memFree=16941676/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=390320 CPUtime=152.25 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 183923 0 0 0 15190 35 0 0 25 0 4 0 669815799 399687680 58826 33554432000 4194304 4625164 140734388228080 18446744073709551615 4519417 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18233/statm: 97580 58826 346 106 0 93083 0
[pid=18233/tid=18234] ppid=18231 vsize=390320 CPUtime=32.95 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 31525 0 0 0 3286 9 0 0 25 0 4 0 669815801 399687680 58826 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=390320 CPUtime=37.24 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 22206 0 0 0 3717 7 0 0 25 0 4 0 669815801 399687680 58826 33554432000 4194304 4625164 140734388228080 18446744073709551615 4464310 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=390320 CPUtime=39.51 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 91308 0 0 0 3939 12 0 0 25 0 4 0 669815801 399687680 58826 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 152.25
Current children cumulated vsize (KiB) 390320

[startup+102.3 s]
/proc/loadavg: 8.71 4.43 3.41 11/559 18240
/proc/meminfo: memFree=16613932/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=504304 CPUtime=304.91 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 433908 0 0 0 30417 74 0 0 25 0 4 0 669815799 516407296 95687 33554432000 4194304 4625164 140734388228080 18446744073709551615 4393110 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18233/statm: 126076 95687 494 106 0 121579 0
[pid=18233/tid=18234] ppid=18231 vsize=504304 CPUtime=75.1 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 48210 0 0 0 7495 15 0 0 25 0 4 0 669815801 516407296 95687 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=504304 CPUtime=71.1 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 30871 0 0 0 7100 10 0 0 25 0 4 0 669815801 516407296 95687 33554432000 4194304 4625164 140734388228080 18446744073709551615 4339643 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=504304 CPUtime=69.83 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 272468 0 0 0 6945 38 0 0 25 0 4 0 669815801 516407296 95687 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 304.91
Current children cumulated vsize (KiB) 504304

[startup+162.301 s]

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

[pid=18233] ppid=18231 vsize=1986172 CPUtime=2098.03 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 3202814 0 0 0 209285 518 0 0 25 0 4 0 669815799 2033840128 383644 33554432000 4194304 4625164 140734388228080 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18233/statm: 496543 383644 346 106 0 492046 0
[pid=18233/tid=18234] ppid=18231 vsize=1986172 CPUtime=562.04 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 156747 0 0 0 56157 47 0 0 25 0 4 0 669815801 2033840128 383644 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=1986172 CPUtime=444.84 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 103537 0 0 0 44437 47 0 0 25 0 4 0 669815801 2033840128 383644 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=1986172 CPUtime=497.59 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 2228432 0 0 0 49439 320 0 0 25 0 4 0 669815801 2033840128 383644 33554432000 4194304 4625164 140734388228080 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2098.03
Current children cumulated vsize (KiB) 1986172

[startup+762.301 s]
/proc/loadavg: 10.16 9.55 6.85 11/559 18257
/proc/meminfo: memFree=14516196/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=1986668 CPUtime=2276.93 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 3204967 0 0 0 227174 519 0 0 25 0 4 0 669815799 2034348032 385797 33554432000 4194304 4625164 140734388228080 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18233/statm: 496667 385797 346 106 0 492170 0
[pid=18233/tid=18234] ppid=18231 vsize=1986668 CPUtime=620.93 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 158029 0 0 0 62046 47 0 0 25 0 4 0 669815801 2034348032 385797 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=1986668 CPUtime=474.83 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 103685 0 0 0 47436 47 0 0 25 0 4 0 669815801 2034348032 385797 33554432000 4194304 4625164 140734388228080 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=1986668 CPUtime=527.6 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 2229106 0 0 0 52440 320 0 0 25 0 4 0 669815801 2034348032 385797 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2276.93
Current children cumulated vsize (KiB) 1986668

[startup+822.301 s]
/proc/loadavg: 10.15 9.66 7.05 11/559 18259
/proc/meminfo: memFree=14476388/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=1989540 CPUtime=2455.84 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 3207232 0 0 0 245065 519 0 0 25 0 4 0 669815799 2037288960 388035 33554432000 4194304 4625164 140734388228080 18446744073709551615 4393101 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18233/statm: 497385 388035 346 106 0 492888 0
[pid=18233/tid=18234] ppid=18231 vsize=1989540 CPUtime=679.84 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 158590 0 0 0 67937 47 0 0 25 0 4 0 669815801 2037288960 388035 33554432000 4194304 4625164 140734388228080 18446744073709551615 4352021 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=1989540 CPUtime=504.83 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 104082 0 0 0 50436 47 0 0 25 0 4 0 669815801 2037288960 388035 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=1989540 CPUtime=557.6 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 2229875 0 0 0 55440 320 0 0 25 0 4 0 669815801 2037288960 388035 33554432000 4194304 4625164 140734388228080 18446744073709551615 4334497 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2455.84
Current children cumulated vsize (KiB) 1989540

[startup+882.301 s]
/proc/loadavg: 10.22 9.78 7.25 11/559 18261
/proc/meminfo: memFree=14432224/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=1989848 CPUtime=2637.22 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 3208717 0 0 0 263202 520 0 0 25 0 4 0 669815799 2037604352 389449 33554432000 4194304 4625164 140734388228080 18446744073709551615 4360205 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18233/statm: 497462 389449 346 106 0 492965 0
[pid=18233/tid=18234] ppid=18231 vsize=1989848 CPUtime=710.05 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 158709 0 0 0 70958 47 0 0 25 0 4 0 669815801 2037604352 389449 33554432000 4194304 4625164 140734388228080 18446744073709551615 4330793 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=1989848 CPUtime=539.04 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 104422 0 0 0 53856 48 0 0 25 0 4 0 669815801 2037604352 389449 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=1989848 CPUtime=616.91 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 2230510 0 0 0 61370 321 0 0 25 0 4 0 669815801 2037604352 389449 33554432000 4194304 4625164 140734388228080 18446744073709551615 4547280 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2637.22
Current children cumulated vsize (KiB) 1989848

[startup+942.301 s]
/proc/loadavg: 10.11 9.83 7.43 11/559 18262
/proc/meminfo: memFree=14363892/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=2055384 CPUtime=2816.12 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 3487310 0 0 0 281050 562 0 0 25 0 4 0 669815799 2104713216 399087 33554432000 4194304 4625164 140734388228080 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18233/statm: 513846 399087 346 106 0 509349 0
[pid=18233/tid=18234] ppid=18231 vsize=2055384 CPUtime=740.06 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 158882 0 0 0 73959 47 0 0 25 0 4 0 669815801 2104713216 399087 33554432000 4194304 4625164 140734388228080 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=2055384 CPUtime=597.92 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 106955 0 0 0 59741 51 0 0 25 0 4 0 669815801 2104713216 399087 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=2055384 CPUtime=676.9 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 2501875 0 0 0 67333 357 0 0 25 0 4 0 669815801 2104713216 399087 33554432000 4194304 4625164 140734388228080 18446744073709551615 4335121 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2816.12
Current children cumulated vsize (KiB) 2055384

[startup+1002.3 s]
/proc/loadavg: 10.08 9.87 7.59 11/559 18264
/proc/meminfo: memFree=14297164/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=2055384 CPUtime=2994.98 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 3888724 0 0 0 298874 624 0 0 25 0 4 0 669815799 2104713216 407990 33554432000 4194304 4625164 140734388228080 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18233/statm: 513846 407990 349 106 0 509349 0
[pid=18233/tid=18234] ppid=18231 vsize=2055384 CPUtime=778.01 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 159157 0 0 0 77754 47 0 0 25 0 4 0 669815801 2104713216 407990 33554432000 4194304 4625164 140734388228080 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=2055384 CPUtime=634.51 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 112052 0 0 0 63397 54 0 0 25 0 4 0 669815801 2104713216 407990 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=2055384 CPUtime=728.29 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 2895437 0 0 0 72412 417 0 0 25 0 4 0 669815801 2104713216 407990 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2994.98
Current children cumulated vsize (KiB) 2055384

[startup+1062.3 s]
/proc/loadavg: 10.19 9.94 7.75 11/559 18265
/proc/meminfo: memFree=14249540/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=2055384 CPUtime=3173.88 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 4215247 0 0 0 316715 673 0 0 25 0 4 0 669815799 2104713216 414627 33554432000 4194304 4625164 140734388228080 18446744073709551615 4329151 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18233/statm: 513846 414627 351 106 0 509349 0
[pid=18233/tid=18234] ppid=18231 vsize=2055384 CPUtime=829.58 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 159361 0 0 0 82911 47 0 0 25 0 4 0 669815801 2104713216 414627 33554432000 4194304 4625164 140734388228080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=2055384 CPUtime=664.61 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 114219 0 0 0 66403 58 0 0 25 0 4 0 669815801 2104713216 414627 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=2055384 CPUtime=765.91 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 3215846 0 0 0 76130 461 0 0 25 0 4 0 669815801 2104713216 414627 33554432000 4194304 4625164 140734388228080 18446744073709551615 4547232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3173.88
Current children cumulated vsize (KiB) 2055384

[startup+1122.3 s]
/proc/loadavg: 10.18 9.98 7.90 11/559 18276
/proc/meminfo: memFree=14120580/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=2212748 CPUtime=3352.73 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 4472876 0 0 0 334556 717 0 0 25 0 4 0 669815799 2265853952 436817 33554432000 4194304 4625164 140734388228080 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18233/statm: 553187 436817 377 106 0 548690 0
[pid=18233/tid=18234] ppid=18231 vsize=2212748 CPUtime=889.57 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 165712 0 0 0 88909 48 0 0 25 0 4 0 669815801 2265853952 436817 33554432000 4194304 4625164 140734388228080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=2212748 CPUtime=700.21 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 114920 0 0 0 69962 59 0 0 25 0 4 0 669815801 2265853952 436817 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=2212748 CPUtime=795.39 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 3430385 0 0 0 79041 498 0 0 25 0 4 0 669815801 2265853952 436817 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351998 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3352.73
Current children cumulated vsize (KiB) 2212748

[startup+1182.3 s]
/proc/loadavg: 10.21 10.01 8.04 11/559 18278
/proc/meminfo: memFree=14022724/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=2229256 CPUtime=3531.66 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 4762383 0 0 0 352405 761 0 0 25 0 4 0 669815799 2282758144 454470 33554432000 4194304 4625164 140734388228080 18446744073709551615 4511930 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18233/statm: 557314 454470 346 106 0 552817 0
[pid=18233/tid=18234] ppid=18231 vsize=2229256 CPUtime=949.59 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 166086 0 0 0 94911 48 0 0 25 0 4 0 669815801 2282758144 454470 33554432000 4194304 4625164 140734388228080 18446744073709551615 4330841 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=2229256 CPUtime=729.61 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 115621 0 0 0 72902 59 0 0 25 0 4 0 669815801 2282758144 454470 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351979 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=2229256 CPUtime=824.87 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 3699484 0 0 0 81948 539 0 0 25 0 4 0 669815801 2282758144 454470 33554432000 4194304 4625164 140734388228080 18446744073709551615 4547221 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3531.66
Current children cumulated vsize (KiB) 2229256

[startup+1242.3 s]
/proc/loadavg: 10.14 10.02 8.17 11/559 18279
/proc/meminfo: memFree=13864116/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=2291960 CPUtime=3710.47 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 5082593 0 0 0 370237 810 0 0 25 0 4 0 669815799 2346967040 479441 33554432000 4194304 4625164 140734388228080 18446744073709551615 4511904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18233/statm: 572990 479441 353 106 0 568493 0
[pid=18233/tid=18234] ppid=18231 vsize=2291960 CPUtime=1009.57 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 166297 0 0 0 100909 48 0 0 25 0 4 0 669815801 2346967040 479441 33554432000 4194304 4625164 140734388228080 18446744073709551615 4331101 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=2291960 CPUtime=783.89 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 116500 0 0 0 78330 59 0 0 25 0 4 0 669815801 2346967040 479441 33554432000 4194304 4625164 140734388228080 18446744073709551615 4339612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=2291960 CPUtime=854.73 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 3994463 0 0 0 84888 585 0 0 25 0 4 0 669815801 2346967040 479441 33554432000 4194304 4625164 140734388228080 18446744073709551615 4335165 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3710.47
Current children cumulated vsize (KiB) 2291960



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 10.44 10.11 8.30 8/557 18285
/proc/meminfo: memFree=14468096/32951124 swapFree=56449236/67111528
[pid=18233] ppid=18231 vsize=2657112 CPUtime=3881.75 cores=1,3,5,7
/proc/18233/stat : 18233 (SArTagnan) R 18231 18233 18192 0 -1 4202496 5548240 0 0 0 387299 876 0 0 25 0 4 0 669815799 2720882688 513409 33554432000 4194304 4625164 140734388228080 18446744073709551615 4512009 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18233/statm: 664278 513410 346 106 0 659781 0
[pid=18233/tid=18234] ppid=18231 vsize=2657112 CPUtime=1066.49 cores=1,3,5,7
/proc/18233/task/18234/stat : 18234 (SArTagnan) R 18231 18233 18192 0 -1 4202560 166341 0 0 0 106601 48 0 0 25 0 4 0 669815801 2720882688 513412 33554432000 4194304 4625164 140734388228080 18446744073709551615 4488046 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18233/tid=18235] ppid=18231 vsize=2657112 CPUtime=840.5 cores=1,3,5,7
/proc/18233/task/18235/stat : 18235 (SArTagnan) R 18231 18233 18192 0 -1 4202560 119522 0 0 0 83989 61 0 0 25 0 4 0 669815801 2720882688 513412 33554432000 4194304 4625164 140734388228080 18446744073709551615 4351863 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18233/tid=18236] ppid=18231 vsize=2657112 CPUtime=883.58 cores=1,3,5,7
/proc/18233/task/18236/stat : 18236 (SArTagnan) R 18231 18233 18192 0 -1 4202560 4251934 0 0 0 87735 623 0 0 25 0 4 0 669815801 2720882688 513413 33554432000 4194304 4625164 140734388228080 18446744073709551615 4339447 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3881.75
Current children cumulated vsize (KiB) 2657112

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.12
CPU time (s): 3881.85
CPU user time (s): 3873.01
CPU system time (s): 8.83766
CPU usage (%): 298.576
Max. virtual memory (cumulated for all children) (KiB): 3303132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3873.01
system time used= 8.83766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5548437
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= 8554
involuntary context switches= 32671

runsolver used 6.27904 second user time and 17.7523 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-16 23:42:34
IDJOB=3386072
IDBENCH=83896
IDSOLVER=1871
FILE ID=node106/3386072-1305582154
RUNJOBID= node106-1305582154-18211
PBS_JOBID= 13350309
Free space on /tmp= 73428 MiB

SOLVER NAME= SArTagnan 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_27_50_3-dir.shuffled-as.sat03-169.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3386072-1305582154/watcher-3386072-1305582154 -o /tmp/evaluation-result-3386072-1305582154/solver-3386072-1305582154 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3386072-1305582154.cnf -threads=4

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

MD5SUM BENCH= b5a637600c242725f15a247a84bdea1b
RANDOM SEED=1615407170

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17453180 kB
Buffers:        318396 kB
Cached:        7083880 kB
SwapCached:      27532 kB
Active:        6174612 kB
Inactive:      9034576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17453180 kB
SwapTotal:    67111528 kB
SwapFree:     56449236 kB
Dirty:            2360 kB
Writeback:           0 kB
AnonPages:     7787644 kB
Mapped:          26780 kB
Slab:           138484 kB
PageTables:      79000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 168031296 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= 73428 MiB
End job on node106 at 2011-05-17 00:04:16