Trace number 348159

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.22 1781.8

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-reduced-mps-v2-20-10-B1C1S1.opb
MD5SUMcc797868c6f9cb3811b8dc2300ad7f9f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables107808
Total number of constraints3904
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 constraints3904
Minimum length of a constraint31
Maximum length of a constraint1440
Number of terms in the objective function 38688
Biggest coefficient in the objective function 612
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 556800
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 556800
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.06/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.06/0.16	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.06/0.16	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.06/0.17	c no version file found!!!
0.06/0.17	c sun.arch.data.model	32
0.06/0.17	c java.version	1.6.0
0.06/0.17	c os.name	Linux
0.06/0.17	c os.version	2.6.9-22.EL.rootsmp
0.06/0.17	c os.arch	i386
0.06/0.17	c Free memory 1651659224
0.06/0.17	c Max memory 1654456320
0.06/0.17	c Total memory 1654456320
0.06/0.17	c Number of processors 2
0.17/0.23	--- Begin Solver configuration ---
0.17/0.23	c Stops conflict analysis at the first Unique Implication Point
0.17/0.23	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.17/0.23	c Learn all clauses as in MiniSAT
0.17/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.17/0.23	c VSIDS like heuristics from MiniSAT using a heap
0.17/0.23	c No reason simplification
0.17/0.23	c --- End Solver configuration ---
0.17/0.23	c solving /tmp/evaluation/348159-1176570401/instance-348159-1176570401.opb
0.17/0.23	c reading problem ... 
5.46/3.76	c ... done. Wall clock time 3.532s.
5.46/3.76	c CPU time (experimental) 2.73s.
5.46/3.76	c #vars     107808
5.46/3.76	c #constraints  5184
1800.01/1781.61	c starts		: 23
1800.01/1781.61	c conflicts		: 1903467
1800.01/1781.61	c decisions		: 5036062
1800.01/1781.61	c propagations		: 109982378
1800.01/1781.61	c inspects		: 2278769902
1800.01/1781.61	c learnt literals	: 7
1800.01/1781.61	c learnt binary clauses	: 69
1800.01/1781.61	c learnt ternary clauses	: 55
1800.01/1781.61	c learnt clauses	: 1903461
1800.01/1781.61	c root simplifications	: 0
1800.01/1781.61	c removed literals (reason simplification)	: 0
1800.01/1781.61	c reason swapping (by a shorter reason)	: 0
1800.01/1781.61	c Calls to reduceDB	: 0
1800.01/1781.61	c speed (decisions/second)	: 2833.2164092743374
1800.01/1781.61	c non guided choices	137
1800.01/1781.61	s UNKNOWN
1800.01/1781.61	c Total wall clock time (ms): 1781.385

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/node3/watcher-348159-1176570401 -o ROOT/results/node3/solver-348159-1176570401 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348159-1176570401/sat4jPseudoResolution.jar /tmp/evaluation/348159-1176570401/instance-348159-1176570401.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.11 1.00 1.00 2/77 28224
/proc/meminfo: memFree=1775264/2055920 swapFree=4153856/4192956
[pid=28224] ppid=28222 vsize=152 CPUtime=0
/proc/28224/stat : 28224 (java) R 28222 28224 27468 0 -1 0 42 0 0 0 0 0 0 0 18 0 1 0 133077858 155648 26 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 10924836 0 0 4096 0 0 0 0 17 1 0 0
/proc/28224/statm: 38 26 19 9 0 4 0

[startup+0.026602 s]
/proc/loadavg: 1.11 1.00 1.00 2/77 28224
/proc/meminfo: memFree=1775264/2055920 swapFree=4153856/4192956
[pid=28224] ppid=28222 vsize=1772952 CPUtime=0.01
/proc/28224/stat : 28224 (java) S 28222 28224 27468 0 -1 0 2086 0 1 0 0 1 0 0 18 0 2 0 133077858 1815502848 1835 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 443238 1846 381 9 0 441252 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1772952

[startup+0.102603 s]
/proc/loadavg: 1.11 1.00 1.00 2/77 28224
/proc/meminfo: memFree=1775264/2055920 swapFree=4153856/4192956
[pid=28224] ppid=28222 vsize=1777844 CPUtime=0.06
/proc/28224/stat : 28224 (java) S 28222 28224 27468 0 -1 0 3789 0 1 0 4 2 0 0 18 0 7 0 133077858 1820512256 3531 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 444461 3531 1086 9 0 442097 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1777844

[startup+0.30264 s]
/proc/loadavg: 1.11 1.00 1.00 2/77 28224
/proc/meminfo: memFree=1775264/2055920 swapFree=4153856/4192956
[pid=28224] ppid=28222 vsize=1782012 CPUtime=0.28
/proc/28224/stat : 28224 (java) S 28222 28224 27468 0 -1 0 5936 0 1 0 25 3 0 0 18 0 12 0 133077858 1824780288 5674 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 445503 5674 1264 9 0 443115 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1782012

[startup+0.701706 s]
/proc/loadavg: 1.11 1.00 1.00 2/77 28224
/proc/meminfo: memFree=1775264/2055920 swapFree=4153856/4192956
[pid=28224] ppid=28222 vsize=1784440 CPUtime=0.89
/proc/28224/stat : 28224 (java) S 28222 28224 27468 0 -1 0 10161 0 1 0 84 5 0 0 18 0 12 0 133077858 1827266560 9444 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 446110 9444 1296 9 0 443722 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1784440

[startup+1.50184 s]
/proc/loadavg: 1.10 1.00 1.00 4/89 28236
/proc/meminfo: memFree=1730176/2055920 swapFree=4153856/4192956
[pid=28224] ppid=28222 vsize=1797060 CPUtime=2.36
/proc/28224/stat : 28224 (java) S 28222 28224 27468 0 -1 0 24291 0 1 0 224 12 0 0 18 0 12 0 133077858 1840189440 21099 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 449265 21100 1303 9 0 446877 0
[pid=28224/tid=28226] ppid=28222 vsize=1797060 CPUtime=0.97
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 27468 0 -1 64 16523 0 1 0 89 8 0 0 22 0 12 0 133077859 1840189440 21101 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109506949 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28227] ppid=28222 vsize=1797060 CPUtime=0
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 27468 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 133077861 1840189440 21102 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28228] ppid=28222 vsize=1797060 CPUtime=0
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 27468 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 133077861 1840189440 21103 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28229] ppid=28222 vsize=1797060 CPUtime=0
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 27468 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 133077863 1840189440 21104 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28230] ppid=28222 vsize=1797060 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 27468 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 133077864 1840189440 21105 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=1797060 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 27468 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 133077864 1840189440 21107 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=1797060 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 133077870 1840189440 21108 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=1797060 CPUtime=0.89
/proc/28224/task/28233/stat : 28233 (java) R 28222 28224 27468 0 -1 64 5319 0 0 0 87 2 0 0 19 0 12 0 133077870 1840189440 21111 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103336810 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28234] ppid=28222 vsize=1797060 CPUtime=0.47
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 27468 0 -1 64 1733 0 0 0 47 0 0 0 16 0 12 0 133077870 1840189440 21116 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28235] ppid=28222 vsize=1797060 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 133077870 1840189440 21120 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=1797060 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 27468 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 133077870 1840189440 21124 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 1797060

[startup+3.1021 s]
/proc/loadavg: 1.10 1.00 1.00 2/89 28236
/proc/meminfo: memFree=1631872/2055920 swapFree=4153856/4192956
[pid=28224] ppid=28222 vsize=1796156 CPUtime=4.57
/proc/28224/stat : 28224 (java) S 28222 28224 27468 0 -1 0 54763 0 1 0 429 28 0 0 18 0 12 0 133077858 1839263744 49138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 449039 49138 1324 9 0 446651 0
[pid=28224/tid=28226] ppid=28222 vsize=1796156 CPUtime=2.36
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 27468 0 -1 64 37674 0 1 0 218 18 0 0 25 0 12 0 133077859 1839263744 49138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109221883 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28227] ppid=28222 vsize=1796156 CPUtime=0.16
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 27468 0 -1 64 3726 0 0 0 15 1 0 0 16 0 12 0 133077861 1839263744 49138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28228] ppid=28222 vsize=1796156 CPUtime=0.16
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 27468 0 -1 64 3691 0 0 0 14 2 0 0 18 0 12 0 133077861 1839263744 49138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28229] ppid=28222 vsize=1796156 CPUtime=0
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 27468 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 133077863 1839263744 49138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28230] ppid=28222 vsize=1796156 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 27468 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 133077864 1839263744 49138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=1796156 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 27468 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 133077864 1839263744 49138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=1796156 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 133077870 1839263744 49138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=1796156 CPUtime=1.33
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 27468 0 -1 64 7179 0 0 0 129 4 0 0 17 0 12 0 133077870 1839263744 49138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28234] ppid=28222 vsize=1796156 CPUtime=0.5
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 27468 0 -1 64 1768 0 0 0 50 0 0 0 17 0 12 0 133077870 1839263744 49138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28235] ppid=28222 vsize=1796156 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 133077870 1839263744 49138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=1796156 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 27468 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 133077870 1839263744 49138 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 1796156

[startup+6.30243 s]
/proc/loadavg: 1.17 1.02 1.01 2/90 28237
/proc/meminfo: memFree=1537016/2055920 swapFree=4153856/4192956
[pid=28224] ppid=28222 vsize=1796604 CPUtime=8.88
/proc/28224/stat : 28224 (java) S 28222 28224 27468 0 -1 0 68511 0 1 0 852 36 0 0 18 0 13 0 133077858 1839722496 60395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 449151 60395 1333 9 0 446763 0
[pid=28224/tid=28226] ppid=28222 vsize=1796604 CPUtime=4.91
/proc/28224/task/28226/stat : 28226 (java) S 28222 28224 27468 0 -1 64 37714 0 1 0 473 18 0 0 25 0 13 0 133077859 1839722496 60395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28227] ppid=28222 vsize=1796604 CPUtime=0.57
/proc/28224/task/28227/stat : 28227 (java) R 28222 28224 27468 0 -1 64 10384 0 0 0 53 4 0 0 17 0 13 0 133077861 1839722496 60395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103370507 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28228] ppid=28222 vsize=1796604 CPUtime=0.57
/proc/28224/task/28228/stat : 28228 (java) R 28222 28224 27468 0 -1 64 9240 0 0 0 51 6 0 0 17 0 13 0 133077861 1839722496 60395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 105369465 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28229] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 27468 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 133077863 1839722496 60395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28230] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 27468 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 133077864 1839722496 60395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 27468 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133077864 1839722496 60395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 133077870 1839722496 60395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=1796604 CPUtime=1.83
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 27468 0 -1 64 7227 0 0 0 179 4 0 0 17 0 13 0 133077870 1839722496 60395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28234] ppid=28222 vsize=1796604 CPUtime=0.94
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 27468 0 -1 64 3216 0 0 0 93 1 0 0 16 0 13 0 133077870 1839722496 60395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28235] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 133077870 1839722496 60395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 27468 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133077870 1839722496 60395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28237] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28237/stat : 28237 (java) S 28222 28224 27468 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 133078277 1839722496 60395 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.88
Current children cumulated vsize (KiB) 1796604

[startup+12.7015 s]
/proc/loadavg: 1.16 1.02 1.00 2/90 28237
/proc/meminfo: memFree=1529784/2055920 swapFree=4153856/4192956
[pid=28224] ppid=28222 vsize=1796604 CPUtime=15.64
/proc/28224/stat : 28224 (java) S 28222 28224 27468 0 -1 0 70819 0 1 0 1527 37 0 0 18 0 13 0 133077858 1839722496 62443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 449151 62443 1333 9 0 446763 0
[pid=28224/tid=28226] ppid=28222 vsize=1796604 CPUtime=10.98
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 27468 0 -1 64 37716 0 1 0 1080 18 0 0 25 0 13 0 133077859 1839722496 62443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109966119 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28227] ppid=28222 vsize=1796604 CPUtime=0.88
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 27468 0 -1 64 11256 0 0 0 84 4 0 0 16 0 13 0 133077861 1839722496 62443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28228] ppid=28222 vsize=1796604 CPUtime=0.88
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 27468 0 -1 64 10668 0 0 0 81 7 0 0 16 0 13 0 133077861 1839722496 62443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28229] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 27468 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 133077863 1839722496 62443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28230] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 27468 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 133077864 1839722496 62443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 27468 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133077864 1839722496 62443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 133077870 1839722496 62443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=1796604 CPUtime=1.87
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 27468 0 -1 64 7230 0 0 0 183 4 0 0 16 0 13 0 133077870 1839722496 62443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28234] ppid=28222 vsize=1796604 CPUtime=0.98
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 27468 0 -1 64 3219 0 0 0 97 1 0 0 17 0 13 0 133077870 1839722496 62443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28235] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 133077870 1839722496 62443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 27468 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133077870 1839722496 62443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28237] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28237/stat : 28237 (java) S 28222 28224 27468 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 133078277 1839722496 62443 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.64
Current children cumulated vsize (KiB) 1796604

[startup+25.5025 s]
/proc/loadavg: 1.12 1.02 1.00 2/90 28237
/proc/meminfo: memFree=1500216/2055920 swapFree=4153856/4192956
[pid=28224] ppid=28222 vsize=1796604 CPUtime=28.83
/proc/28224/stat : 28224 (java) S 28222 28224 27468 0 -1 0 80140 0 1 0 2841 42 0 0 18 0 13 0 133077858 1839722496 69819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 449151 69819 1333 9 0 446763 0
[pid=28224/tid=28226] ppid=28222 vsize=1796604 CPUtime=23.38
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 27468 0 -1 64 37724 0 1 0 2320 18 0 0 25 0 13 0 133077859 1839722496 69819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109602131 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28227] ppid=28222 vsize=1796604 CPUtime=1.26
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 27468 0 -1 64 16415 0 0 0 120 6 0 0 16 0 13 0 133077861 1839722496 69819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28228] ppid=28222 vsize=1796604 CPUtime=1.26
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 27468 0 -1 64 14822 0 0 0 117 9 0 0 17 0 13 0 133077861 1839722496 69819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28229] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 27468 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 133077863 1839722496 69819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28230] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 27468 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 133077864 1839722496 69819 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=28224/tid=28229] ppid=28222 vsize=1796604 CPUtime=0.23
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 27468 0 -1 64 250 0 0 0 9 14 0 0 16 0 13 0 133077863 1839722496 234770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28230] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 27468 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 133077864 1839722496 234770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 27468 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133077864 1839722496 234770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 133077870 1839722496 234770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=1796604 CPUtime=1.88
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 27468 0 -1 64 7230 0 0 0 184 4 0 0 17 0 13 0 133077870 1839722496 234770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28234] ppid=28222 vsize=1796604 CPUtime=0.99
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 27468 0 -1 64 3219 0 0 0 98 1 0 0 16 0 13 0 133077870 1839722496 234770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28235] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 133077870 1839722496 234770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 27468 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133077870 1839722496 234770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28237] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28237/stat : 28237 (java) S 28222 28224 27468 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 133078277 1839722496 234770 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1558.35
Current children cumulated vsize (KiB) 1796604

[startup+1602.3 s]
/proc/loadavg: 1.03 1.02 1.00 2/90 28239
/proc/meminfo: memFree=823608/2055920 swapFree=4153856/4192956
[pid=28224] ppid=28222 vsize=1796604 CPUtime=1618.9
/proc/28224/stat : 28224 (java) S 28222 28224 27468 0 -1 0 377535 0 1 0 161693 197 0 0 18 0 13 0 133077858 1839722496 238488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 449151 238488 1333 9 0 446763 0
[pid=28224/tid=28226] ppid=28222 vsize=1796604 CPUtime=1585.22
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 27468 0 -1 64 116014 0 1 0 158460 62 0 0 25 0 13 0 133077859 1839722496 238488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109914562 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28227] ppid=28222 vsize=1796604 CPUtime=15.21
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 27468 0 -1 64 126055 0 0 0 1467 54 0 0 16 0 13 0 133077861 1839722496 238488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28228] ppid=28222 vsize=1796604 CPUtime=15.28
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 27468 0 -1 64 124036 0 0 0 1471 57 0 0 16 0 13 0 133077861 1839722496 238488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28229] ppid=28222 vsize=1796604 CPUtime=0.24
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 27468 0 -1 64 258 0 0 0 9 15 0 0 16 0 13 0 133077863 1839722496 238488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28230] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 27468 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 133077864 1839722496 238488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 27468 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133077864 1839722496 238488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 133077870 1839722496 238488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=1796604 CPUtime=1.88
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 27468 0 -1 64 7230 0 0 0 184 4 0 0 17 0 13 0 133077870 1839722496 238488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28234] ppid=28222 vsize=1796604 CPUtime=0.99
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 27468 0 -1 64 3219 0 0 0 98 1 0 0 16 0 13 0 133077870 1839722496 238488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28235] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 133077870 1839722496 238488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 27468 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133077870 1839722496 238488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28237] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28237/stat : 28237 (java) S 28222 28224 27468 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 133078277 1839722496 238488 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1618.9
Current children cumulated vsize (KiB) 1796604

[startup+1662.3 s]
/proc/loadavg: 1.18 1.06 1.01 2/90 28239
/proc/meminfo: memFree=800888/2055920 swapFree=4153856/4192956
[pid=28224] ppid=28222 vsize=1796604 CPUtime=1679.47
/proc/28224/stat : 28224 (java) S 28222 28224 27468 0 -1 0 384815 0 1 0 167746 201 0 0 18 0 13 0 133077858 1839722496 244169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 449151 244169 1333 9 0 446763 0
[pid=28224/tid=28226] ppid=28222 vsize=1796604 CPUtime=1644.6
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 27468 0 -1 64 116780 0 1 0 164397 63 0 0 25 0 13 0 133077859 1839722496 244169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109539935 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28227] ppid=28222 vsize=1796604 CPUtime=15.81
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 27468 0 -1 64 130432 0 0 0 1525 56 0 0 16 0 13 0 133077861 1839722496 244169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28228] ppid=28222 vsize=1796604 CPUtime=15.88
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 27468 0 -1 64 126169 0 0 0 1530 58 0 0 16 0 13 0 133077861 1839722496 244169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28229] ppid=28222 vsize=1796604 CPUtime=0.25
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 27468 0 -1 64 262 0 0 0 10 15 0 0 16 0 13 0 133077863 1839722496 244169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28230] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 27468 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 133077864 1839722496 244169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 27468 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133077864 1839722496 244169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 133077870 1839722496 244169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=1796604 CPUtime=1.88
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 27468 0 -1 64 7230 0 0 0 184 4 0 0 17 0 13 0 133077870 1839722496 244169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28234] ppid=28222 vsize=1796604 CPUtime=0.99
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 27468 0 -1 64 3219 0 0 0 98 1 0 0 16 0 13 0 133077870 1839722496 244169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28235] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 133077870 1839722496 244169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 27468 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133077870 1839722496 244169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28237] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28237/stat : 28237 (java) S 28222 28224 27468 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 133078277 1839722496 244169 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1679.47
Current children cumulated vsize (KiB) 1796604

[startup+1722.3 s]
/proc/loadavg: 1.06 1.05 1.01 2/90 28239
/proc/meminfo: memFree=772536/2055920 swapFree=4153856/4192956
[pid=28224] ppid=28222 vsize=1796604 CPUtime=1740.09
/proc/28224/stat : 28224 (java) S 28222 28224 27468 0 -1 0 393163 0 1 0 173804 205 0 0 18 0 13 0 133077858 1839722496 251185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 449151 251185 1333 9 0 446763 0
[pid=28224/tid=28226] ppid=28222 vsize=1796604 CPUtime=1703.94
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 27468 0 -1 64 116869 0 1 0 170331 63 0 0 25 0 13 0 133077859 1839722496 251185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109943543 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28227] ppid=28222 vsize=1796604 CPUtime=16.45
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 27468 0 -1 64 134888 0 0 0 1586 59 0 0 17 0 13 0 133077861 1839722496 251185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28228] ppid=28222 vsize=1796604 CPUtime=16.51
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 27468 0 -1 64 129972 0 0 0 1592 59 0 0 16 0 13 0 133077861 1839722496 251185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28229] ppid=28222 vsize=1796604 CPUtime=0.25
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 27468 0 -1 64 262 0 0 0 10 15 0 0 16 0 13 0 133077863 1839722496 251185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28230] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 27468 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 133077864 1839722496 251185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 27468 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133077864 1839722496 251185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 133077870 1839722496 251185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=1796604 CPUtime=1.88
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 27468 0 -1 64 7230 0 0 0 184 4 0 0 17 0 13 0 133077870 1839722496 251185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28234] ppid=28222 vsize=1796604 CPUtime=0.99
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 27468 0 -1 64 3219 0 0 0 98 1 0 0 16 0 13 0 133077870 1839722496 251185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28235] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 133077870 1839722496 251185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 27468 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133077870 1839722496 251185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28237] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28237/stat : 28237 (java) S 28222 28224 27468 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 133078277 1839722496 251185 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1740.09
Current children cumulated vsize (KiB) 1796604



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.6 s]
/proc/loadavg: 1.02 1.04 1.00 2/90 28239
/proc/meminfo: memFree=748664/2055920 swapFree=4153856/4192956
[pid=28224] ppid=28222 vsize=1796604 CPUtime=1800.01
/proc/28224/stat : 28224 (java) S 28222 28224 27468 0 -1 0 400813 0 1 0 179792 209 0 0 18 0 13 0 133077858 1839722496 257178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/28224/statm: 449151 257178 1333 9 0 446763 0
[pid=28224/tid=28226] ppid=28222 vsize=1796604 CPUtime=1762.58
/proc/28224/task/28226/stat : 28226 (java) R 28222 28224 27468 0 -1 64 116878 0 1 0 176194 64 0 0 25 0 13 0 133077859 1839722496 257178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109995604 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28227] ppid=28222 vsize=1796604 CPUtime=17.09
/proc/28224/task/28227/stat : 28227 (java) S 28222 28224 27468 0 -1 64 140029 0 0 0 1648 61 0 0 16 0 13 0 133077861 1839722496 257178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28228] ppid=28222 vsize=1796604 CPUtime=17.16
/proc/28224/task/28228/stat : 28228 (java) S 28222 28224 27468 0 -1 64 132467 0 0 0 1655 61 0 0 16 0 13 0 133077861 1839722496 257178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28229] ppid=28222 vsize=1796604 CPUtime=0.26
/proc/28224/task/28229/stat : 28229 (java) S 28222 28224 27468 0 -1 64 267 0 0 0 10 16 0 0 16 0 13 0 133077863 1839722496 257178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28230] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28230/stat : 28230 (java) S 28222 28224 27468 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 133077864 1839722496 257178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28231] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28231/stat : 28231 (java) S 28222 28224 27468 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 133077864 1839722496 257178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28232] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28232/stat : 28232 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 22 0 13 0 133077870 1839722496 257178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28233] ppid=28222 vsize=1796604 CPUtime=1.88
/proc/28224/task/28233/stat : 28233 (java) S 28222 28224 27468 0 -1 64 7230 0 0 0 184 4 0 0 17 0 13 0 133077870 1839722496 257178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28234] ppid=28222 vsize=1796604 CPUtime=0.99
/proc/28224/task/28234/stat : 28234 (java) S 28222 28224 27468 0 -1 64 3219 0 0 0 98 1 0 0 16 0 13 0 133077870 1839722496 257178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=28224/tid=28235] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28235/stat : 28235 (java) S 28222 28224 27468 0 -1 64 1 0 0 0 0 0 0 0 23 0 13 0 133077870 1839722496 257178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28236] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28236/stat : 28236 (java) S 28222 28224 27468 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 133077870 1839722496 257178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=28224/tid=28237] ppid=28222 vsize=1796604 CPUtime=0
/proc/28224/task/28237/stat : 28237 (java) S 28222 28224 27468 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 133078277 1839722496 257178 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1796604

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

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

[startup+1781.8 s]
/proc/loadavg: 1.02 1.04 1.00 2/90 28239
/proc/meminfo: memFree=748664/2055920 swapFree=4153856/4192956
[pid=28224] ppid=28222 vsize=0 CPUtime=1800.21
/proc/28224/stat : 28224 (java) Z 28222 28224 27468 0 -1 1036 400833 0 1 0 179797 224 0 0 16 0 2 0 133077858 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/28224/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1781.8
CPU time (s): 1800.22
CPU user time (s): 1797.97
CPU system time (s): 2.24766
CPU usage (%): 101.034
Max. virtual memory (cumulated for all children) (KiB): 1798088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.97
system time used= 2.24766
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 400833
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= 42803
involuntary context switches= 49065

runsolver used 1.67874 second user time and 4.85126 second system time

The end

Launcher Data (download as text)

Begin job on node3 on Sat Apr 14 17:06:41 UTC 2007

IDJOB= 348159
IDBENCH= 1623
IDSOLVER= 159
FILE ID= node3/348159-1176570401

PBS_JOBID= 4556778

Free space on /tmp= 66551 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-reduced-mps-v2-20-10-B1C1S1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348159-1176570401/sat4jPseudoResolution.jar /tmp/evaluation/348159-1176570401/instance-348159-1176570401.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node3/watcher-348159-1176570401 -o ROOT/results/node3/solver-348159-1176570401 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/348159-1176570401/sat4jPseudoResolution.jar /tmp/evaluation/348159-1176570401/instance-348159-1176570401.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  cc797868c6f9cb3811b8dc2300ad7f9f

RANDOM SEED= 330350360

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node3.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.270
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.270
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:       1775736 kB
Buffers:         30152 kB
Cached:         157772 kB
SwapCached:       2408 kB
Active:          44172 kB
Inactive:       171792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775736 kB
SwapTotal:     4192956 kB
SwapFree:      4153856 kB
Dirty:            7220 kB
Writeback:           0 kB
Mapped:          35992 kB
Slab:            49704 kB
Committed_AS:  4922428 kB
PageTables:       1792 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= 66551 MiB

End job on node3 on Sat Apr 14 17:36:25 UTC 2007