Trace number 355286

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerObjective functionCPU timeWall clock time
sat4jPseudoCP 2007-03-23? (TO) 1800.14 1785.9

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=140-sizeP=71-sizeQ=140-217105354-max.opb
MD5SUM64d4edb5594d01918b916e348b224fe7
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.41
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables10151
Total number of constraints29821
Number of constraints which are clauses29820
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 constraint9940
Number of terms in the objective function 71
Biggest coefficient in the objective function 1180591620717411303424
Number of bits for the biggest coefficient in the objective function 71
Sum of the numbers in the objective function 2361183241434822606847
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 822752278660603021077484591278675252491367932816789931674304512
Number of bits of the biggest number in a constraint 210
Biggest sum of numbers in a constraint 3291009114642412084308654416646809277848400271660251117497592779
Number of bits of the biggest sum of numbers211
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.15	c no version file found!!!
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1651659224
0.09/0.15	c Max memory 1654456320
0.09/0.15	c Total memory 1654456320
0.09/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c solving /tmp/evaluation/355286-1176798286/instance-355286-1176798286.opb
0.20/0.20	c reading problem ... 
2.40/1.89	c ... done. Wall clock time 1.687s.
2.40/1.89	c CPU time (experimental) 1.41s.
2.40/1.89	c #vars     10151
2.40/1.89	c #constraints  29822
1800.03/1785.81	c starts		: 1
1800.03/1785.81	c conflicts		: 32
1800.03/1785.81	c decisions		: 2058
1800.03/1785.81	c propagations		: 89633
1800.03/1785.81	c inspects		: 606025
1800.03/1785.81	c learnt literals	: 0
1800.03/1785.81	c learnt binary clauses	: 0
1800.03/1785.81	c learnt ternary clauses	: 0
1800.03/1785.81	c learnt clauses	: 31
1800.03/1785.81	c root simplifications	: 0
1800.03/1785.81	c removed literals (reason simplification)	: 0
1800.03/1785.81	c reason swapping (by a shorter reason)	: 0
1800.03/1785.81	c Calls to reduceDB	: 0
1800.03/1785.81	c speed (decisions/second)	: 1.153659871023293
1800.03/1785.81	c non guided choices	2
1800.03/1785.81	s UNKNOWN
1800.03/1785.81	c Total wall clock time (ms): 1785.61

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/node43/watcher-355286-1176798286 -o ROOT/results/node43/solver-355286-1176798286 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/355286-1176798286/sat4jPseudoCP.jar /tmp/evaluation/355286-1176798286/instance-355286-1176798286.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 3/77 19502
/proc/meminfo: memFree=1372624/2055920 swapFree=4184784/4192956
[pid=19502] ppid=19500 vsize=18568 CPUtime=0
/proc/19502/stat : 19502 (runsolver) R 19500 19502 18798 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 127740408 19013632 292 18446744073709551615 4194304 4296420 548682068832 18446744073709551615 216849247527 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/19502/statm: 4642 292 257 24 0 2626 0

[startup+0.052171 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19502
/proc/meminfo: memFree=1372624/2055920 swapFree=4184784/4192956
[pid=19502] ppid=19500 vsize=1776376 CPUtime=0.04
/proc/19502/stat : 19502 (java) S 19500 19502 18798 0 -1 0 3460 0 1 0 2 2 0 0 18 0 4 0 127740408 1819009024 3206 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/19502/statm: 444094 3206 1022 9 0 441730 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1776376

[startup+0.101173 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19502
/proc/meminfo: memFree=1372624/2055920 swapFree=4184784/4192956
[pid=19502] ppid=19500 vsize=1780108 CPUtime=0.09
/proc/19502/stat : 19502 (java) S 19500 19502 18798 0 -1 0 3964 0 1 0 6 3 0 0 18 0 12 0 127740408 1822830592 3706 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19502/statm: 445027 3706 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1780108

[startup+0.301192 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19502
/proc/meminfo: memFree=1372624/2055920 swapFree=4184784/4192956
[pid=19502] ppid=19500 vsize=1781396 CPUtime=0.32
/proc/19502/stat : 19502 (java) S 19500 19502 18798 0 -1 0 5204 0 1 0 28 4 0 0 18 0 12 0 127740408 1824149504 4943 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19502/statm: 445349 4943 1263 9 0 442961 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1781396

[startup+0.701224 s]
/proc/loadavg: 0.92 0.98 0.99 3/77 19502
/proc/meminfo: memFree=1372624/2055920 swapFree=4184784/4192956
[pid=19502] ppid=19500 vsize=1782420 CPUtime=0.9
/proc/19502/stat : 19502 (java) S 19500 19502 18798 0 -1 0 6799 0 1 0 85 5 0 0 18 0 12 0 127740408 1825198080 6305 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19502/statm: 445605 6305 1301 9 0 443217 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1782420

[startup+1.50229 s]
/proc/loadavg: 0.92 0.98 0.99 2/89 19514
/proc/meminfo: memFree=1344496/2055920 swapFree=4184784/4192956
[pid=19502] ppid=19500 vsize=1785064 CPUtime=2.05
/proc/19502/stat : 19502 (java) S 19500 19502 18798 0 -1 0 18712 0 1 0 193 12 0 0 18 0 12 0 127740408 1827905536 17101 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19502/statm: 446266 17102 1301 9 0 443878 0
[pid=19502/tid=19504] ppid=19500 vsize=1785064 CPUtime=1.04
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 18798 0 -1 64 15204 0 1 0 95 9 0 0 18 0 12 0 127740409 1827905536 17103 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109505227 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1785064 CPUtime=0
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 18798 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 127740411 1827905536 17104 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1785064 CPUtime=0
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 127740411 1827905536 17105 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1785064 CPUtime=0
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 18798 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 127740413 1827905536 17106 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1785064 CPUtime=0
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 18798 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 127740414 1827905536 17107 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1785064 CPUtime=0
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 18798 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 127740414 1827905536 17109 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1785064 CPUtime=0
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 127740417 1827905536 17110 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1785064 CPUtime=0.45
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 18798 0 -1 64 1772 0 0 0 45 0 0 0 17 0 12 0 127740417 1827905536 17111 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1785064 CPUtime=0.51
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 18798 0 -1 64 1016 0 0 0 51 0 0 0 16 0 12 0 127740417 1827905536 17112 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1785064 CPUtime=0
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 18798 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 127740417 1827905536 17113 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1785064 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 127740417 1827905536 17114 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 1785064

[startup+3.10143 s]
/proc/loadavg: 0.92 0.98 0.99 2/90 19515
/proc/meminfo: memFree=1282536/2055920 swapFree=4184784/4192956
[pid=19502] ppid=19500 vsize=1786412 CPUtime=4.19
/proc/19502/stat : 19502 (java) S 19500 19502 18798 0 -1 0 43799 0 1 0 396 23 0 0 18 0 13 0 127740408 1829285888 41650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19502/statm: 446603 41650 1321 9 0 444215 0
[pid=19502/tid=19504] ppid=19500 vsize=1786412 CPUtime=2.35
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 18798 0 -1 64 37743 0 1 0 216 19 0 0 23 0 13 0 127740409 1829285888 41650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109779539 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1786412 CPUtime=0.04
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 18798 0 -1 64 1132 0 0 0 4 0 0 0 16 0 13 0 127740411 1829285888 41650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1786412 CPUtime=0.04
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 18798 0 -1 64 844 0 0 0 4 0 0 0 17 0 13 0 127740411 1829285888 41650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1786412 CPUtime=0
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 18798 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 127740413 1829285888 41650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1786412 CPUtime=0
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 18798 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127740414 1829285888 41650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1786412 CPUtime=0
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 18798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127740414 1829285888 41650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1786412 CPUtime=0
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127740417 1829285888 41650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1786412 CPUtime=0.84
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 18798 0 -1 64 2037 0 0 0 83 1 0 0 18 0 13 0 127740417 1829285888 41650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1786412 CPUtime=0.88
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 18798 0 -1 64 1313 0 0 0 88 0 0 0 17 0 13 0 127740417 1829285888 41650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1786412 CPUtime=0
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 18798 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127740417 1829285888 41650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1786412 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127740417 1829285888 41650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19515] ppid=19500 vsize=1786412 CPUtime=0
/proc/19502/task/19515/stat : 19515 (java) S 19500 19502 18798 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127740601 1829285888 41650 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 1786412

[startup+6.3017 s]
/proc/loadavg: 0.93 0.98 0.99 2/90 19515
/proc/meminfo: memFree=1202928/2055920 swapFree=4184784/4192956
[pid=19502] ppid=19500 vsize=1785872 CPUtime=7.59
/proc/19502/stat : 19502 (java) S 19500 19502 18798 0 -1 0 49976 0 1 0 732 27 0 0 18 0 13 0 127740408 1828732928 45385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19502/statm: 446468 45385 1321 9 0 444080 0
[pid=19502/tid=19504] ppid=19500 vsize=1785872 CPUtime=5.35
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 18798 0 -1 64 37751 0 1 0 515 20 0 0 17 0 13 0 127740409 1828732928 45385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109895282 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1785872 CPUtime=0.24
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 18798 0 -1 64 4436 0 0 0 23 1 0 0 16 0 13 0 127740411 1828732928 45385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1785872 CPUtime=0.23
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 18798 0 -1 64 3692 0 0 0 22 1 0 0 16 0 13 0 127740411 1828732928 45385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 18798 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 127740413 1828732928 45385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 18798 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127740414 1828732928 45385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 18798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127740414 1828732928 45385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127740417 1828732928 45385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1785872 CPUtime=0.84
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 18798 0 -1 64 2037 0 0 0 83 1 0 0 18 0 13 0 127740417 1828732928 45385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1785872 CPUtime=0.88
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 18798 0 -1 64 1313 0 0 0 88 0 0 0 17 0 13 0 127740417 1828732928 45385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 18798 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127740417 1828732928 45385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127740417 1828732928 45385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19515] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19515/stat : 19515 (java) S 19500 19502 18798 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127740601 1828732928 45385 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.59
Current children cumulated vsize (KiB) 1785872

[startup+12.7013 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 19515
/proc/meminfo: memFree=1188144/2055920 swapFree=4184784/4192956
[pid=19502] ppid=19500 vsize=1785872 CPUtime=14
/proc/19502/stat : 19502 (java) S 19500 19502 18798 0 -1 0 52276 0 1 0 1372 28 0 0 18 0 13 0 127740408 1828732928 44932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19502/statm: 446468 44932 1321 9 0 444080 0
[pid=19502/tid=19504] ppid=19500 vsize=1785872 CPUtime=11.74
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 18798 0 -1 64 40046 0 1 0 1154 20 0 0 21 0 13 0 127740409 1828732928 44932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109895197 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1785872 CPUtime=0.24
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 18798 0 -1 64 4437 0 0 0 23 1 0 0 16 0 13 0 127740411 1828732928 44932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1785872 CPUtime=0.24
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 18798 0 -1 64 3696 0 0 0 22 2 0 0 16 0 13 0 127740411 1828732928 44932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 18798 0 -1 64 24 0 0 0 0 0 0 0 16 0 13 0 127740413 1828732928 44932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 18798 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127740414 1828732928 44932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 18798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127740414 1828732928 44932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127740417 1828732928 44932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1785872 CPUtime=0.84
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 18798 0 -1 64 2037 0 0 0 83 1 0 0 18 0 13 0 127740417 1828732928 44932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1785872 CPUtime=0.88
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 18798 0 -1 64 1313 0 0 0 88 0 0 0 16 0 13 0 127740417 1828732928 44932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 18798 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127740417 1828732928 44932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127740417 1828732928 44932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19515] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19515/stat : 19515 (java) S 19500 19502 18798 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127740601 1828732928 44932 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14
Current children cumulated vsize (KiB) 1785872

[startup+25.5024 s]
/proc/loadavg: 1.01 1.00 1.00 2/90 19515
/proc/meminfo: memFree=1256368/2055920 swapFree=4184784/4192956
[pid=19502] ppid=19500 vsize=1785872 CPUtime=27.03
/proc/19502/stat : 19502 (java) S 19500 19502 18798 0 -1 0 52960 0 1 0 2672 31 0 0 18 0 13 0 127740408 1828732928 29898 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19502/statm: 446468 29898 1325 9 0 444080 0
[pid=19502/tid=19504] ppid=19500 vsize=1785872 CPUtime=24.37
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 18798 0 -1 64 40081 0 1 0 2417 20 0 0 18 0 13 0 127740409 1828732928 29898 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109770389 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1785872 CPUtime=0.28
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 18798 0 -1 64 4816 0 0 0 26 2 0 0 16 0 13 0 127740411 1828732928 29898 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1785872 CPUtime=0.27
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 18798 0 -1 64 3941 0 0 0 25 2 0 0 15 0 13 0 127740411 1828732928 29898 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1785872 CPUtime=0.02
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 18798 0 -1 64 45 0 0 0 0 2 0 0 15 0 13 0 127740413 1828732928 29898 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0

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

[pid=19502] ppid=19500 vsize=1785872 CPUtime=1615.13
/proc/19502/stat : 19502 (java) S 19500 19502 18798 0 -1 0 179833 0 1 0 161317 196 0 0 18 0 13 0 127740408 1828732928 79876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19502/statm: 446468 79876 1326 9 0 444080 0
[pid=19502/tid=19504] ppid=19500 vsize=1785872 CPUtime=1586.13
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 18798 0 -1 64 120293 0 1 0 158543 70 0 0 25 0 13 0 127740409 1828732928 79876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109770391 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1785872 CPUtime=12.37
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 18798 0 -1 64 27923 0 0 0 1200 37 0 0 16 0 13 0 127740411 1828732928 79876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1785872 CPUtime=12.39
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 18798 0 -1 64 26382 0 0 0 1207 32 0 0 16 0 13 0 127740411 1828732928 79876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1785872 CPUtime=1.12
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 18798 0 -1 64 304 0 0 0 61 51 0 0 15 0 13 0 127740413 1828732928 79876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 18798 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127740414 1828732928 79876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 18798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127740414 1828732928 79876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127740417 1828732928 79876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1785872 CPUtime=1.46
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 18798 0 -1 64 2064 0 0 0 145 1 0 0 17 0 13 0 127740417 1828732928 79876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1785872 CPUtime=1.59
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 18798 0 -1 64 2144 0 0 0 158 1 0 0 17 0 13 0 127740417 1828732928 79876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 18798 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127740417 1828732928 79876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127740417 1828732928 79876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19515] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19515/stat : 19515 (java) S 19500 19502 18798 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127740601 1828732928 79876 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1615.13
Current children cumulated vsize (KiB) 1785872

[startup+1662.3 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 19517
/proc/meminfo: memFree=1035184/2055920 swapFree=4184784/4192956
[pid=19502] ppid=19500 vsize=1785872 CPUtime=1675.59
/proc/19502/stat : 19502 (java) S 19500 19502 18798 0 -1 0 185609 0 1 0 167356 203 0 0 18 0 13 0 127740408 1828732928 85247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19502/statm: 446468 85247 1326 9 0 444080 0
[pid=19502/tid=19504] ppid=19500 vsize=1785872 CPUtime=1645.54
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 18798 0 -1 64 125083 0 1 0 164481 73 0 0 25 0 13 0 127740409 1828732928 85247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109770505 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1785872 CPUtime=12.89
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 18798 0 -1 64 28308 0 0 0 1251 38 0 0 16 0 13 0 127740411 1828732928 85247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1785872 CPUtime=12.9
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 18798 0 -1 64 26980 0 0 0 1256 34 0 0 15 0 13 0 127740411 1828732928 85247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1785872 CPUtime=1.17
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 18798 0 -1 64 307 0 0 0 64 53 0 0 16 0 13 0 127740413 1828732928 85247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 18798 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127740414 1828732928 85247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 18798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127740414 1828732928 85247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127740417 1828732928 85247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1785872 CPUtime=1.46
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 18798 0 -1 64 2064 0 0 0 145 1 0 0 17 0 13 0 127740417 1828732928 85247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1785872 CPUtime=1.59
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 18798 0 -1 64 2144 0 0 0 158 1 0 0 17 0 13 0 127740417 1828732928 85247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 18798 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127740417 1828732928 85247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127740417 1828732928 85247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19515] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19515/stat : 19515 (java) S 19500 19502 18798 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127740601 1828732928 85247 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1675.59
Current children cumulated vsize (KiB) 1785872

[startup+1722.3 s]
/proc/loadavg: 1.00 1.02 1.00 3/90 19517
/proc/meminfo: memFree=1033712/2055920 swapFree=4184784/4192956
[pid=19502] ppid=19500 vsize=1785872 CPUtime=1736.04
/proc/19502/stat : 19502 (java) S 19500 19502 18798 0 -1 0 187474 0 1 0 173396 208 0 0 18 0 13 0 127740408 1828732928 85579 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19502/statm: 446468 85579 1326 9 0 444080 0
[pid=19502/tid=19504] ppid=19500 vsize=1785872 CPUtime=1704.94
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 18798 0 -1 64 125507 0 1 0 170420 74 0 0 25 0 13 0 127740409 1828732928 85579 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109779621 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1785872 CPUtime=13.39
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 18798 0 -1 64 28863 0 0 0 1300 39 0 0 16 0 13 0 127740411 1828732928 85579 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1785872 CPUtime=13.4
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 18798 0 -1 64 27860 0 0 0 1305 35 0 0 16 0 13 0 127740411 1828732928 85579 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1785872 CPUtime=1.2
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 18798 0 -1 64 313 0 0 0 65 55 0 0 16 0 13 0 127740413 1828732928 85579 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 18798 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127740414 1828732928 85579 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 18798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127740414 1828732928 85579 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127740417 1828732928 85579 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1785872 CPUtime=1.46
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 18798 0 -1 64 2064 0 0 0 145 1 0 0 17 0 13 0 127740417 1828732928 85579 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1785872 CPUtime=1.59
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 18798 0 -1 64 2144 0 0 0 158 1 0 0 16 0 13 0 127740417 1828732928 85579 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 18798 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127740417 1828732928 85579 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127740417 1828732928 85579 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19515] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19515/stat : 19515 (java) S 19500 19502 18798 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127740601 1828732928 85579 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1736.04
Current children cumulated vsize (KiB) 1785872

[startup+1782.3 s]
/proc/loadavg: 1.00 1.01 1.00 3/90 19517
/proc/meminfo: memFree=1031088/2055920 swapFree=4184784/4192956
[pid=19502] ppid=19500 vsize=1785872 CPUtime=1796.49
/proc/19502/stat : 19502 (java) S 19500 19502 18798 0 -1 0 189586 0 1 0 179436 213 0 0 18 0 13 0 127740408 1828732928 86212 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19502/statm: 446468 86212 1326 9 0 444080 0
[pid=19502/tid=19504] ppid=19500 vsize=1785872 CPUtime=1764.33
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 18798 0 -1 64 127010 0 1 0 176358 75 0 0 17 0 13 0 127740409 1828732928 86212 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109770560 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1785872 CPUtime=13.9
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 18798 0 -1 64 29177 0 0 0 1350 40 0 0 16 0 13 0 127740411 1828732928 86212 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1785872 CPUtime=13.91
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 18798 0 -1 64 28147 0 0 0 1355 36 0 0 16 0 13 0 127740411 1828732928 86212 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1785872 CPUtime=1.23
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 18798 0 -1 64 321 0 0 0 67 56 0 0 15 0 13 0 127740413 1828732928 86212 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 18798 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127740414 1828732928 86212 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 18798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127740414 1828732928 86212 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127740417 1828732928 86212 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1785872 CPUtime=1.46
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 18798 0 -1 64 2064 0 0 0 145 1 0 0 17 0 13 0 127740417 1828732928 86212 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1785872 CPUtime=1.59
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 18798 0 -1 64 2144 0 0 0 158 1 0 0 16 0 13 0 127740417 1828732928 86212 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 18798 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127740417 1828732928 86212 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127740417 1828732928 86212 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19515] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19515/stat : 19515 (java) S 19500 19502 18798 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127740601 1828732928 86212 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1796.49
Current children cumulated vsize (KiB) 1785872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.8 s]
/proc/loadavg: 1.00 1.01 1.00 2/90 19517
/proc/meminfo: memFree=1028400/2055920 swapFree=4184784/4192956
[pid=19502] ppid=19500 vsize=1785872 CPUtime=1800.03
/proc/19502/stat : 19502 (java) S 19500 19502 18798 0 -1 0 190561 0 1 0 179790 213 0 0 18 0 13 0 127740408 1828732928 86958 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/19502/statm: 446468 86958 1326 9 0 444080 0
[pid=19502/tid=19504] ppid=19500 vsize=1785872 CPUtime=1767.79
/proc/19502/task/19504/stat : 19504 (java) R 19500 19502 18798 0 -1 64 127018 0 1 0 176704 75 0 0 23 0 13 0 127740409 1828732928 86958 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4109770747 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19505] ppid=19500 vsize=1785872 CPUtime=13.93
/proc/19502/task/19505/stat : 19505 (java) S 19500 19502 18798 0 -1 64 29621 0 0 0 1353 40 0 0 16 0 13 0 127740411 1828732928 86958 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19506] ppid=19500 vsize=1785872 CPUtime=13.95
/proc/19502/task/19506/stat : 19506 (java) S 19500 19502 18798 0 -1 64 28670 0 0 0 1359 36 0 0 16 0 13 0 127740411 1828732928 86958 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19507] ppid=19500 vsize=1785872 CPUtime=1.23
/proc/19502/task/19507/stat : 19507 (java) S 19500 19502 18798 0 -1 64 321 0 0 0 67 56 0 0 16 0 13 0 127740413 1828732928 86958 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=19502/tid=19508] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19508/stat : 19508 (java) S 19500 19502 18798 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 127740414 1828732928 86958 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19509] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19509/stat : 19509 (java) S 19500 19502 18798 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 127740414 1828732928 86958 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19510] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19510/stat : 19510 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 127740417 1828732928 86958 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19511] ppid=19500 vsize=1785872 CPUtime=1.46
/proc/19502/task/19511/stat : 19511 (java) S 19500 19502 18798 0 -1 64 2064 0 0 0 145 1 0 0 17 0 13 0 127740417 1828732928 86958 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19512] ppid=19500 vsize=1785872 CPUtime=1.59
/proc/19502/task/19512/stat : 19512 (java) S 19500 19502 18798 0 -1 64 2144 0 0 0 158 1 0 0 16 0 13 0 127740417 1828732928 86958 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19513] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19513/stat : 19513 (java) S 19500 19502 18798 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 127740417 1828732928 86958 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19514] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19514/stat : 19514 (java) S 19500 19502 18798 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 127740417 1828732928 86958 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=19502/tid=19515] ppid=19500 vsize=1785872 CPUtime=0
/proc/19502/task/19515/stat : 19515 (java) S 19500 19502 18798 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 127740601 1828732928 86958 18446744073709551615 134512640 134550740 4294956416 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1785872

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

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

Child status: 143
Real time (s): 1785.9
CPU time (s): 1800.14
CPU user time (s): 1797.95
CPU system time (s): 2.18667
CPU usage (%): 100.797
Max. virtual memory (cumulated for all children) (KiB): 1786984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.95
system time used= 2.18667
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190581
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= 99668
involuntary context switches= 74134

runsolver used 1.9447 second user time and 5.8831 second system time

The end

Launcher Data (download as text)

Begin job on node43 on Tue Apr 17 08:24:46 UTC 2007

IDJOB= 355286
IDBENCH= 3003
IDSOLVER= 160
FILE ID= node43/355286-1176798286

PBS_JOBID= 4580872

Free space on /tmp= 66529 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  64d4edb5594d01918b916e348b224fe7

RANDOM SEED= 709215256

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node43.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.218
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.218
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:       1373160 kB
Buffers:         65740 kB
Cached:         387468 kB
SwapCached:       2596 kB
Active:         377940 kB
Inactive:       224080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1373160 kB
SwapTotal:     4192956 kB
SwapFree:      4184784 kB
Dirty:            4740 kB
Writeback:           0 kB
Mapped:         163180 kB
Slab:            66172 kB
Committed_AS:  1717372 kB
PageTables:       1872 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66529 MiB

End job on node43 on Tue Apr 17 08:54:34 UTC 2007