Trace number 350217

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
sat4jPseudoCPClause 2007-03-23? (TO) 1800.14 1792.56

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-510733673-max.opb
MD5SUM9e60200cb127c02542a69a69c594f660
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 variables106951
Total number of constraints318781
Number of constraints which are clauses318780
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 constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806116436559522729154650984843832920045401539706695598567047484917734073472225003787287432253368951530392938530295691567089778039848062225499498
Number of bits of the biggest sum of numbers691
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	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
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 Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/350217-1176807529/instance-350217-1176807529.opb
0.20/0.20	c reading problem ... 
12.49/10.53	c ... done. Wall clock time 10.312s.
12.49/10.53	c CPU time (experimental) 8.75s.
12.49/10.53	c #vars     106951
12.49/10.53	c #constraints  318782
1800.07/1792.51	c starts		: 1
1800.07/1792.51	c conflicts		: 1
1800.07/1792.51	c decisions		: 233
1800.07/1792.51	c propagations		: 54055
1800.07/1792.51	c inspects		: 187340
1800.07/1792.51	c learnt literals	: 0
1800.07/1792.51	c learnt binary clauses	: 0
1800.07/1792.51	c learnt ternary clauses	: 0
1800.07/1792.51	c learnt clauses	: 0
1800.07/1792.51	c root simplifications	: 0
1800.07/1792.51	c removed literals (reason simplification)	: 0
1800.07/1792.51	c reason swapping (by a shorter reason)	: 0
1800.07/1792.51	c Calls to reduceDB	: 0
1800.07/1792.51	c speed (decisions/second)	: 0.1307582011487641
1800.07/1792.51	c non guided choices	2
1800.07/1792.51	s UNKNOWN
1800.07/1792.51	c Total wall clock time (ms): 1792.311

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/node19/watcher-350217-1176807529 -o ROOT/results/node19/solver-350217-1176807529 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350217-1176807529/sat4jPseudoCPClause.jar /tmp/evaluation/350217-1176807529/instance-350217-1176807529.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 7564
/proc/meminfo: memFree=1537984/2055920 swapFree=4159444/4192956
[pid=7564] ppid=7562 vsize=18568 CPUtime=0
/proc/7564/stat : 7564 (runsolver) R 7562 7564 6766 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 128670350 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 255236566311 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/7564/statm: 4642 292 257 24 0 2626 0

[startup+0.093004 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 7564
/proc/meminfo: memFree=1537984/2055920 swapFree=4159444/4192956
[pid=7564] ppid=7562 vsize=1777844 CPUtime=0.07
/proc/7564/stat : 7564 (java) S 7562 7564 6766 0 -1 0 3866 0 1 0 6 1 0 0 19 0 7 0 128670350 1820512256 3609 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/7564/statm: 444461 3609 1092 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101002 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 7564
/proc/meminfo: memFree=1537984/2055920 swapFree=4159444/4192956
[pid=7564] ppid=7562 vsize=1780112 CPUtime=0.08
/proc/7564/stat : 7564 (java) S 7562 7564 6766 0 -1 0 3964 0 1 0 6 2 0 0 19 0 12 0 128670350 1822834688 3706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7564/statm: 445028 3706 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.302022 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 7564
/proc/meminfo: memFree=1537984/2055920 swapFree=4159444/4192956
[pid=7564] ppid=7562 vsize=1782584 CPUtime=0.35
/proc/7564/stat : 7564 (java) S 7562 7564 6766 0 -1 0 6084 0 1 0 32 3 0 0 19 0 12 0 128670350 1825366016 5823 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7564/statm: 445646 5823 1265 9 0 443257 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1782584

[startup+0.701068 s]
/proc/loadavg: 0.92 0.98 0.99 2/77 7564
/proc/meminfo: memFree=1537984/2055920 swapFree=4159444/4192956
[pid=7564] ppid=7562 vsize=1783268 CPUtime=0.91
/proc/7564/stat : 7564 (java) S 7562 7564 6766 0 -1 0 7690 0 1 0 87 4 0 0 19 0 12 0 128670350 1826066432 7299 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7564/statm: 445817 7299 1301 9 0 443428 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 1783268

[startup+1.50216 s]
/proc/loadavg: 1.01 1.00 1.00 2/89 7576
/proc/meminfo: memFree=1505248/2055920 swapFree=4159444/4192956
[pid=7564] ppid=7562 vsize=1786032 CPUtime=2.05
/proc/7564/stat : 7564 (java) S 7562 7564 6766 0 -1 0 19598 0 1 0 195 10 0 0 19 0 12 0 128670350 1828896768 17776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7564/statm: 446508 17776 1301 9 0 444119 0
[pid=7564/tid=7566] ppid=7562 vsize=1786032 CPUtime=1.05
/proc/7564/task/7566/stat : 7566 (java) R 7562 7564 6766 0 -1 64 15889 0 1 0 98 7 0 0 19 0 12 0 128670352 1828896768 17776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474969 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7567] ppid=7562 vsize=1786032 CPUtime=0
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 6766 0 -1 64 3 0 0 0 0 0 0 0 21 0 12 0 128670353 1828896768 17776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7568] ppid=7562 vsize=1786032 CPUtime=0
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 6766 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 128670353 1828896768 17776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7569] ppid=7562 vsize=1786032 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 6766 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 128670355 1828896768 17776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7570] ppid=7562 vsize=1786032 CPUtime=0
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 6766 0 -1 64 10 0 0 0 0 0 0 0 24 0 12 0 128670356 1828896768 17776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7571] ppid=7562 vsize=1786032 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 6766 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 128670356 1828896768 17776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7572] ppid=7562 vsize=1786032 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 6766 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 128670360 1828896768 17776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7573] ppid=7562 vsize=1786032 CPUtime=0.47
/proc/7564/task/7573/stat : 7573 (java) S 7562 7564 6766 0 -1 64 1237 0 0 0 47 0 0 0 17 0 12 0 128670360 1828896768 17776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7574] ppid=7562 vsize=1786032 CPUtime=0.48
/proc/7564/task/7574/stat : 7574 (java) S 7562 7564 6766 0 -1 64 1752 0 0 0 48 0 0 0 16 0 12 0 128670360 1828896768 17776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7575] ppid=7562 vsize=1786032 CPUtime=0
/proc/7564/task/7575/stat : 7575 (java) S 7562 7564 6766 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128670360 1828896768 17776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7576] ppid=7562 vsize=1786032 CPUtime=0
/proc/7564/task/7576/stat : 7576 (java) S 7562 7564 6766 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128670360 1828896768 17776 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1786032

[startup+3.10232 s]
/proc/loadavg: 1.01 1.00 1.00 2/89 7576
/proc/meminfo: memFree=1404128/2055920 swapFree=4159444/4192956
[pid=7564] ppid=7562 vsize=1786520 CPUtime=3.72
/proc/7564/stat : 7564 (java) S 7562 7564 6766 0 -1 0 44504 0 1 0 350 22 0 0 19 0 12 0 128670350 1829396480 42667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7564/statm: 446630 42667 1310 9 0 444241 0
[pid=7564/tid=7566] ppid=7562 vsize=1786520 CPUtime=2.57
/proc/7564/task/7566/stat : 7566 (java) R 7562 7564 6766 0 -1 64 37695 0 1 0 238 19 0 0 23 0 12 0 128670352 1829396480 42667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=1786520 CPUtime=0.07
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 6766 0 -1 64 1582 0 0 0 7 0 0 0 16 0 12 0 128670353 1829396480 42667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7568] ppid=7562 vsize=1786520 CPUtime=0.07
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 6766 0 -1 64 1512 0 0 0 7 0 0 0 16 0 12 0 128670353 1829396480 42667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=1786520 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 6766 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 128670355 1829396480 42667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7570] ppid=7562 vsize=1786520 CPUtime=0
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 6766 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128670356 1829396480 42667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7571] ppid=7562 vsize=1786520 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 6766 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128670356 1829396480 42667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7572] ppid=7562 vsize=1786520 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 6766 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 128670360 1829396480 42667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7573] ppid=7562 vsize=1786520 CPUtime=0.47
/proc/7564/task/7573/stat : 7573 (java) S 7562 7564 6766 0 -1 64 1237 0 0 0 47 0 0 0 17 0 12 0 128670360 1829396480 42667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7574] ppid=7562 vsize=1786520 CPUtime=0.48
/proc/7564/task/7574/stat : 7574 (java) S 7562 7564 6766 0 -1 64 1752 0 0 0 48 0 0 0 16 0 12 0 128670360 1829396480 42667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7575] ppid=7562 vsize=1786520 CPUtime=0
/proc/7564/task/7575/stat : 7575 (java) S 7562 7564 6766 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128670360 1829396480 42667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7576] ppid=7562 vsize=1786520 CPUtime=0
/proc/7564/task/7576/stat : 7576 (java) S 7562 7564 6766 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128670360 1829396480 42667 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 1786520

[startup+6.30168 s]
/proc/loadavg: 1.01 1.00 1.00 2/89 7576
/proc/meminfo: memFree=1334504/2055920 swapFree=4159444/4192956
[pid=7564] ppid=7562 vsize=1787076 CPUtime=7.43
/proc/7564/stat : 7564 (java) S 7562 7564 6766 0 -1 0 57361 0 1 0 715 28 0 0 19 0 12 0 128670350 1829965824 54723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7564/statm: 446769 54723 1310 9 0 444380 0
[pid=7564/tid=7566] ppid=7562 vsize=1787076 CPUtime=5.26
/proc/7564/task/7566/stat : 7566 (java) R 7562 7564 6766 0 -1 64 37699 0 1 0 507 19 0 0 21 0 12 0 128670352 1829965824 54723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109474432 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7567] ppid=7562 vsize=1787076 CPUtime=0.57
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 6766 0 -1 64 8183 0 0 0 54 3 0 0 16 0 12 0 128670353 1829965824 54723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7568] ppid=7562 vsize=1787076 CPUtime=0.57
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 6766 0 -1 64 7759 0 0 0 55 2 0 0 16 0 12 0 128670353 1829965824 54723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=1787076 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 6766 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 128670355 1829965824 54723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7570] ppid=7562 vsize=1787076 CPUtime=0
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 6766 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 128670356 1829965824 54723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7571] ppid=7562 vsize=1787076 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 6766 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 128670356 1829965824 54723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7572] ppid=7562 vsize=1787076 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 6766 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 128670360 1829965824 54723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7573] ppid=7562 vsize=1787076 CPUtime=0.49
/proc/7564/task/7573/stat : 7573 (java) S 7562 7564 6766 0 -1 64 1237 0 0 0 49 0 0 0 17 0 12 0 128670360 1829965824 54723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7574] ppid=7562 vsize=1787076 CPUtime=0.48
/proc/7564/task/7574/stat : 7574 (java) S 7562 7564 6766 0 -1 64 1752 0 0 0 48 0 0 0 16 0 12 0 128670360 1829965824 54723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7575] ppid=7562 vsize=1787076 CPUtime=0
/proc/7564/task/7575/stat : 7575 (java) S 7562 7564 6766 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 128670360 1829965824 54723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7576] ppid=7562 vsize=1787076 CPUtime=0
/proc/7564/task/7576/stat : 7576 (java) S 7562 7564 6766 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 128670360 1829965824 54723 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.43
Current children cumulated vsize (KiB) 1787076

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 7577
/proc/meminfo: memFree=1280032/2055920 swapFree=4159444/4192956
[pid=7564] ppid=7562 vsize=1788660 CPUtime=14.85
/proc/7564/stat : 7564 (java) S 7562 7564 6766 0 -1 0 70174 0 1 0 1448 37 0 0 19 0 13 0 128670350 1831587840 65598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7564/statm: 447165 65598 1322 9 0 444776 0
[pid=7564/tid=7566] ppid=7562 vsize=1788660 CPUtime=10.9
/proc/7564/task/7566/stat : 7566 (java) R 7562 7564 6766 0 -1 64 37740 0 1 0 1069 21 0 0 25 0 13 0 128670352 1831587840 65598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109885236 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=1788660 CPUtime=1.22
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 6766 0 -1 64 15705 0 0 0 114 8 0 0 16 0 13 0 128670353 1831587840 65598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7568] ppid=7562 vsize=1788660 CPUtime=1.21
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 6766 0 -1 64 12867 0 0 0 116 5 0 0 16 0 13 0 128670353 1831587840 65598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=1788660 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 6766 0 -1 64 13 0 0 0 0 0 0 0 16 0 13 0 128670355 1831587840 65598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=1788660 CPUtime=0
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 6766 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128670356 1831587840 65598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7571] ppid=7562 vsize=1788660 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 6766 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128670356 1831587840 65598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7572] ppid=7562 vsize=1788660 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 6766 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 128670360 1831587840 65598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7573] ppid=7562 vsize=1788660 CPUtime=0.71
/proc/7564/task/7573/stat : 7573 (java) S 7562 7564 6766 0 -1 64 1357 0 0 0 71 0 0 0 16 0 13 0 128670360 1831587840 65598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7574] ppid=7562 vsize=1788660 CPUtime=0.74
/proc/7564/task/7574/stat : 7574 (java) S 7562 7564 6766 0 -1 64 1768 0 0 0 74 0 0 0 17 0 13 0 128670360 1831587840 65598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7575] ppid=7562 vsize=1788660 CPUtime=0
/proc/7564/task/7575/stat : 7575 (java) S 7562 7564 6766 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128670360 1831587840 65598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7576] ppid=7562 vsize=1788660 CPUtime=0
/proc/7564/task/7576/stat : 7576 (java) S 7562 7564 6766 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128670360 1831587840 65598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7577] ppid=7562 vsize=1788660 CPUtime=0
/proc/7564/task/7577/stat : 7577 (java) S 7562 7564 6766 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 128671414 1831587840 65598 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.85
Current children cumulated vsize (KiB) 1788660

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 7577
/proc/meminfo: memFree=1249184/2055920 swapFree=4159444/4192956
[pid=7564] ppid=7562 vsize=1791008 CPUtime=29
/proc/7564/stat : 7564 (java) S 7562 7564 6766 0 -1 0 84222 0 1 0 2854 46 0 0 19 0 13 0 128670350 1833992192 71706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7564/statm: 447752 71706 1323 9 0 445363 0
[pid=7564/tid=7566] ppid=7562 vsize=1791008 CPUtime=22.66
/proc/7564/task/7566/stat : 7566 (java) R 7562 7564 6766 0 -1 64 37770 0 1 0 2245 21 0 0 22 0 13 0 128670352 1833992192 71706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109989207 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=1791008 CPUtime=2.13
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 6766 0 -1 64 22355 0 0 0 201 12 0 0 16 0 13 0 128670353 1833992192 71706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7568] ppid=7562 vsize=1791008 CPUtime=2.16
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 6766 0 -1 64 19824 0 0 0 208 8 0 0 16 0 13 0 128670353 1833992192 71706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7569] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 6766 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 128670355 1833992192 71706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7570] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 6766 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128670356 1833992192 71706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7571] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 6766 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128670356 1833992192 71706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=7564] ppid=7562 vsize=1791008 CPUtime=1669.61
/proc/7564/stat : 7564 (java) S 7562 7564 6766 0 -1 0 99214 0 1 0 166690 271 0 0 19 0 13 0 128670350 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7564/statm: 447752 62064 1323 9 0 445363 0
[pid=7564/tid=7566] ppid=7562 vsize=1791008 CPUtime=1642.38
/proc/7564/task/7566/stat : 7566 (java) R 7562 7564 6766 0 -1 64 52653 0 1 0 164178 60 0 0 25 0 13 0 128670352 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109764142 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7567] ppid=7562 vsize=1791008 CPUtime=12.53
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 6766 0 -1 64 22398 0 0 0 1156 97 0 0 16 0 13 0 128670353 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=1791008 CPUtime=12.33
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 6766 0 -1 64 19830 0 0 0 1134 99 0 0 16 0 13 0 128670353 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7569] ppid=7562 vsize=1791008 CPUtime=0.33
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 6766 0 -1 64 75 0 0 0 22 11 0 0 16 0 13 0 128670355 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7570] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 6766 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128670356 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7571] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 6766 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128670356 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7572] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 6766 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 128670360 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7573] ppid=7562 vsize=1791008 CPUtime=0.99
/proc/7564/task/7573/stat : 7573 (java) S 7562 7564 6766 0 -1 64 1603 0 0 0 98 1 0 0 16 0 13 0 128670360 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7574] ppid=7562 vsize=1791008 CPUtime=1.01
/proc/7564/task/7574/stat : 7574 (java) S 7562 7564 6766 0 -1 64 1931 0 0 0 101 0 0 0 17 0 13 0 128670360 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7575] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7575/stat : 7575 (java) S 7562 7564 6766 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128670360 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7576] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7576/stat : 7576 (java) S 7562 7564 6766 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128670360 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7577] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7577/stat : 7577 (java) S 7562 7564 6766 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 128671414 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1669.61
Current children cumulated vsize (KiB) 1791008

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 7775
/proc/meminfo: memFree=1293856/2055920 swapFree=4159444/4192956
[pid=7564] ppid=7562 vsize=1791008 CPUtime=1729.72
/proc/7564/stat : 7564 (java) S 7562 7564 6766 0 -1 0 99328 0 1 0 172693 279 0 0 19 0 13 0 128670350 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7564/statm: 447752 62064 1323 9 0 445363 0
[pid=7564/tid=7566] ppid=7562 vsize=1791008 CPUtime=1701.71
/proc/7564/task/7566/stat : 7566 (java) R 7562 7564 6766 0 -1 64 52767 0 1 0 170111 60 0 0 25 0 13 0 128670352 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109764445 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7567] ppid=7562 vsize=1791008 CPUtime=12.86
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 6766 0 -1 64 22398 0 0 0 1184 102 0 0 16 0 13 0 128670353 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=1791008 CPUtime=12.74
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 6766 0 -1 64 19830 0 0 0 1174 100 0 0 16 0 13 0 128670353 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7569] ppid=7562 vsize=1791008 CPUtime=0.35
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 6766 0 -1 64 75 0 0 0 23 12 0 0 16 0 13 0 128670355 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 6766 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128670356 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7571] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 6766 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128670356 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7572] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 6766 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 128670360 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7573] ppid=7562 vsize=1791008 CPUtime=0.99
/proc/7564/task/7573/stat : 7573 (java) S 7562 7564 6766 0 -1 64 1603 0 0 0 98 1 0 0 16 0 13 0 128670360 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7574] ppid=7562 vsize=1791008 CPUtime=1.01
/proc/7564/task/7574/stat : 7574 (java) S 7562 7564 6766 0 -1 64 1931 0 0 0 101 0 0 0 17 0 13 0 128670360 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7575] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7575/stat : 7575 (java) S 7562 7564 6766 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128670360 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7576] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7576/stat : 7576 (java) S 7562 7564 6766 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128670360 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7577] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7577/stat : 7577 (java) S 7562 7564 6766 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 128671414 1833992192 62064 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1729.72
Current children cumulated vsize (KiB) 1791008

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 7775
/proc/meminfo: memFree=1291104/2055920 swapFree=4159444/4192956
[pid=7564] ppid=7562 vsize=1791008 CPUtime=1789.86
/proc/7564/stat : 7564 (java) S 7562 7564 6766 0 -1 0 100149 0 1 0 178700 286 0 0 19 0 13 0 128670350 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7564/statm: 447752 62766 1323 9 0 445363 0
[pid=7564/tid=7566] ppid=7562 vsize=1791008 CPUtime=1761.07
/proc/7564/task/7566/stat : 7566 (java) R 7562 7564 6766 0 -1 64 53588 0 1 0 176046 61 0 0 17 0 13 0 128670352 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109764669 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7567] ppid=7562 vsize=1791008 CPUtime=13.23
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 6766 0 -1 64 22398 0 0 0 1216 107 0 0 16 0 13 0 128670353 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=1791008 CPUtime=13.15
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 6766 0 -1 64 19830 0 0 0 1213 102 0 0 15 0 13 0 128670353 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7569] ppid=7562 vsize=1791008 CPUtime=0.35
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 6766 0 -1 64 75 0 0 0 23 12 0 0 16 0 13 0 128670355 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7570] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 6766 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128670356 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7571] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 6766 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128670356 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7572] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 6766 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 128670360 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7573] ppid=7562 vsize=1791008 CPUtime=0.99
/proc/7564/task/7573/stat : 7573 (java) S 7562 7564 6766 0 -1 64 1603 0 0 0 98 1 0 0 16 0 13 0 128670360 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7574] ppid=7562 vsize=1791008 CPUtime=1.01
/proc/7564/task/7574/stat : 7574 (java) S 7562 7564 6766 0 -1 64 1931 0 0 0 101 0 0 0 17 0 13 0 128670360 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7575] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7575/stat : 7575 (java) S 7562 7564 6766 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128670360 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7576] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7576/stat : 7576 (java) S 7562 7564 6766 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128670360 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7577] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7577/stat : 7577 (java) S 7562 7564 6766 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 128671414 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1789.86
Current children cumulated vsize (KiB) 1791008



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 7775
/proc/meminfo: memFree=1291104/2055920 swapFree=4159444/4192956
[pid=7564] ppid=7562 vsize=1791008 CPUtime=1800.07
/proc/7564/stat : 7564 (java) S 7562 7564 6766 0 -1 0 100168 0 1 0 179720 287 0 0 19 0 13 0 128670350 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7564/statm: 447752 62766 1323 9 0 445363 0
[pid=7564/tid=7566] ppid=7562 vsize=1791008 CPUtime=1771.16
/proc/7564/task/7566/stat : 7566 (java) R 7562 7564 6766 0 -1 64 53607 0 1 0 177055 61 0 0 25 0 13 0 128670352 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110004023 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7567] ppid=7562 vsize=1791008 CPUtime=13.29
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 6766 0 -1 64 22398 0 0 0 1221 108 0 0 16 0 13 0 128670353 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=1791008 CPUtime=13.21
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 6766 0 -1 64 19830 0 0 0 1219 102 0 0 15 0 13 0 128670353 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7569] ppid=7562 vsize=1791008 CPUtime=0.36
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 6766 0 -1 64 75 0 0 0 24 12 0 0 16 0 13 0 128670355 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 6766 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128670356 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7571] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 6766 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128670356 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7572] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 6766 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 128670360 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7573] ppid=7562 vsize=1791008 CPUtime=0.99
/proc/7564/task/7573/stat : 7573 (java) S 7562 7564 6766 0 -1 64 1603 0 0 0 98 1 0 0 16 0 13 0 128670360 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7574] ppid=7562 vsize=1791008 CPUtime=1.01
/proc/7564/task/7574/stat : 7574 (java) S 7562 7564 6766 0 -1 64 1931 0 0 0 101 0 0 0 17 0 13 0 128670360 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7575] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7575/stat : 7575 (java) S 7562 7564 6766 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128670360 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7576] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7576/stat : 7576 (java) S 7562 7564 6766 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128670360 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7577] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7577/stat : 7577 (java) S 7562 7564 6766 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 128671414 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1791008

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

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

[startup+1792.5 s]
/proc/loadavg: 1.00 1.00 1.00 2/90 7775
/proc/meminfo: memFree=1291104/2055920 swapFree=4159444/4192956
[pid=7564] ppid=7562 vsize=1791008 CPUtime=1800.07
/proc/7564/stat : 7564 (java) S 7562 7564 6766 0 -1 0 100168 0 1 0 179720 287 0 0 19 0 13 0 128670350 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/7564/statm: 447752 62766 1323 9 0 445363 0
[pid=7564/tid=7566] ppid=7562 vsize=1791008 CPUtime=1771.16
/proc/7564/task/7566/stat : 7566 (java) R 7562 7564 6766 0 -1 64 53607 0 1 0 177055 61 0 0 25 0 13 0 128670352 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4110004023 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7567] ppid=7562 vsize=1791008 CPUtime=13.29
/proc/7564/task/7567/stat : 7567 (java) S 7562 7564 6766 0 -1 64 22398 0 0 0 1221 108 0 0 16 0 13 0 128670353 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7568] ppid=7562 vsize=1791008 CPUtime=13.21
/proc/7564/task/7568/stat : 7568 (java) S 7562 7564 6766 0 -1 64 19830 0 0 0 1219 102 0 0 15 0 13 0 128670353 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7569] ppid=7562 vsize=1791008 CPUtime=0.36
/proc/7564/task/7569/stat : 7569 (java) S 7562 7564 6766 0 -1 64 75 0 0 0 24 12 0 0 16 0 13 0 128670355 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7570] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7570/stat : 7570 (java) S 7562 7564 6766 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 128670356 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7571] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7571/stat : 7571 (java) S 7562 7564 6766 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 128670356 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7572] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7572/stat : 7572 (java) S 7562 7564 6766 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 128670360 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7573] ppid=7562 vsize=1791008 CPUtime=0.99
/proc/7564/task/7573/stat : 7573 (java) S 7562 7564 6766 0 -1 64 1603 0 0 0 98 1 0 0 16 0 13 0 128670360 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7574] ppid=7562 vsize=1791008 CPUtime=1.01
/proc/7564/task/7574/stat : 7574 (java) S 7562 7564 6766 0 -1 64 1931 0 0 0 101 0 0 0 17 0 13 0 128670360 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7575] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7575/stat : 7575 (java) S 7562 7564 6766 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 128670360 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7564/tid=7576] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7576/stat : 7576 (java) S 7562 7564 6766 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 128670360 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=7564/tid=7577] ppid=7562 vsize=1791008 CPUtime=0
/proc/7564/task/7577/stat : 7577 (java) S 7562 7564 6766 0 -1 64 6 0 0 0 0 0 0 0 18 0 13 0 128671414 1833992192 62766 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1791008

Child status: 143
Real time (s): 1792.56
CPU time (s): 1800.14
CPU user time (s): 1797.23
CPU system time (s): 2.91056
CPU usage (%): 100.423
Max. virtual memory (cumulated for all children) (KiB): 1791008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.23
system time used= 2.91056
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100189
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= 70894
involuntary context switches= 45871

runsolver used 2.06868 second user time and 5.78312 second system time

The end

Launcher Data (download as text)

Begin job on node19 on Tue Apr 17 10:58:50 UTC 2007

IDJOB= 350217
IDBENCH= 3044
IDSOLVER= 164
FILE ID= node19/350217-1176807529

PBS_JOBID= 4586235

Free space on /tmp= 66466 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=460-sizeP=231-sizeQ=460-510733673-max.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350217-1176807529/sat4jPseudoCPClause.jar /tmp/evaluation/350217-1176807529/instance-350217-1176807529.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node19/watcher-350217-1176807529 -o ROOT/results/node19/solver-350217-1176807529 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/350217-1176807529/sat4jPseudoCPClause.jar /tmp/evaluation/350217-1176807529/instance-350217-1176807529.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  9e60200cb127c02542a69a69c594f660

RANDOM SEED= 190038424

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node19.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.213
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.213
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:       1538456 kB
Buffers:         37792 kB
Cached:         404348 kB
SwapCached:       2580 kB
Active:         216692 kB
Inactive:       249116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1538456 kB
SwapTotal:     4192956 kB
SwapFree:      4159444 kB
Dirty:           24056 kB
Writeback:           0 kB
Mapped:          31312 kB
Slab:            37184 kB
Committed_AS:  2950904 kB
PageTables:       1784 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= 66466 MiB

End job on node19 on Tue Apr 17 11:28:44 UTC 2007