Trace number 362865

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, and are wall clock time (not CPU 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 NameAnswerObjective functionCPU timeWall clock time
SAT4JPseudoResolution 2007-03-23? (TO) 1800.26 1790.08

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-vtp.base.opb
MD5SUMa7e24e57a312eb47e85004eff6279cc1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark78.792
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables4524
Total number of constraints257
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints257
Minimum length of a constraint11
Maximum length of a constraint1080
Number of terms in the objective function 181
Biggest coefficient in the objective function 74899
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 524431
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525060
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.07/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.15	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.15	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.16	c no version file found!!!
0.07/0.16	c sun.arch.data.model	32
0.07/0.16	c java.version	1.6.0
0.07/0.16	c os.name	Linux
0.07/0.16	c os.version	2.6.9-22.EL.rootsmp
0.07/0.16	c os.arch	i386
0.07/0.16	c Free memory 1651659224
0.07/0.16	c Max memory 1654456320
0.07/0.16	c Total memory 1654456320
0.07/0.16	c Number of processors 2
0.19/0.21	--- Begin Solver configuration ---
0.19/0.21	c Stops conflict analysis at the first Unique Implication Point
0.19/0.21	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.19/0.21	c Learn all clauses as in MiniSAT
0.19/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.21	c VSIDS like heuristics from MiniSAT using a heap
0.19/0.21	c No reason simplification
0.19/0.21	c --- End Solver configuration ---
0.19/0.21	c solving /tmp/evaluation/362865-1177019193/instance-362865-1177019193.opb
0.19/0.21	c reading problem ... 
1.81/1.18	c ... done. Wall clock time 0.972s.
1.81/1.18	c CPU time (experimental) 0.7s.
1.81/1.18	c #vars     4524
1.81/1.18	c #constraints  301
1800.08/1789.91	c starts		: 23
1800.08/1789.91	c conflicts		: 1936182
1800.08/1789.91	c decisions		: 2087781
1800.08/1789.91	c propagations		: 29371769
1800.08/1789.91	c inspects		: 3290597439
1800.08/1789.91	c learnt literals	: 3
1800.08/1789.91	c learnt binary clauses	: 7
1800.08/1789.91	c learnt ternary clauses	: 9
1800.08/1789.91	c learnt clauses	: 1936179
1800.08/1789.91	c root simplifications	: 0
1800.08/1789.91	c removed literals (reason simplification)	: 0
1800.08/1789.91	c reason swapping (by a shorter reason)	: 0
1800.08/1789.91	c Calls to reduceDB	: 0
1800.08/1789.91	c speed (decisions/second)	: 1167.1979614381746
1800.08/1789.91	c non guided choices	13328
1800.08/1789.91	s UNKNOWN
1800.08/1789.91	c Total wall clock time (ms): 1789.701

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node65/watcher-362865-1177019193 -o ROOT/results/node65/solver-362865-1177019193 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362865-1177019193/sat4jPseudoResolution.jar /tmp/evaluation/362865-1177019193/instance-362865-1177019193.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12022
/proc/meminfo: memFree=1552944/2055920 swapFree=4184012/4192956
[pid=12022] ppid=12020 vsize=152 CPUtime=0
/proc/12022/stat : 12022 (java) D 12020 12022 11236 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 177908908 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 5686052 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/12022/statm: 38 26 19 9 0 4 0

[startup+0.101636 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12022
/proc/meminfo: memFree=1552944/2055920 swapFree=4184012/4192956
[pid=12022] ppid=12020 vsize=1777844 CPUtime=0.07
/proc/12022/stat : 12022 (java) S 12020 12022 11236 0 -1 0 3859 0 1 0 5 2 0 0 18 0 7 0 177908908 1820512256 3602 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/12022/statm: 444461 3602 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.201646 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12022
/proc/meminfo: memFree=1552944/2055920 swapFree=4184012/4192956
[pid=12022] ppid=12020 vsize=1781412 CPUtime=0.19
/proc/12022/stat : 12022 (java) S 12020 12022 11236 0 -1 0 4808 0 1 0 16 3 0 0 18 0 12 0 177908908 1824165888 4547 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12022/statm: 445353 4547 1244 9 0 442965 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1781412

[startup+0.301651 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12022
/proc/meminfo: memFree=1552944/2055920 swapFree=4184012/4192956
[pid=12022] ppid=12020 vsize=1781412 CPUtime=0.3
/proc/12022/stat : 12022 (java) S 12020 12022 11236 0 -1 0 5135 0 1 0 27 3 0 0 18 0 12 0 177908908 1824165888 4874 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12022/statm: 445353 4875 1264 9 0 442965 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1781412

[startup+0.701687 s]
/proc/loadavg: 1.00 1.00 1.00 2/64 12022
/proc/meminfo: memFree=1552944/2055920 swapFree=4184012/4192956
[pid=12022] ppid=12020 vsize=1787260 CPUtime=1.01
/proc/12022/stat : 12022 (java) S 12020 12022 11236 0 -1 0 8198 0 1 0 97 4 0 0 18 0 12 0 177908908 1830154240 7452 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12022/statm: 446815 7452 1302 9 0 444427 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1787260

[startup+1.50275 s]
/proc/loadavg: 1.00 1.00 1.00 3/76 12034
/proc/meminfo: memFree=1515856/2055920 swapFree=4184012/4192956
[pid=12022] ppid=12020 vsize=1792976 CPUtime=2.54
/proc/12022/stat : 12022 (java) S 12020 12022 11236 0 -1 0 16597 0 1 0 247 7 0 0 18 0 13 0 177908908 1836007424 12395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12022/statm: 448244 12395 1321 9 0 445856 0
[pid=12022/tid=12024] ppid=12020 vsize=1792976 CPUtime=0.89
/proc/12022/task/12024/stat : 12024 (java) R 12020 12022 11236 0 -1 64 8717 0 1 0 85 4 0 0 19 0 13 0 177908911 1836007424 12395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12025] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12025/stat : 12025 (java) S 12020 12022 11236 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 177908912 1836007424 12395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12026] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12026/stat : 12026 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 177908912 1836007424 12395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12027] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12027/stat : 12027 (java) S 12020 12022 11236 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 177908914 1836007424 12395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12028] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12028/stat : 12028 (java) S 12020 12022 11236 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 177908915 1836007424 12395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12029] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12029/stat : 12029 (java) S 12020 12022 11236 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 177908915 1836007424 12395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12030] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12030/stat : 12030 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177908919 1836007424 12395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12031] ppid=12020 vsize=1792976 CPUtime=0.73
/proc/12022/task/12031/stat : 12031 (java) R 12020 12022 11236 0 -1 64 1989 0 0 0 73 0 0 0 16 0 13 0 177908919 1836007424 12395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103319398 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12032] ppid=12020 vsize=1792976 CPUtime=0.89
/proc/12022/task/12032/stat : 12032 (java) R 12020 12022 11236 0 -1 64 5165 0 0 0 88 1 0 0 18 0 13 0 177908919 1836007424 12395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104761522 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12033] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12033/stat : 12033 (java) S 12020 12022 11236 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177908919 1836007424 12395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12034] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12034/stat : 12034 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177908919 1836007424 12395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 1792976

[startup+3.10288 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12035
/proc/meminfo: memFree=1482824/2055920 swapFree=4184012/4192956
[pid=12022] ppid=12020 vsize=1792976 CPUtime=4.26
/proc/12022/stat : 12022 (java) S 12020 12022 11236 0 -1 0 31824 0 1 0 412 14 0 0 18 0 13 0 177908908 1836007424 27376 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12022/statm: 448244 27376 1321 9 0 445856 0
[pid=12022/tid=12024] ppid=12020 vsize=1792976 CPUtime=2.45
/proc/12022/task/12024/stat : 12024 (java) R 12020 12022 11236 0 -1 64 23689 0 1 0 233 12 0 0 25 0 13 0 177908911 1836007424 27377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109529292 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12025] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12025/stat : 12025 (java) S 12020 12022 11236 0 -1 64 3 0 0 0 0 0 0 0 20 0 13 0 177908912 1836007424 27377 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12026] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12026/stat : 12026 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 177908912 1836007424 27378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12027] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12027/stat : 12027 (java) S 12020 12022 11236 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 177908914 1836007424 27378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12028] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12028/stat : 12028 (java) S 12020 12022 11236 0 -1 64 10 0 0 0 0 0 0 0 23 0 13 0 177908915 1836007424 27378 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12029] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12029/stat : 12029 (java) S 12020 12022 11236 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 177908915 1836007424 27379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12030] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12030/stat : 12030 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177908919 1836007424 27379 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12031] ppid=12020 vsize=1792976 CPUtime=0.81
/proc/12022/task/12031/stat : 12031 (java) S 12020 12022 11236 0 -1 64 1994 0 0 0 81 0 0 0 16 0 13 0 177908919 1836007424 27380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12032] ppid=12020 vsize=1792976 CPUtime=0.97
/proc/12022/task/12032/stat : 12032 (java) S 12020 12022 11236 0 -1 64 5416 0 0 0 96 1 0 0 15 0 13 0 177908919 1836007424 27380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12033] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12033/stat : 12033 (java) S 12020 12022 11236 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177908919 1836007424 27380 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12034] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12034/stat : 12034 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177908919 1836007424 27381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12035] ppid=12020 vsize=1792976 CPUtime=0
/proc/12022/task/12035/stat : 12035 (java) S 12020 12022 11236 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 177909035 1836007424 27381 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 1792976

[startup+6.30114 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12035
/proc/meminfo: memFree=1386896/2055920 swapFree=4184012/4192956
[pid=12022] ppid=12020 vsize=1792912 CPUtime=7.6
/proc/12022/stat : 12022 (java) S 12020 12022 11236 0 -1 0 47473 0 1 0 738 22 0 0 18 0 13 0 177908908 1835941888 42554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12022/statm: 448228 42554 1332 9 0 445840 0
[pid=12022/tid=12024] ppid=12020 vsize=1792912 CPUtime=5.6
/proc/12022/task/12024/stat : 12024 (java) R 12020 12022 11236 0 -1 64 37708 0 1 0 542 18 0 0 25 0 13 0 177908911 1835941888 42554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109679380 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12025] ppid=12020 vsize=1792912 CPUtime=0.01
/proc/12022/task/12025/stat : 12025 (java) S 12020 12022 11236 0 -1 64 716 0 0 0 1 0 0 0 16 0 13 0 177908912 1835941888 42554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12026] ppid=12020 vsize=1792912 CPUtime=0.01
/proc/12022/task/12026/stat : 12026 (java) S 12020 12022 11236 0 -1 64 499 0 0 0 1 0 0 0 16 0 13 0 177908912 1835941888 42554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12027] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12027/stat : 12027 (java) S 12020 12022 11236 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 177908914 1835941888 42554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12028] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12028/stat : 12028 (java) S 12020 12022 11236 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177908915 1835941888 42554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12029] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12029/stat : 12029 (java) S 12020 12022 11236 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177908915 1835941888 42554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12030] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12030/stat : 12030 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177908919 1835941888 42554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12031] ppid=12020 vsize=1792912 CPUtime=0.88
/proc/12022/task/12031/stat : 12031 (java) S 12020 12022 11236 0 -1 64 2239 0 0 0 88 0 0 0 15 0 13 0 177908919 1835941888 42554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12032] ppid=12020 vsize=1792912 CPUtime=1.05
/proc/12022/task/12032/stat : 12032 (java) S 12020 12022 11236 0 -1 64 5582 0 0 0 104 1 0 0 15 0 13 0 177908919 1835941888 42554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12033] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12033/stat : 12033 (java) S 12020 12022 11236 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177908919 1835941888 42554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12034] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12034/stat : 12034 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177908919 1835941888 42554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12035] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12035/stat : 12035 (java) S 12020 12022 11236 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 177909035 1835941888 42554 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 1792912

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12035
/proc/meminfo: memFree=1375760/2055920 swapFree=4184012/4192956
[pid=12022] ppid=12020 vsize=1792912 CPUtime=14.06
/proc/12022/stat : 12022 (java) S 12020 12022 11236 0 -1 0 50282 0 1 0 1383 23 0 0 18 0 13 0 177908908 1835941888 45336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12022/statm: 448228 45336 1332 9 0 445840 0
[pid=12022/tid=12024] ppid=12020 vsize=1792912 CPUtime=11.95
/proc/12022/task/12024/stat : 12024 (java) R 12020 12022 11236 0 -1 64 37710 0 1 0 1177 18 0 0 25 0 13 0 177908911 1835941888 45336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109832912 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12025] ppid=12020 vsize=1792912 CPUtime=0.06
/proc/12022/task/12025/stat : 12025 (java) S 12020 12022 11236 0 -1 64 2058 0 0 0 6 0 0 0 16 0 13 0 177908912 1835941888 45336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12026] ppid=12020 vsize=1792912 CPUtime=0.06
/proc/12022/task/12026/stat : 12026 (java) S 12020 12022 11236 0 -1 64 1959 0 0 0 6 0 0 0 16 0 13 0 177908912 1835941888 45336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12027] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12027/stat : 12027 (java) S 12020 12022 11236 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 177908914 1835941888 45336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12028] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12028/stat : 12028 (java) S 12020 12022 11236 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177908915 1835941888 45336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12029] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12029/stat : 12029 (java) S 12020 12022 11236 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177908915 1835941888 45336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12030] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12030/stat : 12030 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177908919 1835941888 45336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12031] ppid=12020 vsize=1792912 CPUtime=0.88
/proc/12022/task/12031/stat : 12031 (java) S 12020 12022 11236 0 -1 64 2239 0 0 0 88 0 0 0 16 0 13 0 177908919 1835941888 45336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12032] ppid=12020 vsize=1792912 CPUtime=1.05
/proc/12022/task/12032/stat : 12032 (java) S 12020 12022 11236 0 -1 64 5582 0 0 0 104 1 0 0 16 0 13 0 177908919 1835941888 45336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12033] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12033/stat : 12033 (java) S 12020 12022 11236 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177908919 1835941888 45336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12034] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12034/stat : 12034 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177908919 1835941888 45336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12035] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12035/stat : 12035 (java) S 12020 12022 11236 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 177909035 1835941888 45336 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.06
Current children cumulated vsize (KiB) 1792912

[startup+25.5027 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12035
/proc/meminfo: memFree=1370384/2055920 swapFree=4184012/4192956
[pid=12022] ppid=12020 vsize=1792912 CPUtime=26.94
/proc/12022/stat : 12022 (java) S 12020 12022 11236 0 -1 0 52759 0 1 0 2670 24 0 0 18 0 13 0 177908908 1835941888 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12022/statm: 448228 46660 1332 9 0 445840 0
[pid=12022/tid=12024] ppid=12020 vsize=1792912 CPUtime=24.66
/proc/12022/task/12024/stat : 12024 (java) R 12020 12022 11236 0 -1 64 37712 0 1 0 2448 18 0 0 25 0 13 0 177908911 1835941888 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109673906 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12025] ppid=12020 vsize=1792912 CPUtime=0.14
/proc/12022/task/12025/stat : 12025 (java) S 12020 12022 11236 0 -1 64 3363 0 0 0 13 1 0 0 16 0 13 0 177908912 1835941888 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12026] ppid=12020 vsize=1792912 CPUtime=0.14
/proc/12022/task/12026/stat : 12026 (java) S 12020 12022 11236 0 -1 64 3123 0 0 0 13 1 0 0 16 0 13 0 177908912 1835941888 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12027] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12027/stat : 12027 (java) S 12020 12022 11236 0 -1 64 18 0 0 0 0 0 0 0 16 0 13 0 177908914 1835941888 46660 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0

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

[pid=12022/tid=12027] ppid=12020 vsize=1792912 CPUtime=0.09
/proc/12022/task/12027/stat : 12027 (java) S 12020 12022 11236 0 -1 64 166 0 0 0 3 6 0 0 16 0 13 0 177908914 1835941888 228228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12028] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12028/stat : 12028 (java) S 12020 12022 11236 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177908915 1835941888 228228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12029] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12029/stat : 12029 (java) S 12020 12022 11236 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177908915 1835941888 228228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12030] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12030/stat : 12030 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177908919 1835941888 228228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12031] ppid=12020 vsize=1792912 CPUtime=0.89
/proc/12022/task/12031/stat : 12031 (java) S 12020 12022 11236 0 -1 64 2240 0 0 0 89 0 0 0 16 0 13 0 177908919 1835941888 228228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12032] ppid=12020 vsize=1792912 CPUtime=1.06
/proc/12022/task/12032/stat : 12032 (java) S 12020 12022 11236 0 -1 64 5582 0 0 0 105 1 0 0 16 0 13 0 177908919 1835941888 228228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12033] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12033/stat : 12033 (java) S 12020 12022 11236 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177908919 1835941888 228228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12034] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12034/stat : 12034 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177908919 1835941888 228228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12035] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12035/stat : 12035 (java) S 12020 12022 11236 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 177909035 1835941888 228228 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1611.98
Current children cumulated vsize (KiB) 1792912

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 12233
/proc/meminfo: memFree=635024/2055920 swapFree=4184012/4192956
[pid=12022] ppid=12020 vsize=1792912 CPUtime=1672.06
/proc/12022/stat : 12022 (java) S 12020 12022 11236 0 -1 0 341150 0 1 0 167047 159 0 0 18 0 13 0 177908908 1835941888 230034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12022/statm: 448228 230034 1332 9 0 445840 0
[pid=12022/tid=12024] ppid=12020 vsize=1792912 CPUtime=1651.66
/proc/12022/task/12024/stat : 12024 (java) R 12020 12022 11236 0 -1 64 62913 0 1 0 165136 30 0 0 25 0 13 0 177908911 1835941888 230034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109828614 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12025] ppid=12020 vsize=1792912 CPUtime=9.15
/proc/12022/task/12025/stat : 12025 (java) S 12020 12022 11236 0 -1 64 130179 0 0 0 859 56 0 0 17 0 13 0 177908912 1835941888 230034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12026] ppid=12020 vsize=1792912 CPUtime=9.15
/proc/12022/task/12026/stat : 12026 (java) S 12020 12022 11236 0 -1 64 139348 0 0 0 853 62 0 0 17 0 13 0 177908912 1835941888 230034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12027] ppid=12020 vsize=1792912 CPUtime=0.09
/proc/12022/task/12027/stat : 12027 (java) S 12020 12022 11236 0 -1 64 166 0 0 0 3 6 0 0 16 0 13 0 177908914 1835941888 230034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12028] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12028/stat : 12028 (java) S 12020 12022 11236 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177908915 1835941888 230034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12029] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12029/stat : 12029 (java) S 12020 12022 11236 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177908915 1835941888 230034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12030] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12030/stat : 12030 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177908919 1835941888 230034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12031] ppid=12020 vsize=1792912 CPUtime=0.89
/proc/12022/task/12031/stat : 12031 (java) S 12020 12022 11236 0 -1 64 2240 0 0 0 89 0 0 0 16 0 13 0 177908919 1835941888 230034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12032] ppid=12020 vsize=1792912 CPUtime=1.06
/proc/12022/task/12032/stat : 12032 (java) S 12020 12022 11236 0 -1 64 5582 0 0 0 105 1 0 0 16 0 13 0 177908919 1835941888 230034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12033] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12033/stat : 12033 (java) S 12020 12022 11236 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177908919 1835941888 230034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12034] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12034/stat : 12034 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177908919 1835941888 230034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12035] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12035/stat : 12035 (java) S 12020 12022 11236 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 177909035 1835941888 230034 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1672.06
Current children cumulated vsize (KiB) 1792912

[startup+1722.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/77 12233
/proc/meminfo: memFree=627472/2055920 swapFree=4184012/4192956
[pid=12022] ppid=12020 vsize=1792912 CPUtime=1732.21
/proc/12022/stat : 12022 (java) S 12020 12022 11236 0 -1 0 343720 0 1 0 173061 160 0 0 18 0 13 0 177908908 1835941888 231928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12022/statm: 448228 231928 1332 9 0 445840 0
[pid=12022/tid=12024] ppid=12020 vsize=1792912 CPUtime=1711.46
/proc/12022/task/12024/stat : 12024 (java) R 12020 12022 11236 0 -1 64 62915 0 1 0 171116 30 0 0 25 0 13 0 177908911 1835941888 231928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109828964 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12025] ppid=12020 vsize=1792912 CPUtime=9.32
/proc/12022/task/12025/stat : 12025 (java) S 12020 12022 11236 0 -1 64 131721 0 0 0 875 57 0 0 16 0 13 0 177908912 1835941888 231928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12026] ppid=12020 vsize=1792912 CPUtime=9.32
/proc/12022/task/12026/stat : 12026 (java) S 12020 12022 11236 0 -1 64 140374 0 0 0 870 62 0 0 17 0 13 0 177908912 1835941888 231928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12027] ppid=12020 vsize=1792912 CPUtime=0.09
/proc/12022/task/12027/stat : 12027 (java) S 12020 12022 11236 0 -1 64 166 0 0 0 3 6 0 0 16 0 13 0 177908914 1835941888 231928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12028] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12028/stat : 12028 (java) S 12020 12022 11236 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177908915 1835941888 231928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12029] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12029/stat : 12029 (java) S 12020 12022 11236 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177908915 1835941888 231928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12030] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12030/stat : 12030 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177908919 1835941888 231928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12031] ppid=12020 vsize=1792912 CPUtime=0.89
/proc/12022/task/12031/stat : 12031 (java) S 12020 12022 11236 0 -1 64 2240 0 0 0 89 0 0 0 16 0 13 0 177908919 1835941888 231928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12032] ppid=12020 vsize=1792912 CPUtime=1.06
/proc/12022/task/12032/stat : 12032 (java) S 12020 12022 11236 0 -1 64 5582 0 0 0 105 1 0 0 16 0 13 0 177908919 1835941888 231928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12033] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12033/stat : 12033 (java) S 12020 12022 11236 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177908919 1835941888 231928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12034] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12034/stat : 12034 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177908919 1835941888 231928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12035] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12035/stat : 12035 (java) S 12020 12022 11236 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 177909035 1835941888 231928 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1732.21
Current children cumulated vsize (KiB) 1792912

[startup+1782.3 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 12233
/proc/meminfo: memFree=618384/2055920 swapFree=4184012/4192956
[pid=12022] ppid=12020 vsize=1792912 CPUtime=1792.39
/proc/12022/stat : 12022 (java) S 12020 12022 11236 0 -1 0 347150 0 1 0 179077 162 0 0 18 0 13 0 177908908 1835941888 234195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12022/statm: 448228 234195 1332 9 0 445840 0
[pid=12022/tid=12024] ppid=12020 vsize=1792912 CPUtime=1771.24
/proc/12022/task/12024/stat : 12024 (java) R 12020 12022 11236 0 -1 64 62917 0 1 0 177094 30 0 0 25 0 13 0 177908911 1835941888 234195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109860539 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12025] ppid=12020 vsize=1792912 CPUtime=9.5
/proc/12022/task/12025/stat : 12025 (java) S 12020 12022 11236 0 -1 64 133321 0 0 0 893 57 0 0 16 0 13 0 177908912 1835941888 234195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12026] ppid=12020 vsize=1792912 CPUtime=9.52
/proc/12022/task/12026/stat : 12026 (java) S 12020 12022 11236 0 -1 64 142202 0 0 0 889 63 0 0 15 0 13 0 177908912 1835941888 234195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12027] ppid=12020 vsize=1792912 CPUtime=0.1
/proc/12022/task/12027/stat : 12027 (java) S 12020 12022 11236 0 -1 64 166 0 0 0 3 7 0 0 16 0 13 0 177908914 1835941888 234195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12028] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12028/stat : 12028 (java) S 12020 12022 11236 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177908915 1835941888 234195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12029] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12029/stat : 12029 (java) S 12020 12022 11236 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177908915 1835941888 234195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12030] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12030/stat : 12030 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177908919 1835941888 234195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12031] ppid=12020 vsize=1792912 CPUtime=0.89
/proc/12022/task/12031/stat : 12031 (java) S 12020 12022 11236 0 -1 64 2240 0 0 0 89 0 0 0 16 0 13 0 177908919 1835941888 234195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12032] ppid=12020 vsize=1792912 CPUtime=1.06
/proc/12022/task/12032/stat : 12032 (java) S 12020 12022 11236 0 -1 64 5582 0 0 0 105 1 0 0 16 0 13 0 177908919 1835941888 234195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12033] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12033/stat : 12033 (java) S 12020 12022 11236 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177908919 1835941888 234195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12034] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12034/stat : 12034 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177908919 1835941888 234195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12035] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12035/stat : 12035 (java) S 12020 12022 11236 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 177909035 1835941888 234195 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1792.39
Current children cumulated vsize (KiB) 1792912



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1789.9 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 12233
/proc/meminfo: memFree=612304/2055920 swapFree=4184012/4192956
[pid=12022] ppid=12020 vsize=1792912 CPUtime=1800.08
/proc/12022/stat : 12022 (java) S 12020 12022 11236 0 -1 0 348946 0 1 0 179845 163 0 0 18 0 13 0 177908908 1835941888 235701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12022/statm: 448228 235701 1332 9 0 445840 0
[pid=12022/tid=12024] ppid=12020 vsize=1792912 CPUtime=1778.75
/proc/12022/task/12024/stat : 12024 (java) R 12020 12022 11236 0 -1 64 62918 0 1 0 177845 30 0 0 25 0 13 0 177908911 1835941888 235701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109828887 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12025] ppid=12020 vsize=1792912 CPUtime=9.61
/proc/12022/task/12025/stat : 12025 (java) S 12020 12022 11236 0 -1 64 135116 0 0 0 902 59 0 0 17 0 13 0 177908912 1835941888 235701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12026] ppid=12020 vsize=1792912 CPUtime=9.61
/proc/12022/task/12026/stat : 12026 (java) S 12020 12022 11236 0 -1 64 142202 0 0 0 898 63 0 0 16 0 13 0 177908912 1835941888 235701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12027] ppid=12020 vsize=1792912 CPUtime=0.1
/proc/12022/task/12027/stat : 12027 (java) S 12020 12022 11236 0 -1 64 166 0 0 0 3 7 0 0 16 0 13 0 177908914 1835941888 235701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12028] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12028/stat : 12028 (java) S 12020 12022 11236 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 177908915 1835941888 235701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12029] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12029/stat : 12029 (java) S 12020 12022 11236 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 177908915 1835941888 235701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12030] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12030/stat : 12030 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 177908919 1835941888 235701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12031] ppid=12020 vsize=1792912 CPUtime=0.89
/proc/12022/task/12031/stat : 12031 (java) S 12020 12022 11236 0 -1 64 2240 0 0 0 89 0 0 0 16 0 13 0 177908919 1835941888 235701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12032] ppid=12020 vsize=1792912 CPUtime=1.06
/proc/12022/task/12032/stat : 12032 (java) S 12020 12022 11236 0 -1 64 5582 0 0 0 105 1 0 0 16 0 13 0 177908919 1835941888 235701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12033] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12033/stat : 12033 (java) S 12020 12022 11236 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 177908919 1835941888 235701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=12022/tid=12034] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12034/stat : 12034 (java) S 12020 12022 11236 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 177908919 1835941888 235701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=12022/tid=12035] ppid=12020 vsize=1792912 CPUtime=0
/proc/12022/task/12035/stat : 12035 (java) S 12020 12022 11236 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 177909035 1835941888 235701 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1792912

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

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

[startup+1790.01 s]
/proc/loadavg: 1.01 1.01 1.00 2/77 12233
/proc/meminfo: memFree=612304/2055920 swapFree=4184012/4192956
[pid=12022] ppid=12020 vsize=0 CPUtime=1800.19
/proc/12022/stat : 12022 (java) Z 12020 12022 11236 0 -1 1036 348966 0 1 0 179848 171 0 0 16 0 2 0 177908908 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/12022/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1790.08
CPU time (s): 1800.26
CPU user time (s): 1798.49
CPU system time (s): 1.77373
CPU usage (%): 100.569
Max. virtual memory (cumulated for all children) (KiB): 1794812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.49
system time used= 1.77373
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 348966
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38722
involuntary context switches= 32698

runsolver used 2.01669 second user time and 4.54931 second system time

The end

Launcher Data (download as text)

Begin job on node65 on Thu Apr 19 21:46:33 UTC 2007

IDJOB= 362865
IDBENCH= 1678
IDSOLVER= 159
FILE ID= node65/362865-1177019193

PBS_JOBID= 4630547

Free space on /tmp= 66398 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-vtp.base.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362865-1177019193/sat4jPseudoResolution.jar /tmp/evaluation/362865-1177019193/instance-362865-1177019193.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node65/watcher-362865-1177019193 -o ROOT/results/node65/solver-362865-1177019193 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/362865-1177019193/sat4jPseudoResolution.jar /tmp/evaluation/362865-1177019193/instance-362865-1177019193.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  a7e24e57a312eb47e85004eff6279cc1

RANDOM SEED= 680438022

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node65.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.245
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.245
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1553352 kB
Buffers:         31364 kB
Cached:         421252 kB
SwapCached:       2712 kB
Active:         209848 kB
Inactive:       252196 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1553352 kB
SwapTotal:     4192956 kB
SwapFree:      4184012 kB
Dirty:            3840 kB
Writeback:           0 kB
Mapped:          15408 kB
Slab:            26512 kB
Committed_AS:  2305884 kB
PageTables:       1456 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66398 MiB

End job on node65 on Thu Apr 19 22:16:25 UTC 2007