Trace number 3249814

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-03-24? (TO) 4800.42 1201.76

General information on the benchmark

Namecrafted/skvortsov/
automata-synchronization/crn_20_360_u.cnf
MD5SUM4b70d66c676eba3660e2a5eff473f8e7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark178.103
Satisfiable
(Un)Satisfiability was proved
Number of variables7920
Number of clauses14950
Sum of the clauses size44260
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2590
Number of clauses of size 314360
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3249814-1304089258/watcher-3249814-1304089258 -o /tmp/evaluation-result-3249814-1304089258/solver-3249814-1304089258 -C 4800 -W 1300 -M 15500 SArTagnan HOME/instance-3249814-1304089258.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: 6.09 7.63 7.84 6/180 18968
/proc/meminfo: memFree=30324040/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=19984 CPUtime=0 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 755 0 0 0 0 0 0 0 25 0 1 0 520526235 20463616 671 33554432000 4194304 4623224 140734085287968 18446744073709551615 253640885354 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18968/statm: 4996 671 297 105 0 500 0

[startup+0.0459989 s]
/proc/loadavg: 6.09 7.63 7.84 6/180 18968
/proc/meminfo: memFree=30324040/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=260216 CPUtime=0.13 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 6476 0 0 0 12 1 0 0 25 0 4 0 520526235 266461184 4103 33554432000 4194304 4623224 140734085287968 18446744073709551615 4366247 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 65054 4103 340 105 0 60558 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 260216

[startup+0.135938 s]
/proc/loadavg: 6.09 7.63 7.84 6/180 18968
/proc/meminfo: memFree=30324040/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=270456 CPUtime=0.49 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 13498 0 0 0 48 1 0 0 25 0 4 0 520526235 276946944 6701 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510119 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 67614 6701 344 105 0 63118 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 270456

[startup+0.300908 s]
/proc/loadavg: 6.09 7.63 7.84 6/180 18968
/proc/meminfo: memFree=30324040/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=271364 CPUtime=1.15 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 14809 0 0 0 114 1 0 0 25 0 4 0 520526235 277876736 7063 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510226 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 67841 7063 344 105 0 63345 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 271364

[startup+0.700889 s]
/proc/loadavg: 6.09 7.63 7.84 6/180 18968
/proc/meminfo: memFree=30324040/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=276608 CPUtime=2.75 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 18595 0 0 0 272 3 0 0 25 0 4 0 520526235 283246592 8504 33554432000 4194304 4623224 140734085287968 18446744073709551615 4416149 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 69152 8504 344 105 0 64656 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 276608

[startup+1.50069 s]
/proc/loadavg: 6.09 7.63 7.84 9/184 19002
/proc/meminfo: memFree=30312424/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=284676 CPUtime=5.94 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 28121 0 0 0 590 4 0 0 25 0 4 0 520526235 291508224 10821 33554432000 4194304 4623224 140734085287968 18446744073709551615 4278485 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 71169 10821 344 105 0 66673 0
[pid=18968/tid=18970] ppid=18966 vsize=284676 CPUtime=1.47 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 5016 0 0 0 146 1 0 0 25 0 4 0 520526236 291508224 10821 33554432000 4194304 4623224 140734085287968 18446744073709551615 253640526725 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=284676 CPUtime=1.47 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 5128 0 0 0 147 0 0 0 25 0 4 0 520526236 291508224 10821 33554432000 4194304 4623224 140734085287968 18446744073709551615 4366428 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=284676 CPUtime=1.47 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 9151 0 0 0 147 0 0 0 25 0 4 0 520526236 291508224 10821 33554432000 4194304 4623224 140734085287968 18446744073709551615 253640517857 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 284676

[startup+3.1004 s]
/proc/loadavg: 6.09 7.63 7.84 9/184 19002
/proc/meminfo: memFree=30281928/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=288932 CPUtime=12.31 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 48795 0 0 0 1225 6 0 0 25 0 4 0 520526235 295866368 14312 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 72233 14312 344 105 0 67737 0
[pid=18968/tid=18970] ppid=18966 vsize=288932 CPUtime=3.07 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 5683 0 0 0 306 1 0 0 25 0 4 0 520526236 295866368 14312 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=288932 CPUtime=3.06 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 8183 0 0 0 306 0 0 0 25 0 4 0 520526236 295866368 14312 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376678 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=288932 CPUtime=3.06 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 24478 0 0 0 304 2 0 0 25 0 4 0 520526236 295866368 14312 33554432000 4194304 4623224 140734085287968 18446744073709551615 4354575 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 288932

[startup+6.30081 s]
/proc/loadavg: 6.32 7.65 7.84 9/184 19011
/proc/meminfo: memFree=30235064/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=291724 CPUtime=25.1 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 86503 0 0 0 2498 12 0 0 25 0 4 0 520526235 298725376 19407 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 72931 19408 344 105 0 68435 0
[pid=18968/tid=18970] ppid=18966 vsize=291724 CPUtime=6.28 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 8920 0 0 0 626 2 0 0 25 0 4 0 520526236 298725376 19408 33554432000 4194304 4623224 140734085287968 18446744073709551615 4365983 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=291724 CPUtime=6.25 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 8749 0 0 0 624 1 0 0 25 0 4 0 520526236 298725376 19408 33554432000 4194304 4623224 140734085287968 18446744073709551615 4485163 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=291724 CPUtime=6.25 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 54936 0 0 0 619 6 0 0 25 0 4 0 520526236 298725376 19409 33554432000 4194304 4623224 140734085287968 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 291724

[startup+12.7006 s]
/proc/loadavg: 6.45 7.65 7.84 9/184 19041
/proc/meminfo: memFree=30009768/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=313276 CPUtime=50.66 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 147375 0 0 0 5045 21 0 0 25 0 4 0 520526235 320794624 30122 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 78319 30122 361 105 0 73823 0
[pid=18968/tid=18970] ppid=18966 vsize=313276 CPUtime=12.67 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 12265 0 0 0 1265 2 0 0 25 0 4 0 520526236 320794624 30122 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=313276 CPUtime=12.62 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 16411 0 0 0 1260 2 0 0 25 0 4 0 520526236 320794624 30122 33554432000 4194304 4623224 140734085287968 18446744073709551615 4366341 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=313276 CPUtime=12.66 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 98476 0 0 0 1253 13 0 0 25 0 4 0 520526236 320794624 30122 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376880 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 313276

[startup+25.5003 s]
/proc/loadavg: 6.80 7.67 7.84 9/184 19041
/proc/meminfo: memFree=29898536/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=344376 CPUtime=101.79 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 223571 0 0 0 10145 34 0 0 25 0 4 0 520526235 352641024 45296 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 86094 45296 377 105 0 81598 0
[pid=18968/tid=18970] ppid=18966 vsize=344376 CPUtime=25.47 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 18006 0 0 0 2543 4 0 0 25 0 4 0 520526236 352641024 45296 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=344376 CPUtime=25.35 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 25706 0 0 0 2531 4 0 0 25 0 4 0 520526236 352641024 45296 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=344376 CPUtime=25.46 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 150526 0 0 0 2525 21 0 0 25 0 4 0 520526236 352641024 45296 33554432000 4194304 4623224 140734085287968 18446744073709551615 4364232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 344376

[startup+51.1006 s]
/proc/loadavg: 7.26 7.71 7.85 9/184 19042
/proc/meminfo: memFree=29759356/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=452944 CPUtime=204.06 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 347417 0 0 0 20352 54 0 0 25 0 4 0 520526235 463814656 61501 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 113236 61501 495 105 0 108740 0
[pid=18968/tid=18970] ppid=18966 vsize=452944 CPUtime=51.07 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 25589 0 0 0 5102 5 0 0 25 0 4 0 520526236 463814656 61501 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=452944 CPUtime=50.81 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 27033 0 0 0 5077 4 0 0 25 0 4 0 520526236 463814656 61501 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376726 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=452944 CPUtime=51.06 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 254563 0 0 0 5069 37 0 0 25 0 4 0 520526236 463814656 61501 33554432000 4194304 4623224 140734085287968 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.06
Current children cumulated vsize (KiB) 452944

[startup+102.306 s]
/proc/loadavg: 7.73 7.77 7.86 9/184 19043
/proc/meminfo: memFree=29542452/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=541352 CPUtime=408.61 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 476582 0 0 0 40789 72 0 0 25 0 4 0 520526235 554344448 85610 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510206 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 135338 85611 631 105 0 130842 0
[pid=18968/tid=18970] ppid=18966 vsize=541352 CPUtime=102.27 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 38644 0 0 0 10220 7 0 0 25 0 4 0 520526236 554344448 85611 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=541352 CPUtime=101.75 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 38498 0 0 0 10168 7 0 0 25 0 4 0 520526236 554344448 85611 33554432000 4194304 4623224 140734085287968 18446744073709551615 4466023 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=541352 CPUtime=102.26 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 339353 0 0 0 10178 48 0 0 25 0 4 0 520526236 554344448 85612 33554432000 4194304 4623224 140734085287968 18446744073709551615 4366247 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 541352

[startup+162.3 s]
/proc/loadavg: 7.95 7.82 7.87 9/184 19047
/proc/meminfo: memFree=29336580/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=567564 CPUtime=648.26 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 1202045 0 0 0 64652 174 0 0 25 0 4 0 520526235 581185536 95918 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 141891 95918 423 105 0 137395 0
[pid=18968/tid=18970] ppid=18966 vsize=567564 CPUtime=162.25 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 41936 0 0 0 16217 8 0 0 25 0 4 0 520526236 581185536 95918 33554432000 4194304 4623224 140734085287968 18446744073709551615 4462858 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=567564 CPUtime=161.43 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 55537 0 0 0 16134 9 0 0 25 0 4 0 520526236 581185536 95918 33554432000 4194304 4623224 140734085287968 18446744073709551615 4462937 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=567564 CPUtime=162.26 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 1041011 0 0 0 16081 145 0 0 25 0 4 0 520526236 581185536 95918 33554432000 4194304 4623224 140734085287968 18446744073709551615 253640514544 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.26
Current children cumulated vsize (KiB) 567564

[startup+222.3 s]
/proc/loadavg: 8.24 7.94 7.91 9/184 19050
/proc/meminfo: memFree=29104572/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=667456 CPUtime=887.94 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 1602373 0 0 0 88560 234 0 0 25 0 4 0 520526235 683474944 121307 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 166864 121307 893 105 0 162368 0
[pid=18968/tid=18970] ppid=18966 vsize=667456 CPUtime=222.24 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 57643 0 0 0 22213 11 0 0 25 0 4 0 520526236 683474944 121307 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376640 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=667456 CPUtime=221.11 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 58326 0 0 0 22101 10 0 0 25 0 4 0 520526236 683474944 121307 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=667456 CPUtime=222.26 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 1397052 0 0 0 22030 196 0 0 25 0 4 0 520526236 683474944 121307 33554432000 4194304 4623224 140734085287968 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.94
Current children cumulated vsize (KiB) 667456

[startup+282.3 s]

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

[pid=18968] ppid=18966 vsize=1153332 CPUtime=2805.36 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 5360213 0 0 0 279777 759 0 0 25 0 4 0 520526235 1181011968 220502 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 288333 220502 345 105 0 283837 0
[pid=18968/tid=18970] ppid=18966 vsize=1153332 CPUtime=702.19 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 95237 0 0 0 70200 19 0 0 25 0 4 0 520526236 1181011968 220502 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=1153332 CPUtime=698.61 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 99501 0 0 0 69840 21 0 0 25 0 4 0 520526236 1181011968 220502 33554432000 4194304 4623224 140734085287968 18446744073709551615 4377144 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=1153332 CPUtime=702.27 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 4995160 0 0 0 69536 691 0 0 25 0 4 0 520526236 1181011968 220502 33554432000 4194304 4623224 140734085287968 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.36
Current children cumulated vsize (KiB) 1153332

[startup+762.307 s]
/proc/loadavg: 8.14 8.09 7.98 9/184 19064
/proc/meminfo: memFree=27874924/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=1293948 CPUtime=3045.06 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 6188491 0 0 0 303628 878 0 0 25 0 4 0 520526235 1325002752 233557 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 323487 233557 345 105 0 318991 0
[pid=18968/tid=18970] ppid=18966 vsize=1293948 CPUtime=762.19 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 123405 0 0 0 76196 23 0 0 25 0 4 0 520526236 1325002752 233557 33554432000 4194304 4623224 140734085287968 18446744073709551615 4478061 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=1293948 CPUtime=758.3 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 129462 0 0 0 75805 25 0 0 25 0 4 0 520526236 1325002752 233557 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=1293948 CPUtime=762.26 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 5745745 0 0 0 75428 798 0 0 25 0 4 0 520526236 1325002752 233557 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.06
Current children cumulated vsize (KiB) 1293948

[startup+822.301 s]
/proc/loadavg: 8.16 8.10 7.99 9/184 19066
/proc/meminfo: memFree=27799492/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=1297900 CPUtime=3284.73 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 6672649 0 0 0 327523 950 0 0 25 0 4 0 520526235 1329049600 243391 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 324475 243391 345 105 0 319979 0
[pid=18968/tid=18970] ppid=18966 vsize=1297900 CPUtime=822.18 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 124811 0 0 0 82195 23 0 0 25 0 4 0 520526236 1329049600 243391 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=1297900 CPUtime=817.99 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 131602 0 0 0 81773 26 0 0 25 0 4 0 520526236 1329049600 243391 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=1297900 CPUtime=822.27 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 6223868 0 0 0 81358 869 0 0 25 0 4 0 520526236 1329049600 243391 33554432000 4194304 4623224 140734085287968 18446744073709551615 4545702 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.73
Current children cumulated vsize (KiB) 1297900

[startup+882.301 s]
/proc/loadavg: 8.13 8.10 8.00 9/184 19067
/proc/meminfo: memFree=27673500/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=1364344 CPUtime=3524.41 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 7267555 0 0 0 351410 1031 0 0 25 0 4 0 520526235 1397088256 255017 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 341086 255017 354 105 0 336590 0
[pid=18968/tid=18970] ppid=18966 vsize=1364344 CPUtime=882.18 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 125912 0 0 0 88194 24 0 0 25 0 4 0 520526236 1397088256 255017 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=1364344 CPUtime=877.67 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 133121 0 0 0 87741 26 0 0 25 0 4 0 520526236 1397088256 255017 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=1364344 CPUtime=882.27 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 6813680 0 0 0 87278 949 0 0 25 0 4 0 520526236 1397088256 255017 33554432000 4194304 4623224 140734085287968 18446744073709551615 4363989 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.41
Current children cumulated vsize (KiB) 1364344

[startup+942.301 s]
/proc/loadavg: 8.17 8.11 8.00 9/184 19069
/proc/meminfo: memFree=27608376/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=1364344 CPUtime=3764.1 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 7921223 0 0 0 375291 1119 0 0 25 0 4 0 520526235 1397088256 264615 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 341086 264615 362 105 0 336590 0
[pid=18968/tid=18970] ppid=18966 vsize=1364344 CPUtime=942.17 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 127297 0 0 0 94193 24 0 0 25 0 4 0 520526236 1397088256 264615 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=1364344 CPUtime=937.36 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 134892 0 0 0 93710 26 0 0 25 0 4 0 520526236 1397088256 264615 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=1364344 CPUtime=942.27 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 7461399 0 0 0 93192 1035 0 0 25 0 4 0 520526236 1397088256 264615 33554432000 4194304 4623224 140734085287968 18446744073709551615 4364911 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 1364344

[startup+1002.3 s]
/proc/loadavg: 8.18 8.12 8.01 9/184 19070
/proc/meminfo: memFree=27555528/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=1380036 CPUtime=4003.78 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 7997819 0 0 0 399248 1130 0 0 25 0 4 0 520526235 1413156864 270864 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 345009 270864 349 105 0 340513 0
[pid=18968/tid=18970] ppid=18966 vsize=1380036 CPUtime=1002.16 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 128696 0 0 0 100192 24 0 0 25 0 4 0 520526236 1413156864 270864 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=1380036 CPUtime=997.05 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 136619 0 0 0 99678 27 0 0 25 0 4 0 520526236 1413156864 270864 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=1380036 CPUtime=1002.27 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 7532252 0 0 0 99182 1045 0 0 25 0 4 0 520526236 1413156864 270864 33554432000 4194304 4623224 140734085287968 18446744073709551615 4545903 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.78
Current children cumulated vsize (KiB) 1380036

[startup+1062.3 s]
/proc/loadavg: 8.12 8.11 8.01 9/184 19072
/proc/meminfo: memFree=27408304/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=1395520 CPUtime=4243.48 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 8009035 0 0 0 423214 1134 0 0 25 0 4 0 520526235 1429012480 281917 33554432000 4194304 4623224 140734085287968 18446744073709551615 4414904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 348880 281917 345 105 0 344384 0
[pid=18968/tid=18970] ppid=18966 vsize=1395520 CPUtime=1062.15 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 131602 0 0 0 106190 25 0 0 25 0 4 0 520526236 1429012480 281917 33554432000 4194304 4623224 140734085287968 18446744073709551615 4366455 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=1395520 CPUtime=1056.75 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 137965 0 0 0 105648 27 0 0 25 0 4 0 520526236 1429012480 281917 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=1395520 CPUtime=1062.27 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 7536836 0 0 0 105181 1046 0 0 25 0 4 0 520526236 1429012480 281917 33554432000 4194304 4623224 140734085287968 18446744073709551615 4545376 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.48
Current children cumulated vsize (KiB) 1395520

[startup+1122.3 s]
/proc/loadavg: 8.10 8.10 8.01 9/184 19074
/proc/meminfo: memFree=27346276/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=1435224 CPUtime=4483.17 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 8266346 0 0 0 447150 1167 0 0 25 0 4 0 520526235 1469669376 299662 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510169 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 358806 299662 371 105 0 354310 0
[pid=18968/tid=18970] ppid=18966 vsize=1435224 CPUtime=1122.16 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 132790 0 0 0 112190 26 0 0 25 0 4 0 520526236 1469669376 299662 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=1435224 CPUtime=1116.45 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 139098 0 0 0 111617 28 0 0 25 0 4 0 520526236 1469669376 299662 33554432000 4194304 4623224 140734085287968 18446744073709551615 4377128 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=1435224 CPUtime=1122.27 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 7789617 0 0 0 111149 1078 0 0 25 0 4 0 520526236 1469669376 299662 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376827 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.17
Current children cumulated vsize (KiB) 1435224

[startup+1182.3 s]
/proc/loadavg: 8.12 8.11 8.01 9/184 19075
/proc/meminfo: memFree=27295656/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=1551272 CPUtime=4722.84 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 8946035 0 0 0 471021 1263 0 0 25 0 4 0 520526235 1588502528 306121 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510316 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 387818 306121 347 105 0 383322 0
[pid=18968/tid=18970] ppid=18966 vsize=1551272 CPUtime=1182.15 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 133866 0 0 0 118189 26 0 0 25 0 4 0 520526236 1588502528 306121 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376711 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=1551272 CPUtime=1176.12 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 139693 0 0 0 117584 28 0 0 25 0 4 0 520526236 1588502528 306121 33554432000 4194304 4623224 140734085287968 18446744073709551615 4366443 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=1551272 CPUtime=1182.27 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 8425156 0 0 0 117059 1168 0 0 25 0 4 0 520526236 1588502528 306121 33554432000 4194304 4623224 140734085287968 18446744073709551615 4545403 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.84
Current children cumulated vsize (KiB) 1551272



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.16 8.12 8.02 9/184 19076
/proc/meminfo: memFree=27269732/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=1551272 CPUtime=4800.35 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 9093669 0 0 0 478751 1284 0 0 25 0 4 0 520526235 1588502528 307737 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 387818 307737 345 105 0 383322 0
[pid=18968/tid=18970] ppid=18966 vsize=1551272 CPUtime=1201.55 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 134690 0 0 0 120129 26 0 0 25 0 4 0 520526236 1588502528 307737 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=1551272 CPUtime=1195.42 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 140027 0 0 0 119514 28 0 0 25 0 4 0 520526236 1588502528 307737 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=1551272 CPUtime=1201.67 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 8571065 0 0 0 118979 1188 0 0 25 0 4 0 520526236 1588502528 307737 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1551272

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

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

[startup+1201.7 s]
/proc/loadavg: 8.16 8.12 8.02 9/184 19076
/proc/meminfo: memFree=27269732/32951124 swapFree=67111364/67111528
[pid=18968] ppid=18966 vsize=1551272 CPUtime=4800.35 cores=0,2,4,6
/proc/18968/stat : 18968 (SArTagnan) R 18966 18968 18837 0 -1 4202496 9093669 0 0 0 478751 1284 0 0 25 0 4 0 520526235 1588502528 307737 33554432000 4194304 4623224 140734085287968 18446744073709551615 4510090 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/18968/statm: 387818 307737 345 105 0 383322 0
[pid=18968/tid=18970] ppid=18966 vsize=1551272 CPUtime=1201.55 cores=0,2,4,6
/proc/18968/task/18970/stat : 18970 (SArTagnan) R 18966 18968 18837 0 -1 4202560 134690 0 0 0 120129 26 0 0 25 0 4 0 520526236 1588502528 307737 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=18968/tid=18971] ppid=18966 vsize=1551272 CPUtime=1195.42 cores=0,2,4,6
/proc/18968/task/18971/stat : 18971 (SArTagnan) R 18966 18968 18837 0 -1 4202560 140027 0 0 0 119514 28 0 0 25 0 4 0 520526236 1588502528 307737 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376629 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18968/tid=18972] ppid=18966 vsize=1551272 CPUtime=1201.67 cores=0,2,4,6
/proc/18968/task/18972/stat : 18972 (SArTagnan) R 18966 18968 18837 0 -1 4202560 8571065 0 0 0 118979 1188 0 0 25 0 4 0 520526236 1588502528 307737 33554432000 4194304 4623224 140734085287968 18446744073709551615 4376652 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1551272

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.42
CPU user time (s): 4787.53
CPU system time (s): 12.889
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 1708144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4787.54
system time used= 12.889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9093669
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= 1218
involuntary context switches= 21907

runsolver used 1.85872 second user time and 4.43033 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 17:00:58
IDJOB=3249814
IDBENCH=83189
IDSOLVER=1656
FILE ID=node106/3249814-1304089258
RUNJOBID= node106-1304089256-18855
PBS_JOBID= 13170570
Free space on /tmp= 72160 MiB

SOLVER NAME= SArTagnan 2011-03-24
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_20_360_u.cnf
COMMAND LINE= SArTagnan BENCHNAME -threads=NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3249814-1304089258/watcher-3249814-1304089258 -o /tmp/evaluation-result-3249814-1304089258/solver-3249814-1304089258 -C 4800 -W 1300 -M 15500  SArTagnan HOME/instance-3249814-1304089258.cnf -threads=4

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

MD5SUM BENCH= 4b70d66c676eba3660e2a5eff473f8e7
RANDOM SEED=680409695

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:      30324196 kB
Buffers:        248280 kB
Cached:        2065996 kB
SwapCached:         88 kB
Active:         814024 kB
Inactive:      1599428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30324196 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1604 kB
Writeback:           0 kB
AnonPages:       98792 kB
Mapped:          15344 kB
Slab:           146720 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   284824 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= 72156 MiB
End job on node106 at 2011-04-29 17:21:02