Trace number 354129

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.22 1770.48

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-trento1.opb
MD5SUM3e144bcef2d8d517e1e9ee592d533dc8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 21491069266217984
Optimality of the best value was proved NO
Number of variables44575
Total number of constraints1264
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 constraints1264
Minimum length of a constraint35
Maximum length of a constraint44575
Number of terms in the objective function 44575
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 3578049115531221094637
Number of bits of the sum of numbers in the objective function 72
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 3578151515531221094637
Number of bits of the biggest sum of numbers72
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.08/0.19	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolver)
0.08/0.19	--- Begin Solver configuration ---
0.08/0.19	c Stops conflict analysis at the first Unique Implication Point
0.08/0.19	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.08/0.19	c Learn all clauses as in MiniSAT
0.08/0.19	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.08/0.19	c VSIDS like heuristics from MiniSAT using a heap
0.08/0.19	c No reason simplification
0.08/0.19	c --- End Solver configuration ---
0.08/0.19	c solving /tmp/evaluation/354129-1176696143/instance-354129-1176696143.opb
0.08/0.19	c reading problem ... 
4.31/3.04	c ... done. Wall clock time 2.85s.
4.31/3.04	c CPU time (experimental) 2.41s.
4.31/3.04	c #vars     44575
4.31/3.04	c #constraints  2512
1800.03/1770.31	c starts		: 2
1800.03/1770.31	c conflicts		: 234
1800.03/1770.31	c decisions		: 626345
1800.03/1770.31	c propagations		: 1654376
1800.03/1770.31	c inspects		: 14762582
1800.03/1770.31	c learnt literals	: 0
1800.03/1770.31	c learnt binary clauses	: 0
1800.03/1770.31	c learnt ternary clauses	: 0
1800.03/1770.31	c learnt clauses	: 233
1800.03/1770.31	c root simplifications	: 0
1800.03/1770.31	c removed literals (reason simplification)	: 0
1800.03/1770.31	c reason swapping (by a shorter reason)	: 0
1800.03/1770.31	c Calls to reduceDB	: 0
1800.03/1770.31	c speed (decisions/second)	: 354.49049402112644
1800.03/1770.31	c non guided choices	0
1800.03/1770.31	s UNKNOWN
1800.03/1770.31	c Total wall clock time (ms): 1770.122

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/node15/watcher-354129-1176696143 -o ROOT/results/node15/solver-354129-1176696143 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354129-1176696143/sat4jPseudoCP.jar /tmp/evaluation/354129-1176696143/instance-354129-1176696143.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.98 1.01 1.00 2/77 21174
/proc/meminfo: memFree=1851256/2055920 swapFree=4169120/4192956
[pid=21174] ppid=21172 vsize=18568 CPUtime=0
/proc/21174/stat : 21174 (runsolver) R 21172 21174 19777 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 117531883 19013632 292 18446744073709551615 4194304 4296420 548682068880 18446744073709551615 240472616231 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/21174/statm: 4642 292 257 24 0 2626 0

[startup+0.057729 s]
/proc/loadavg: 0.98 1.01 1.00 2/77 21174
/proc/meminfo: memFree=1851256/2055920 swapFree=4169120/4192956
[pid=21174] ppid=21172 vsize=1777708 CPUtime=0.03
/proc/21174/stat : 21174 (java) S 21172 21174 19777 0 -1 0 3546 0 1 0 2 1 0 0 18 0 7 0 117531883 1820372992 3290 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/21174/statm: 444427 3290 1050 9 0 442063 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1777708

[startup+0.101735 s]
/proc/loadavg: 0.98 1.01 1.00 2/77 21174
/proc/meminfo: memFree=1851256/2055920 swapFree=4169120/4192956
[pid=21174] ppid=21172 vsize=1780108 CPUtime=0.08
/proc/21174/stat : 21174 (java) S 21172 21174 19777 0 -1 0 3969 0 1 0 6 2 0 0 18 0 12 0 117531883 1822830592 3710 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21174/statm: 445027 3710 1122 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780108

[startup+0.301752 s]
/proc/loadavg: 0.98 1.01 1.00 2/77 21174
/proc/meminfo: memFree=1851256/2055920 swapFree=4169120/4192956
[pid=21174] ppid=21172 vsize=1782540 CPUtime=0.35
/proc/21174/stat : 21174 (java) S 21172 21174 19777 0 -1 0 5470 0 1 0 31 4 0 0 18 0 12 0 117531883 1825320960 5208 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21174/statm: 445635 5208 1271 9 0 443247 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1782540

[startup+0.701783 s]
/proc/loadavg: 0.98 1.01 1.00 2/77 21174
/proc/meminfo: memFree=1851256/2055920 swapFree=4169120/4192956
[pid=21174] ppid=21172 vsize=1784580 CPUtime=0.89
/proc/21174/stat : 21174 (java) S 21172 21174 19777 0 -1 0 9517 0 1 0 84 5 0 0 18 0 12 0 117531883 1827409920 8976 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21174/statm: 446145 8976 1297 9 0 443757 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 1784580

[startup+1.50286 s]
/proc/loadavg: 0.98 1.01 1.00 4/89 21186
/proc/meminfo: memFree=1809112/2055920 swapFree=4169120/4192956
[pid=21174] ppid=21172 vsize=1794340 CPUtime=2.27
/proc/21174/stat : 21174 (java) S 21172 21174 19777 0 -1 0 22081 0 1 0 216 11 0 0 18 0 12 0 117531883 1837404160 19503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21174/statm: 448585 19503 1310 9 0 446197 0
[pid=21174/tid=21176] ppid=21172 vsize=1794340 CPUtime=1.05
/proc/21174/task/21176/stat : 21176 (java) R 21172 21174 19777 0 -1 64 15636 0 1 0 98 7 0 0 18 0 12 0 117531885 1837404160 19503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109510285 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21177] ppid=21172 vsize=1794340 CPUtime=0
/proc/21174/task/21177/stat : 21177 (java) S 21172 21174 19777 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 117531886 1837404160 19503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21178] ppid=21172 vsize=1794340 CPUtime=0
/proc/21174/task/21178/stat : 21178 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 117531886 1837404160 19503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21179] ppid=21172 vsize=1794340 CPUtime=0
/proc/21174/task/21179/stat : 21179 (java) S 21172 21174 19777 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 117531889 1837404160 19503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21180] ppid=21172 vsize=1794340 CPUtime=0
/proc/21174/task/21180/stat : 21180 (java) S 21172 21174 19777 0 -1 64 10 0 0 0 0 0 0 0 22 0 12 0 117531889 1837404160 19503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21181] ppid=21172 vsize=1794340 CPUtime=0
/proc/21174/task/21181/stat : 21181 (java) S 21172 21174 19777 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 117531889 1837404160 19503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21182] ppid=21172 vsize=1794340 CPUtime=0
/proc/21174/task/21182/stat : 21182 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117531893 1837404160 19503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21183] ppid=21172 vsize=1794340 CPUtime=0.71
/proc/21174/task/21183/stat : 21183 (java) R 21172 21174 19777 0 -1 64 4220 0 0 0 69 2 0 0 17 0 12 0 117531893 1837404160 19503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 102398115 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21184] ppid=21172 vsize=1794340 CPUtime=0.47
/proc/21174/task/21184/stat : 21184 (java) S 21172 21174 19777 0 -1 64 1502 0 0 0 47 0 0 0 16 0 12 0 117531893 1837404160 19503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21185] ppid=21172 vsize=1794340 CPUtime=0
/proc/21174/task/21185/stat : 21185 (java) S 21172 21174 19777 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117531893 1837404160 19503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21186] ppid=21172 vsize=1794340 CPUtime=0
/proc/21174/task/21186/stat : 21186 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117531893 1837404160 19503 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1794340

[startup+3.10301 s]
/proc/loadavg: 1.06 1.02 1.00 2/89 21186
/proc/meminfo: memFree=1725784/2055920 swapFree=4169120/4192956
[pid=21174] ppid=21172 vsize=1794124 CPUtime=4.45
/proc/21174/stat : 21174 (java) S 21172 21174 19777 0 -1 0 52309 0 1 0 420 25 0 0 18 0 12 0 117531883 1837182976 47470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21174/statm: 448531 47470 1328 9 0 446143 0
[pid=21174/tid=21176] ppid=21172 vsize=1794124 CPUtime=2.45
/proc/21174/task/21176/stat : 21176 (java) R 21172 21174 19777 0 -1 64 37722 0 1 0 228 17 0 0 19 0 12 0 117531885 1837182976 47470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109213700 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21177] ppid=21172 vsize=1794124 CPUtime=0.14
/proc/21174/task/21177/stat : 21177 (java) S 21172 21174 19777 0 -1 64 3171 0 0 0 13 1 0 0 16 0 12 0 117531886 1837182976 47470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21178] ppid=21172 vsize=1794124 CPUtime=0.14
/proc/21174/task/21178/stat : 21178 (java) S 21172 21174 19777 0 -1 64 3117 0 0 0 13 1 0 0 16 0 12 0 117531886 1837182976 47470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21179] ppid=21172 vsize=1794124 CPUtime=0
/proc/21174/task/21179/stat : 21179 (java) S 21172 21174 19777 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 117531889 1837182976 47470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21180] ppid=21172 vsize=1794124 CPUtime=0
/proc/21174/task/21180/stat : 21180 (java) S 21172 21174 19777 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 117531889 1837182976 47470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21181] ppid=21172 vsize=1794124 CPUtime=0
/proc/21174/task/21181/stat : 21181 (java) S 21172 21174 19777 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 117531889 1837182976 47470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21182] ppid=21172 vsize=1794124 CPUtime=0
/proc/21174/task/21182/stat : 21182 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 117531893 1837182976 47470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21183] ppid=21172 vsize=1794124 CPUtime=1.07
/proc/21174/task/21183/stat : 21183 (java) R 21172 21174 19777 0 -1 64 5736 0 0 0 104 3 0 0 16 0 12 0 117531893 1837182976 47470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104722989 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21184] ppid=21172 vsize=1794124 CPUtime=0.6
/proc/21174/task/21184/stat : 21184 (java) S 21172 21174 19777 0 -1 64 1837 0 0 0 60 0 0 0 16 0 12 0 117531893 1837182976 47470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21185] ppid=21172 vsize=1794124 CPUtime=0
/proc/21174/task/21185/stat : 21185 (java) S 21172 21174 19777 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 117531893 1837182976 47470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21186] ppid=21172 vsize=1794124 CPUtime=0
/proc/21174/task/21186/stat : 21186 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 117531893 1837182976 47470 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1794124

[startup+6.30131 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 21187
/proc/meminfo: memFree=1625104/2055920 swapFree=4169120/4192956
[pid=21174] ppid=21172 vsize=1794896 CPUtime=8.78
/proc/21174/stat : 21174 (java) S 21172 21174 19777 0 -1 0 64559 0 1 0 847 31 0 0 18 0 13 0 117531883 1837973504 57575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21174/statm: 448724 57575 1333 9 0 446336 0
[pid=21174/tid=21176] ppid=21172 vsize=1794896 CPUtime=5.06
/proc/21174/task/21176/stat : 21176 (java) R 21172 21174 19777 0 -1 64 37745 0 1 0 489 17 0 0 25 0 13 0 117531885 1837973504 57575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109765065 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21177] ppid=21172 vsize=1794896 CPUtime=0.36
/proc/21174/task/21177/stat : 21177 (java) S 21172 21174 19777 0 -1 64 8934 0 0 0 33 3 0 0 16 0 13 0 117531886 1837973504 57575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21178] ppid=21172 vsize=1794896 CPUtime=0.35
/proc/21174/task/21178/stat : 21178 (java) S 21172 21174 19777 0 -1 64 8056 0 0 0 32 3 0 0 16 0 13 0 117531886 1837973504 57575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21179] ppid=21172 vsize=1794896 CPUtime=0
/proc/21174/task/21179/stat : 21179 (java) S 21172 21174 19777 0 -1 64 7 0 0 0 0 0 0 0 17 0 13 0 117531889 1837973504 57575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21180] ppid=21172 vsize=1794896 CPUtime=0
/proc/21174/task/21180/stat : 21180 (java) S 21172 21174 19777 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117531889 1837973504 57575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21181] ppid=21172 vsize=1794896 CPUtime=0
/proc/21174/task/21181/stat : 21181 (java) S 21172 21174 19777 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117531889 1837973504 57575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21182] ppid=21172 vsize=1794896 CPUtime=0
/proc/21174/task/21182/stat : 21182 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117531893 1837973504 57575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21183] ppid=21172 vsize=1794896 CPUtime=1.7
/proc/21174/task/21183/stat : 21183 (java) S 21172 21174 19777 0 -1 64 5804 0 0 0 167 3 0 0 16 0 13 0 117531893 1837973504 57575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21184] ppid=21172 vsize=1794896 CPUtime=1.24
/proc/21174/task/21184/stat : 21184 (java) S 21172 21174 19777 0 -1 64 3290 0 0 0 123 1 0 0 16 0 13 0 117531893 1837973504 57575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21185] ppid=21172 vsize=1794896 CPUtime=0
/proc/21174/task/21185/stat : 21185 (java) S 21172 21174 19777 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117531893 1837973504 57575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21186] ppid=21172 vsize=1794896 CPUtime=0
/proc/21174/task/21186/stat : 21186 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117531893 1837973504 57575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21187] ppid=21172 vsize=1794896 CPUtime=0
/proc/21174/task/21187/stat : 21187 (java) S 21172 21174 19777 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 117532236 1837973504 57575 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.78
Current children cumulated vsize (KiB) 1794896

[startup+12.7029 s]
/proc/loadavg: 1.05 1.02 1.00 2/90 21187
/proc/meminfo: memFree=1578256/2055920 swapFree=4169120/4192956
[pid=21174] ppid=21172 vsize=1798736 CPUtime=16.57
/proc/21174/stat : 21174 (java) S 21172 21174 19777 0 -1 0 78510 0 1 0 1620 37 0 0 18 0 13 0 117531883 1841905664 69296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21174/statm: 449684 69296 1333 9 0 447296 0
[pid=21174/tid=21176] ppid=21172 vsize=1798736 CPUtime=10.08
/proc/21174/task/21176/stat : 21176 (java) R 21172 21174 19777 0 -1 64 37752 0 1 0 991 17 0 0 19 0 13 0 117531885 1841905664 69296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109926961 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21177] ppid=21172 vsize=1798736 CPUtime=1.7
/proc/21174/task/21177/stat : 21177 (java) S 21172 21174 19777 0 -1 64 15997 0 0 0 164 6 0 0 16 0 13 0 117531886 1841905664 69296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21178] ppid=21172 vsize=1798736 CPUtime=1.72
/proc/21174/task/21178/stat : 21178 (java) S 21172 21174 19777 0 -1 64 14937 0 0 0 165 7 0 0 16 0 13 0 117531886 1841905664 69296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21179] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21179/stat : 21179 (java) S 21172 21174 19777 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 117531889 1841905664 69296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21180] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21180/stat : 21180 (java) S 21172 21174 19777 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117531889 1841905664 69296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21181] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21181/stat : 21181 (java) S 21172 21174 19777 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117531889 1841905664 69296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21182] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21182/stat : 21182 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117531893 1841905664 69296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21183] ppid=21172 vsize=1798736 CPUtime=1.74
/proc/21174/task/21183/stat : 21183 (java) S 21172 21174 19777 0 -1 64 5804 0 0 0 171 3 0 0 16 0 13 0 117531893 1841905664 69296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21184] ppid=21172 vsize=1798736 CPUtime=1.27
/proc/21174/task/21184/stat : 21184 (java) S 21172 21174 19777 0 -1 64 3290 0 0 0 126 1 0 0 16 0 13 0 117531893 1841905664 69296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21185] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21185/stat : 21185 (java) S 21172 21174 19777 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117531893 1841905664 69296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21186] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21186/stat : 21186 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117531893 1841905664 69296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21187] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21187/stat : 21187 (java) S 21172 21174 19777 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 117532236 1841905664 69296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 16.57
Current children cumulated vsize (KiB) 1798736

[startup+25.5011 s]
/proc/loadavg: 1.04 1.02 1.00 2/90 21187
/proc/meminfo: memFree=1607568/2055920 swapFree=4169120/4192956
[pid=21174] ppid=21172 vsize=1798736 CPUtime=29.41
/proc/21174/stat : 21174 (java) S 21172 21174 19777 0 -1 0 79209 0 1 0 2902 39 0 0 18 0 13 0 117531883 1841905664 61940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21174/statm: 449684 61940 1333 9 0 447296 0
[pid=21174/tid=21176] ppid=21172 vsize=1798736 CPUtime=22.82
/proc/21174/task/21176/stat : 21176 (java) R 21172 21174 19777 0 -1 64 37766 0 1 0 2264 18 0 0 25 0 13 0 117531885 1841905664 61940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109926835 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21177] ppid=21172 vsize=1798736 CPUtime=1.75
/proc/21174/task/21177/stat : 21177 (java) S 21172 21174 19777 0 -1 64 16188 0 0 0 168 7 0 0 17 0 13 0 117531886 1841905664 61940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21178] ppid=21172 vsize=1798736 CPUtime=1.76
/proc/21174/task/21178/stat : 21178 (java) S 21172 21174 19777 0 -1 64 15431 0 0 0 169 7 0 0 16 0 13 0 117531886 1841905664 61940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21179] ppid=21172 vsize=1798736 CPUtime=0.01
/proc/21174/task/21179/stat : 21179 (java) S 21172 21174 19777 0 -1 64 7 0 0 0 1 0 0 0 17 0 13 0 117531889 1841905664 61940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21180] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21180/stat : 21180 (java) S 21172 21174 19777 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117531889 1841905664 61940 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0

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

[pid=21174/tid=21179] ppid=21172 vsize=1798736 CPUtime=0.38
/proc/21174/task/21179/stat : 21179 (java) S 21172 21174 19777 0 -1 64 351 0 0 0 22 16 0 0 15 0 13 0 117531889 1841905664 230995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21180] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21180/stat : 21180 (java) S 21172 21174 19777 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117531889 1841905664 230995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21181] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21181/stat : 21181 (java) S 21172 21174 19777 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117531889 1841905664 230995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21182] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21182/stat : 21182 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117531893 1841905664 230995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21183] ppid=21172 vsize=1798736 CPUtime=2.17
/proc/21174/task/21183/stat : 21183 (java) S 21172 21174 19777 0 -1 64 6286 0 0 0 214 3 0 0 16 0 13 0 117531893 1841905664 230995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21184] ppid=21172 vsize=1798736 CPUtime=1.74
/proc/21174/task/21184/stat : 21184 (java) S 21172 21174 19777 0 -1 64 3313 0 0 0 173 1 0 0 16 0 13 0 117531893 1841905664 230995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21185] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21185/stat : 21185 (java) S 21172 21174 19777 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117531893 1841905664 230995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21186] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21186/stat : 21186 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117531893 1841905664 230995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21187] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21187/stat : 21187 (java) S 21172 21174 19777 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 117532236 1841905664 230995 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1568.77
Current children cumulated vsize (KiB) 1798736

[startup+1602.3 s]
/proc/loadavg: 1.08 1.06 1.01 2/90 21187
/proc/meminfo: memFree=925904/2055920 swapFree=4169120/4192956
[pid=21174] ppid=21172 vsize=1798736 CPUtime=1629.64
/proc/21174/stat : 21174 (java) S 21172 21174 19777 0 -1 0 388631 0 1 0 162738 226 0 0 18 0 13 0 117531883 1841905664 231764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21174/statm: 449684 231764 1333 9 0 447296 0
[pid=21174/tid=21176] ppid=21172 vsize=1798736 CPUtime=1573.87
/proc/21174/task/21176/stat : 21176 (java) R 21172 21174 19777 0 -1 64 113007 0 1 0 157332 55 0 0 20 0 13 0 117531885 1841905664 231764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109630146 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21177] ppid=21172 vsize=1798736 CPUtime=25.72
/proc/21174/task/21177/stat : 21177 (java) S 21172 21174 19777 0 -1 64 130291 0 0 0 2500 72 0 0 16 0 13 0 117531886 1841905664 231764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21178] ppid=21172 vsize=1798736 CPUtime=25.68
/proc/21174/task/21178/stat : 21178 (java) S 21172 21174 19777 0 -1 64 134660 0 0 0 2492 76 0 0 16 0 13 0 117531886 1841905664 231764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21179] ppid=21172 vsize=1798736 CPUtime=0.41
/proc/21174/task/21179/stat : 21179 (java) S 21172 21174 19777 0 -1 64 351 0 0 0 24 17 0 0 16 0 13 0 117531889 1841905664 231764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21180] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21180/stat : 21180 (java) S 21172 21174 19777 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117531889 1841905664 231764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21181] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21181/stat : 21181 (java) S 21172 21174 19777 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117531889 1841905664 231764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21182] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21182/stat : 21182 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117531893 1841905664 231764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21183] ppid=21172 vsize=1798736 CPUtime=2.17
/proc/21174/task/21183/stat : 21183 (java) S 21172 21174 19777 0 -1 64 6286 0 0 0 214 3 0 0 16 0 13 0 117531893 1841905664 231764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21184] ppid=21172 vsize=1798736 CPUtime=1.74
/proc/21174/task/21184/stat : 21184 (java) S 21172 21174 19777 0 -1 64 3313 0 0 0 173 1 0 0 16 0 13 0 117531893 1841905664 231764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21185] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21185/stat : 21185 (java) S 21172 21174 19777 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117531893 1841905664 231764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21186] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21186/stat : 21186 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117531893 1841905664 231764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21187] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21187/stat : 21187 (java) S 21172 21174 19777 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 117532236 1841905664 231764 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1629.64
Current children cumulated vsize (KiB) 1798736

[startup+1662.3 s]
/proc/loadavg: 1.03 1.05 1.00 2/90 21187
/proc/meminfo: memFree=922704/2055920 swapFree=4169120/4192956
[pid=21174] ppid=21172 vsize=1798736 CPUtime=1690.48
/proc/21174/stat : 21174 (java) S 21172 21174 19777 0 -1 0 389650 0 1 0 168820 228 0 0 18 0 13 0 117531883 1841905664 232478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21174/statm: 449684 232478 1333 9 0 447296 0
[pid=21174/tid=21176] ppid=21172 vsize=1798736 CPUtime=1632.88
/proc/21174/task/21176/stat : 21176 (java) R 21172 21174 19777 0 -1 64 113090 0 1 0 163233 55 0 0 25 0 13 0 117531885 1841905664 232478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109583517 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21177] ppid=21172 vsize=1798736 CPUtime=26.62
/proc/21174/task/21177/stat : 21177 (java) S 21172 21174 19777 0 -1 64 130874 0 0 0 2589 73 0 0 16 0 13 0 117531886 1841905664 232478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21178] ppid=21172 vsize=1798736 CPUtime=26.6
/proc/21174/task/21178/stat : 21178 (java) S 21172 21174 19777 0 -1 64 135013 0 0 0 2584 76 0 0 16 0 13 0 117531886 1841905664 232478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21179] ppid=21172 vsize=1798736 CPUtime=0.42
/proc/21174/task/21179/stat : 21179 (java) S 21172 21174 19777 0 -1 64 351 0 0 0 25 17 0 0 16 0 13 0 117531889 1841905664 232478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21180] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21180/stat : 21180 (java) S 21172 21174 19777 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117531889 1841905664 232478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21181] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21181/stat : 21181 (java) S 21172 21174 19777 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117531889 1841905664 232478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21182] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21182/stat : 21182 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117531893 1841905664 232478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21183] ppid=21172 vsize=1798736 CPUtime=2.17
/proc/21174/task/21183/stat : 21183 (java) S 21172 21174 19777 0 -1 64 6286 0 0 0 214 3 0 0 16 0 13 0 117531893 1841905664 232478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21184] ppid=21172 vsize=1798736 CPUtime=1.74
/proc/21174/task/21184/stat : 21184 (java) S 21172 21174 19777 0 -1 64 3313 0 0 0 173 1 0 0 16 0 13 0 117531893 1841905664 232478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21185] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21185/stat : 21185 (java) S 21172 21174 19777 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117531893 1841905664 232478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21186] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21186/stat : 21186 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117531893 1841905664 232478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21187] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21187/stat : 21187 (java) S 21172 21174 19777 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 117532236 1841905664 232478 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1690.48
Current children cumulated vsize (KiB) 1798736

[startup+1722.3 s]
/proc/loadavg: 1.01 1.04 1.00 2/90 21187
/proc/meminfo: memFree=919888/2055920 swapFree=4169120/4192956
[pid=21174] ppid=21172 vsize=1798736 CPUtime=1751.32
/proc/21174/stat : 21174 (java) S 21172 21174 19777 0 -1 0 390585 0 1 0 174901 231 0 0 18 0 13 0 117531883 1841905664 233184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21174/statm: 449684 233184 1333 9 0 447296 0
[pid=21174/tid=21176] ppid=21172 vsize=1798736 CPUtime=1691.88
/proc/21174/task/21176/stat : 21176 (java) R 21172 21174 19777 0 -1 64 113171 0 1 0 169133 55 0 0 25 0 13 0 117531885 1841905664 233184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4110030263 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21177] ppid=21172 vsize=1798736 CPUtime=27.52
/proc/21174/task/21177/stat : 21177 (java) S 21172 21174 19777 0 -1 64 131381 0 0 0 2677 75 0 0 16 0 13 0 117531886 1841905664 233184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21178] ppid=21172 vsize=1798736 CPUtime=27.52
/proc/21174/task/21178/stat : 21178 (java) S 21172 21174 19777 0 -1 64 135360 0 0 0 2675 77 0 0 16 0 13 0 117531886 1841905664 233184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21179] ppid=21172 vsize=1798736 CPUtime=0.42
/proc/21174/task/21179/stat : 21179 (java) S 21172 21174 19777 0 -1 64 351 0 0 0 25 17 0 0 16 0 13 0 117531889 1841905664 233184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21180] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21180/stat : 21180 (java) S 21172 21174 19777 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117531889 1841905664 233184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21181] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21181/stat : 21181 (java) S 21172 21174 19777 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117531889 1841905664 233184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21182] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21182/stat : 21182 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117531893 1841905664 233184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21183] ppid=21172 vsize=1798736 CPUtime=2.17
/proc/21174/task/21183/stat : 21183 (java) S 21172 21174 19777 0 -1 64 6286 0 0 0 214 3 0 0 16 0 13 0 117531893 1841905664 233184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21184] ppid=21172 vsize=1798736 CPUtime=1.74
/proc/21174/task/21184/stat : 21184 (java) S 21172 21174 19777 0 -1 64 3313 0 0 0 173 1 0 0 16 0 13 0 117531893 1841905664 233184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21185] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21185/stat : 21185 (java) S 21172 21174 19777 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117531893 1841905664 233184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21186] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21186/stat : 21186 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117531893 1841905664 233184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21187] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21187/stat : 21187 (java) S 21172 21174 19777 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 117532236 1841905664 233184 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1751.32
Current children cumulated vsize (KiB) 1798736



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.3 s]
/proc/loadavg: 1.05 1.04 1.00 2/90 21187
/proc/meminfo: memFree=917584/2055920 swapFree=4169120/4192956
[pid=21174] ppid=21172 vsize=1798736 CPUtime=1800.03
/proc/21174/stat : 21174 (java) S 21172 21174 19777 0 -1 0 391377 0 1 0 179770 233 0 0 18 0 13 0 117531883 1841905664 233757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/21174/statm: 449684 233757 1333 9 0 447296 0
[pid=21174/tid=21176] ppid=21172 vsize=1798736 CPUtime=1739.11
/proc/21174/task/21176/stat : 21176 (java) R 21172 21174 19777 0 -1 64 113237 0 1 0 173855 56 0 0 25 0 13 0 117531885 1841905664 233757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109583394 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21177] ppid=21172 vsize=1798736 CPUtime=28.26
/proc/21174/task/21177/stat : 21177 (java) S 21172 21174 19777 0 -1 64 131650 0 0 0 2751 75 0 0 16 0 13 0 117531886 1841905664 233757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21178] ppid=21172 vsize=1798736 CPUtime=28.27
/proc/21174/task/21178/stat : 21178 (java) S 21172 21174 19777 0 -1 64 135817 0 0 0 2749 78 0 0 16 0 13 0 117531886 1841905664 233757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21179] ppid=21172 vsize=1798736 CPUtime=0.44
/proc/21174/task/21179/stat : 21179 (java) S 21172 21174 19777 0 -1 64 351 0 0 0 26 18 0 0 16 0 13 0 117531889 1841905664 233757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21180] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21180/stat : 21180 (java) S 21172 21174 19777 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 117531889 1841905664 233757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21181] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21181/stat : 21181 (java) S 21172 21174 19777 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 117531889 1841905664 233757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21182] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21182/stat : 21182 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 117531893 1841905664 233757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21183] ppid=21172 vsize=1798736 CPUtime=2.17
/proc/21174/task/21183/stat : 21183 (java) S 21172 21174 19777 0 -1 64 6286 0 0 0 214 3 0 0 16 0 13 0 117531893 1841905664 233757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=21174/tid=21184] ppid=21172 vsize=1798736 CPUtime=1.74
/proc/21174/task/21184/stat : 21184 (java) S 21172 21174 19777 0 -1 64 3313 0 0 0 173 1 0 0 16 0 13 0 117531893 1841905664 233757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21185] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21185/stat : 21185 (java) S 21172 21174 19777 0 -1 64 2 0 0 0 0 0 0 0 25 0 13 0 117531893 1841905664 233757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21186] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21186/stat : 21186 (java) S 21172 21174 19777 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 117531893 1841905664 233757 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=21174/tid=21187] ppid=21172 vsize=1798736 CPUtime=0
/proc/21174/task/21187/stat : 21187 (java) S 21172 21174 19777 0 -1 64 4 0 0 0 0 0 0 0 24 0 13 0 117532236 1841905664 233757 18446744073709551615 134512640 134550740 4294956448 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) 1798736

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

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

[startup+1770.41 s]
/proc/loadavg: 1.05 1.04 1.00 2/90 21187
/proc/meminfo: memFree=917584/2055920 swapFree=4169120/4192956
[pid=21174] ppid=21172 vsize=0 CPUtime=1800.15
/proc/21174/stat : 21174 (java) Z 21172 21174 19777 0 -1 1036 391397 0 1 0 179774 241 0 0 16 0 2 0 117531883 0 0 18446744073709551615 0 0 0 0 0 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/21174/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1770.48
CPU time (s): 1800.22
CPU user time (s): 1797.74
CPU system time (s): 2.48262
CPU usage (%): 101.68
Max. virtual memory (cumulated for all children) (KiB): 1798984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.74
system time used= 2.48262
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 391397
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= 53435
involuntary context switches= 58810

runsolver used 1.91771 second user time and 5.18921 second system time

The end

Launcher Data (download as text)

Begin job on node15 on Mon Apr 16 04:02:23 UTC 2007

IDJOB= 354129
IDBENCH= 2357
IDSOLVER= 160
FILE ID= node15/354129-1176696143

PBS_JOBID= 4559406

Free space on /tmp= 66504 MiB

SOLVER NAME= sat4jPseudoCP 2007-03-23
BENCH NAME= HOME/pub/bench/PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-trento1.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354129-1176696143/sat4jPseudoCP.jar /tmp/evaluation/354129-1176696143/instance-354129-1176696143.opb       
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-354129-1176696143 -o ROOT/results/node15/solver-354129-1176696143 -C 1800 -W 3600 -M 1800 --output-limit 1,15  java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/354129-1176696143/sat4jPseudoCP.jar /tmp/evaluation/354129-1176696143/instance-354129-1176696143.opb       

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  3e144bcef2d8d517e1e9ee592d533dc8

RANDOM SEED= 341020486

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node15.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.227
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.227
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:       1851728 kB
Buffers:         15852 kB
Cached:         106832 kB
SwapCached:       2572 kB
Active:          79064 kB
Inactive:        72564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1851728 kB
SwapTotal:     4192956 kB
SwapFree:      4169120 kB
Dirty:            6960 kB
Writeback:           0 kB
Mapped:          36184 kB
Slab:            38048 kB
Committed_AS:  6097020 kB
PageTables:       1888 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= 66504 MiB

End job on node15 on Mon Apr 16 04:31:55 UTC 2007