Trace number 354276

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.17 1784.04

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-khb05250.opb
MD5SUM8f9b5e86f02b1dde8a9338d7682a9c8d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark279273270736
Best CPU time to get the best result obtained on this benchmark1802.84
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 279273270736
Optimality of the best value was proved NO
Number of variables38297
Total number of constraints102
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints102
Minimum length of a constraint23
Maximum length of a constraint1530
Number of terms in the objective function 37494
Biggest coefficient in the objective function 6251324899328
Number of bits for the biggest coefficient in the objective function 43
Sum of the numbers in the objective function 5652283493428566
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 6251324899328
Number of bits of the biggest number in a constraint 43
Biggest sum of numbers in a constraint 5652283493428566
Number of bits of the biggest sum of numbers53
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.23	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.09/0.23	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.09/0.23	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.09/0.24	c no version file found!!!
0.09/0.24	c sun.arch.data.model	32
0.09/0.24	c java.version	1.6.0
0.09/0.24	c os.name	Linux
0.09/0.24	c os.version	2.6.9-22.EL.rootsmp
0.09/0.24	c os.arch	i386
0.09/0.24	c Free memory 1651659224
0.09/0.24	c Max memory 1654456320
0.09/0.24	c Total memory 1654456320
0.09/0.24	c Number of processors 2
0.21/0.30	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.21/0.30	--- Begin Solver configuration ---
0.21/0.30	c Stops conflict analysis at the first Unique Implication Point
0.21/0.30	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.21/0.30	c Learn all clauses as in MiniSAT
0.21/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.21/0.30	c VSIDS like heuristics from MiniSAT using a heap
0.21/0.30	c No reason simplification
0.21/0.30	c --- End Solver configuration ---
0.21/0.30	c Simplify asserted PB constraints to clauses
0.21/0.30	c solving /tmp/evaluation/354276-1176703705/instance-354276-1176703705.opb
0.21/0.30	c reading problem ... 
3.38/2.15	c ... done. Wall clock time 1.852s.
3.38/2.15	c CPU time (experimental) 1.71s.
3.38/2.15	c #vars     38297
3.38/2.15	c #constraints  179
1800.02/1783.91	c starts		: 2
1800.02/1783.91	c conflicts		: 737
1800.02/1783.91	c decisions		: 390016
1800.02/1783.91	c propagations		: 1409175
1800.02/1783.91	c inspects		: 5459650
1800.02/1783.91	c learnt literals	: 0
1800.02/1783.91	c learnt binary clauses	: 0
1800.02/1783.91	c learnt ternary clauses	: 0
1800.02/1783.91	c learnt clauses	: 736
1800.02/1783.91	c root simplifications	: 0
1800.02/1783.91	c removed literals (reason simplification)	: 0
1800.02/1783.91	c reason swapping (by a shorter reason)	: 0
1800.02/1783.91	c Calls to reduceDB	: 0
1800.02/1783.91	c speed (decisions/second)	: 218.93938883612105
1800.02/1783.91	c non guided choices	0
1800.02/1783.91	s UNKNOWN
1800.02/1783.91	c Total wall clock time (ms): 1783.612

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/node9/watcher-354276-1176703705 -o ROOT/results/node9/solver-354276-1176703705 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354276-1176703705/sat4jPseudoCPClause.jar /tmp/evaluation/354276-1176703705/instance-354276-1176703705.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.91 0.95 0.98 3/77 30200
/proc/meminfo: memFree=1727808/2055920 swapFree=4158660/4192956
[pid=30200] ppid=30198 vsize=1800 CPUtime=0
/proc/30200/stat : 30200 (java) R 30198 30200 29891 0 -1 0 147 0 0 0 0 0 0 0 18 0 1 0 146408091 1843200 119 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 9104625 0 0 4096 0 0 0 0 17 1 0 0
/proc/30200/statm: 450 122 86 9 0 92 0

[startup+0.0693231 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 30200
/proc/meminfo: memFree=1727808/2055920 swapFree=4158660/4192956
[pid=30200] ppid=30198 vsize=1777708 CPUtime=0.05
/proc/30200/stat : 30200 (java) S 30198 30200 29891 0 -1 0 3697 0 1 0 3 2 0 0 18 0 7 0 146408091 1820372992 3439 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/30200/statm: 444427 3439 1081 9 0 442063 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1777708

[startup+0.102324 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 30200
/proc/meminfo: memFree=1727808/2055920 swapFree=4158660/4192956
[pid=30200] ppid=30198 vsize=1777844 CPUtime=0.08
/proc/30200/stat : 30200 (java) S 30198 30200 29891 0 -1 0 3871 0 1 0 5 3 0 0 18 0 7 0 146408091 1820512256 3613 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/30200/statm: 444461 3613 1096 9 0 442097 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1777844

[startup+0.301349 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 30200
/proc/meminfo: memFree=1727808/2055920 swapFree=4158660/4192956
[pid=30200] ppid=30198 vsize=1781340 CPUtime=0.21
/proc/30200/stat : 30200 (java) S 30198 30200 29891 0 -1 0 4861 0 1 0 17 4 0 0 18 0 12 0 146408091 1824092160 4599 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30200/statm: 445335 4599 1244 9 0 442946 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 1781340

[startup+0.70239 s]
/proc/loadavg: 0.91 0.95 0.98 3/77 30200
/proc/meminfo: memFree=1727808/2055920 swapFree=4158660/4192956
[pid=30200] ppid=30198 vsize=1782380 CPUtime=0.8
/proc/30200/stat : 30200 (java) S 30198 30200 29891 0 -1 0 7687 0 1 0 75 5 0 0 18 0 12 0 146408091 1825157120 7164 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30200/statm: 445595 7165 1297 9 0 443206 0
Current children cumulated CPU time (s) 0.8
Current children cumulated vsize (KiB) 1782380

[startup+1.50249 s]
/proc/loadavg: 0.91 0.95 0.98 3/89 30212
/proc/meminfo: memFree=1689632/2055920 swapFree=4158660/4192956
[pid=30200] ppid=30198 vsize=1794964 CPUtime=2.19
/proc/30200/stat : 30200 (java) S 30198 30200 29891 0 -1 0 21572 0 1 0 210 9 0 0 18 0 12 0 146408091 1838043136 19916 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30200/statm: 448741 19922 1304 9 0 446352 0
[pid=30200/tid=30202] ppid=30198 vsize=1794964 CPUtime=1.11
/proc/30200/task/30202/stat : 30202 (java) R 30198 30200 29891 0 -1 64 16095 0 1 0 105 6 0 0 19 0 12 0 146408092 1838043136 19926 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109620944 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30203] ppid=30198 vsize=1794964 CPUtime=0
/proc/30200/task/30203/stat : 30203 (java) S 30198 30200 29891 0 -1 64 2 0 0 0 0 0 0 0 19 0 12 0 146408093 1838043136 19931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30204] ppid=30198 vsize=1794964 CPUtime=0
/proc/30200/task/30204/stat : 30204 (java) S 30198 30200 29891 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 146408093 1838043136 19934 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30205] ppid=30198 vsize=1794964 CPUtime=0
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 29891 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 146408096 1838043136 19940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30206] ppid=30198 vsize=1794964 CPUtime=0
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 29891 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 146408096 1838043136 19942 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30207] ppid=30198 vsize=1794964 CPUtime=0
/proc/30200/task/30207/stat : 30207 (java) S 30198 30200 29891 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 146408096 1838043136 19945 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30208] ppid=30198 vsize=1794964 CPUtime=0
/proc/30200/task/30208/stat : 30208 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 146408110 1838043136 19948 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30209] ppid=30198 vsize=1794964 CPUtime=0.5
/proc/30200/task/30209/stat : 30209 (java) S 30198 30200 29891 0 -1 64 1383 0 0 0 50 0 0 0 18 0 12 0 146408110 1838043136 19951 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30210] ppid=30198 vsize=1794964 CPUtime=0.55
/proc/30200/task/30210/stat : 30210 (java) R 30198 30200 29891 0 -1 64 3386 0 0 0 54 1 0 0 18 0 12 0 146408110 1838043136 19954 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103320284 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30211] ppid=30198 vsize=1794964 CPUtime=0
/proc/30200/task/30211/stat : 30211 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 146408110 1838043136 19957 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30212] ppid=30198 vsize=1794964 CPUtime=0
/proc/30200/task/30212/stat : 30212 (java) S 30198 30200 29891 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 146408110 1838043136 19960 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 1794964

[startup+3.10165 s]
/proc/loadavg: 0.91 0.95 0.98 2/89 30212
/proc/meminfo: memFree=1605792/2055920 swapFree=4158660/4192956
[pid=30200] ppid=30198 vsize=1794876 CPUtime=4.73
/proc/30200/stat : 30200 (java) S 30198 30200 29891 0 -1 0 45222 0 1 0 452 21 0 0 18 0 13 0 146408091 1837953024 39473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30200/statm: 448719 39473 1319 9 0 446330 0
[pid=30200/tid=30202] ppid=30198 vsize=1794876 CPUtime=2.51
/proc/30200/task/30202/stat : 30202 (java) R 30198 30200 29891 0 -1 64 35256 0 1 0 235 16 0 0 17 0 13 0 146408092 1837953024 39473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109661512 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30203] ppid=30198 vsize=1794876 CPUtime=0
/proc/30200/task/30203/stat : 30203 (java) S 30198 30200 29891 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 146408093 1837953024 39473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30204] ppid=30198 vsize=1794876 CPUtime=0
/proc/30200/task/30204/stat : 30204 (java) S 30198 30200 29891 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 146408093 1837953024 39473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30205] ppid=30198 vsize=1794876 CPUtime=0
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 29891 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 146408096 1837953024 39473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30206] ppid=30198 vsize=1794876 CPUtime=0
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 29891 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 146408096 1837953024 39473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30207] ppid=30198 vsize=1794876 CPUtime=0
/proc/30200/task/30207/stat : 30207 (java) S 30198 30200 29891 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 146408096 1837953024 39473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30208] ppid=30198 vsize=1794876 CPUtime=0
/proc/30200/task/30208/stat : 30208 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 146408110 1837953024 39473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30209] ppid=30198 vsize=1794876 CPUtime=0.88
/proc/30200/task/30209/stat : 30209 (java) S 30198 30200 29891 0 -1 64 2552 0 0 0 87 1 0 0 16 0 13 0 146408110 1837953024 39473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30210] ppid=30198 vsize=1794876 CPUtime=1.31
/proc/30200/task/30210/stat : 30210 (java) S 30198 30200 29891 0 -1 64 6691 0 0 0 129 2 0 0 17 0 13 0 146408110 1837953024 39473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30211] ppid=30198 vsize=1794876 CPUtime=0
/proc/30200/task/30211/stat : 30211 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146408110 1837953024 39473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30212] ppid=30198 vsize=1794876 CPUtime=0
/proc/30200/task/30212/stat : 30212 (java) S 30198 30200 29891 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146408110 1837953024 39473 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 1794876

[startup+6.30302 s]
/proc/loadavg: 0.92 0.95 0.98 2/90 30213
/proc/meminfo: memFree=1544472/2055920 swapFree=4158660/4192956
[pid=30200] ppid=30198 vsize=1794604 CPUtime=8.29
/proc/30200/stat : 30200 (java) S 30198 30200 29891 0 -1 0 53759 0 1 0 804 25 0 0 18 0 13 0 146408091 1837674496 46800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30200/statm: 448651 46800 1328 9 0 446262 0
[pid=30200/tid=30202] ppid=30198 vsize=1794604 CPUtime=5.45
/proc/30200/task/30202/stat : 30202 (java) R 30198 30200 29891 0 -1 64 37714 0 1 0 528 17 0 0 25 0 13 0 146408092 1837674496 46800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109870732 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30203] ppid=30198 vsize=1794604 CPUtime=0.1
/proc/30200/task/30203/stat : 30203 (java) S 30198 30200 29891 0 -1 64 2553 0 0 0 9 1 0 0 16 0 13 0 146408093 1837674496 46800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30204] ppid=30198 vsize=1794604 CPUtime=0.09
/proc/30200/task/30204/stat : 30204 (java) S 30198 30200 29891 0 -1 64 2703 0 0 0 8 1 0 0 16 0 13 0 146408093 1837674496 46800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30205] ppid=30198 vsize=1794604 CPUtime=0
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 29891 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 146408096 1837674496 46800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30206] ppid=30198 vsize=1794604 CPUtime=0
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 29891 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146408096 1837674496 46800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30207] ppid=30198 vsize=1794604 CPUtime=0
/proc/30200/task/30207/stat : 30207 (java) S 30198 30200 29891 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146408096 1837674496 46800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30208] ppid=30198 vsize=1794604 CPUtime=0
/proc/30200/task/30208/stat : 30208 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 146408110 1837674496 46800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30209] ppid=30198 vsize=1794604 CPUtime=1.14
/proc/30200/task/30209/stat : 30209 (java) S 30198 30200 29891 0 -1 64 3195 0 0 0 113 1 0 0 17 0 13 0 146408110 1837674496 46800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30210] ppid=30198 vsize=1794604 CPUtime=1.46
/proc/30200/task/30210/stat : 30210 (java) S 30198 30200 29891 0 -1 64 6865 0 0 0 144 2 0 0 16 0 13 0 146408110 1837674496 46800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30211] ppid=30198 vsize=1794604 CPUtime=0
/proc/30200/task/30211/stat : 30211 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146408110 1837674496 46800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30212] ppid=30198 vsize=1794604 CPUtime=0
/proc/30200/task/30212/stat : 30212 (java) S 30198 30200 29891 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146408110 1837674496 46800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30213] ppid=30198 vsize=1794604 CPUtime=0
/proc/30200/task/30213/stat : 30213 (java) S 30198 30200 29891 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146408352 1837674496 46800 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 1794604

[startup+12.7017 s]
/proc/loadavg: 1.01 0.97 0.98 2/90 30213
/proc/meminfo: memFree=1520216/2055920 swapFree=4158660/4192956
[pid=30200] ppid=30198 vsize=1794084 CPUtime=15.49
/proc/30200/stat : 30200 (java) S 30198 30200 29891 0 -1 0 60044 0 1 0 1521 28 0 0 18 0 13 0 146408091 1837142016 52875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30200/statm: 448521 52875 1328 9 0 446132 0
[pid=30200/tid=30202] ppid=30198 vsize=1794084 CPUtime=11.31
/proc/30200/task/30202/stat : 30202 (java) R 30198 30200 29891 0 -1 64 37725 0 1 0 1114 17 0 0 18 0 13 0 146408092 1837142016 52875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109584140 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30203] ppid=30198 vsize=1794084 CPUtime=0.44
/proc/30200/task/30203/stat : 30203 (java) S 30198 30200 29891 0 -1 64 5685 0 0 0 41 3 0 0 16 0 13 0 146408093 1837142016 52875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30204] ppid=30198 vsize=1794084 CPUtime=0.44
/proc/30200/task/30204/stat : 30204 (java) S 30198 30200 29891 0 -1 64 5800 0 0 0 42 2 0 0 17 0 13 0 146408093 1837142016 52875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30205] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 29891 0 -1 64 15 0 0 0 0 0 0 0 16 0 13 0 146408096 1837142016 52875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30206] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 29891 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146408096 1837142016 52875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30207] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30207/stat : 30207 (java) S 30198 30200 29891 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146408096 1837142016 52875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30208] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30208/stat : 30208 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 146408110 1837142016 52875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30209] ppid=30198 vsize=1794084 CPUtime=1.4
/proc/30200/task/30209/stat : 30209 (java) S 30198 30200 29891 0 -1 64 3208 0 0 0 139 1 0 0 16 0 13 0 146408110 1837142016 52875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30210] ppid=30198 vsize=1794084 CPUtime=1.84
/proc/30200/task/30210/stat : 30210 (java) S 30198 30200 29891 0 -1 64 6889 0 0 0 182 2 0 0 16 0 13 0 146408110 1837142016 52875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30211] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30211/stat : 30211 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146408110 1837142016 52875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30212] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30212/stat : 30212 (java) S 30198 30200 29891 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146408110 1837142016 52875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30213] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30213/stat : 30213 (java) S 30198 30200 29891 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146408352 1837142016 52875 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.49
Current children cumulated vsize (KiB) 1794084

[startup+25.5021 s]
/proc/loadavg: 1.00 0.97 0.98 2/90 30213
/proc/meminfo: memFree=1550360/2055920 swapFree=4158660/4192956
[pid=30200] ppid=30198 vsize=1794084 CPUtime=28.55
/proc/30200/stat : 30200 (java) S 30198 30200 29891 0 -1 0 67982 0 1 0 2823 32 0 0 18 0 13 0 146408091 1837142016 45324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30200/statm: 448521 45324 1328 9 0 446132 0
[pid=30200/tid=30202] ppid=30198 vsize=1794084 CPUtime=23.81
/proc/30200/task/30202/stat : 30202 (java) R 30198 30200 29891 0 -1 64 37751 0 1 0 2364 17 0 0 25 0 13 0 146408092 1837142016 45324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109828057 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30203] ppid=30198 vsize=1794084 CPUtime=0.69
/proc/30200/task/30203/stat : 30203 (java) S 30198 30200 29891 0 -1 64 10008 0 0 0 65 4 0 0 17 0 13 0 146408093 1837142016 45324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30204] ppid=30198 vsize=1794084 CPUtime=0.7
/proc/30200/task/30204/stat : 30204 (java) S 30198 30200 29891 0 -1 64 9388 0 0 0 67 3 0 0 16 0 13 0 146408093 1837142016 45324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30205] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 29891 0 -1 64 16 0 0 0 0 0 0 0 16 0 13 0 146408096 1837142016 45324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30206] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 29891 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146408096 1837142016 45324 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=30200/tid=30205] ppid=30198 vsize=1794084 CPUtime=0.71
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 29891 0 -1 64 312 0 0 0 41 30 0 0 15 0 13 0 146408096 1837142016 139411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30206] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 29891 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146408096 1837142016 139411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30207] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30207/stat : 30207 (java) S 30198 30200 29891 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146408096 1837142016 139411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30208] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30208/stat : 30208 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 146408110 1837142016 139411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30209] ppid=30198 vsize=1794084 CPUtime=1.6
/proc/30200/task/30209/stat : 30209 (java) S 30198 30200 29891 0 -1 64 3578 0 0 0 159 1 0 0 17 0 13 0 146408110 1837142016 139411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30210] ppid=30198 vsize=1794084 CPUtime=1.95
/proc/30200/task/30210/stat : 30210 (java) S 30198 30200 29891 0 -1 64 6890 0 0 0 193 2 0 0 16 0 13 0 146408110 1837142016 139411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30211] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30211/stat : 30211 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146408110 1837142016 139411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30212] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30212/stat : 30212 (java) S 30198 30200 29891 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146408110 1837142016 139411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30213] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30213/stat : 30213 (java) S 30198 30200 29891 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146408352 1837142016 139411 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1616.6
Current children cumulated vsize (KiB) 1794084

[startup+1662.3 s]
/proc/loadavg: 1.06 1.03 1.00 3/90 30215
/proc/meminfo: memFree=1163032/2055920 swapFree=4158660/4192956
[pid=30200] ppid=30198 vsize=1794084 CPUtime=1677.19
/proc/30200/stat : 30200 (java) S 30198 30200 29891 0 -1 0 272438 0 1 0 167469 250 0 0 18 0 13 0 146408091 1837142016 141741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30200/statm: 448521 141741 1328 9 0 446132 0
[pid=30200/tid=30202] ppid=30198 vsize=1794084 CPUtime=1642.4
/proc/30200/task/30202/stat : 30202 (java) R 30198 30200 29891 0 -1 64 127117 0 1 0 164180 60 0 0 16 0 13 0 146408092 1837142016 141741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109584554 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30203] ppid=30198 vsize=1794084 CPUtime=15.24
/proc/30200/task/30203/stat : 30203 (java) S 30198 30200 29891 0 -1 64 66832 0 0 0 1453 71 0 0 16 0 13 0 146408093 1837142016 141741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30204] ppid=30198 vsize=1794084 CPUtime=15.19
/proc/30200/task/30204/stat : 30204 (java) R 30198 30200 29891 0 -1 64 66986 0 0 0 1438 81 0 0 16 0 13 0 146408093 1837142016 141741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30205] ppid=30198 vsize=1794084 CPUtime=0.74
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 29891 0 -1 64 313 0 0 0 43 31 0 0 15 0 13 0 146408096 1837142016 141741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30206] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 29891 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146408096 1837142016 141741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30207] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30207/stat : 30207 (java) S 30198 30200 29891 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146408096 1837142016 141741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30208] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30208/stat : 30208 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 146408110 1837142016 141741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30209] ppid=30198 vsize=1794084 CPUtime=1.6
/proc/30200/task/30209/stat : 30209 (java) S 30198 30200 29891 0 -1 64 3578 0 0 0 159 1 0 0 17 0 13 0 146408110 1837142016 141741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30210] ppid=30198 vsize=1794084 CPUtime=1.95
/proc/30200/task/30210/stat : 30210 (java) S 30198 30200 29891 0 -1 64 6890 0 0 0 193 2 0 0 16 0 13 0 146408110 1837142016 141741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30211] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30211/stat : 30211 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146408110 1837142016 141741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30212] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30212/stat : 30212 (java) S 30198 30200 29891 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146408110 1837142016 141741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30213] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30213/stat : 30213 (java) S 30198 30200 29891 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146408352 1837142016 141741 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1677.19
Current children cumulated vsize (KiB) 1794084

[startup+1722.3 s]
/proc/loadavg: 1.02 1.03 1.00 2/90 30215
/proc/meminfo: memFree=1154776/2055920 swapFree=4158660/4192956
[pid=30200] ppid=30198 vsize=1794084 CPUtime=1737.78
/proc/30200/stat : 30200 (java) S 30198 30200 29891 0 -1 0 276025 0 1 0 173523 255 0 0 18 0 13 0 146408091 1837142016 143832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30200/statm: 448521 143832 1328 9 0 446132 0
[pid=30200/tid=30202] ppid=30198 vsize=1794084 CPUtime=1701.64
/proc/30200/task/30202/stat : 30202 (java) R 30198 30200 29891 0 -1 64 127670 0 1 0 170103 61 0 0 25 0 13 0 146408092 1837142016 143832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109974180 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30203] ppid=30198 vsize=1794084 CPUtime=15.91
/proc/30200/task/30203/stat : 30203 (java) S 30198 30200 29891 0 -1 64 68385 0 0 0 1518 73 0 0 16 0 13 0 146408093 1837142016 143832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30204] ppid=30198 vsize=1794084 CPUtime=15.85
/proc/30200/task/30204/stat : 30204 (java) S 30198 30200 29891 0 -1 64 68466 0 0 0 1503 82 0 0 16 0 13 0 146408093 1837142016 143832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30205] ppid=30198 vsize=1794084 CPUtime=0.76
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 29891 0 -1 64 314 0 0 0 44 32 0 0 15 0 13 0 146408096 1837142016 143832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30206] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 29891 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146408096 1837142016 143832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30207] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30207/stat : 30207 (java) S 30198 30200 29891 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146408096 1837142016 143832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30208] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30208/stat : 30208 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 146408110 1837142016 143832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30209] ppid=30198 vsize=1794084 CPUtime=1.6
/proc/30200/task/30209/stat : 30209 (java) S 30198 30200 29891 0 -1 64 3578 0 0 0 159 1 0 0 17 0 13 0 146408110 1837142016 143832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30210] ppid=30198 vsize=1794084 CPUtime=1.95
/proc/30200/task/30210/stat : 30210 (java) S 30198 30200 29891 0 -1 64 6890 0 0 0 193 2 0 0 16 0 13 0 146408110 1837142016 143832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30211] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30211/stat : 30211 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146408110 1837142016 143832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30212] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30212/stat : 30212 (java) S 30198 30200 29891 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146408110 1837142016 143832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30213] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30213/stat : 30213 (java) S 30198 30200 29891 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146408352 1837142016 143832 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1737.78
Current children cumulated vsize (KiB) 1794084

[startup+1782.3 s]
/proc/loadavg: 1.01 1.02 1.00 2/90 30215
/proc/meminfo: memFree=1140952/2055920 swapFree=4158660/4192956
[pid=30200] ppid=30198 vsize=1794084 CPUtime=1798.39
/proc/30200/stat : 30200 (java) S 30198 30200 29891 0 -1 0 280460 0 1 0 179580 259 0 0 18 0 13 0 146408091 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30200/statm: 448521 147213 1328 9 0 446132 0
[pid=30200/tid=30202] ppid=30198 vsize=1794084 CPUtime=1760.83
/proc/30200/task/30202/stat : 30202 (java) R 30198 30200 29891 0 -1 64 127957 0 1 0 176022 61 0 0 25 0 13 0 146408092 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110050303 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30203] ppid=30198 vsize=1794084 CPUtime=16.61
/proc/30200/task/30203/stat : 30203 (java) S 30198 30200 29891 0 -1 64 70340 0 0 0 1586 75 0 0 16 0 13 0 146408093 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30204] ppid=30198 vsize=1794084 CPUtime=16.54
/proc/30200/task/30204/stat : 30204 (java) S 30198 30200 29891 0 -1 64 70659 0 0 0 1571 83 0 0 16 0 13 0 146408093 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30205] ppid=30198 vsize=1794084 CPUtime=0.78
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 29891 0 -1 64 314 0 0 0 45 33 0 0 15 0 13 0 146408096 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30206] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 29891 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146408096 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30207] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30207/stat : 30207 (java) S 30198 30200 29891 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146408096 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30208] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30208/stat : 30208 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 146408110 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30209] ppid=30198 vsize=1794084 CPUtime=1.6
/proc/30200/task/30209/stat : 30209 (java) S 30198 30200 29891 0 -1 64 3578 0 0 0 159 1 0 0 17 0 13 0 146408110 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30210] ppid=30198 vsize=1794084 CPUtime=1.95
/proc/30200/task/30210/stat : 30210 (java) S 30198 30200 29891 0 -1 64 6890 0 0 0 193 2 0 0 16 0 13 0 146408110 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30211] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30211/stat : 30211 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146408110 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30212] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30212/stat : 30212 (java) S 30198 30200 29891 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146408110 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30213] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30213/stat : 30213 (java) S 30198 30200 29891 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146408352 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1798.39
Current children cumulated vsize (KiB) 1794084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1783.9 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 30215
/proc/meminfo: memFree=1140952/2055920 swapFree=4158660/4192956
[pid=30200] ppid=30198 vsize=1794084 CPUtime=1800.02
/proc/30200/stat : 30200 (java) S 30198 30200 29891 0 -1 0 280463 0 1 0 179742 260 0 0 18 0 13 0 146408091 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/30200/statm: 448521 147213 1328 9 0 446132 0
[pid=30200/tid=30202] ppid=30198 vsize=1794084 CPUtime=1762.42
/proc/30200/task/30202/stat : 30202 (java) R 30198 30200 29891 0 -1 64 127960 0 1 0 176181 61 0 0 24 0 13 0 146408092 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109584104 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30203] ppid=30198 vsize=1794084 CPUtime=16.62
/proc/30200/task/30203/stat : 30203 (java) S 30198 30200 29891 0 -1 64 70340 0 0 0 1587 75 0 0 16 0 13 0 146408093 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30204] ppid=30198 vsize=1794084 CPUtime=16.56
/proc/30200/task/30204/stat : 30204 (java) S 30198 30200 29891 0 -1 64 70659 0 0 0 1573 83 0 0 15 0 13 0 146408093 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30205] ppid=30198 vsize=1794084 CPUtime=0.78
/proc/30200/task/30205/stat : 30205 (java) S 30198 30200 29891 0 -1 64 314 0 0 0 45 33 0 0 16 0 13 0 146408096 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30206] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30206/stat : 30206 (java) S 30198 30200 29891 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 146408096 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30207] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30207/stat : 30207 (java) S 30198 30200 29891 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 146408096 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30208] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30208/stat : 30208 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 19 0 13 0 146408110 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30209] ppid=30198 vsize=1794084 CPUtime=1.6
/proc/30200/task/30209/stat : 30209 (java) S 30198 30200 29891 0 -1 64 3578 0 0 0 159 1 0 0 17 0 13 0 146408110 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30210] ppid=30198 vsize=1794084 CPUtime=1.95
/proc/30200/task/30210/stat : 30210 (java) S 30198 30200 29891 0 -1 64 6890 0 0 0 193 2 0 0 16 0 13 0 146408110 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30211] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30211/stat : 30211 (java) S 30198 30200 29891 0 -1 64 1 0 0 0 0 0 0 0 21 0 13 0 146408110 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=30200/tid=30212] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30212/stat : 30212 (java) S 30198 30200 29891 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 146408110 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=30200/tid=30213] ppid=30198 vsize=1794084 CPUtime=0
/proc/30200/task/30213/stat : 30213 (java) S 30198 30200 29891 0 -1 64 4 0 0 0 0 0 0 0 19 0 13 0 146408352 1837142016 147213 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1794084

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

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

[startup+1784.01 s]
/proc/loadavg: 1.00 1.02 1.00 2/90 30215
/proc/meminfo: memFree=1140952/2055920 swapFree=4158660/4192956
[pid=30200] ppid=30198 vsize=0 CPUtime=1800.12
/proc/30200/stat : 30200 (java) Z 30198 30200 29891 0 -1 1036 280483 0 1 0 179747 265 0 0 16 0 2 0 146408091 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/30200/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1784.04
CPU time (s): 1800.17
CPU user time (s): 1797.48
CPU system time (s): 2.68859
CPU usage (%): 100.904
Max. virtual memory (cumulated for all children) (KiB): 1797404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.48
system time used= 2.68859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280483
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= 66763
involuntary context switches= 43388

runsolver used 1.9497 second user time and 5.80412 second system time

The end

Launcher Data (download as text)

Begin job on node9 on Mon Apr 16 06:08:25 UTC 2007

IDJOB= 354276
IDBENCH= 2467
IDSOLVER= 164
FILE ID= node9/354276-1176703705

PBS_JOBID= 4559432

Free space on /tmp= 66515 MiB

SOLVER NAME= sat4jPseudoCPClause 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-khb05250.opb
COMMAND LINE= java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354276-1176703705/sat4jPseudoCPClause.jar /tmp/evaluation/354276-1176703705/instance-354276-1176703705.opb
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node9/watcher-354276-1176703705 -o ROOT/results/node9/solver-354276-1176703705 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java  -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354276-1176703705/sat4jPseudoCPClause.jar /tmp/evaluation/354276-1176703705/instance-354276-1176703705.opb

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  8f9b5e86f02b1dde8a9338d7682a9c8d

RANDOM SEED= 34590260

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node9.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.221
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.221
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:       1728216 kB
Buffers:         29304 kB
Cached:         216996 kB
SwapCached:       2852 kB
Active:         119944 kB
Inactive:       149668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1728216 kB
SwapTotal:     4192956 kB
SwapFree:      4158660 kB
Dirty:            5256 kB
Writeback:           0 kB
Mapped:          30244 kB
Slab:            43664 kB
Committed_AS:  5935308 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= 66515 MiB

End job on node9 on Mon Apr 16 06:38:11 UTC 2007