Trace number 3394735

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 4955.18

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_60_20_50_3-dir.shuffled-as.sat03-114.cnf
MD5SUM9ffa0325c9e00b41c025f41d20ec5a0c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1745.74
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses49070
Sum of the clauses size98700
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 249050
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 520

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-3394735-1306086882/watcher-3394735-1306086882 -o /tmp/evaluation-result-3394735-1306086882/solver-3394735-1306086882 -C 5000 -W 5100 -M 15500 mono Main.exe HOME/instance-3394735-1306086882.cnf 

running on 4 cores: 0,2,4,6

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: 0.94 1.01 1.01 3/551 1848
/proc/meminfo: memFree=17294540/32950928 swapFree=67056572/67111528
[pid=1848] ppid=1846 vsize=11796 CPUtime=0 cores=0,2,4,6
/proc/1848/stat : 1848 (runsolver) R 1846 1848 933 0 -1 4202560 41 0 0 0 0 0 0 0 22 0 1 0 720285273 12079104 49 33554432000 4194304 5432360 140734952385392 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/1848/statm: 2949 49 30 303 0 2643 0

[startup+0.0290971 s]
/proc/loadavg: 0.94 1.01 1.01 3/551 1848
/proc/meminfo: memFree=17294540/32950928 swapFree=67056572/67111528
[pid=1848] ppid=1846 vsize=21124 CPUtime=0 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) D 1846 1848 933 0 -1 4194304 348 0 6 0 0 0 0 0 22 0 1 0 720285273 21630976 289 33554432000 4194304 7232020 140733248838720 18446744073709551615 5981200 0 0 4096 0 18446744071562234166 0 0 17 2 0 0 1
/proc/1848/statm: 5281 289 245 742 0 148 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 21124

[startup+0.100979 s]
/proc/loadavg: 0.94 1.01 1.01 3/551 1848
/proc/meminfo: memFree=17294540/32950928 swapFree=67056572/67111528
[pid=1848] ppid=1846 vsize=107468 CPUtime=0.03 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) S 1846 1848 933 0 -1 4202496 1807 0 21 0 3 0 0 0 24 0 9 0 720285273 110047232 1735 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 4
/proc/1848/statm: 26867 1735 976 742 0 19438 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 107468

[startup+0.369444 s]
/proc/loadavg: 0.94 1.01 1.01 3/551 1848
/proc/meminfo: memFree=17294540/32950928 swapFree=67056572/67111528
[pid=1848] ppid=1846 vsize=147388 CPUtime=0.31 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) S 1846 1848 933 0 -1 4202496 10598 0 21 0 30 1 0 0 18 0 9 0 720285273 150925312 10526 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488518577 0 0 4096 545260780 18446744073709551615 0 0 17 6 0 0 4
/proc/1848/statm: 36847 10526 1025 742 0 29418 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 147388

[startup+0.700939 s]
/proc/loadavg: 0.94 1.01 1.01 3/551 1848
/proc/meminfo: memFree=17294540/32950928 swapFree=67056572/67111528
[pid=1848] ppid=1846 vsize=147580 CPUtime=0.65 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) R 1846 1848 933 0 -1 4202496 11157 0 21 0 64 1 0 0 18 0 9 0 720285273 151121920 11085 33554432000 4194304 7232020 140733248838720 18446744073709551615 1102274889 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 4
/proc/1848/statm: 36895 11085 1025 742 0 29466 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 147580

[startup+1.50078 s]
/proc/loadavg: 0.94 1.01 1.01 3/571 1871
/proc/meminfo: memFree=17205368/32950928 swapFree=67056576/67111528
[pid=1848] ppid=1846 vsize=147708 CPUtime=1.46 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) R 1846 1848 933 0 -1 4202496 11993 0 21 0 145 1 0 0 18 0 9 0 720285273 151252992 11921 33554432000 4194304 7232020 140733248838720 18446744073709551615 1102277184 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 4
/proc/1848/statm: 36927 11921 1025 742 0 29498 0
[pid=1848/tid=1850] ppid=1846 vsize=147708 CPUtime=0.01 cores=0,2,4,6
/proc/1848/task/1850/stat : 1850 (mono) S 1846 1848 933 0 -1 4202560 4 0 0 0 1 0 0 0 16 0 9 0 720285276 151252992 11921 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1851] ppid=1846 vsize=147708 CPUtime=0 cores=0,2,4,6
/proc/1848/task/1851/stat : 1851 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720285276 151252992 11921 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1852] ppid=1846 vsize=147708 CPUtime=0.01 cores=0,2,4,6
/proc/1848/task/1852/stat : 1852 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720285276 151252992 11921 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1853] ppid=1846 vsize=147708 CPUtime=0 cores=0,2,4,6
/proc/1848/task/1853/stat : 1853 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720285276 151252992 11921 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1854] ppid=1846 vsize=147708 CPUtime=0 cores=0,2,4,6
/proc/1848/task/1854/stat : 1854 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720285276 151252992 11921 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1855] ppid=1846 vsize=147708 CPUtime=0 cores=0,2,4,6
/proc/1848/task/1855/stat : 1855 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720285276 151252992 11921 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1856] ppid=1846 vsize=147708 CPUtime=0 cores=0,2,4,6
/proc/1848/task/1856/stat : 1856 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 720285276 151252992 11921 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1857] ppid=1846 vsize=147708 CPUtime=0 cores=0,2,4,6
/proc/1848/task/1857/stat : 1857 (mono) S 1846 1848 933 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720285279 151252992 11921 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488518577 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 147708

[startup+3.10047 s]
/proc/loadavg: 0.94 1.01 1.01 3/571 1871
/proc/meminfo: memFree=17199684/32950928 swapFree=67056576/67111528
[pid=1848] ppid=1846 vsize=147772 CPUtime=3.08 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) R 1846 1848 933 0 -1 4202496 12018 0 21 0 307 1 0 0 19 0 9 0 720285273 151318528 11946 33554432000 4194304 7232020 140733248838720 18446744073709551615 1102274589 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 4
/proc/1848/statm: 36943 11946 1025 742 0 29514 0
[pid=1848/tid=1850] ppid=1846 vsize=147772 CPUtime=0.01 cores=0,2,4,6
/proc/1848/task/1850/stat : 1850 (mono) S 1846 1848 933 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 9 0 720285276 151318528 11946 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1851] ppid=1846 vsize=147772 CPUtime=0.01 cores=0,2,4,6
/proc/1848/task/1851/stat : 1851 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720285276 151318528 11946 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1852] ppid=1846 vsize=147772 CPUtime=0.01 cores=0,2,4,6
/proc/1848/task/1852/stat : 1852 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720285276 151318528 11946 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1853] ppid=1846 vsize=147772 CPUtime=0 cores=0,2,4,6
/proc/1848/task/1853/stat : 1853 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720285276 151318528 11946 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1854] ppid=1846 vsize=147772 CPUtime=0 cores=0,2,4,6
/proc/1848/task/1854/stat : 1854 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720285276 151318528 11946 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1855] ppid=1846 vsize=147772 CPUtime=0.01 cores=0,2,4,6
/proc/1848/task/1855/stat : 1855 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 1 0 0 0 16 0 9 0 720285276 151318528 11946 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1856] ppid=1846 vsize=147772 CPUtime=0 cores=0,2,4,6
/proc/1848/task/1856/stat : 1856 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 720285276 151318528 11946 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1857] ppid=1846 vsize=147772 CPUtime=0 cores=0,2,4,6
/proc/1848/task/1857/stat : 1857 (mono) S 1846 1848 933 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720285279 151318528 11946 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488518577 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 147772

[startup+6.30085 s]
/proc/loadavg: 1.03 1.03 1.02 3/571 1871
/proc/meminfo: memFree=17187912/32950928 swapFree=67056576/67111528
[pid=1848] ppid=1846 vsize=156220 CPUtime=6.34 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) R 1846 1848 933 0 -1 4202496 14006 0 21 0 633 1 0 0 18 0 9 0 720285273 159969280 13934 33554432000 4194304 7232020 140733248838720 18446744073709551615 1102274881 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 4
/proc/1848/statm: 39055 13934 1025 742 0 31626 0
[pid=1848/tid=1850] ppid=1846 vsize=156220 CPUtime=0.02 cores=0,2,4,6
/proc/1848/task/1850/stat : 1850 (mono) S 1846 1848 933 0 -1 4202560 4 0 0 0 2 0 0 0 15 0 9 0 720285276 159969280 13934 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1851] ppid=1846 vsize=156220 CPUtime=0.02 cores=0,2,4,6
/proc/1848/task/1851/stat : 1851 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720285276 159969280 13934 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1852] ppid=1846 vsize=156220 CPUtime=0.02 cores=0,2,4,6
/proc/1848/task/1852/stat : 1852 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720285276 159969280 13934 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1853] ppid=1846 vsize=156220 CPUtime=0.01 cores=0,2,4,6
/proc/1848/task/1853/stat : 1853 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720285276 159969280 13934 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1854] ppid=1846 vsize=156220 CPUtime=0.01 cores=0,2,4,6
/proc/1848/task/1854/stat : 1854 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720285276 159969280 13934 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1855] ppid=1846 vsize=156220 CPUtime=0.02 cores=0,2,4,6
/proc/1848/task/1855/stat : 1855 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720285276 159969280 13934 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1856] ppid=1846 vsize=156220 CPUtime=0.01 cores=0,2,4,6
/proc/1848/task/1856/stat : 1856 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 720285276 159969280 13934 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1857] ppid=1846 vsize=156220 CPUtime=0 cores=0,2,4,6
/proc/1848/task/1857/stat : 1857 (mono) S 1846 1848 933 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720285279 159969280 13934 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488518577 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.34
Current children cumulated vsize (KiB) 156220

[startup+12.7006 s]
/proc/loadavg: 1.11 1.04 1.02 3/571 1872
/proc/meminfo: memFree=17168104/32950928 swapFree=67056576/67111528
[pid=1848] ppid=1846 vsize=164604 CPUtime=12.83 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) R 1846 1848 933 0 -1 4202496 17429 0 21 0 1281 2 0 0 20 0 9 0 720285273 168554496 15971 33554432000 4194304 7232020 140733248838720 18446744073709551615 1102271822 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 4
/proc/1848/statm: 41151 15971 1026 742 0 33722 0
[pid=1848/tid=1850] ppid=1846 vsize=164604 CPUtime=0.04 cores=0,2,4,6
/proc/1848/task/1850/stat : 1850 (mono) S 1846 1848 933 0 -1 4202560 4 0 0 0 4 0 0 0 15 0 9 0 720285276 168554496 15971 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1851] ppid=1846 vsize=164604 CPUtime=0.03 cores=0,2,4,6
/proc/1848/task/1851/stat : 1851 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 720285276 168554496 15971 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1852] ppid=1846 vsize=164604 CPUtime=0.04 cores=0,2,4,6
/proc/1848/task/1852/stat : 1852 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 4 0 0 0 15 0 9 0 720285276 168554496 15971 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1853] ppid=1846 vsize=164604 CPUtime=0.02 cores=0,2,4,6
/proc/1848/task/1853/stat : 1853 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 2 0 0 0 15 0 9 0 720285276 168554496 15971 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1854] ppid=1846 vsize=164604 CPUtime=0.03 cores=0,2,4,6
/proc/1848/task/1854/stat : 1854 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 3 0 0 0 16 0 9 0 720285276 168554496 15971 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1855] ppid=1846 vsize=164604 CPUtime=0.03 cores=0,2,4,6
/proc/1848/task/1855/stat : 1855 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 720285276 168554496 15971 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1856] ppid=1846 vsize=164604 CPUtime=0.03 cores=0,2,4,6
/proc/1848/task/1856/stat : 1856 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 3 0 0 0 15 0 9 0 720285276 168554496 15971 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1857] ppid=1846 vsize=164604 CPUtime=0 cores=0,2,4,6
/proc/1848/task/1857/stat : 1857 (mono) S 1846 1848 933 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720285279 168554496 15971 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488518577 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.83
Current children cumulated vsize (KiB) 164604

[startup+25.5012 s]
/proc/loadavg: 1.30 1.09 1.04 3/571 1872
/proc/meminfo: memFree=17128056/32950928 swapFree=67056576/67111528
[pid=1848] ppid=1846 vsize=197948 CPUtime=25.82 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) R 1846 1848 933 0 -1 4202496 26598 0 21 0 2579 3 0 0 18 0 9 0 720285273 202698752 23318 33554432000 4194304 7232020 140733248838720 18446744073709551615 1102279057 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/1848/statm: 49487 23318 1036 742 0 42058 0
[pid=1848/tid=1850] ppid=1846 vsize=197948 CPUtime=0.08 cores=0,2,4,6
/proc/1848/task/1850/stat : 1850 (mono) S 1846 1848 933 0 -1 4202560 4 0 0 0 8 0 0 0 16 0 9 0 720285276 202698752 23318 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1851] ppid=1846 vsize=197948 CPUtime=0.07 cores=0,2,4,6
/proc/1848/task/1851/stat : 1851 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 7 0 0 0 16 0 9 0 720285276 202698752 23318 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1852] ppid=1846 vsize=197948 CPUtime=0.09 cores=0,2,4,6
/proc/1848/task/1852/stat : 1852 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 9 0 0 0 15 0 9 0 720285276 202698752 23318 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1853] ppid=1846 vsize=197948 CPUtime=0.06 cores=0,2,4,6
/proc/1848/task/1853/stat : 1853 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 6 0 0 0 15 0 9 0 720285276 202698752 23318 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1854] ppid=1846 vsize=197948 CPUtime=0.05 cores=0,2,4,6
/proc/1848/task/1854/stat : 1854 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 5 0 0 0 16 0 9 0 720285276 202698752 23318 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1855] ppid=1846 vsize=197948 CPUtime=0.07 cores=0,2,4,6
/proc/1848/task/1855/stat : 1855 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 7 0 0 0 15 0 9 0 720285276 202698752 23318 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1856] ppid=1846 vsize=197948 CPUtime=0.07 cores=0,2,4,6
/proc/1848/task/1856/stat : 1856 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 7 0 0 0 16 0 9 0 720285276 202698752 23318 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1857] ppid=1846 vsize=197948 CPUtime=0 cores=0,2,4,6
/proc/1848/task/1857/stat : 1857 (mono) S 1846 1848 933 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 720285279 202698752 23318 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488518577 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.82
Current children cumulated vsize (KiB) 197948

[startup+51.1013 s]
/proc/loadavg: 1.54 1.16 1.06 3/571 1873
/proc/meminfo: memFree=17077296/32950928 swapFree=67056576/67111528
[pid=1848] ppid=1846 vsize=223100 CPUtime=51.78 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) R 1846 1848 933 0 -1 4202496 39192 0 21 0 5171 7 0 0 18 0 9 0 720285273 228454400 29903 33554432000 4194304 7232020 140733248838720 18446744073709551615 1102274863 0 0 4096 545260780 18446744073709551615 0 0 17 0 0 0 4
/proc/1848/statm: 55775 29903 1036 742 0 48346 0
[pid=1848/tid=1850] ppid=1846 vsize=223100 CPUtime=0.15 cores=0,2,4,6
/proc/1848/task/1850/stat : 1850 (mono) S 1846 1848 933 0 -1 4202560 4 0 0 0 15 0 0 0 15 0 9 0 720285276 228454400 29903 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1851] ppid=1846 vsize=223100 CPUtime=0.14 cores=0,2,4,6
/proc/1848/task/1851/stat : 1851 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 14 0 0 0 16 0 9 0 720285276 228454400 29903 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1852] ppid=1846 vsize=223100 CPUtime=0.15 cores=0,2,4,6

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

/proc/1848/task/1853/stat : 1853 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 817 1 0 0 16 0 9 0 720285276 1255641088 280545 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1854] ppid=1846 vsize=1226212 CPUtime=8.16 cores=0,2,4,6
/proc/1848/task/1854/stat : 1854 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 815 1 0 0 15 0 9 0 720285276 1255641088 280545 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1855] ppid=1846 vsize=1226212 CPUtime=7.95 cores=0,2,4,6
/proc/1848/task/1855/stat : 1855 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 794 1 0 0 16 0 9 0 720285276 1255641088 280545 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1856] ppid=1846 vsize=1226212 CPUtime=8.32 cores=0,2,4,6
/proc/1848/task/1856/stat : 1856 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 832 0 0 0 16 0 9 0 720285276 1255641088 280545 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1857] ppid=1846 vsize=1226212 CPUtime=0.03 cores=0,2,4,6
/proc/1848/task/1857/stat : 1857 (mono) S 1846 1848 933 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720285279 1255641088 280545 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488518577 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4705.6
Current children cumulated vsize (KiB) 1226212

[startup+4722.32 s]
/proc/loadavg: 2.00 2.03 2.02 3/571 2021
/proc/meminfo: memFree=15596408/32950928 swapFree=67056576/67111528
[pid=1848] ppid=1846 vsize=1250852 CPUtime=4765.99 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) R 1846 1848 933 0 -1 4202496 700015 0 21 0 476478 121 0 0 25 0 9 0 720285273 1280872448 286801 33554432000 4194304 7232020 140733248838720 18446744073709551615 1102274889 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 4
/proc/1848/statm: 312713 286801 1036 742 0 305284 0
[pid=1848/tid=1850] ppid=1846 vsize=1250852 CPUtime=8.05 cores=0,2,4,6
/proc/1848/task/1850/stat : 1850 (mono) S 1846 1848 933 0 -1 4202560 4 0 0 0 804 1 0 0 16 0 9 0 720285276 1280872448 286801 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1851] ppid=1846 vsize=1250852 CPUtime=8.41 cores=0,2,4,6
/proc/1848/task/1851/stat : 1851 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 841 0 0 0 15 0 9 0 720285276 1280872448 286801 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1852] ppid=1846 vsize=1250852 CPUtime=8.68 cores=0,2,4,6
/proc/1848/task/1852/stat : 1852 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 868 0 0 0 16 0 9 0 720285276 1280872448 286801 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1853] ppid=1846 vsize=1250852 CPUtime=8.26 cores=0,2,4,6
/proc/1848/task/1853/stat : 1853 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 825 1 0 0 16 0 9 0 720285276 1280872448 286801 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1854] ppid=1846 vsize=1250852 CPUtime=8.22 cores=0,2,4,6
/proc/1848/task/1854/stat : 1854 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 821 1 0 0 15 0 9 0 720285276 1280872448 286801 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1855] ppid=1846 vsize=1250852 CPUtime=7.99 cores=0,2,4,6
/proc/1848/task/1855/stat : 1855 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 798 1 0 0 16 0 9 0 720285276 1280872448 286801 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1856] ppid=1846 vsize=1250852 CPUtime=8.38 cores=0,2,4,6
/proc/1848/task/1856/stat : 1856 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 838 0 0 0 15 0 9 0 720285276 1280872448 286801 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1857] ppid=1846 vsize=1250852 CPUtime=0.03 cores=0,2,4,6
/proc/1848/task/1857/stat : 1857 (mono) S 1846 1848 933 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720285279 1280872448 286801 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488518577 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4765.99
Current children cumulated vsize (KiB) 1250852

[startup+4782.3 s]
/proc/loadavg: 2.29 2.09 2.03 3/571 2023
/proc/meminfo: memFree=15626404/32950928 swapFree=67056576/67111528
[pid=1848] ppid=1846 vsize=1267300 CPUtime=4826.33 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) R 1846 1848 933 0 -1 4202496 704123 0 21 0 482512 121 0 0 25 0 9 0 720285273 1297715200 290909 33554432000 4194304 7232020 140733248838720 18446744073709551615 1102274010 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 4
/proc/1848/statm: 316825 290909 1036 742 0 309396 0
[pid=1848/tid=1850] ppid=1846 vsize=1267300 CPUtime=8.15 cores=0,2,4,6
/proc/1848/task/1850/stat : 1850 (mono) S 1846 1848 933 0 -1 4202560 4 0 0 0 814 1 0 0 16 0 9 0 720285276 1297715200 290909 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1851] ppid=1846 vsize=1267300 CPUtime=8.47 cores=0,2,4,6
/proc/1848/task/1851/stat : 1851 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 847 0 0 0 16 0 9 0 720285276 1297715200 290909 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1852] ppid=1846 vsize=1267300 CPUtime=8.71 cores=0,2,4,6
/proc/1848/task/1852/stat : 1852 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 871 0 0 0 16 0 9 0 720285276 1297715200 290909 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1853] ppid=1846 vsize=1267300 CPUtime=8.32 cores=0,2,4,6
/proc/1848/task/1853/stat : 1853 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 831 1 0 0 15 0 9 0 720285276 1297715200 290909 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1854] ppid=1846 vsize=1267300 CPUtime=8.33 cores=0,2,4,6
/proc/1848/task/1854/stat : 1854 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 832 1 0 0 16 0 9 0 720285276 1297715200 290909 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1855] ppid=1846 vsize=1267300 CPUtime=8.06 cores=0,2,4,6
/proc/1848/task/1855/stat : 1855 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 805 1 0 0 16 0 9 0 720285276 1297715200 290909 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1856] ppid=1846 vsize=1267300 CPUtime=8.43 cores=0,2,4,6
/proc/1848/task/1856/stat : 1856 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 843 0 0 0 16 0 9 0 720285276 1297715200 290909 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1857] ppid=1846 vsize=1267300 CPUtime=0.03 cores=0,2,4,6
/proc/1848/task/1857/stat : 1857 (mono) S 1846 1848 933 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720285279 1297715200 290909 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488518577 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4826.33
Current children cumulated vsize (KiB) 1267300

[startup+4842.3 s]
/proc/loadavg: 2.24 2.10 2.04 3/571 2024
/proc/meminfo: memFree=15559800/32950928 swapFree=67056576/67111528
[pid=1848] ppid=1846 vsize=1291940 CPUtime=4886.7 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) R 1846 1848 933 0 -1 4202496 709498 0 21 0 488548 122 0 0 25 0 9 0 720285273 1322946560 296284 33554432000 4194304 7232020 140733248838720 18446744073709551615 1102274670 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 4
/proc/1848/statm: 322985 296284 1036 742 0 315556 0
[pid=1848/tid=1850] ppid=1846 vsize=1291940 CPUtime=8.19 cores=0,2,4,6
/proc/1848/task/1850/stat : 1850 (mono) S 1846 1848 933 0 -1 4202560 4 0 0 0 818 1 0 0 16 0 9 0 720285276 1322946560 296284 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1851] ppid=1846 vsize=1291940 CPUtime=8.52 cores=0,2,4,6
/proc/1848/task/1851/stat : 1851 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 852 0 0 0 16 0 9 0 720285276 1322946560 296284 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1852] ppid=1846 vsize=1291940 CPUtime=8.79 cores=0,2,4,6
/proc/1848/task/1852/stat : 1852 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 879 0 0 0 16 0 9 0 720285276 1322946560 296284 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1853] ppid=1846 vsize=1291940 CPUtime=8.41 cores=0,2,4,6
/proc/1848/task/1853/stat : 1853 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 840 1 0 0 16 0 9 0 720285276 1322946560 296284 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1854] ppid=1846 vsize=1291940 CPUtime=8.35 cores=0,2,4,6
/proc/1848/task/1854/stat : 1854 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 834 1 0 0 16 0 9 0 720285276 1322946560 296284 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1855] ppid=1846 vsize=1291940 CPUtime=8.19 cores=0,2,4,6
/proc/1848/task/1855/stat : 1855 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 818 1 0 0 16 0 9 0 720285276 1322946560 296284 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1856] ppid=1846 vsize=1291940 CPUtime=8.48 cores=0,2,4,6
/proc/1848/task/1856/stat : 1856 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 848 0 0 0 15 0 9 0 720285276 1322946560 296284 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1857] ppid=1846 vsize=1291940 CPUtime=0.03 cores=0,2,4,6
/proc/1848/task/1857/stat : 1857 (mono) S 1846 1848 933 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720285279 1322946560 296284 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488518577 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4886.7
Current children cumulated vsize (KiB) 1291940

[startup+4902.3 s]
/proc/loadavg: 2.09 2.08 2.03 3/571 2026
/proc/meminfo: memFree=15547396/32950928 swapFree=67056576/67111528
[pid=1848] ppid=1846 vsize=1300132 CPUtime=4946.89 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) R 1846 1848 933 0 -1 4202496 711846 0 21 0 494567 122 0 0 25 0 9 0 720285273 1331335168 298632 33554432000 4194304 7232020 140733248838720 18446744073709551615 1102273990 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 4
/proc/1848/statm: 325033 298632 1036 742 0 317604 0
[pid=1848/tid=1850] ppid=1846 vsize=1300132 CPUtime=8.25 cores=0,2,4,6
/proc/1848/task/1850/stat : 1850 (mono) S 1846 1848 933 0 -1 4202560 4 0 0 0 824 1 0 0 16 0 9 0 720285276 1331335168 298632 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1851] ppid=1846 vsize=1300132 CPUtime=8.57 cores=0,2,4,6
/proc/1848/task/1851/stat : 1851 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 857 0 0 0 16 0 9 0 720285276 1331335168 298632 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1852] ppid=1846 vsize=1300132 CPUtime=8.83 cores=0,2,4,6
/proc/1848/task/1852/stat : 1852 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 883 0 0 0 16 0 9 0 720285276 1331335168 298632 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1853] ppid=1846 vsize=1300132 CPUtime=8.41 cores=0,2,4,6
/proc/1848/task/1853/stat : 1853 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 840 1 0 0 15 0 9 0 720285276 1331335168 298632 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1854] ppid=1846 vsize=1300132 CPUtime=8.37 cores=0,2,4,6
/proc/1848/task/1854/stat : 1854 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 836 1 0 0 16 0 9 0 720285276 1331335168 298632 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1855] ppid=1846 vsize=1300132 CPUtime=8.24 cores=0,2,4,6
/proc/1848/task/1855/stat : 1855 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 823 1 0 0 16 0 9 0 720285276 1331335168 298632 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1856] ppid=1846 vsize=1300132 CPUtime=8.49 cores=0,2,4,6
/proc/1848/task/1856/stat : 1856 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 849 0 0 0 16 0 9 0 720285276 1331335168 298632 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1857] ppid=1846 vsize=1300132 CPUtime=0.03 cores=0,2,4,6
/proc/1848/task/1857/stat : 1857 (mono) S 1846 1848 933 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720285279 1331335168 298632 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488518577 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4946.89
Current children cumulated vsize (KiB) 1300132



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4955.1 s]
/proc/loadavg: 1.98 2.07 2.03 2/557 2045
/proc/meminfo: memFree=16079416/32950928 swapFree=67056576/67111528
[pid=1848] ppid=1846 vsize=1316516 CPUtime=5000.06 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) R 1846 1848 933 0 -1 4202496 715720 0 21 0 499884 122 0 0 25 0 9 0 720285273 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 1102274677 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 4
/proc/1848/statm: 329129 302506 1036 742 0 321700 0
[pid=1848/tid=1850] ppid=1846 vsize=1316516 CPUtime=8.38 cores=0,2,4,6
/proc/1848/task/1850/stat : 1850 (mono) S 1846 1848 933 0 -1 4202560 4 0 0 0 837 1 0 0 16 0 9 0 720285276 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1851] ppid=1846 vsize=1316516 CPUtime=8.58 cores=0,2,4,6
/proc/1848/task/1851/stat : 1851 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 858 0 0 0 15 0 9 0 720285276 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1852] ppid=1846 vsize=1316516 CPUtime=8.89 cores=0,2,4,6
/proc/1848/task/1852/stat : 1852 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 889 0 0 0 16 0 9 0 720285276 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1853] ppid=1846 vsize=1316516 CPUtime=8.43 cores=0,2,4,6
/proc/1848/task/1853/stat : 1853 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 842 1 0 0 15 0 9 0 720285276 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1854] ppid=1846 vsize=1316516 CPUtime=8.41 cores=0,2,4,6
/proc/1848/task/1854/stat : 1854 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 840 1 0 0 16 0 9 0 720285276 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1855] ppid=1846 vsize=1316516 CPUtime=8.35 cores=0,2,4,6
/proc/1848/task/1855/stat : 1855 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 834 1 0 0 16 0 9 0 720285276 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1856] ppid=1846 vsize=1316516 CPUtime=8.6 cores=0,2,4,6
/proc/1848/task/1856/stat : 1856 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 860 0 0 0 16 0 9 0 720285276 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1857] ppid=1846 vsize=1316516 CPUtime=0.03 cores=0,2,4,6
/proc/1848/task/1857/stat : 1857 (mono) S 1846 1848 933 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720285279 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488518577 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 1316516

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

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

[startup+4955.1 s]
/proc/loadavg: 1.98 2.07 2.03 2/557 2045
/proc/meminfo: memFree=16079416/32950928 swapFree=67056576/67111528
[pid=1848] ppid=1846 vsize=1316516 CPUtime=5000.06 cores=0,2,4,6
/proc/1848/stat : 1848 (mono) R 1846 1848 933 0 -1 4202496 715720 0 21 0 499884 122 0 0 25 0 9 0 720285273 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 1102274677 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 4
/proc/1848/statm: 329129 302506 1036 742 0 321700 0
[pid=1848/tid=1850] ppid=1846 vsize=1316516 CPUtime=8.38 cores=0,2,4,6
/proc/1848/task/1850/stat : 1850 (mono) S 1846 1848 933 0 -1 4202560 4 0 0 0 837 1 0 0 16 0 9 0 720285276 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1851] ppid=1846 vsize=1316516 CPUtime=8.58 cores=0,2,4,6
/proc/1848/task/1851/stat : 1851 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 858 0 0 0 15 0 9 0 720285276 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 2 0 0 0
[pid=1848/tid=1852] ppid=1846 vsize=1316516 CPUtime=8.89 cores=0,2,4,6
/proc/1848/task/1852/stat : 1852 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 889 0 0 0 16 0 9 0 720285276 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1853] ppid=1846 vsize=1316516 CPUtime=8.43 cores=0,2,4,6
/proc/1848/task/1853/stat : 1853 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 842 1 0 0 15 0 9 0 720285276 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 0 0 0 0
[pid=1848/tid=1854] ppid=1846 vsize=1316516 CPUtime=8.41 cores=0,2,4,6
/proc/1848/task/1854/stat : 1854 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 840 1 0 0 16 0 9 0 720285276 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1855] ppid=1846 vsize=1316516 CPUtime=8.35 cores=0,2,4,6
/proc/1848/task/1855/stat : 1855 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 834 1 0 0 16 0 9 0 720285276 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
[pid=1848/tid=1856] ppid=1846 vsize=1316516 CPUtime=8.6 cores=0,2,4,6
/proc/1848/task/1856/stat : 1856 (mono) S 1846 1848 933 0 -1 4202560 2 0 0 0 860 0 0 0 16 0 9 0 720285276 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488510873 0 0 4096 545260780 18446604452735843200 0 0 -1 6 0 0 0
[pid=1848/tid=1857] ppid=1846 vsize=1316516 CPUtime=0.03 cores=0,2,4,6
/proc/1848/task/1857/stat : 1857 (mono) S 1846 1848 933 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 720285279 1348112384 302506 33554432000 4194304 7232020 140733248838720 18446744073709551615 239488518577 0 0 4096 545260780 18446604452735843200 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 1316516

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4955.18
CPU time (s): 5000.14
CPU user time (s): 4998.86
CPU system time (s): 1.27581
CPU usage (%): 100.907
Max. virtual memory (cumulated for all children) (KiB): 1316516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.86
system time used= 1.27581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 715720
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= 73253
involuntary context switches= 30170

runsolver used 28.8556 second user time and 61.2987 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-22 19:54:42
IDJOB=3394735
IDBENCH=83988
IDSOLVER=1880
FILE ID=node148/3394735-1306086882
RUNJOBID= node148-1306086882-1834
PBS_JOBID= 13387855
Free space on /tmp= 73160 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_60_20_50_3-dir.shuffled-as.sat03-114.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394735-1306086882/watcher-3394735-1306086882 -o /tmp/evaluation-result-3394735-1306086882/solver-3394735-1306086882 -C 5000 -W 5100 -M 15500  mono Main.exe HOME/instance-3394735-1306086882.cnf

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

MD5SUM BENCH= 9ffa0325c9e00b41c025f41d20ec5a0c
RANDOM SEED=49682674

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      17294828 kB
Buffers:        375800 kB
Cached:        8072084 kB
SwapCached:       8484 kB
Active:        9661136 kB
Inactive:      5618468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17294828 kB
SwapTotal:    67111528 kB
SwapFree:     67056572 kB
Dirty:             408 kB
Writeback:           0 kB
AnonPages:     6829320 kB
Mapped:          43412 kB
Slab:           248656 kB
PageTables:      57648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 170365044 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= 73160 MiB
End job on node148 at 2011-05-22 21:17:19