Trace number 3262213

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
Sol 2011-04-04? (TO) 1309.37 1300.03

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_401.cnf
MD5SUM4e87573be2b7b7324c13131d6c6896b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark194.97
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of clauses21509
Sum of the clauses size94265
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266
Number of clauses of size 319560
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51683

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-3262213-1303548007/watcher-3262213-1303548007 -o /tmp/evaluation-result-3262213-1303548007/solver-3262213-1303548007 -C 2400 -W 1300 -M 7680 mono Main.exe HOME/instance-3262213-1303548007.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.68 3.90 3.98 3/175 7698
/proc/meminfo: memFree=12575788/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=11800 CPUtime=0 cores=0,2
/proc/7698/stat : 7698 (runsolver) R 7695 7698 6459 0 -1 4202560 45 0 0 0 0 0 0 0 21 0 1 0 466397409 12083200 54 33554432000 4194304 5434984 140736974932880 18446744073709551615 5055495 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/7698/statm: 2950 54 34 303 0 2644 0

[startup+0.064761 s]
/proc/loadavg: 3.68 3.90 3.98 3/175 7698
/proc/meminfo: memFree=12575788/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=107396 CPUtime=0.05 cores=0,2
/proc/7698/stat : 7698 (mono) S 7695 7698 6459 0 -1 4202496 1884 0 0 0 5 0 0 0 18 0 9 0 466397409 109973504 1790 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/7698/statm: 26849 1802 976 742 0 19420 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 107396

[startup+0.102218 s]
/proc/loadavg: 3.68 3.90 3.98 3/175 7698
/proc/meminfo: memFree=12575788/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=108160 CPUtime=0.08 cores=0,2
/proc/7698/stat : 7698 (mono) R 7695 7698 6459 0 -1 4202496 2110 0 0 0 8 0 0 0 18 0 9 0 466397409 110755840 2016 33554432000 4194304 7232020 140734230006480 18446744073709551615 1171431631 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/7698/statm: 27040 2016 995 742 0 19611 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 108160

[startup+0.301209 s]
/proc/loadavg: 3.68 3.90 3.98 3/175 7698
/proc/meminfo: memFree=12575788/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=123616 CPUtime=0.29 cores=0,2
/proc/7698/stat : 7698 (mono) R 7695 7698 6459 0 -1 4202496 6005 0 0 0 28 1 0 0 18 0 9 0 466397409 126582784 5910 33554432000 4194304 7232020 140734230006480 18446744073709551615 1081458255 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/7698/statm: 30904 5910 1024 742 0 23475 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 123616

[startup+0.701118 s]
/proc/loadavg: 3.68 3.90 3.98 3/175 7698
/proc/meminfo: memFree=12575788/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=123680 CPUtime=0.71 cores=0,2
/proc/7698/stat : 7698 (mono) R 7695 7698 6459 0 -1 4202496 6012 0 0 0 70 1 0 0 18 0 9 0 466397409 126648320 5917 33554432000 4194304 7232020 140734230006480 18446744073709551615 1081459047 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/7698/statm: 30920 5917 1024 742 0 23491 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 123680

[startup+1.50096 s]
/proc/loadavg: 3.68 3.90 3.98 5/222 7756
/proc/meminfo: memFree=12494032/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=123680 CPUtime=1.53 cores=0,2
/proc/7698/stat : 7698 (mono) R 7695 7698 6459 0 -1 4202496 6018 0 0 0 152 1 0 0 18 0 9 0 466397409 126648320 5923 33554432000 4194304 7232020 140734230006480 18446744073709551615 1081455457 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/7698/statm: 30920 5923 1024 742 0 23491 0
[pid=7698/tid=7705] ppid=7695 vsize=123680 CPUtime=0.01 cores=0,2
/proc/7698/task/7705/stat : 7705 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 1 0 0 0 16 0 9 0 466397410 126648320 5923 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7708] ppid=7695 vsize=123680 CPUtime=0.01 cores=0,2
/proc/7698/task/7708/stat : 7708 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 466397410 126648320 5923 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7710] ppid=7695 vsize=123680 CPUtime=0.01 cores=0,2
/proc/7698/task/7710/stat : 7710 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 466397410 126648320 5923 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7712] ppid=7695 vsize=123680 CPUtime=0 cores=0,2
/proc/7698/task/7712/stat : 7712 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 466397410 126648320 5923 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7714] ppid=7695 vsize=123680 CPUtime=0.01 cores=0,2
/proc/7698/task/7714/stat : 7714 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 466397410 126648320 5923 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7716] ppid=7695 vsize=123680 CPUtime=0.01 cores=0,2
/proc/7698/task/7716/stat : 7716 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 466397410 126648320 5923 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7717] ppid=7695 vsize=123680 CPUtime=0.01 cores=0,2
/proc/7698/task/7717/stat : 7717 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 466397410 126648320 5923 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7719] ppid=7695 vsize=123680 CPUtime=0 cores=0,2
/proc/7698/task/7719/stat : 7719 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 466397410 126648320 5923 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512515505 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 123680

[startup+3.10064 s]
/proc/loadavg: 3.68 3.90 3.98 5/222 7756
/proc/meminfo: memFree=12485724/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=129564 CPUtime=3.16 cores=0,2
/proc/7698/stat : 7698 (mono) R 7695 7698 6459 0 -1 4202496 6931 0 0 0 315 1 0 0 19 0 9 0 466397409 132673536 6836 33554432000 4194304 7232020 140734230006480 18446744073709551615 1081459228 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/7698/statm: 32391 6836 1024 742 0 24962 0
[pid=7698/tid=7705] ppid=7695 vsize=129564 CPUtime=0.02 cores=0,2
/proc/7698/task/7705/stat : 7705 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 2 0 0 0 16 0 9 0 466397410 132673536 6836 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7708] ppid=7695 vsize=129564 CPUtime=0.02 cores=0,2
/proc/7698/task/7708/stat : 7708 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 466397410 132673536 6836 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7710] ppid=7695 vsize=129564 CPUtime=0.02 cores=0,2
/proc/7698/task/7710/stat : 7710 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 466397410 132673536 6836 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7712] ppid=7695 vsize=129564 CPUtime=0.01 cores=0,2
/proc/7698/task/7712/stat : 7712 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 466397410 132673536 6836 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7714] ppid=7695 vsize=129564 CPUtime=0.02 cores=0,2
/proc/7698/task/7714/stat : 7714 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 466397410 132673536 6836 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7716] ppid=7695 vsize=129564 CPUtime=0.02 cores=0,2
/proc/7698/task/7716/stat : 7716 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 2 0 0 0 16 0 9 0 466397410 132673536 6836 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7717] ppid=7695 vsize=129564 CPUtime=0.02 cores=0,2
/proc/7698/task/7717/stat : 7717 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 466397410 132673536 6836 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7719] ppid=7695 vsize=129564 CPUtime=0 cores=0,2
/proc/7698/task/7719/stat : 7719 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 466397410 132673536 6836 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512515505 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 129564

[startup+6.30102 s]
/proc/loadavg: 3.70 3.91 3.98 5/222 7756
/proc/meminfo: memFree=12464904/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=137300 CPUtime=6.41 cores=0,2
/proc/7698/stat : 7698 (mono) R 7695 7698 6459 0 -1 4202496 8022 0 0 0 639 2 0 0 18 0 9 0 466397409 140595200 7446 33554432000 4194304 7232020 140734230006480 18446744073709551615 1081460317 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/7698/statm: 34325 7446 1024 742 0 26896 0
[pid=7698/tid=7705] ppid=7695 vsize=137300 CPUtime=0.04 cores=0,2
/proc/7698/task/7705/stat : 7705 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 4 0 0 0 15 0 9 0 466397410 140595200 7446 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7708] ppid=7695 vsize=137300 CPUtime=0.03 cores=0,2
/proc/7698/task/7708/stat : 7708 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 466397410 140595200 7446 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7710] ppid=7695 vsize=137300 CPUtime=0.04 cores=0,2
/proc/7698/task/7710/stat : 7710 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 466397410 140595200 7446 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7712] ppid=7695 vsize=137300 CPUtime=0.02 cores=0,2
/proc/7698/task/7712/stat : 7712 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 466397410 140595200 7446 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7714] ppid=7695 vsize=137300 CPUtime=0.03 cores=0,2
/proc/7698/task/7714/stat : 7714 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 466397410 140595200 7446 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7716] ppid=7695 vsize=137300 CPUtime=0.04 cores=0,2
/proc/7698/task/7716/stat : 7716 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 4 0 0 0 16 0 9 0 466397410 140595200 7446 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7717] ppid=7695 vsize=137300 CPUtime=0.03 cores=0,2
/proc/7698/task/7717/stat : 7717 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 466397410 140595200 7446 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7719] ppid=7695 vsize=137300 CPUtime=0 cores=0,2
/proc/7698/task/7719/stat : 7719 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 466397410 140595200 7446 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512515505 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.41
Current children cumulated vsize (KiB) 137300

[startup+12.7007 s]
/proc/loadavg: 3.73 3.91 3.98 5/222 7756
/proc/meminfo: memFree=12440472/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=137364 CPUtime=12.9 cores=0,2
/proc/7698/stat : 7698 (mono) R 7695 7698 6459 0 -1 4202496 10501 0 0 0 1287 3 0 0 20 0 9 0 466397409 140660736 9190 33554432000 4194304 7232020 140734230006480 18446744073709551615 1081458255 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/7698/statm: 34341 9190 1025 742 0 26912 0
[pid=7698/tid=7705] ppid=7695 vsize=137364 CPUtime=0.07 cores=0,2
/proc/7698/task/7705/stat : 7705 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 7 0 0 0 15 0 9 0 466397410 140660736 9190 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7708] ppid=7695 vsize=137364 CPUtime=0.04 cores=0,2
/proc/7698/task/7708/stat : 7708 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 466397410 140660736 9190 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7710] ppid=7695 vsize=137364 CPUtime=0.06 cores=0,2
/proc/7698/task/7710/stat : 7710 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 466397410 140660736 9190 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7712] ppid=7695 vsize=137364 CPUtime=0.05 cores=0,2
/proc/7698/task/7712/stat : 7712 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 466397410 140660736 9190 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7714] ppid=7695 vsize=137364 CPUtime=0.08 cores=0,2
/proc/7698/task/7714/stat : 7714 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 466397410 140660736 9190 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7716] ppid=7695 vsize=137364 CPUtime=0.06 cores=0,2
/proc/7698/task/7716/stat : 7716 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 466397410 140660736 9190 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7717] ppid=7695 vsize=137364 CPUtime=0.06 cores=0,2
/proc/7698/task/7717/stat : 7717 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 466397410 140660736 9190 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7719] ppid=7695 vsize=137364 CPUtime=0 cores=0,2
/proc/7698/task/7719/stat : 7719 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 466397410 140660736 9190 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512515505 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.9
Current children cumulated vsize (KiB) 137364

[startup+25.5012 s]
/proc/loadavg: 4.01 3.96 3.99 5/222 7757
/proc/meminfo: memFree=12401200/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=145748 CPUtime=25.89 cores=0,2
/proc/7698/stat : 7698 (mono) R 7695 7698 6459 0 -1 4202496 14284 0 0 0 2585 4 0 0 18 0 9 0 466397409 149245952 11120 33554432000 4194304 7232020 140734230006480 18446744073709551615 1081458255 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/7698/statm: 36437 11120 1025 742 0 29008 0
[pid=7698/tid=7705] ppid=7695 vsize=145748 CPUtime=0.11 cores=0,2
/proc/7698/task/7705/stat : 7705 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 11 0 0 0 15 0 9 0 466397410 149245952 11120 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7708] ppid=7695 vsize=145748 CPUtime=0.09 cores=0,2
/proc/7698/task/7708/stat : 7708 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 466397410 149245952 11120 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7710] ppid=7695 vsize=145748 CPUtime=0.11 cores=0,2
/proc/7698/task/7710/stat : 7710 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 11 0 0 0 15 0 9 0 466397410 149245952 11120 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7712] ppid=7695 vsize=145748 CPUtime=0.1 cores=0,2
/proc/7698/task/7712/stat : 7712 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 10 0 0 0 15 0 9 0 466397410 149245952 11120 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7714] ppid=7695 vsize=145748 CPUtime=0.12 cores=0,2
/proc/7698/task/7714/stat : 7714 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 12 0 0 0 15 0 9 0 466397410 149245952 11120 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7716] ppid=7695 vsize=145748 CPUtime=0.11 cores=0,2
/proc/7698/task/7716/stat : 7716 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 11 0 0 0 15 0 9 0 466397410 149245952 11120 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7717] ppid=7695 vsize=145748 CPUtime=0.12 cores=0,2
/proc/7698/task/7717/stat : 7717 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 12 0 0 0 15 0 9 0 466397410 149245952 11120 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7719] ppid=7695 vsize=145748 CPUtime=0 cores=0,2
/proc/7698/task/7719/stat : 7719 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 466397410 149245952 11120 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512515505 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.89
Current children cumulated vsize (KiB) 145748

[startup+51.1011 s]
/proc/loadavg: 4.23 4.01 4.01 5/222 7757
/proc/meminfo: memFree=12321556/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=170580 CPUtime=51.75 cores=0,2
/proc/7698/stat : 7698 (mono) R 7695 7698 6459 0 -1 4202496 21662 0 0 0 5168 7 0 0 25 0 9 0 466397409 174673920 16038 33554432000 4194304 7232020 140734230006480 18446744073709551615 1081458805 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/7698/statm: 42645 16038 1036 742 0 35216 0
[pid=7698/tid=7705] ppid=7695 vsize=170580 CPUtime=0.19 cores=0,2
/proc/7698/task/7705/stat : 7705 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 19 0 0 0 15 0 9 0 466397410 174673920 16038 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7708] ppid=7695 vsize=170580 CPUtime=0.15 cores=0,2
/proc/7698/task/7708/stat : 7708 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 15 0 0 0 15 0 9 0 466397410 174673920 16038 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7710] ppid=7695 vsize=170580 CPUtime=0.19 cores=0,2

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

/proc/7698/task/7712/stat : 7712 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 193 0 0 0 16 0 9 0 466397410 383590400 68664 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7714] ppid=7695 vsize=374600 CPUtime=2.11 cores=0,2
/proc/7698/task/7714/stat : 7714 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 211 0 0 0 16 0 9 0 466397410 383590400 68664 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7716] ppid=7695 vsize=374600 CPUtime=1.83 cores=0,2
/proc/7698/task/7716/stat : 7716 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 183 0 0 0 16 0 9 0 466397410 383590400 68664 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7717] ppid=7695 vsize=374600 CPUtime=1.77 cores=0,2
/proc/7698/task/7717/stat : 7717 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 177 0 0 0 15 0 9 0 466397410 383590400 68664 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7719] ppid=7695 vsize=374600 CPUtime=0 cores=0,2
/proc/7698/task/7719/stat : 7719 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 466397410 383590400 68664 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512515505 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 949.01
Current children cumulated vsize (KiB) 374600

[startup+1002.3 s]
/proc/loadavg: 4.04 4.09 4.04 5/222 7818
/proc/meminfo: memFree=11579116/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=383752 CPUtime=1009.27 cores=0,2
/proc/7698/stat : 7698 (mono) R 7695 7698 6459 0 -1 4202496 126277 0 0 0 100894 33 0 0 25 0 9 0 466397409 392962048 69546 33554432000 4194304 7232020 140734230006480 18446744073709551615 1081470105 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/7698/statm: 95938 69546 1036 742 0 88509 0
[pid=7698/tid=7705] ppid=7695 vsize=383752 CPUtime=2.03 cores=0,2
/proc/7698/task/7705/stat : 7705 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 202 1 0 0 16 0 9 0 466397410 392962048 69546 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7708] ppid=7695 vsize=383752 CPUtime=2.03 cores=0,2
/proc/7698/task/7708/stat : 7708 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 203 0 0 0 15 0 9 0 466397410 392962048 69546 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7710] ppid=7695 vsize=383752 CPUtime=1.81 cores=0,2
/proc/7698/task/7710/stat : 7710 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 180 1 0 0 16 0 9 0 466397410 392962048 69546 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7712] ppid=7695 vsize=383752 CPUtime=1.99 cores=0,2
/proc/7698/task/7712/stat : 7712 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 199 0 0 0 16 0 9 0 466397410 392962048 69546 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7714] ppid=7695 vsize=383752 CPUtime=2.19 cores=0,2
/proc/7698/task/7714/stat : 7714 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 219 0 0 0 16 0 9 0 466397410 392962048 69546 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7716] ppid=7695 vsize=383752 CPUtime=1.93 cores=0,2
/proc/7698/task/7716/stat : 7716 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 193 0 0 0 16 0 9 0 466397410 392962048 69546 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7717] ppid=7695 vsize=383752 CPUtime=1.81 cores=0,2
/proc/7698/task/7717/stat : 7717 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 181 0 0 0 16 0 9 0 466397410 392962048 69546 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7719] ppid=7695 vsize=383752 CPUtime=0 cores=0,2
/proc/7698/task/7719/stat : 7719 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 466397410 392962048 69546 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512515505 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1009.27
Current children cumulated vsize (KiB) 383752

[startup+1062.3 s]
/proc/loadavg: 4.01 4.07 4.03 5/222 7819
/proc/meminfo: memFree=11617912/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=383944 CPUtime=1069.61 cores=0,2
/proc/7698/stat : 7698 (mono) R 7695 7698 6459 0 -1 4202496 129482 0 0 0 106925 36 0 0 25 0 9 0 466397409 393158656 48416 33554432000 4194304 7232020 140734230006480 18446744073709551615 254500389490 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/7698/statm: 95986 48416 1036 742 0 88557 0
[pid=7698/tid=7705] ppid=7695 vsize=383944 CPUtime=2.16 cores=0,2
/proc/7698/task/7705/stat : 7705 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 215 1 0 0 15 0 9 0 466397410 393158656 48416 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7708] ppid=7695 vsize=383944 CPUtime=2.1 cores=0,2
/proc/7698/task/7708/stat : 7708 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 210 0 0 0 16 0 9 0 466397410 393158656 48416 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7710] ppid=7695 vsize=383944 CPUtime=1.89 cores=0,2
/proc/7698/task/7710/stat : 7710 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 188 1 0 0 15 0 9 0 466397410 393158656 48416 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7712] ppid=7695 vsize=383944 CPUtime=2.07 cores=0,2
/proc/7698/task/7712/stat : 7712 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 207 0 0 0 15 0 9 0 466397410 393158656 48416 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7714] ppid=7695 vsize=383944 CPUtime=2.33 cores=0,2
/proc/7698/task/7714/stat : 7714 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 233 0 0 0 16 0 9 0 466397410 393158656 48416 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7716] ppid=7695 vsize=383944 CPUtime=2 cores=0,2
/proc/7698/task/7716/stat : 7716 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 200 0 0 0 16 0 9 0 466397410 393158656 48416 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7717] ppid=7695 vsize=383944 CPUtime=1.88 cores=0,2
/proc/7698/task/7717/stat : 7717 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 188 0 0 0 15 0 9 0 466397410 393158656 48416 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7719] ppid=7695 vsize=383944 CPUtime=0 cores=0,2
/proc/7698/task/7719/stat : 7719 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 466397410 393158656 48416 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512515505 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1069.61
Current children cumulated vsize (KiB) 383944

[startup+1122.3 s]
/proc/loadavg: 4.00 4.05 4.03 5/222 7821
/proc/meminfo: memFree=11653836/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=383944 CPUtime=1130.05 cores=0,2
/proc/7698/stat : 7698 (mono) R 7695 7698 6459 0 -1 4202496 141549 0 0 0 112966 39 0 0 25 0 9 0 466397409 393158656 54870 33554432000 4194304 7232020 140734230006480 18446744073709551615 1081458805 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/7698/statm: 95986 54870 1036 742 0 88557 0
[pid=7698/tid=7705] ppid=7695 vsize=383944 CPUtime=2.29 cores=0,2
/proc/7698/task/7705/stat : 7705 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 228 1 0 0 16 0 9 0 466397410 393158656 54870 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7708] ppid=7695 vsize=383944 CPUtime=2.22 cores=0,2
/proc/7698/task/7708/stat : 7708 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 222 0 0 0 16 0 9 0 466397410 393158656 54870 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7710] ppid=7695 vsize=383944 CPUtime=2.06 cores=0,2
/proc/7698/task/7710/stat : 7710 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 205 1 0 0 16 0 9 0 466397410 393158656 54870 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7712] ppid=7695 vsize=383944 CPUtime=2.18 cores=0,2
/proc/7698/task/7712/stat : 7712 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 218 0 0 0 15 0 9 0 466397410 393158656 54870 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7714] ppid=7695 vsize=383944 CPUtime=2.48 cores=0,2
/proc/7698/task/7714/stat : 7714 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 248 0 0 0 15 0 9 0 466397410 393158656 54870 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7716] ppid=7695 vsize=383944 CPUtime=2.08 cores=0,2
/proc/7698/task/7716/stat : 7716 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 208 0 0 0 15 0 9 0 466397410 393158656 54870 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7717] ppid=7695 vsize=383944 CPUtime=2.01 cores=0,2
/proc/7698/task/7717/stat : 7717 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 201 0 0 0 16 0 9 0 466397410 393158656 54870 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7719] ppid=7695 vsize=383944 CPUtime=0 cores=0,2
/proc/7698/task/7719/stat : 7719 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 466397410 393158656 54870 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512515505 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1130.05
Current children cumulated vsize (KiB) 383944

[startup+1182.3 s]
/proc/loadavg: 4.00 4.04 4.02 5/222 7822
/proc/meminfo: memFree=11552860/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=383944 CPUtime=1190.57 cores=0,2
/proc/7698/stat : 7698 (mono) R 7695 7698 6459 0 -1 4202496 148414 0 0 0 119016 41 0 0 25 0 9 0 466397409 393158656 56471 33554432000 4194304 7232020 140734230006480 18446744073709551615 1081458138 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/7698/statm: 95986 56471 1036 742 0 88557 0
[pid=7698/tid=7705] ppid=7695 vsize=383944 CPUtime=2.48 cores=0,2
/proc/7698/task/7705/stat : 7705 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 247 1 0 0 15 0 9 0 466397410 393158656 56471 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7708] ppid=7695 vsize=383944 CPUtime=2.4 cores=0,2
/proc/7698/task/7708/stat : 7708 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 240 0 0 0 15 0 9 0 466397410 393158656 56471 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7710] ppid=7695 vsize=383944 CPUtime=2.15 cores=0,2
/proc/7698/task/7710/stat : 7710 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 214 1 0 0 15 0 9 0 466397410 393158656 56471 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7712] ppid=7695 vsize=383944 CPUtime=2.32 cores=0,2
/proc/7698/task/7712/stat : 7712 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 232 0 0 0 16 0 9 0 466397410 393158656 56471 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7714] ppid=7695 vsize=383944 CPUtime=2.64 cores=0,2
/proc/7698/task/7714/stat : 7714 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 264 0 0 0 16 0 9 0 466397410 393158656 56471 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7716] ppid=7695 vsize=383944 CPUtime=2.19 cores=0,2
/proc/7698/task/7716/stat : 7716 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 219 0 0 0 16 0 9 0 466397410 393158656 56471 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7717] ppid=7695 vsize=383944 CPUtime=2.14 cores=0,2
/proc/7698/task/7717/stat : 7717 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 214 0 0 0 16 0 9 0 466397410 393158656 56471 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7719] ppid=7695 vsize=383944 CPUtime=0 cores=0,2
/proc/7698/task/7719/stat : 7719 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 466397410 393158656 56471 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512515505 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1190.57
Current children cumulated vsize (KiB) 383944

[startup+1242.3 s]
/proc/loadavg: 4.03 4.05 4.02 5/222 7824
/proc/meminfo: memFree=11466648/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=383944 CPUtime=1251.1 cores=0,2
/proc/7698/stat : 7698 (mono) R 7695 7698 6459 0 -1 4202496 156853 0 0 0 125067 43 0 0 25 0 9 0 466397409 393158656 58656 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512499590 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/7698/statm: 95986 58656 1036 742 0 88557 0
[pid=7698/tid=7705] ppid=7695 vsize=383944 CPUtime=2.62 cores=0,2
/proc/7698/task/7705/stat : 7705 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 261 1 0 0 16 0 9 0 466397410 393158656 58656 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7708] ppid=7695 vsize=383944 CPUtime=2.53 cores=0,2
/proc/7698/task/7708/stat : 7708 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 253 0 0 0 15 0 9 0 466397410 393158656 58656 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7710] ppid=7695 vsize=383944 CPUtime=2.25 cores=0,2
/proc/7698/task/7710/stat : 7710 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 224 1 0 0 16 0 9 0 466397410 393158656 58656 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7712] ppid=7695 vsize=383944 CPUtime=2.49 cores=0,2
/proc/7698/task/7712/stat : 7712 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 249 0 0 0 16 0 9 0 466397410 393158656 58656 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7714] ppid=7695 vsize=383944 CPUtime=2.78 cores=0,2
/proc/7698/task/7714/stat : 7714 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 278 0 0 0 15 0 9 0 466397410 393158656 58656 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7716] ppid=7695 vsize=383944 CPUtime=2.33 cores=0,2
/proc/7698/task/7716/stat : 7716 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 233 0 0 0 16 0 9 0 466397410 393158656 58656 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7717] ppid=7695 vsize=383944 CPUtime=2.25 cores=0,2
/proc/7698/task/7717/stat : 7717 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 225 0 0 0 15 0 9 0 466397410 393158656 58656 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7719] ppid=7695 vsize=383944 CPUtime=0 cores=0,2
/proc/7698/task/7719/stat : 7719 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 466397410 393158656 58656 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512515505 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1251.1
Current children cumulated vsize (KiB) 383944



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.04 4.02 5/222 7835
/proc/meminfo: memFree=11377668/32950928 swapFree=67111528/67111528
[pid=7698] ppid=7695 vsize=383944 CPUtime=1309.34 cores=0,2
/proc/7698/stat : 7698 (mono) R 7695 7698 6459 0 -1 4202496 162679 0 0 0 130889 45 0 0 25 0 9 0 466397409 393158656 61455 33554432000 4194304 7232020 140734230006480 18446744073709551615 1081458805 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 0
/proc/7698/statm: 95986 61455 1036 742 0 88557 0
[pid=7698/tid=7705] ppid=7695 vsize=383944 CPUtime=2.76 cores=0,2
/proc/7698/task/7705/stat : 7705 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 275 1 0 0 16 0 9 0 466397410 393158656 61455 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7708] ppid=7695 vsize=383944 CPUtime=2.69 cores=0,2
/proc/7698/task/7708/stat : 7708 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 269 0 0 0 15 0 9 0 466397410 393158656 61455 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7710] ppid=7695 vsize=383944 CPUtime=2.38 cores=0,2
/proc/7698/task/7710/stat : 7710 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 237 1 0 0 15 0 9 0 466397410 393158656 61455 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7712] ppid=7695 vsize=383944 CPUtime=2.65 cores=0,2
/proc/7698/task/7712/stat : 7712 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 265 0 0 0 15 0 9 0 466397410 393158656 61455 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7714] ppid=7695 vsize=383944 CPUtime=2.92 cores=0,2
/proc/7698/task/7714/stat : 7714 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 292 0 0 0 16 0 9 0 466397410 393158656 61455 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7716] ppid=7695 vsize=383944 CPUtime=2.43 cores=0,2
/proc/7698/task/7716/stat : 7716 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 243 0 0 0 16 0 9 0 466397410 393158656 61455 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
[pid=7698/tid=7717] ppid=7695 vsize=383944 CPUtime=2.34 cores=0,2
/proc/7698/task/7717/stat : 7717 (mono) S 7695 7698 6459 0 -1 4202560 2 0 0 0 234 0 0 0 16 0 9 0 466397410 393158656 61455 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512507801 0 0 4096 545260780 18446604453861994688 0 0 -1 2 0 0 0
[pid=7698/tid=7719] ppid=7695 vsize=383944 CPUtime=0 cores=0,2
/proc/7698/task/7719/stat : 7719 (mono) S 7695 7698 6459 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 466397410 393158656 61455 33554432000 4194304 7232020 140734230006480 18446744073709551615 254512515505 0 0 4096 545260780 18446604453861994688 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1309.34
Current children cumulated vsize (KiB) 383944

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.03
CPU time (s): 1309.37
CPU user time (s): 1308.9
CPU system time (s): 0.469928
CPU usage (%): 100.719
Max. virtual memory (cumulated for all children) (KiB): 383944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1308.9
system time used= 0.469928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162679
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= 40504
involuntary context switches= 16930

runsolver used 2.13967 second user time and 4.98824 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-23 10:40:07
IDJOB=3262213
IDBENCH=83285
IDSOLVER=1608
FILE ID=node149/3262213-1303548007
RUNJOBID= node149-1303548007-7681
PBS_JOBID= 13143089
Free space on /tmp= 72244 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_401.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262213-1303548007/watcher-3262213-1303548007 -o /tmp/evaluation-result-3262213-1303548007/solver-3262213-1303548007 -C 2400 -W 1300 -M 7680  mono Main.exe HOME/instance-3262213-1303548007.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 4e87573be2b7b7324c13131d6c6896b8
RANDOM SEED=1570851328

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12574836 kB
Buffers:       2246996 kB
Cached:       17520644 kB
SwapCached:          0 kB
Active:        9712908 kB
Inactive:     10120956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12574836 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             796 kB
Writeback:           0 kB
AnonPages:       65768 kB
Mapped:          14484 kB
Slab:           477868 kB
PageTables:       5220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   195196 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= 72244 MiB
End job on node149 at 2011-04-23 11:01:49