Trace number 350124

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.28 1794.64

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=420-sizeP=211-sizeQ=420-802270006-max.opb
MD5SUM9af4cec1a3de729e6d2b359a17678fc7
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 variables89251
Total number of constraints265861
Number of constraints which are clauses265860
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 constraint88620
Number of terms in the objective function 211
Biggest coefficient in the objective function 1645504557321206042154969182557350504982735865633579863348609024
Number of bits for the biggest coefficient in the objective function 211
Sum of the numbers in the objective function 3291009114642412084309938365114701009965471731267159726697218047
Number of bits of the sum of numbers in the objective function 211
Biggest number in a constraint 2227754207823337509102134573095845373483021732054960903603121346630505452738612005129840239901060253798165190221481644194672219102234100585084307285020612396607419274589973120157653414182912
Number of bits of the biggest number in a constraint 630
Biggest sum of numbers in a constraint 8911016831293350036408538292383381493932086928219843614412485386260498644612268667133724011390101656086782377029608255490932025454511314090929376002563120558209056959186693543806592147551031
Number of bits of the biggest sum of numbers631
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
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=1.5 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/350124-1176794927/instance-350124-1176794927.opb
0.20/0.21	c reading problem ... 
10.72/8.75	c ... done. Wall clock time 8.544s.
10.72/8.75	c CPU time (experimental) 7.5s.
10.72/8.75	c #vars     89251
10.72/8.75	c #constraints  265862
1800.04/1794.41	c starts		: 9
1800.04/1794.41	c conflicts		: 5961
1800.04/1794.41	c decisions		: 13141
1800.04/1794.41	c propagations		: 2212242
1800.04/1794.41	c inspects		: 13972336
1800.04/1794.41	c learnt literals	: 0
1800.04/1794.41	c learnt binary clauses	: 0
1800.04/1794.41	c learnt ternary clauses	: 0
1800.04/1794.41	c learnt clauses	: 5961
1800.04/1794.41	c root simplifications	: 0
1800.04/1794.41	c removed literals (reason simplification)	: 0
1800.04/1794.41	c reason swapping (by a shorter reason)	: 0
1800.04/1794.41	c Calls to reduceDB	: 0
1800.04/1794.41	c speed (decisions/second)	: 7.359496948897391
1800.04/1794.41	c non guided choices	188
1800.04/1794.41	s UNKNOWN
1800.04/1794.41	c Total wall clock time (ms): 1794.208

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/node23/watcher-350124-1176794927 -o ROOT/results/node23/solver-350124-1176794927 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350124-1176794927/sat4jPseudoResolution.jar /tmp/evaluation/350124-1176794927/instance-350124-1176794927.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 25617
/proc/meminfo: memFree=1518096/2055920 swapFree=4169224/4192956
[pid=25617] ppid=25615 vsize=18568 CPUtime=0
/proc/25617/stat : 25617 (runsolver) R 25615 25617 25060 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 127409816 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 238487661863 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/25617/statm: 4642 292 257 24 0 2626 0

[startup+0.054367 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 25617
/proc/meminfo: memFree=1518096/2055920 swapFree=4169224/4192956
[pid=25617] ppid=25615 vsize=1777060 CPUtime=0.03
/proc/25617/stat : 25617 (java) S 25615 25617 25060 0 -1 0 3503 0 1 0 2 1 0 0 18 0 5 0 127409816 1819709440 3248 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 0 0 0
/proc/25617/statm: 444265 3248 1042 9 0 441901 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777060

[startup+0.10138 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 25617
/proc/meminfo: memFree=1518096/2055920 swapFree=4169224/4192956
[pid=25617] ppid=25615 vsize=1780108 CPUtime=0.08
/proc/25617/stat : 25617 (java) S 25615 25617 25060 0 -1 0 3961 0 1 0 6 2 0 0 18 0 12 0 127409816 1822830592 3703 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25617/statm: 445027 3703 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301414 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 25617
/proc/meminfo: memFree=1518096/2055920 swapFree=4169224/4192956
[pid=25617] ppid=25615 vsize=1782012 CPUtime=0.33
/proc/25617/stat : 25617 (java) S 25615 25617 25060 0 -1 0 5850 0 1 0 30 3 0 0 18 0 12 0 127409816 1824780288 5586 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25617/statm: 445503 5586 1262 9 0 443115 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1782012

[startup+0.701492 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 25617
/proc/meminfo: memFree=1518096/2055920 swapFree=4169224/4192956
[pid=25617] ppid=25615 vsize=1783664 CPUtime=0.94
/proc/25617/stat : 25617 (java) S 25615 25617 25060 0 -1 0 7822 0 1 0 90 4 0 0 18 0 12 0 127409816 1826471936 7299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25617/statm: 445916 7299 1301 9 0 443528 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 1783664

[startup+1.50264 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 25629
/proc/meminfo: memFree=1484336/2055920 swapFree=4169224/4192956
[pid=25617] ppid=25615 vsize=1785948 CPUtime=2.06
/proc/25617/stat : 25617 (java) S 25615 25617 25060 0 -1 0 20168 0 1 0 197 9 0 0 18 0 12 0 127409816 1828810752 18660 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25617/statm: 446487 18661 1301 9 0 444099 0
[pid=25617/tid=25619] ppid=25615 vsize=1785948 CPUtime=1.1
/proc/25617/task/25619/stat : 25619 (java) R 25615 25617 25060 0 -1 64 16784 0 1 0 102 8 0 0 19 0 12 0 127409817 1828810752 18662 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109509647 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25620] ppid=25615 vsize=1785948 CPUtime=0
/proc/25617/task/25620/stat : 25620 (java) S 25615 25617 25060 0 -1 64 2 0 0 0 0 0 0 0 20 0 12 0 127409819 1828810752 18663 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25621] ppid=25615 vsize=1785948 CPUtime=0
/proc/25617/task/25621/stat : 25621 (java) S 25615 25617 25060 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 127409819 1828810752 18664 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25622] ppid=25615 vsize=1785948 CPUtime=0
/proc/25617/task/25622/stat : 25622 (java) S 25615 25617 25060 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 127409821 1828810752 18665 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25623] ppid=25615 vsize=1785948 CPUtime=0
/proc/25617/task/25623/stat : 25623 (java) S 25615 25617 25060 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 127409822 1828810752 18666 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25624] ppid=25615 vsize=1785948 CPUtime=0
/proc/25617/task/25624/stat : 25624 (java) S 25615 25617 25060 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 127409822 1828810752 18667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25625] ppid=25615 vsize=1785948 CPUtime=0
/proc/25617/task/25625/stat : 25625 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127409825 1828810752 18668 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25626] ppid=25615 vsize=1785948 CPUtime=0.48
/proc/25617/task/25626/stat : 25626 (java) S 25615 25617 25060 0 -1 64 1274 0 0 0 48 0 0 0 15 0 12 0 127409825 1828810752 18669 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25627] ppid=25615 vsize=1785948 CPUtime=0.45
/proc/25617/task/25627/stat : 25627 (java) S 25615 25617 25060 0 -1 64 1394 0 0 0 45 0 0 0 17 0 12 0 127409825 1828810752 18670 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25628] ppid=25615 vsize=1785948 CPUtime=0
/proc/25617/task/25628/stat : 25628 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127409825 1828810752 18671 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25629] ppid=25615 vsize=1785948 CPUtime=0
/proc/25617/task/25629/stat : 25629 (java) S 25615 25617 25060 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127409826 1828810752 18672 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 1785948

[startup+3.10295 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 25629
/proc/meminfo: memFree=1384176/2055920 swapFree=4169224/4192956
[pid=25617] ppid=25615 vsize=1786436 CPUtime=3.74
/proc/25617/stat : 25617 (java) S 25615 25617 25060 0 -1 0 44041 0 1 0 351 23 0 0 18 0 12 0 127409816 1829310464 42508 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25617/statm: 446609 42508 1310 9 0 444221 0
[pid=25617/tid=25619] ppid=25615 vsize=1786436 CPUtime=2.62
/proc/25617/task/25619/stat : 25619 (java) R 25615 25617 25060 0 -1 64 37672 0 1 0 242 20 0 0 23 0 12 0 127409817 1829310464 42508 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109522964 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25620] ppid=25615 vsize=1786436 CPUtime=0.07
/proc/25617/task/25620/stat : 25620 (java) S 25615 25617 25060 0 -1 64 1514 0 0 0 7 0 0 0 16 0 12 0 127409819 1829310464 42508 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25621] ppid=25615 vsize=1786436 CPUtime=0.07
/proc/25617/task/25621/stat : 25621 (java) S 25615 25617 25060 0 -1 64 1463 0 0 0 7 0 0 0 17 0 12 0 127409819 1829310464 42508 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25622] ppid=25615 vsize=1786436 CPUtime=0
/proc/25617/task/25622/stat : 25622 (java) S 25615 25617 25060 0 -1 64 7 0 0 0 0 0 0 0 15 0 12 0 127409821 1829310464 42508 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25623] ppid=25615 vsize=1786436 CPUtime=0
/proc/25617/task/25623/stat : 25623 (java) S 25615 25617 25060 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127409822 1829310464 42508 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25624] ppid=25615 vsize=1786436 CPUtime=0
/proc/25617/task/25624/stat : 25624 (java) S 25615 25617 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127409822 1829310464 42508 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25625] ppid=25615 vsize=1786436 CPUtime=0
/proc/25617/task/25625/stat : 25625 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127409825 1829310464 42508 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25626] ppid=25615 vsize=1786436 CPUtime=0.48
/proc/25617/task/25626/stat : 25626 (java) S 25615 25617 25060 0 -1 64 1274 0 0 0 48 0 0 0 15 0 12 0 127409825 1829310464 42508 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25627] ppid=25615 vsize=1786436 CPUtime=0.45
/proc/25617/task/25627/stat : 25627 (java) S 25615 25617 25060 0 -1 64 1394 0 0 0 45 0 0 0 17 0 12 0 127409825 1829310464 42508 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25628] ppid=25615 vsize=1786436 CPUtime=0
/proc/25617/task/25628/stat : 25628 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127409825 1829310464 42508 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25629] ppid=25615 vsize=1786436 CPUtime=0
/proc/25617/task/25629/stat : 25629 (java) S 25615 25617 25060 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127409826 1829310464 42508 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 1786436

[startup+6.30258 s]
/proc/loadavg: 0.93 0.98 0.99 2/89 25629
/proc/meminfo: memFree=1314352/2055920 swapFree=4169224/4192956
[pid=25617] ppid=25615 vsize=1788388 CPUtime=7.51
/proc/25617/stat : 25617 (java) S 25615 25617 25060 0 -1 0 56292 0 1 0 721 30 0 0 18 0 12 0 127409816 1831309312 53749 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25617/statm: 447097 53751 1310 9 0 444709 0
[pid=25617/tid=25619] ppid=25615 vsize=1788388 CPUtime=5.25
/proc/25617/task/25619/stat : 25619 (java) S 25615 25617 25060 0 -1 64 37676 0 1 0 504 21 0 0 25 0 12 0 127409817 1831309312 53752 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25620] ppid=25615 vsize=1788388 CPUtime=0.64
/proc/25617/task/25620/stat : 25620 (java) R 25615 25617 25060 0 -1 64 8234 0 0 0 60 4 0 0 18 0 12 0 127409819 1831309312 53753 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 103370497 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25621] ppid=25615 vsize=1788388 CPUtime=0.64
/proc/25617/task/25621/stat : 25621 (java) R 25615 25617 25060 0 -1 64 6992 0 0 0 61 3 0 0 18 0 12 0 127409819 1831309312 53755 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 105369140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25622] ppid=25615 vsize=1788388 CPUtime=0
/proc/25617/task/25622/stat : 25622 (java) S 25615 25617 25060 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127409821 1831309312 53756 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25623] ppid=25615 vsize=1788388 CPUtime=0
/proc/25617/task/25623/stat : 25623 (java) S 25615 25617 25060 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 127409822 1831309312 53757 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25624] ppid=25615 vsize=1788388 CPUtime=0
/proc/25617/task/25624/stat : 25624 (java) S 25615 25617 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 127409822 1831309312 53758 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25625] ppid=25615 vsize=1788388 CPUtime=0
/proc/25617/task/25625/stat : 25625 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127409825 1831309312 53760 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25626] ppid=25615 vsize=1788388 CPUtime=0.48
/proc/25617/task/25626/stat : 25626 (java) S 25615 25617 25060 0 -1 64 1274 0 0 0 48 0 0 0 15 0 12 0 127409825 1831309312 53761 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25627] ppid=25615 vsize=1788388 CPUtime=0.46
/proc/25617/task/25627/stat : 25627 (java) S 25615 25617 25060 0 -1 64 1394 0 0 0 46 0 0 0 16 0 12 0 127409825 1831309312 53763 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25628] ppid=25615 vsize=1788388 CPUtime=0
/proc/25617/task/25628/stat : 25628 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 127409825 1831309312 53764 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25629] ppid=25615 vsize=1788388 CPUtime=0
/proc/25617/task/25629/stat : 25629 (java) S 25615 25617 25060 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 127409826 1831309312 53765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 1788388

[startup+12.7028 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 25630
/proc/meminfo: memFree=1266920/2055920 swapFree=4169224/4192956
[pid=25617] ppid=25615 vsize=1797956 CPUtime=15.41
/proc/25617/stat : 25617 (java) S 25615 25617 25060 0 -1 0 70888 0 1 0 1503 38 0 0 18 0 13 0 127409816 1841106944 63765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25617/statm: 449489 63765 1326 9 0 447101 0
[pid=25617/tid=25619] ppid=25615 vsize=1797956 CPUtime=10.91
/proc/25617/task/25619/stat : 25619 (java) R 25615 25617 25060 0 -1 64 37718 0 1 0 1069 22 0 0 25 0 13 0 127409817 1841106944 63765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109951927 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25620] ppid=25615 vsize=1797956 CPUtime=1.14
/proc/25617/task/25620/stat : 25620 (java) S 25615 25617 25060 0 -1 64 13148 0 0 0 108 6 0 0 16 0 13 0 127409819 1841106944 63765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25621] ppid=25615 vsize=1797956 CPUtime=1.13
/proc/25617/task/25621/stat : 25621 (java) S 25615 25617 25060 0 -1 64 11983 0 0 0 108 5 0 0 16 0 13 0 127409819 1841106944 63765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25622] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25622/stat : 25622 (java) S 25615 25617 25060 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127409821 1841106944 63765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25623] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25623/stat : 25623 (java) S 25615 25617 25060 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127409822 1841106944 63765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25624] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25624/stat : 25624 (java) S 25615 25617 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127409822 1841106944 63765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25625] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25625/stat : 25625 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127409825 1841106944 63765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25626] ppid=25615 vsize=1797956 CPUtime=1.38
/proc/25617/task/25626/stat : 25626 (java) S 25615 25617 25060 0 -1 64 5881 0 0 0 136 2 0 0 16 0 13 0 127409825 1841106944 63765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25627] ppid=25615 vsize=1797956 CPUtime=0.8
/proc/25617/task/25627/stat : 25627 (java) S 25615 25617 25060 0 -1 64 1425 0 0 0 80 0 0 0 16 0 13 0 127409825 1841106944 63765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25628] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25628/stat : 25628 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127409825 1841106944 63765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25629] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25629/stat : 25629 (java) S 25615 25617 25060 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127409826 1841106944 63765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25630] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25630/stat : 25630 (java) S 25615 25617 25060 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 127410704 1841106944 63765 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.41
Current children cumulated vsize (KiB) 1797956

[startup+25.5013 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 25630
/proc/meminfo: memFree=1267368/2055920 swapFree=4169224/4192956
[pid=25617] ppid=25615 vsize=1797956 CPUtime=28.23
/proc/25617/stat : 25617 (java) S 25615 25617 25060 0 -1 0 70892 0 1 0 2785 38 0 0 18 0 13 0 127409816 1841106944 63768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25617/statm: 449489 63768 1326 9 0 447101 0
[pid=25617/tid=25619] ppid=25615 vsize=1797956 CPUtime=23.69
/proc/25617/task/25619/stat : 25619 (java) R 25615 25617 25060 0 -1 64 37719 0 1 0 2347 22 0 0 25 0 13 0 127409817 1841106944 63768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109953471 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25620] ppid=25615 vsize=1797956 CPUtime=1.14
/proc/25617/task/25620/stat : 25620 (java) S 25615 25617 25060 0 -1 64 13148 0 0 0 108 6 0 0 16 0 13 0 127409819 1841106944 63768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25621] ppid=25615 vsize=1797956 CPUtime=1.13
/proc/25617/task/25621/stat : 25621 (java) S 25615 25617 25060 0 -1 64 11983 0 0 0 108 5 0 0 16 0 13 0 127409819 1841106944 63768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25622] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25622/stat : 25622 (java) S 25615 25617 25060 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127409821 1841106944 63768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25623] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25623/stat : 25623 (java) S 25615 25617 25060 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127409822 1841106944 63768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25624] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25624/stat : 25624 (java) S 25615 25617 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127409822 1841106944 63768 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=25617/tid=25622] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25622/stat : 25622 (java) S 25615 25617 25060 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 127409821 1841106944 314667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25623] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25623/stat : 25623 (java) S 25615 25617 25060 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127409822 1841106944 314667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25624] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25624/stat : 25624 (java) S 25615 25617 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127409822 1841106944 314667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25625] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25625/stat : 25625 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127409825 1841106944 314667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25626] ppid=25615 vsize=1797956 CPUtime=1.57
/proc/25617/task/25626/stat : 25626 (java) S 25615 25617 25060 0 -1 64 5909 0 0 0 155 2 0 0 17 0 13 0 127409825 1841106944 314667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25627] ppid=25615 vsize=1797956 CPUtime=1.05
/proc/25617/task/25627/stat : 25627 (java) S 25615 25617 25060 0 -1 64 2139 0 0 0 104 1 0 0 16 0 13 0 127409825 1841106944 314667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25628] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25628/stat : 25628 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127409825 1841106944 314667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25629] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25629/stat : 25629 (java) S 25615 25617 25060 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127409826 1841106944 314667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25630] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25630/stat : 25630 (java) S 25615 25617 25060 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 127410704 1841106944 314667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1607.76
Current children cumulated vsize (KiB) 1797956

[startup+1662.3 s]
/proc/loadavg: 1.07 1.08 1.01 2/90 25632
/proc/meminfo: memFree=241768/2055920 swapFree=4169224/4192956
[pid=25617] ppid=25615 vsize=1797956 CPUtime=1667.8
/proc/25617/stat : 25617 (java) S 25615 25617 25060 0 -1 0 335459 0 1 0 166560 220 0 0 18 0 13 0 127409816 1841106944 319587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25617/statm: 449489 319587 1328 9 0 447101 0
[pid=25617/tid=25619] ppid=25615 vsize=1797956 CPUtime=1656.68
/proc/25617/task/25619/stat : 25619 (java) R 25615 25617 25060 0 -1 64 37760 0 1 0 165631 37 0 0 25 0 13 0 127409817 1841106944 319587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528492 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25620] ppid=25615 vsize=1797956 CPUtime=4.22
/proc/25617/task/25620/stat : 25620 (java) S 25615 25617 25060 0 -1 64 129106 0 0 0 341 81 0 0 16 0 13 0 127409819 1841106944 319587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25621] ppid=25615 vsize=1797956 CPUtime=4.22
/proc/25617/task/25621/stat : 25621 (java) S 25615 25617 25060 0 -1 64 159811 0 0 0 326 96 0 0 17 0 13 0 127409819 1841106944 319587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25622] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25622/stat : 25622 (java) S 25615 25617 25060 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 127409821 1841106944 319587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25623] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25623/stat : 25623 (java) S 25615 25617 25060 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127409822 1841106944 319587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25624] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25624/stat : 25624 (java) S 25615 25617 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127409822 1841106944 319587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25625] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25625/stat : 25625 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127409825 1841106944 319587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25626] ppid=25615 vsize=1797956 CPUtime=1.57
/proc/25617/task/25626/stat : 25626 (java) S 25615 25617 25060 0 -1 64 5909 0 0 0 155 2 0 0 17 0 13 0 127409825 1841106944 319587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25627] ppid=25615 vsize=1797956 CPUtime=1.05
/proc/25617/task/25627/stat : 25627 (java) S 25615 25617 25060 0 -1 64 2139 0 0 0 104 1 0 0 16 0 13 0 127409825 1841106944 319587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25628] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25628/stat : 25628 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127409825 1841106944 319587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25629] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25629/stat : 25629 (java) S 25615 25617 25060 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127409826 1841106944 319587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25630] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25630/stat : 25630 (java) S 25615 25617 25060 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 127410704 1841106944 319587 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1667.8
Current children cumulated vsize (KiB) 1797956

[startup+1722.3 s]
/proc/loadavg: 1.21 1.11 1.02 2/90 25632
/proc/meminfo: memFree=222632/2055920 swapFree=4169224/4192956
[pid=25617] ppid=25615 vsize=1797956 CPUtime=1727.84
/proc/25617/stat : 25617 (java) S 25615 25617 25060 0 -1 0 341055 0 1 0 172560 224 0 0 18 0 13 0 127409816 1841106944 324346 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25617/statm: 449489 324346 1328 9 0 447101 0
[pid=25617/tid=25619] ppid=25615 vsize=1797956 CPUtime=1716.59
/proc/25617/task/25619/stat : 25619 (java) R 25615 25617 25060 0 -1 64 37761 0 1 0 171622 37 0 0 25 0 13 0 127409817 1841106944 324346 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109952243 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25620] ppid=25615 vsize=1797956 CPUtime=4.28
/proc/25617/task/25620/stat : 25620 (java) S 25615 25617 25060 0 -1 64 131691 0 0 0 345 83 0 0 17 0 13 0 127409819 1841106944 324346 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25621] ppid=25615 vsize=1797956 CPUtime=4.28
/proc/25617/task/25621/stat : 25621 (java) S 25615 25617 25060 0 -1 64 162821 0 0 0 330 98 0 0 17 0 13 0 127409819 1841106944 324346 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25622] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25622/stat : 25622 (java) S 25615 25617 25060 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 127409821 1841106944 324346 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25623] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25623/stat : 25623 (java) S 25615 25617 25060 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127409822 1841106944 324346 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25624] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25624/stat : 25624 (java) S 25615 25617 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127409822 1841106944 324346 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25625] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25625/stat : 25625 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127409825 1841106944 324346 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25626] ppid=25615 vsize=1797956 CPUtime=1.57
/proc/25617/task/25626/stat : 25626 (java) S 25615 25617 25060 0 -1 64 5909 0 0 0 155 2 0 0 17 0 13 0 127409825 1841106944 324346 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25627] ppid=25615 vsize=1797956 CPUtime=1.05
/proc/25617/task/25627/stat : 25627 (java) S 25615 25617 25060 0 -1 64 2139 0 0 0 104 1 0 0 16 0 13 0 127409825 1841106944 324346 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25628] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25628/stat : 25628 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127409825 1841106944 324346 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25629] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25629/stat : 25629 (java) S 25615 25617 25060 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127409826 1841106944 324346 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25630] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25630/stat : 25630 (java) S 25615 25617 25060 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 127410704 1841106944 324346 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1727.84
Current children cumulated vsize (KiB) 1797956

[startup+1782.3 s]
/proc/loadavg: 1.33 1.17 1.05 2/90 25632
/proc/meminfo: memFree=185448/2055920 swapFree=4169224/4192956
[pid=25617] ppid=25615 vsize=1797956 CPUtime=1787.94
/proc/25617/stat : 25617 (java) S 25615 25617 25060 0 -1 0 352133 0 1 0 178562 232 0 0 18 0 13 0 127409816 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25617/statm: 449489 333622 1328 9 0 447101 0
[pid=25617/tid=25619] ppid=25615 vsize=1797956 CPUtime=1776.45
/proc/25617/task/25619/stat : 25619 (java) R 25615 25617 25060 0 -1 64 37763 0 1 0 177607 38 0 0 25 0 13 0 127409817 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109952226 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25620] ppid=25615 vsize=1797956 CPUtime=4.41
/proc/25617/task/25620/stat : 25620 (java) S 25615 25617 25060 0 -1 64 136590 0 0 0 355 86 0 0 17 0 13 0 127409819 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25621] ppid=25615 vsize=1797956 CPUtime=4.4
/proc/25617/task/25621/stat : 25621 (java) S 25615 25617 25060 0 -1 64 168998 0 0 0 338 102 0 0 17 0 13 0 127409819 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25622] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25622/stat : 25622 (java) S 25615 25617 25060 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 127409821 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25623] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25623/stat : 25623 (java) S 25615 25617 25060 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127409822 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25624] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25624/stat : 25624 (java) S 25615 25617 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127409822 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25625] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25625/stat : 25625 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127409825 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25626] ppid=25615 vsize=1797956 CPUtime=1.57
/proc/25617/task/25626/stat : 25626 (java) S 25615 25617 25060 0 -1 64 5909 0 0 0 155 2 0 0 17 0 13 0 127409825 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25627] ppid=25615 vsize=1797956 CPUtime=1.05
/proc/25617/task/25627/stat : 25627 (java) S 25615 25617 25060 0 -1 64 2139 0 0 0 104 1 0 0 16 0 13 0 127409825 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25628] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25628/stat : 25628 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127409825 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25629] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25629/stat : 25629 (java) S 25615 25617 25060 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127409826 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25630] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25630/stat : 25630 (java) S 25615 25617 25060 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 127410704 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1787.94
Current children cumulated vsize (KiB) 1797956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.4 s]
/proc/loadavg: 1.32 1.18 1.05 2/90 25632
/proc/meminfo: memFree=185448/2055920 swapFree=4169224/4192956
[pid=25617] ppid=25615 vsize=1797956 CPUtime=1800.04
/proc/25617/stat : 25617 (java) S 25615 25617 25060 0 -1 0 352133 0 1 0 179772 232 0 0 18 0 13 0 127409816 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25617/statm: 449489 333622 1328 9 0 447101 0
[pid=25617/tid=25619] ppid=25615 vsize=1797956 CPUtime=1788.55
/proc/25617/task/25619/stat : 25619 (java) R 25615 25617 25060 0 -1 64 37763 0 1 0 178817 38 0 0 25 0 13 0 127409817 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109528492 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25620] ppid=25615 vsize=1797956 CPUtime=4.41
/proc/25617/task/25620/stat : 25620 (java) S 25615 25617 25060 0 -1 64 136590 0 0 0 355 86 0 0 17 0 13 0 127409819 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25621] ppid=25615 vsize=1797956 CPUtime=4.4
/proc/25617/task/25621/stat : 25621 (java) S 25615 25617 25060 0 -1 64 168998 0 0 0 338 102 0 0 17 0 13 0 127409819 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25622] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25622/stat : 25622 (java) S 25615 25617 25060 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 127409821 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25623] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25623/stat : 25623 (java) S 25615 25617 25060 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127409822 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25624] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25624/stat : 25624 (java) S 25615 25617 25060 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127409822 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25625] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25625/stat : 25625 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127409825 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25626] ppid=25615 vsize=1797956 CPUtime=1.57
/proc/25617/task/25626/stat : 25626 (java) S 25615 25617 25060 0 -1 64 5909 0 0 0 155 2 0 0 17 0 13 0 127409825 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=25617/tid=25627] ppid=25615 vsize=1797956 CPUtime=1.05
/proc/25617/task/25627/stat : 25627 (java) S 25615 25617 25060 0 -1 64 2139 0 0 0 104 1 0 0 16 0 13 0 127409825 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25628] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25628/stat : 25628 (java) S 25615 25617 25060 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 127409825 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25629] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25629/stat : 25629 (java) S 25615 25617 25060 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 127409826 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25617/tid=25630] ppid=25615 vsize=1797956 CPUtime=0
/proc/25617/task/25630/stat : 25630 (java) S 25615 25617 25060 0 -1 64 5 0 0 0 0 0 0 0 25 0 13 0 127410704 1841106944 333622 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1797956

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

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

[startup+1794.6 s]
/proc/loadavg: 1.32 1.18 1.05 2/90 25632
/proc/meminfo: memFree=185448/2055920 swapFree=4169224/4192956
[pid=25617] ppid=25615 vsize=0 CPUtime=1800.23
/proc/25617/stat : 25617 (java) Z 25615 25617 25060 0 -1 1036 352152 0 1 0 179776 247 0 0 16 0 2 0 127409816 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25617/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.64
CPU time (s): 1800.28
CPU user time (s): 1797.76
CPU system time (s): 2.51262
CPU usage (%): 100.314
Max. virtual memory (cumulated for all children) (KiB): 1799044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.76
system time used= 2.51262
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 352152
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= 37282
involuntary context switches= 37315

runsolver used 1.9677 second user time and 4.5963 second system time

The end

Launcher Data (download as text)

Begin job on node23 on Tue Apr 17 07:28:47 UTC 2007

IDJOB= 350124
IDBENCH= 2988
IDSOLVER= 159
FILE ID= node23/350124-1176794927

PBS_JOBID= 4580863

Free space on /tmp= 66524 MiB

SOLVER NAME= SAT4JPseudoResolution 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=420-sizeP=211-sizeQ=420-802270006-max.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350124-1176794927/sat4jPseudoResolution.jar /tmp/evaluation/350124-1176794927/instance-350124-1176794927.opb           
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node23/watcher-350124-1176794927 -o ROOT/results/node23/solver-350124-1176794927 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350124-1176794927/sat4jPseudoResolution.jar /tmp/evaluation/350124-1176794927/instance-350124-1176794927.opb           

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9af4cec1a3de729e6d2b359a17678fc7

RANDOM SEED= 690016403

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node23.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.276
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.276
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:       1518504 kB
Buffers:         48176 kB
Cached:         393628 kB
SwapCached:       2644 kB
Active:         273616 kB
Inactive:       194560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1518504 kB
SwapTotal:     4192956 kB
SwapFree:      4169224 kB
Dirty:           19764 kB
Writeback:           0 kB
Mapped:          33884 kB
Slab:            54748 kB
Committed_AS:  2393676 kB
PageTables:       1804 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= 66524 MiB

End job on node23 on Tue Apr 17 07:58:43 UTC 2007