Trace number 3394585

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) 5000.14 4963.55

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-22_464.cnf
MD5SUMa722a199fd84ba0b319251daa47aa19c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2654.41
Satisfiable
(Un)Satisfiability was proved
Number of variables232
Number of clauses28991
Sum of the clauses size130855
Maximum clause length22
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 277
Number of clauses of size 326594
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52320

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3394585-1306083969/watcher-3394585-1306083969 -o /tmp/evaluation-result-3394585-1306083969/solver-3394585-1306083969 -C 5000 -W 5100 -M 15500 mono Main.exe HOME/instance-3394585-1306083969.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 1.01 1.05 1.33 2/472 22582
/proc/meminfo: memFree=13332740/32950928 swapFree=67042944/67111528
[pid=22582] ppid=22578 vsize=20992 CPUtime=0 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) D 22578 22582 21741 0 -1 4194304 308 0 2 0 0 0 0 0 17 0 1 0 719996532 21495808 246 33554432000 4194304 7232020 140734296540480 18446744073709551615 6241136 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/22582/statm: 5248 246 206 742 0 115 0

[startup+0.0516511 s]
/proc/loadavg: 1.01 1.05 1.33 2/472 22582
/proc/meminfo: memFree=13332740/32950928 swapFree=67042944/67111528
[pid=22582] ppid=22578 vsize=96076 CPUtime=0 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) S 22578 22582 21741 0 -1 4202496 614 0 14 0 0 0 0 0 18 0 8 0 719996532 98381824 555 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485796603 0 2147483391 4096 545260780 18446744073709551615 0 0 17 1 0 0 3
/proc/22582/statm: 24019 561 445 742 0 18170 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96076

[startup+0.100679 s]
/proc/loadavg: 1.01 1.05 1.33 2/472 22582
/proc/meminfo: memFree=13332740/32950928 swapFree=67042944/67111528
[pid=22582] ppid=22578 vsize=107100 CPUtime=0.04 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) S 22578 22582 21741 0 -1 4202496 1779 0 21 0 3 1 0 0 18 0 9 0 719996532 109670400 1707 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/22582/statm: 26775 1707 975 742 0 19346 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 107100

[startup+0.300547 s]
/proc/loadavg: 1.01 1.05 1.33 2/472 22582
/proc/meminfo: memFree=13332740/32950928 swapFree=67042944/67111528
[pid=22582] ppid=22578 vsize=130608 CPUtime=0.26 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) R 22578 22582 21741 0 -1 4202496 7070 0 21 0 24 2 0 0 18 0 9 0 719996532 133742592 6997 33554432000 4194304 7232020 140734296540480 18446744073709551615 1095109989 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/22582/statm: 32652 6997 1023 742 0 25223 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 130608

[startup+0.700477 s]
/proc/loadavg: 1.01 1.05 1.33 2/472 22582
/proc/meminfo: memFree=13332740/32950928 swapFree=67042944/67111528
[pid=22582] ppid=22578 vsize=130736 CPUtime=0.68 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) R 22578 22582 21741 0 -1 4202496 7395 0 21 0 66 2 0 0 18 0 9 0 719996532 133873664 6152 33554432000 4194304 7232020 140734296540480 18446744073709551615 1095113262 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/22582/statm: 32684 6152 1023 742 0 25255 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 130736

[startup+1.50034 s]
/proc/loadavg: 1.01 1.05 1.33 4/490 22600
/proc/meminfo: memFree=13267540/32950928 swapFree=67042960/67111528
[pid=22582] ppid=22578 vsize=130736 CPUtime=1.51 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) R 22578 22582 21741 0 -1 4202496 7778 0 21 0 149 2 0 0 18 0 9 0 719996532 133873664 6535 33554432000 4194304 7232020 140734296540480 18446744073709551615 1095110766 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/22582/statm: 32684 6535 1023 742 0 25255 0
[pid=22582/tid=22585] ppid=22578 vsize=130736 CPUtime=0.01 cores=1,3,5,7
/proc/22582/task/22585/stat : 22585 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 1 0 0 0 15 0 9 0 719996535 133873664 6535 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22586] ppid=22578 vsize=130736 CPUtime=0 cores=1,3,5,7
/proc/22582/task/22586/stat : 22586 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 719996535 133873664 6535 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22587] ppid=22578 vsize=130736 CPUtime=0.01 cores=1,3,5,7
/proc/22582/task/22587/stat : 22587 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 719996535 133873664 6535 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22588] ppid=22578 vsize=130736 CPUtime=0.01 cores=1,3,5,7
/proc/22582/task/22588/stat : 22588 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 719996535 133873664 6535 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22589] ppid=22578 vsize=130736 CPUtime=0 cores=1,3,5,7
/proc/22582/task/22589/stat : 22589 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 719996535 133873664 6535 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22591] ppid=22578 vsize=130736 CPUtime=0.01 cores=1,3,5,7
/proc/22582/task/22591/stat : 22591 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 719996535 133873664 6535 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22592] ppid=22578 vsize=130736 CPUtime=0.01 cores=1,3,5,7
/proc/22582/task/22592/stat : 22592 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 719996535 133873664 6535 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22599] ppid=22578 vsize=130736 CPUtime=0 cores=1,3,5,7
/proc/22582/task/22599/stat : 22599 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 719996538 133873664 6535 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485791153 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 130736

[startup+3.10106 s]
/proc/loadavg: 1.09 1.06 1.33 4/490 22600
/proc/meminfo: memFree=13263940/32950928 swapFree=67042960/67111528
[pid=22582] ppid=22578 vsize=130800 CPUtime=3.18 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) R 22578 22582 21741 0 -1 4202496 8532 0 21 0 314 4 0 0 20 0 9 0 719996532 133939200 7274 33554432000 4194304 7232020 140734296540480 18446744073709551615 1095110086 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 4
/proc/22582/statm: 32700 7274 1023 742 0 25271 0
[pid=22582/tid=22585] ppid=22578 vsize=130800 CPUtime=0.02 cores=1,3,5,7
/proc/22582/task/22585/stat : 22585 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 9 0 719996535 133939200 7274 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22586] ppid=22578 vsize=130800 CPUtime=0.02 cores=1,3,5,7
/proc/22582/task/22586/stat : 22586 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 719996535 133939200 7274 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22587] ppid=22578 vsize=130800 CPUtime=0.02 cores=1,3,5,7
/proc/22582/task/22587/stat : 22587 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 719996535 133939200 7274 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22588] ppid=22578 vsize=130800 CPUtime=0.02 cores=1,3,5,7
/proc/22582/task/22588/stat : 22588 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 719996535 133939200 7274 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22589] ppid=22578 vsize=130800 CPUtime=0.01 cores=1,3,5,7
/proc/22582/task/22589/stat : 22589 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 719996535 133939200 7274 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22591] ppid=22578 vsize=130800 CPUtime=0.02 cores=1,3,5,7
/proc/22582/task/22591/stat : 22591 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 719996535 133939200 7274 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22592] ppid=22578 vsize=130800 CPUtime=0.03 cores=1,3,5,7
/proc/22582/task/22592/stat : 22592 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 719996535 133939200 7274 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22599] ppid=22578 vsize=130800 CPUtime=0 cores=1,3,5,7
/proc/22582/task/22599/stat : 22599 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 719996538 133939200 7274 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485791153 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 130800

[startup+6.30049 s]
/proc/loadavg: 1.09 1.06 1.33 4/490 22601
/proc/meminfo: memFree=13255256/32950928 swapFree=67042960/67111528
[pid=22582] ppid=22578 vsize=139008 CPUtime=6.48 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) R 22578 22582 21741 0 -1 4202496 9880 0 21 0 644 4 0 0 20 0 9 0 719996532 142344192 7667 33554432000 4194304 7232020 140734296540480 18446744073709551615 1095111119 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/22582/statm: 34752 7667 1023 742 0 27323 0
[pid=22582/tid=22585] ppid=22578 vsize=139008 CPUtime=0.04 cores=1,3,5,7
/proc/22582/task/22585/stat : 22585 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 4 0 0 0 15 0 9 0 719996535 142344192 7667 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22586] ppid=22578 vsize=139008 CPUtime=0.03 cores=1,3,5,7
/proc/22582/task/22586/stat : 22586 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 719996535 142344192 7667 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22587] ppid=22578 vsize=139008 CPUtime=0.03 cores=1,3,5,7
/proc/22582/task/22587/stat : 22587 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 719996535 142344192 7667 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22588] ppid=22578 vsize=139008 CPUtime=0.04 cores=1,3,5,7
/proc/22582/task/22588/stat : 22588 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 719996535 142344192 7667 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22589] ppid=22578 vsize=139008 CPUtime=0.03 cores=1,3,5,7
/proc/22582/task/22589/stat : 22589 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 719996535 142344192 7667 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22591] ppid=22578 vsize=139008 CPUtime=0.05 cores=1,3,5,7
/proc/22582/task/22591/stat : 22591 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 719996535 142344192 7667 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22592] ppid=22578 vsize=139008 CPUtime=0.05 cores=1,3,5,7
/proc/22582/task/22592/stat : 22592 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 5 0 0 0 15 0 9 0 719996535 142344192 7667 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22599] ppid=22578 vsize=139008 CPUtime=0 cores=1,3,5,7
/proc/22582/task/22599/stat : 22599 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 719996538 142344192 7667 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485791153 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.48
Current children cumulated vsize (KiB) 139008

[startup+12.7004 s]
/proc/loadavg: 1.23 1.09 1.34 3/490 22601
/proc/meminfo: memFree=13240612/32950928 swapFree=67042960/67111528
[pid=22582] ppid=22578 vsize=139136 CPUtime=13.04 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) R 22578 22582 21741 0 -1 4202496 12907 0 21 0 1298 6 0 0 18 0 9 0 719996532 142475264 9557 33554432000 4194304 7232020 140734296540480 18446744073709551615 1095107645 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/22582/statm: 34784 9557 1024 742 0 27355 0
[pid=22582/tid=22585] ppid=22578 vsize=139136 CPUtime=0.07 cores=1,3,5,7
/proc/22582/task/22585/stat : 22585 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 7 0 0 0 16 0 9 0 719996535 142475264 9557 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22586] ppid=22578 vsize=139136 CPUtime=0.06 cores=1,3,5,7
/proc/22582/task/22586/stat : 22586 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 719996535 142475264 9557 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22587] ppid=22578 vsize=139136 CPUtime=0.06 cores=1,3,5,7
/proc/22582/task/22587/stat : 22587 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 719996535 142475264 9557 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22588] ppid=22578 vsize=139136 CPUtime=0.08 cores=1,3,5,7
/proc/22582/task/22588/stat : 22588 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 719996535 142475264 9557 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22589] ppid=22578 vsize=139136 CPUtime=0.06 cores=1,3,5,7
/proc/22582/task/22589/stat : 22589 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 719996535 142475264 9557 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22591] ppid=22578 vsize=139136 CPUtime=0.08 cores=1,3,5,7
/proc/22582/task/22591/stat : 22591 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 8 0 0 0 15 0 9 0 719996535 142475264 9557 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22592] ppid=22578 vsize=139136 CPUtime=0.07 cores=1,3,5,7
/proc/22582/task/22592/stat : 22592 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 719996535 142475264 9557 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22599] ppid=22578 vsize=139136 CPUtime=0 cores=1,3,5,7
/proc/22582/task/22599/stat : 22599 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 719996538 142475264 9557 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485791153 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.04
Current children cumulated vsize (KiB) 139136

[startup+25.5011 s]
/proc/loadavg: 1.35 1.12 1.34 4/490 22601
/proc/meminfo: memFree=13225120/32950928 swapFree=67042960/67111528
[pid=22582] ppid=22578 vsize=155712 CPUtime=26.15 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) R 22578 22582 21741 0 -1 4202496 18051 0 21 0 2607 8 0 0 18 0 9 0 719996532 159449088 12601 33554432000 4194304 7232020 140734296540480 18446744073709551615 1095110987 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 4
/proc/22582/statm: 38928 12601 1034 742 0 31499 0
[pid=22582/tid=22585] ppid=22578 vsize=155712 CPUtime=0.13 cores=1,3,5,7
/proc/22582/task/22585/stat : 22585 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 13 0 0 0 15 0 9 0 719996535 159449088 12601 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22586] ppid=22578 vsize=155712 CPUtime=0.12 cores=1,3,5,7
/proc/22582/task/22586/stat : 22586 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 12 0 0 0 15 0 9 0 719996535 159449088 12601 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22587] ppid=22578 vsize=155712 CPUtime=0.12 cores=1,3,5,7
/proc/22582/task/22587/stat : 22587 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 12 0 0 0 15 0 9 0 719996535 159449088 12601 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22588] ppid=22578 vsize=155712 CPUtime=0.14 cores=1,3,5,7
/proc/22582/task/22588/stat : 22588 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 14 0 0 0 15 0 9 0 719996535 159449088 12601 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22589] ppid=22578 vsize=155712 CPUtime=0.11 cores=1,3,5,7
/proc/22582/task/22589/stat : 22589 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 11 0 0 0 15 0 9 0 719996535 159449088 12601 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 5 0 0 0
[pid=22582/tid=22591] ppid=22578 vsize=155712 CPUtime=0.14 cores=1,3,5,7
/proc/22582/task/22591/stat : 22591 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 14 0 0 0 15 0 9 0 719996535 159449088 12601 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22592] ppid=22578 vsize=155712 CPUtime=0.13 cores=1,3,5,7
/proc/22582/task/22592/stat : 22592 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 13 0 0 0 15 0 9 0 719996535 159449088 12601 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 5 0 0 0
[pid=22582/tid=22599] ppid=22578 vsize=155712 CPUtime=0 cores=1,3,5,7
/proc/22582/task/22599/stat : 22599 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 719996538 159449088 12601 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485791153 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 26.15
Current children cumulated vsize (KiB) 155712

[startup+51.1006 s]
/proc/loadavg: 1.57 1.19 1.36 4/490 22602
/proc/meminfo: memFree=13181568/32950928 swapFree=67042960/67111528
[pid=22582] ppid=22578 vsize=180800 CPUtime=52.22 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) R 22578 22582 21741 0 -1 4202496 27318 0 21 0 5211 11 0 0 20 0 9 0 719996532 185139200 18466 33554432000 4194304 7232020 140734296540480 18446744073709551615 1095110705 0 0 4096 545260780 18446744073709551615 0 0 17 1 0 0 4
/proc/22582/statm: 45200 18466 1035 742 0 37771 0
[pid=22582/tid=22585] ppid=22578 vsize=180800 CPUtime=0.22 cores=1,3,5,7
/proc/22582/task/22585/stat : 22585 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 22 0 0 0 16 0 9 0 719996535 185139200 18466 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22586] ppid=22578 vsize=180800 CPUtime=0.2 cores=1,3,5,7
/proc/22582/task/22586/stat : 22586 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 20 0 0 0 15 0 9 0 719996535 185139200 18466 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22587] ppid=22578 vsize=180800 CPUtime=0.2 cores=1,3,5,7

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

/proc/22582/task/22588/stat : 22588 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 660 2 0 0 16 0 9 0 719996535 952905728 206611 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 5 0 0 0
[pid=22582/tid=22589] ppid=22578 vsize=930572 CPUtime=6.01 cores=1,3,5,7
/proc/22582/task/22589/stat : 22589 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 599 2 0 0 16 0 9 0 719996535 952905728 206611 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22591] ppid=22578 vsize=930572 CPUtime=6.8 cores=1,3,5,7
/proc/22582/task/22591/stat : 22591 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 677 3 0 0 16 0 9 0 719996535 952905728 206611 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22592] ppid=22578 vsize=930572 CPUtime=6.32 cores=1,3,5,7
/proc/22582/task/22592/stat : 22592 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 630 2 0 0 15 0 9 0 719996535 952905728 206611 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22599] ppid=22578 vsize=930572 CPUtime=0.01 cores=1,3,5,7
/proc/22582/task/22599/stat : 22599 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 0 1 0 0 15 0 9 0 719996538 952905728 206611 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485791153 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4756.39
Current children cumulated vsize (KiB) 930572

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/490 22740
/proc/meminfo: memFree=11814656/32950928 swapFree=67042960/67111528
[pid=22582] ppid=22578 vsize=955916 CPUtime=4816.94 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) R 22578 22582 21741 0 -1 4202496 460772 0 21 0 481596 98 0 0 25 0 9 0 719996532 978857984 213870 33554432000 4194304 7232020 140734296540480 18446744073709551615 1095110773 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 4
/proc/22582/statm: 238979 213870 1035 742 0 231550 0
[pid=22582/tid=22585] ppid=22578 vsize=955916 CPUtime=6.7 cores=1,3,5,7
/proc/22582/task/22585/stat : 22585 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 668 2 0 0 16 0 9 0 719996535 978857984 213870 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22586] ppid=22578 vsize=955916 CPUtime=6.75 cores=1,3,5,7
/proc/22582/task/22586/stat : 22586 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 672 3 0 0 16 0 9 0 719996535 978857984 213870 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22587] ppid=22578 vsize=955916 CPUtime=6.28 cores=1,3,5,7
/proc/22582/task/22587/stat : 22587 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 626 2 0 0 15 0 9 0 719996535 978857984 213870 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22588] ppid=22578 vsize=955916 CPUtime=6.81 cores=1,3,5,7
/proc/22582/task/22588/stat : 22588 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 679 2 0 0 16 0 9 0 719996535 978857984 213870 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 5 0 0 0
[pid=22582/tid=22589] ppid=22578 vsize=955916 CPUtime=6.09 cores=1,3,5,7
/proc/22582/task/22589/stat : 22589 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 607 2 0 0 16 0 9 0 719996535 978857984 213870 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22591] ppid=22578 vsize=955916 CPUtime=6.92 cores=1,3,5,7
/proc/22582/task/22591/stat : 22591 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 689 3 0 0 15 0 9 0 719996535 978857984 213870 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22592] ppid=22578 vsize=955916 CPUtime=6.39 cores=1,3,5,7
/proc/22582/task/22592/stat : 22592 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 637 2 0 0 16 0 9 0 719996535 978857984 213870 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22599] ppid=22578 vsize=955916 CPUtime=0.01 cores=1,3,5,7
/proc/22582/task/22599/stat : 22599 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 0 1 0 0 15 0 9 0 719996538 978857984 213870 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485791153 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4816.94
Current children cumulated vsize (KiB) 955916

[startup+4842.3 s]
/proc/loadavg: 2.20 2.05 2.02 3/490 22742
/proc/meminfo: memFree=12091764/32950928 swapFree=67042960/67111528
[pid=22582] ppid=22578 vsize=955916 CPUtime=4877.52 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) R 22578 22582 21741 0 -1 4202496 463049 0 21 0 487650 102 0 0 25 0 9 0 719996532 978857984 140869 33554432000 4194304 7232020 140734296540480 18446744073709551615 1095111135 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 4
/proc/22582/statm: 238979 140869 1035 742 0 231550 0
[pid=22582/tid=22585] ppid=22578 vsize=955916 CPUtime=6.77 cores=1,3,5,7
/proc/22582/task/22585/stat : 22585 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 675 2 0 0 15 0 9 0 719996535 978857984 140869 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22586] ppid=22578 vsize=955916 CPUtime=6.85 cores=1,3,5,7
/proc/22582/task/22586/stat : 22586 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 682 3 0 0 16 0 9 0 719996535 978857984 140869 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22587] ppid=22578 vsize=955916 CPUtime=6.38 cores=1,3,5,7
/proc/22582/task/22587/stat : 22587 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 636 2 0 0 16 0 9 0 719996535 978857984 140869 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22588] ppid=22578 vsize=955916 CPUtime=6.98 cores=1,3,5,7
/proc/22582/task/22588/stat : 22588 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 696 2 0 0 16 0 9 0 719996535 978857984 140869 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 5 0 0 0
[pid=22582/tid=22589] ppid=22578 vsize=955916 CPUtime=6.23 cores=1,3,5,7
/proc/22582/task/22589/stat : 22589 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 621 2 0 0 16 0 9 0 719996535 978857984 140869 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22591] ppid=22578 vsize=955916 CPUtime=7.02 cores=1,3,5,7
/proc/22582/task/22591/stat : 22591 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 699 3 0 0 15 0 9 0 719996535 978857984 140869 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22592] ppid=22578 vsize=955916 CPUtime=6.49 cores=1,3,5,7
/proc/22582/task/22592/stat : 22592 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 647 2 0 0 16 0 9 0 719996535 978857984 140869 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22599] ppid=22578 vsize=955916 CPUtime=0.02 cores=1,3,5,7
/proc/22582/task/22599/stat : 22599 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 0 2 0 0 15 0 9 0 719996538 978857984 140869 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485791153 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4877.52
Current children cumulated vsize (KiB) 955916

[startup+4902.3 s]
/proc/loadavg: 2.20 2.07 2.02 4/490 22743
/proc/meminfo: memFree=12032452/32950928 swapFree=67042960/67111528
[pid=22582] ppid=22578 vsize=955916 CPUtime=4938.14 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) R 22578 22582 21741 0 -1 4202496 477829 0 21 0 493708 106 0 0 25 0 9 0 719996532 978857984 152718 33554432000 4194304 7232020 140734296540480 18446744073709551615 1095110705 0 0 4096 545260780 18446744073709551615 0 0 17 3 0 0 4
/proc/22582/statm: 238979 152718 1035 742 0 231550 0
[pid=22582/tid=22585] ppid=22578 vsize=955916 CPUtime=6.88 cores=1,3,5,7
/proc/22582/task/22585/stat : 22585 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 686 2 0 0 16 0 9 0 719996535 978857984 152718 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 5 0 0 0
[pid=22582/tid=22586] ppid=22578 vsize=955916 CPUtime=6.99 cores=1,3,5,7
/proc/22582/task/22586/stat : 22586 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 696 3 0 0 16 0 9 0 719996535 978857984 152718 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22587] ppid=22578 vsize=955916 CPUtime=6.5 cores=1,3,5,7
/proc/22582/task/22587/stat : 22587 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 648 2 0 0 16 0 9 0 719996535 978857984 152718 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22588] ppid=22578 vsize=955916 CPUtime=7.13 cores=1,3,5,7
/proc/22582/task/22588/stat : 22588 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 711 2 0 0 16 0 9 0 719996535 978857984 152718 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 5 0 0 0
[pid=22582/tid=22589] ppid=22578 vsize=955916 CPUtime=6.34 cores=1,3,5,7
/proc/22582/task/22589/stat : 22589 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 632 2 0 0 16 0 9 0 719996535 978857984 152718 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22591] ppid=22578 vsize=955916 CPUtime=7.13 cores=1,3,5,7
/proc/22582/task/22591/stat : 22591 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 710 3 0 0 16 0 9 0 719996535 978857984 152718 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22592] ppid=22578 vsize=955916 CPUtime=6.57 cores=1,3,5,7
/proc/22582/task/22592/stat : 22592 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 655 2 0 0 15 0 9 0 719996535 978857984 152718 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22599] ppid=22578 vsize=955916 CPUtime=0.02 cores=1,3,5,7
/proc/22582/task/22599/stat : 22599 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 0 2 0 0 15 0 9 0 719996538 978857984 152718 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485791153 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4938.14
Current children cumulated vsize (KiB) 955916

[startup+4962.3 s]
/proc/loadavg: 2.07 2.06 2.01 4/490 22745
/proc/meminfo: memFree=12059704/32950928 swapFree=67042960/67111528
[pid=22582] ppid=22578 vsize=955916 CPUtime=4998.88 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) R 22578 22582 21741 0 -1 4202496 480525 0 21 0 499780 108 0 0 22 0 9 0 719996532 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 1095110677 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 4
/proc/22582/statm: 238979 144700 1035 742 0 231550 0
[pid=22582/tid=22585] ppid=22578 vsize=955916 CPUtime=7.02 cores=1,3,5,7
/proc/22582/task/22585/stat : 22585 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 700 2 0 0 16 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22586] ppid=22578 vsize=955916 CPUtime=7.18 cores=1,3,5,7
/proc/22582/task/22586/stat : 22586 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 715 3 0 0 16 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22587] ppid=22578 vsize=955916 CPUtime=6.61 cores=1,3,5,7
/proc/22582/task/22587/stat : 22587 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 659 2 0 0 15 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22588] ppid=22578 vsize=955916 CPUtime=7.32 cores=1,3,5,7
/proc/22582/task/22588/stat : 22588 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 730 2 0 0 16 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 5 0 0 0
[pid=22582/tid=22589] ppid=22578 vsize=955916 CPUtime=6.44 cores=1,3,5,7
/proc/22582/task/22589/stat : 22589 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 642 2 0 0 16 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22591] ppid=22578 vsize=955916 CPUtime=7.24 cores=1,3,5,7
/proc/22582/task/22591/stat : 22591 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 721 3 0 0 15 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22592] ppid=22578 vsize=955916 CPUtime=6.7 cores=1,3,5,7
/proc/22582/task/22592/stat : 22592 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 668 2 0 0 16 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22599] ppid=22578 vsize=955916 CPUtime=0.02 cores=1,3,5,7
/proc/22582/task/22599/stat : 22599 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 0 2 0 0 15 0 9 0 719996538 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485791153 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4998.88
Current children cumulated vsize (KiB) 955916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4963.5 s]
/proc/loadavg: 2.07 2.06 2.01 4/490 22745
/proc/meminfo: memFree=12059704/32950928 swapFree=67042960/67111528
[pid=22582] ppid=22578 vsize=955916 CPUtime=5000.09 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) R 22578 22582 21741 0 -1 4202496 480525 0 21 0 499901 108 0 0 25 0 9 0 719996532 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 1095110766 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 4
/proc/22582/statm: 238979 144700 1035 742 0 231550 0
[pid=22582/tid=22585] ppid=22578 vsize=955916 CPUtime=7.02 cores=1,3,5,7
/proc/22582/task/22585/stat : 22585 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 700 2 0 0 16 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22586] ppid=22578 vsize=955916 CPUtime=7.18 cores=1,3,5,7
/proc/22582/task/22586/stat : 22586 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 715 3 0 0 16 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22587] ppid=22578 vsize=955916 CPUtime=6.61 cores=1,3,5,7
/proc/22582/task/22587/stat : 22587 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 659 2 0 0 15 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22588] ppid=22578 vsize=955916 CPUtime=7.32 cores=1,3,5,7
/proc/22582/task/22588/stat : 22588 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 730 2 0 0 16 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 5 0 0 0
[pid=22582/tid=22589] ppid=22578 vsize=955916 CPUtime=6.44 cores=1,3,5,7
/proc/22582/task/22589/stat : 22589 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 642 2 0 0 16 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22591] ppid=22578 vsize=955916 CPUtime=7.24 cores=1,3,5,7
/proc/22582/task/22591/stat : 22591 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 721 3 0 0 15 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22592] ppid=22578 vsize=955916 CPUtime=6.7 cores=1,3,5,7
/proc/22582/task/22592/stat : 22592 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 668 2 0 0 16 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22599] ppid=22578 vsize=955916 CPUtime=0.02 cores=1,3,5,7
/proc/22582/task/22599/stat : 22599 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 0 2 0 0 15 0 9 0 719996538 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485791153 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 955916

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

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

[startup+4963.5 s]
/proc/loadavg: 2.07 2.06 2.01 4/490 22745
/proc/meminfo: memFree=12059704/32950928 swapFree=67042960/67111528
[pid=22582] ppid=22578 vsize=955916 CPUtime=5000.09 cores=1,3,5,7
/proc/22582/stat : 22582 (mono) R 22578 22582 21741 0 -1 4202496 480525 0 21 0 499901 108 0 0 25 0 9 0 719996532 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 1095110766 0 0 4096 545260780 18446744073709551615 0 0 17 5 0 0 4
/proc/22582/statm: 238979 144700 1035 742 0 231550 0
[pid=22582/tid=22585] ppid=22578 vsize=955916 CPUtime=7.02 cores=1,3,5,7
/proc/22582/task/22585/stat : 22585 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 700 2 0 0 16 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22586] ppid=22578 vsize=955916 CPUtime=7.18 cores=1,3,5,7
/proc/22582/task/22586/stat : 22586 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 715 3 0 0 16 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22587] ppid=22578 vsize=955916 CPUtime=6.61 cores=1,3,5,7
/proc/22582/task/22587/stat : 22587 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 659 2 0 0 15 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22588] ppid=22578 vsize=955916 CPUtime=7.32 cores=1,3,5,7
/proc/22582/task/22588/stat : 22588 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 730 2 0 0 16 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 5 0 0 0
[pid=22582/tid=22589] ppid=22578 vsize=955916 CPUtime=6.44 cores=1,3,5,7
/proc/22582/task/22589/stat : 22589 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 642 2 0 0 16 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 7 0 0 0
[pid=22582/tid=22591] ppid=22578 vsize=955916 CPUtime=7.24 cores=1,3,5,7
/proc/22582/task/22591/stat : 22591 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 721 3 0 0 15 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
[pid=22582/tid=22592] ppid=22578 vsize=955916 CPUtime=6.7 cores=1,3,5,7
/proc/22582/task/22592/stat : 22592 (mono) S 22578 22582 21741 0 -1 4202560 2 0 0 0 668 2 0 0 16 0 9 0 719996535 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485783449 0 0 4096 545260780 18446604468260510720 0 0 -1 1 0 0 0
[pid=22582/tid=22599] ppid=22578 vsize=955916 CPUtime=0.02 cores=1,3,5,7
/proc/22582/task/22599/stat : 22599 (mono) S 22578 22582 21741 0 -1 4202560 3 0 0 0 0 2 0 0 15 0 9 0 719996538 978857984 144700 33554432000 4194304 7232020 140734296540480 18446744073709551615 274485791153 0 0 4096 545260780 18446604468260510720 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 955916

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4963.55
CPU time (s): 5000.14
CPU user time (s): 4999.03
CPU system time (s): 1.10883
CPU usage (%): 100.737
Max. virtual memory (cumulated for all children) (KiB): 955916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.03
system time used= 1.10883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 480525
page faults= 21
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80049
involuntary context switches= 43512

runsolver used 22.8425 second user time and 57.9572 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-22 19:06:09
IDJOB=3394585
IDBENCH=83268
IDSOLVER=1880
FILE ID=node125/3394585-1306083969
RUNJOBID= node125-1306083969-22564
PBS_JOBID= 13387878
Free space on /tmp= 73420 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-22_464.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394585-1306083969/watcher-3394585-1306083969 -o /tmp/evaluation-result-3394585-1306083969/solver-3394585-1306083969 -C 5000 -W 5100 -M 15500  mono Main.exe HOME/instance-3394585-1306083969.cnf

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

MD5SUM BENCH= a722a199fd84ba0b319251daa47aa19c
RANDOM SEED=1209064012

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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:      13333168 kB
Buffers:        287292 kB
Cached:        5378692 kB
SwapCached:      55652 kB
Active:       10541332 kB
Inactive:      8729848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13333168 kB
SwapTotal:    67111528 kB
SwapFree:     67042944 kB
Dirty:            1192 kB
Writeback:           0 kB
AnonPages:    13549760 kB
Mapped:          42956 kB
Slab:           216356 kB
PageTables:      61816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130002428 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= 73420 MiB
End job on node125 at 2011-05-22 20:28:54