Trace number 350150

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
sat4jPseudoCP 2007-03-23? (TO) 1800.09 1784.88

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=180-sizeP=91-sizeQ=180-780825197-max.opb
MD5SUMd31ef469fa2ed9fa9c3063355dbaf7b5
Bench CategoryOPT-BIGINT (optimisation, big 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 variables16651
Total number of constraints49141
Number of constraints which are clauses49140
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint16380
Number of terms in the objective function 91
Biggest coefficient in the objective function 1237940039285380274899124224
Number of bits for the biggest coefficient in the objective function 91
Sum of the numbers in the objective function 2475880078570760549798248447
Number of bits of the sum of numbers in the objective function 91
Biggest number in a constraint 948568795032094272909893509191171341133987714380927500611236528192824358010355712
Number of bits of the biggest number in a constraint 270
Biggest sum of numbers in a constraint 3794275180128377091639574036150438611441468153567802156940920507153788002840397422
Number of bits of the biggest sum of numbers271
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.07/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.07/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.07/0.15	c no version file found!!!
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version	1.6.0
0.07/0.15	c os.name	Linux
0.07/0.15	c os.version	2.6.9-22.EL.rootsmp
0.07/0.15	c os.arch	i386
0.07/0.15	c Free memory 1651659224
0.07/0.15	c Max memory 1654456320
0.07/0.15	c Total memory 1654456320
0.07/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/350150-1176797320/instance-350150-1176797320.opb
0.20/0.20	c reading problem ... 
3.01/2.37	c ... done. Wall clock time 2.169s.
3.01/2.37	c CPU time (experimental) 1.92s.
3.01/2.37	c #vars     16651
3.01/2.37	c #constraints  49142
1800.00/1784.81	c starts		: 1
1800.00/1784.81	c conflicts		: 20
1800.00/1784.81	c decisions		: 3549
1800.00/1784.81	c propagations		: 139678
1800.00/1784.81	c inspects		: 850533
1800.00/1784.81	c learnt literals	: 0
1800.00/1784.81	c learnt binary clauses	: 0
1800.00/1784.81	c learnt ternary clauses	: 0
1800.00/1784.81	c learnt clauses	: 19
1800.00/1784.81	c root simplifications	: 0
1800.00/1784.81	c removed literals (reason simplification)	: 0
1800.00/1784.81	c reason swapping (by a shorter reason)	: 0
1800.00/1784.81	c Calls to reduceDB	: 0
1800.00/1784.81	c speed (decisions/second)	: 1.9911411331382773
1800.00/1784.81	c non guided choices	2
1800.00/1784.81	s UNKNOWN
1800.00/1784.81	c Total wall clock time (ms): 1784.609

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/node13/watcher-350150-1176797320 -o ROOT/results/node13/solver-350150-1176797320 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350150-1176797320/sat4jPseudoCP.jar /tmp/evaluation/350150-1176797320/instance-350150-1176797320.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: 0.92 0.98 0.99 2/77 23675
/proc/meminfo: memFree=1897472/2055920 swapFree=4127900/4192956
[pid=23675] ppid=23673 vsize=152 CPUtime=0
/proc/23675/stat : 23675 (java) D 23673 23675 23066 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 127649830 155648 26 18446744073709551615 134512640 134550740 4294956560 18446744073709551615 11879204 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/23675/statm: 38 26 19 9 0 4 0

[startup+0.0897349 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 23675
/proc/meminfo: memFree=1897472/2055920 swapFree=4127900/4192956
[pid=23675] ppid=23673 vsize=1777844 CPUtime=0.07
/proc/23675/stat : 23675 (java) S 23673 23675 23066 0 -1 0 3849 0 1 0 5 2 0 0 18 0 7 0 127649830 1820512256 3592 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 444461 3592 1091 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101738 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 23675
/proc/meminfo: memFree=1897472/2055920 swapFree=4127900/4192956
[pid=23675] ppid=23673 vsize=1780108 CPUtime=0.07
/proc/23675/stat : 23675 (java) S 23673 23675 23066 0 -1 0 3968 0 1 0 5 2 0 0 18 0 12 0 127649830 1822830592 3710 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 445027 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1780108

[startup+0.301783 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 23675
/proc/meminfo: memFree=1897472/2055920 swapFree=4127900/4192956
[pid=23675] ppid=23673 vsize=1782444 CPUtime=0.3
/proc/23675/stat : 23675 (java) S 23673 23675 23066 0 -1 0 5271 0 1 0 27 3 0 0 18 0 12 0 127649830 1825222656 5010 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 445611 5010 1263 9 0 443223 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1782444

[startup+0.701867 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 23675
/proc/meminfo: memFree=1897472/2055920 swapFree=4127900/4192956
[pid=23675] ppid=23673 vsize=1783308 CPUtime=0.9
/proc/23675/stat : 23675 (java) S 23673 23675 23066 0 -1 0 6918 0 1 0 86 4 0 0 18 0 12 0 127649830 1826107392 6417 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 445827 6417 1301 9 0 443439 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1783308

[startup+1.50104 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 23687
/proc/meminfo: memFree=1869792/2055920 swapFree=4127900/4192956
[pid=23675] ppid=23673 vsize=1785816 CPUtime=2.12
/proc/23675/stat : 23675 (java) S 23673 23675 23066 0 -1 0 19595 0 1 0 200 12 0 0 18 0 12 0 127649830 1828675584 17670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 446454 17670 1301 9 0 444066 0
[pid=23675/tid=23677] ppid=23673 vsize=1785816 CPUtime=1.09
/proc/23675/task/23677/stat : 23677 (java) R 23673 23675 23066 0 -1 64 15841 0 1 0 99 10 0 0 25 0 12 0 127649831 1828675584 17670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109664064 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23678] ppid=23673 vsize=1785816 CPUtime=0
/proc/23675/task/23678/stat : 23678 (java) S 23673 23675 23066 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 127649833 1828675584 17670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23679] ppid=23673 vsize=1785816 CPUtime=0
/proc/23675/task/23679/stat : 23679 (java) S 23673 23675 23066 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127649833 1828675584 17670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23680] ppid=23673 vsize=1785816 CPUtime=0
/proc/23675/task/23680/stat : 23680 (java) S 23673 23675 23066 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 127649835 1828675584 17670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23681] ppid=23673 vsize=1785816 CPUtime=0
/proc/23675/task/23681/stat : 23681 (java) S 23673 23675 23066 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 127649836 1828675584 17670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23682] ppid=23673 vsize=1785816 CPUtime=0
/proc/23675/task/23682/stat : 23682 (java) S 23673 23675 23066 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 127649836 1828675584 17670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23683] ppid=23673 vsize=1785816 CPUtime=0
/proc/23675/task/23683/stat : 23683 (java) S 23673 23675 23066 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 127649840 1828675584 17670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23684] ppid=23673 vsize=1785816 CPUtime=0.45
/proc/23675/task/23684/stat : 23684 (java) S 23673 23675 23066 0 -1 64 1163 0 0 0 45 0 0 0 17 0 12 0 127649840 1828675584 17670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23685] ppid=23673 vsize=1785816 CPUtime=0.55
/proc/23675/task/23685/stat : 23685 (java) S 23673 23675 23066 0 -1 64 1872 0 0 0 54 1 0 0 17 0 12 0 127649840 1828675584 17670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23686] ppid=23673 vsize=1785816 CPUtime=0
/proc/23675/task/23686/stat : 23686 (java) S 23673 23675 23066 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 127649840 1828675584 17670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23687] ppid=23673 vsize=1785816 CPUtime=0
/proc/23675/task/23687/stat : 23687 (java) S 23673 23675 23066 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127649840 1828675584 17670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 1785816

[startup+3.10238 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 23687
/proc/meminfo: memFree=1776800/2055920 swapFree=4127900/4192956
[pid=23675] ppid=23673 vsize=1786140 CPUtime=4.39
/proc/23675/stat : 23675 (java) S 23673 23675 23066 0 -1 0 44369 0 1 0 416 23 0 0 18 0 13 0 127649830 1829007360 41376 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 446535 41377 1317 9 0 444147 0
[pid=23675/tid=23677] ppid=23673 vsize=1786140 CPUtime=2.35
/proc/23675/task/23677/stat : 23677 (java) R 23673 23675 23066 0 -1 64 37729 0 1 0 216 19 0 0 22 0 13 0 127649831 1829007360 41378 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23678] ppid=23673 vsize=1786140 CPUtime=0.04
/proc/23675/task/23678/stat : 23678 (java) R 23673 23675 23066 0 -1 64 971 0 0 0 4 0 0 0 17 0 13 0 127649833 1829007360 41379 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370359 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23679] ppid=23673 vsize=1786140 CPUtime=0.04
/proc/23675/task/23679/stat : 23679 (java) R 23673 23675 23066 0 -1 64 801 0 0 0 4 0 0 0 17 0 13 0 127649833 1829007360 41380 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23680] ppid=23673 vsize=1786140 CPUtime=0
/proc/23675/task/23680/stat : 23680 (java) S 23673 23675 23066 0 -1 64 3 0 0 0 0 0 0 0 16 0 13 0 127649835 1829007360 41380 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23681] ppid=23673 vsize=1786140 CPUtime=0
/proc/23675/task/23681/stat : 23681 (java) S 23673 23675 23066 0 -1 64 9 0 0 0 0 0 0 0 22 0 13 0 127649836 1829007360 41382 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23682] ppid=23673 vsize=1786140 CPUtime=0
/proc/23675/task/23682/stat : 23682 (java) S 23673 23675 23066 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 127649836 1829007360 41382 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23683] ppid=23673 vsize=1786140 CPUtime=0
/proc/23675/task/23683/stat : 23683 (java) S 23673 23675 23066 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127649840 1829007360 41383 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23684] ppid=23673 vsize=1786140 CPUtime=0.91
/proc/23675/task/23684/stat : 23684 (java) S 23673 23675 23066 0 -1 64 1934 0 0 0 90 1 0 0 17 0 13 0 127649840 1829007360 41384 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23685] ppid=23673 vsize=1786140 CPUtime=1.02
/proc/23675/task/23685/stat : 23685 (java) S 23673 23675 23066 0 -1 64 2217 0 0 0 101 1 0 0 16 0 13 0 127649840 1829007360 41385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23686] ppid=23673 vsize=1786140 CPUtime=0
/proc/23675/task/23686/stat : 23686 (java) S 23673 23675 23066 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127649840 1829007360 41386 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23687] ppid=23673 vsize=1786140 CPUtime=0
/proc/23675/task/23687/stat : 23687 (java) S 23673 23675 23066 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127649840 1829007360 41387 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 1786140

[startup+6.30105 s]
/proc/loadavg: 1.09 1.02 1.01 2/90 23688
/proc/meminfo: memFree=1727712/2055920 swapFree=4127900/4192956
[pid=23675] ppid=23673 vsize=1785724 CPUtime=7.93
/proc/23675/stat : 23675 (java) S 23673 23675 23066 0 -1 0 55173 0 1 0 765 28 0 0 18 0 13 0 127649830 1828581376 49092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 446431 49092 1321 9 0 444043 0
[pid=23675/tid=23677] ppid=23673 vsize=1785724 CPUtime=5.2
/proc/23675/task/23677/stat : 23677 (java) R 23673 23675 23066 0 -1 64 37739 0 1 0 501 19 0 0 18 0 13 0 127649831 1828581376 49092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109771221 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23678] ppid=23673 vsize=1785724 CPUtime=0.38
/proc/23675/task/23678/stat : 23678 (java) S 23673 23675 23066 0 -1 64 6337 0 0 0 36 2 0 0 16 0 13 0 127649833 1828581376 49092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23679] ppid=23673 vsize=1785724 CPUtime=0.38
/proc/23675/task/23679/stat : 23679 (java) S 23673 23675 23066 0 -1 64 6203 0 0 0 35 3 0 0 16 0 13 0 127649833 1828581376 49092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23680] ppid=23673 vsize=1785724 CPUtime=0
/proc/23675/task/23680/stat : 23680 (java) S 23673 23675 23066 0 -1 64 22 0 0 0 0 0 0 0 15 0 13 0 127649835 1828581376 49092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23681] ppid=23673 vsize=1785724 CPUtime=0
/proc/23675/task/23681/stat : 23681 (java) S 23673 23675 23066 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127649836 1828581376 49092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23682] ppid=23673 vsize=1785724 CPUtime=0
/proc/23675/task/23682/stat : 23682 (java) S 23673 23675 23066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127649836 1828581376 49092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23683] ppid=23673 vsize=1785724 CPUtime=0
/proc/23675/task/23683/stat : 23683 (java) S 23673 23675 23066 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127649840 1828581376 49092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23684] ppid=23673 vsize=1785724 CPUtime=0.91
/proc/23675/task/23684/stat : 23684 (java) S 23673 23675 23066 0 -1 64 1934 0 0 0 90 1 0 0 16 0 13 0 127649840 1828581376 49092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23685] ppid=23673 vsize=1785724 CPUtime=1.02
/proc/23675/task/23685/stat : 23685 (java) S 23673 23675 23066 0 -1 64 2217 0 0 0 101 1 0 0 16 0 13 0 127649840 1828581376 49092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23686] ppid=23673 vsize=1785724 CPUtime=0
/proc/23675/task/23686/stat : 23686 (java) S 23673 23675 23066 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127649840 1828581376 49092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23687] ppid=23673 vsize=1785724 CPUtime=0
/proc/23675/task/23687/stat : 23687 (java) S 23673 23675 23066 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127649840 1828581376 49092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23688] ppid=23673 vsize=1785724 CPUtime=0
/proc/23675/task/23688/stat : 23688 (java) S 23673 23675 23066 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 127650073 1828581376 49092 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.93
Current children cumulated vsize (KiB) 1785724

[startup+12.7024 s]
/proc/loadavg: 1.08 1.02 1.00 2/90 23688
/proc/meminfo: memFree=1705256/2055920 swapFree=4127900/4192956
[pid=23675] ppid=23673 vsize=1785724 CPUtime=14.34
/proc/23675/stat : 23675 (java) S 23673 23675 23066 0 -1 0 55190 0 1 0 1405 29 0 0 18 0 13 0 127649830 1828581376 47752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 446431 47752 1321 9 0 444043 0
[pid=23675/tid=23677] ppid=23673 vsize=1785724 CPUtime=11.59
/proc/23675/task/23677/stat : 23677 (java) R 23673 23675 23066 0 -1 64 37752 0 1 0 1140 19 0 0 17 0 13 0 127649831 1828581376 47752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109895208 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23678] ppid=23673 vsize=1785724 CPUtime=0.38
/proc/23675/task/23678/stat : 23678 (java) S 23673 23675 23066 0 -1 64 6338 0 0 0 36 2 0 0 16 0 13 0 127649833 1828581376 47752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23679] ppid=23673 vsize=1785724 CPUtime=0.39
/proc/23675/task/23679/stat : 23679 (java) S 23673 23675 23066 0 -1 64 6206 0 0 0 36 3 0 0 15 0 13 0 127649833 1828581376 47752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23680] ppid=23673 vsize=1785724 CPUtime=0
/proc/23675/task/23680/stat : 23680 (java) S 23673 23675 23066 0 -1 64 22 0 0 0 0 0 0 0 16 0 13 0 127649835 1828581376 47752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23681] ppid=23673 vsize=1785724 CPUtime=0
/proc/23675/task/23681/stat : 23681 (java) S 23673 23675 23066 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127649836 1828581376 47752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23682] ppid=23673 vsize=1785724 CPUtime=0
/proc/23675/task/23682/stat : 23682 (java) S 23673 23675 23066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127649836 1828581376 47752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23683] ppid=23673 vsize=1785724 CPUtime=0
/proc/23675/task/23683/stat : 23683 (java) S 23673 23675 23066 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127649840 1828581376 47752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23684] ppid=23673 vsize=1785724 CPUtime=0.91
/proc/23675/task/23684/stat : 23684 (java) S 23673 23675 23066 0 -1 64 1934 0 0 0 90 1 0 0 16 0 13 0 127649840 1828581376 47752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23685] ppid=23673 vsize=1785724 CPUtime=1.02
/proc/23675/task/23685/stat : 23685 (java) S 23673 23675 23066 0 -1 64 2217 0 0 0 101 1 0 0 16 0 13 0 127649840 1828581376 47752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23686] ppid=23673 vsize=1785724 CPUtime=0
/proc/23675/task/23686/stat : 23686 (java) S 23673 23675 23066 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127649840 1828581376 47752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23687] ppid=23673 vsize=1785724 CPUtime=0
/proc/23675/task/23687/stat : 23687 (java) S 23673 23675 23066 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127649840 1828581376 47752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23688] ppid=23673 vsize=1785724 CPUtime=0
/proc/23675/task/23688/stat : 23688 (java) S 23673 23675 23066 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 127650073 1828581376 47752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.34
Current children cumulated vsize (KiB) 1785724

[startup+25.5011 s]
/proc/loadavg: 1.06 1.01 1.00 2/90 23688
/proc/meminfo: memFree=1797224/2055920 swapFree=4127900/4192956
[pid=23675] ppid=23673 vsize=1785724 CPUtime=27.14
/proc/23675/stat : 23675 (java) S 23673 23675 23066 0 -1 0 55235 0 1 0 2683 31 0 0 18 0 13 0 127649830 1828581376 25948 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 446431 25948 1321 9 0 444043 0
[pid=23675/tid=23677] ppid=23673 vsize=1785724 CPUtime=24.35
/proc/23675/task/23677/stat : 23677 (java) R 23673 23675 23066 0 -1 64 37797 0 1 0 2416 19 0 0 20 0 13 0 127649831 1828581376 25948 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109771221 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23678] ppid=23673 vsize=1785724 CPUtime=0.39
/proc/23675/task/23678/stat : 23678 (java) S 23673 23675 23066 0 -1 64 6338 0 0 0 37 2 0 0 16 0 13 0 127649833 1828581376 25948 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23679] ppid=23673 vsize=1785724 CPUtime=0.39
/proc/23675/task/23679/stat : 23679 (java) S 23673 23675 23066 0 -1 64 6206 0 0 0 36 3 0 0 15 0 13 0 127649833 1828581376 25948 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23680] ppid=23673 vsize=1785724 CPUtime=0.03
/proc/23675/task/23680/stat : 23680 (java) S 23673 23675 23066 0 -1 64 22 0 0 0 1 2 0 0 15 0 13 0 127649835 1828581376 25948 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23681] ppid=23673 vsize=1785724 CPUtime=0
/proc/23675/task/23681/stat : 23681 (java) S 23673 23675 23066 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127649836 1828581376 25948 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=23675] ppid=23673 vsize=1789952 CPUtime=1615.98
/proc/23675/stat : 23675 (java) S 23673 23675 23066 0 -1 0 186160 0 1 0 161408 190 0 0 18 0 13 0 127649830 1832910848 89872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 447488 89872 1325 9 0 445100 0
[pid=23675/tid=23677] ppid=23673 vsize=1789952 CPUtime=1585.87
/proc/23675/task/23677/stat : 23677 (java) R 23673 23675 23066 0 -1 64 114825 0 1 0 158524 63 0 0 25 0 13 0 127649831 1832910848 89872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109771673 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23678] ppid=23673 vsize=1789952 CPUtime=12.88
/proc/23675/task/23678/stat : 23678 (java) S 23673 23675 23066 0 -1 64 29907 0 0 0 1246 42 0 0 16 0 13 0 127649833 1832910848 89872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23679] ppid=23673 vsize=1789952 CPUtime=12.85
/proc/23675/task/23679/stat : 23679 (java) S 23673 23675 23066 0 -1 64 30805 0 0 0 1246 39 0 0 16 0 13 0 127649833 1832910848 89872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23680] ppid=23673 vsize=1789952 CPUtime=0.97
/proc/23675/task/23680/stat : 23680 (java) S 23673 23675 23066 0 -1 64 269 0 0 0 57 40 0 0 15 0 13 0 127649835 1832910848 89872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23681] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23681/stat : 23681 (java) S 23673 23675 23066 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127649836 1832910848 89872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23682] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23682/stat : 23682 (java) S 23673 23675 23066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127649836 1832910848 89872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23683] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23683/stat : 23683 (java) S 23673 23675 23066 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127649840 1832910848 89872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23684] ppid=23673 vsize=1789952 CPUtime=1.5
/proc/23675/task/23684/stat : 23684 (java) S 23673 23675 23066 0 -1 64 4026 0 0 0 149 1 0 0 16 0 13 0 127649840 1832910848 89872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23685] ppid=23673 vsize=1789952 CPUtime=1.85
/proc/23675/task/23685/stat : 23685 (java) S 23673 23675 23066 0 -1 64 5607 0 0 0 183 2 0 0 17 0 13 0 127649840 1832910848 89872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23686] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23686/stat : 23686 (java) S 23673 23675 23066 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127649840 1832910848 89872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23687] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23687/stat : 23687 (java) S 23673 23675 23066 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127649840 1832910848 89872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23688] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23688/stat : 23688 (java) S 23673 23675 23066 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 127650073 1832910848 89872 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1615.98
Current children cumulated vsize (KiB) 1789952

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23688
/proc/meminfo: memFree=1547112/2055920 swapFree=4128392/4192956
[pid=23675] ppid=23673 vsize=1789952 CPUtime=1676.49
/proc/23675/stat : 23675 (java) S 23673 23675 23066 0 -1 0 187903 0 1 0 167454 195 0 0 18 0 13 0 127649830 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 447488 88158 1325 9 0 445100 0
[pid=23675/tid=23677] ppid=23673 vsize=1789952 CPUtime=1645.26
/proc/23675/task/23677/stat : 23677 (java) R 23673 23675 23066 0 -1 64 114959 0 1 0 164463 63 0 0 25 0 13 0 127649831 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109993405 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23678] ppid=23673 vsize=1789952 CPUtime=13.43
/proc/23675/task/23678/stat : 23678 (java) S 23673 23675 23066 0 -1 64 30771 0 0 0 1299 44 0 0 16 0 13 0 127649833 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23679] ppid=23673 vsize=1789952 CPUtime=13.39
/proc/23675/task/23679/stat : 23679 (java) S 23673 23675 23066 0 -1 64 31540 0 0 0 1299 40 0 0 16 0 13 0 127649833 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23680] ppid=23673 vsize=1789952 CPUtime=1.01
/proc/23675/task/23680/stat : 23680 (java) S 23673 23675 23066 0 -1 64 279 0 0 0 59 42 0 0 16 0 13 0 127649835 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23681] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23681/stat : 23681 (java) S 23673 23675 23066 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127649836 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23682] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23682/stat : 23682 (java) S 23673 23675 23066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127649836 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23683] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23683/stat : 23683 (java) S 23673 23675 23066 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127649840 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23684] ppid=23673 vsize=1789952 CPUtime=1.5
/proc/23675/task/23684/stat : 23684 (java) S 23673 23675 23066 0 -1 64 4026 0 0 0 149 1 0 0 16 0 13 0 127649840 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23685] ppid=23673 vsize=1789952 CPUtime=1.85
/proc/23675/task/23685/stat : 23685 (java) S 23673 23675 23066 0 -1 64 5607 0 0 0 183 2 0 0 17 0 13 0 127649840 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23686] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23686/stat : 23686 (java) S 23673 23675 23066 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127649840 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23687] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23687/stat : 23687 (java) S 23673 23675 23066 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127649840 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23688] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23688/stat : 23688 (java) S 23673 23675 23066 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 127650073 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1676.49
Current children cumulated vsize (KiB) 1789952

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23688
/proc/meminfo: memFree=1547112/2055920 swapFree=4128392/4192956
[pid=23675] ppid=23673 vsize=1789952 CPUtime=1737
/proc/23675/stat : 23675 (java) S 23673 23675 23066 0 -1 0 188048 0 1 0 173500 200 0 0 18 0 13 0 127649830 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 447488 88158 1325 9 0 445100 0
[pid=23675/tid=23677] ppid=23673 vsize=1789952 CPUtime=1704.63
/proc/23675/task/23677/stat : 23677 (java) R 23673 23675 23066 0 -1 64 115098 0 1 0 170400 63 0 0 22 0 13 0 127649831 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109993461 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23678] ppid=23673 vsize=1789952 CPUtime=13.98
/proc/23675/task/23678/stat : 23678 (java) S 23673 23675 23066 0 -1 64 30771 0 0 0 1352 46 0 0 16 0 13 0 127649833 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23679] ppid=23673 vsize=1789952 CPUtime=13.94
/proc/23675/task/23679/stat : 23679 (java) S 23673 23675 23066 0 -1 64 31540 0 0 0 1353 41 0 0 16 0 13 0 127649833 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23680] ppid=23673 vsize=1789952 CPUtime=1.04
/proc/23675/task/23680/stat : 23680 (java) S 23673 23675 23066 0 -1 64 285 0 0 0 61 43 0 0 16 0 13 0 127649835 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23681] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23681/stat : 23681 (java) S 23673 23675 23066 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127649836 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23682] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23682/stat : 23682 (java) S 23673 23675 23066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127649836 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23683] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23683/stat : 23683 (java) S 23673 23675 23066 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127649840 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23684] ppid=23673 vsize=1789952 CPUtime=1.5
/proc/23675/task/23684/stat : 23684 (java) S 23673 23675 23066 0 -1 64 4026 0 0 0 149 1 0 0 16 0 13 0 127649840 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23685] ppid=23673 vsize=1789952 CPUtime=1.85
/proc/23675/task/23685/stat : 23685 (java) S 23673 23675 23066 0 -1 64 5607 0 0 0 183 2 0 0 17 0 13 0 127649840 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23686] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23686/stat : 23686 (java) S 23673 23675 23066 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127649840 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23687] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23687/stat : 23687 (java) S 23673 23675 23066 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127649840 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23688] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23688/stat : 23688 (java) S 23673 23675 23066 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 127650073 1832910848 88158 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1737
Current children cumulated vsize (KiB) 1789952

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23689
/proc/meminfo: memFree=1540392/2055920 swapFree=4128392/4192956
[pid=23675] ppid=23673 vsize=1789952 CPUtime=1797.48
/proc/23675/stat : 23675 (java) S 23673 23675 23066 0 -1 0 192158 0 1 0 179542 206 0 0 18 0 13 0 127649830 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 447488 89809 1325 9 0 445100 0
[pid=23675/tid=23677] ppid=23673 vsize=1789952 CPUtime=1764.01
/proc/23675/task/23677/stat : 23677 (java) R 23673 23675 23066 0 -1 64 118206 0 1 0 176336 65 0 0 22 0 13 0 127649831 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109771710 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23678] ppid=23673 vsize=1789952 CPUtime=14.51
/proc/23675/task/23678/stat : 23678 (java) S 23673 23675 23066 0 -1 64 31319 0 0 0 1403 48 0 0 16 0 13 0 127649833 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23679] ppid=23673 vsize=1789952 CPUtime=14.48
/proc/23675/task/23679/stat : 23679 (java) S 23673 23675 23066 0 -1 64 31985 0 0 0 1406 42 0 0 16 0 13 0 127649833 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23680] ppid=23673 vsize=1789952 CPUtime=1.06
/proc/23675/task/23680/stat : 23680 (java) S 23673 23675 23066 0 -1 64 294 0 0 0 62 44 0 0 16 0 13 0 127649835 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23681] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23681/stat : 23681 (java) S 23673 23675 23066 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127649836 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23682] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23682/stat : 23682 (java) S 23673 23675 23066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127649836 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23683] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23683/stat : 23683 (java) S 23673 23675 23066 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127649840 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23684] ppid=23673 vsize=1789952 CPUtime=1.5
/proc/23675/task/23684/stat : 23684 (java) S 23673 23675 23066 0 -1 64 4026 0 0 0 149 1 0 0 16 0 13 0 127649840 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23685] ppid=23673 vsize=1789952 CPUtime=1.85
/proc/23675/task/23685/stat : 23685 (java) S 23673 23675 23066 0 -1 64 5607 0 0 0 183 2 0 0 17 0 13 0 127649840 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23686] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23686/stat : 23686 (java) S 23673 23675 23066 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127649840 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23687] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23687/stat : 23687 (java) S 23673 23675 23066 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127649840 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23688] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23688/stat : 23688 (java) S 23673 23675 23066 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 127650073 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1797.48
Current children cumulated vsize (KiB) 1789952



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 23689
/proc/meminfo: memFree=1540392/2055920 swapFree=4128392/4192956
[pid=23675] ppid=23673 vsize=1789952 CPUtime=1800
/proc/23675/stat : 23675 (java) S 23673 23675 23066 0 -1 0 192164 0 1 0 179794 206 0 0 18 0 13 0 127649830 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23675/statm: 447488 89809 1325 9 0 445100 0
[pid=23675/tid=23677] ppid=23673 vsize=1789952 CPUtime=1766.49
/proc/23675/task/23677/stat : 23677 (java) R 23673 23675 23066 0 -1 64 118212 0 1 0 176584 65 0 0 25 0 13 0 127649831 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109771595 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23678] ppid=23673 vsize=1789952 CPUtime=14.53
/proc/23675/task/23678/stat : 23678 (java) S 23673 23675 23066 0 -1 64 31319 0 0 0 1405 48 0 0 16 0 13 0 127649833 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23679] ppid=23673 vsize=1789952 CPUtime=14.5
/proc/23675/task/23679/stat : 23679 (java) S 23673 23675 23066 0 -1 64 31985 0 0 0 1408 42 0 0 16 0 13 0 127649833 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23680] ppid=23673 vsize=1789952 CPUtime=1.07
/proc/23675/task/23680/stat : 23680 (java) S 23673 23675 23066 0 -1 64 294 0 0 0 63 44 0 0 15 0 13 0 127649835 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23675/tid=23681] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23681/stat : 23681 (java) S 23673 23675 23066 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 127649836 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23682] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23682/stat : 23682 (java) S 23673 23675 23066 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127649836 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23683] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23683/stat : 23683 (java) S 23673 23675 23066 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127649840 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23684] ppid=23673 vsize=1789952 CPUtime=1.5
/proc/23675/task/23684/stat : 23684 (java) S 23673 23675 23066 0 -1 64 4026 0 0 0 149 1 0 0 16 0 13 0 127649840 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23685] ppid=23673 vsize=1789952 CPUtime=1.85
/proc/23675/task/23685/stat : 23685 (java) S 23673 23675 23066 0 -1 64 5607 0 0 0 183 2 0 0 17 0 13 0 127649840 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23686] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23686/stat : 23686 (java) S 23673 23675 23066 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127649840 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23687] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23687/stat : 23687 (java) S 23673 23675 23066 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127649840 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23675/tid=23688] ppid=23673 vsize=1789952 CPUtime=0
/proc/23675/task/23688/stat : 23688 (java) S 23673 23675 23066 0 -1 64 4 0 0 0 0 0 0 0 20 0 13 0 127650073 1832910848 89809 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 1789952

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

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

Child status: 143
Real time (s): 1784.88
CPU time (s): 1800.09
CPU user time (s): 1797.96
CPU system time (s): 2.12968
CPU usage (%): 100.852
Max. virtual memory (cumulated for all children) (KiB): 1790564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.96
system time used= 2.12968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192184
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= 78992
involuntary context switches= 60210

runsolver used 2.09368 second user time and 5.60815 second system time

The end

Launcher Data (download as text)

Begin job on node13 on Tue Apr 17 08:08:40 UTC 2007

IDJOB= 350150
IDBENCH= 2999
IDSOLVER= 160
FILE ID= node13/350150-1176797320

PBS_JOBID= 4580877

Free space on /tmp= 66427 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=180-sizeP=91-sizeQ=180-780825197-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350150-1176797320/sat4jPseudoCP.jar /tmp/evaluation/350150-1176797320/instance-350150-1176797320.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node13/watcher-350150-1176797320 -o ROOT/results/node13/solver-350150-1176797320 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350150-1176797320/sat4jPseudoCP.jar /tmp/evaluation/350150-1176797320/instance-350150-1176797320.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  d31ef469fa2ed9fa9c3063355dbaf7b5

RANDOM SEED= 973805339

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node13.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.259
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.259
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:       1897944 kB
Buffers:         11116 kB
Cached:          57324 kB
SwapCached:      43964 kB
Active:          57940 kB
Inactive:        66920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897944 kB
SwapTotal:     4192956 kB
SwapFree:      4127900 kB
Dirty:            5744 kB
Writeback:           0 kB
Mapped:          33356 kB
Slab:            18560 kB
Committed_AS:  6519984 kB
PageTables:       1872 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= 66427 MiB

End job on node13 on Tue Apr 17 08:38:27 UTC 2007