Trace number 363584

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-23SAT (TO)30 1800.32 1762.38

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-stein45.opb
MD5SUM5084bd7d25dcb1d535d550da78b2db16
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark30
Best CPU time to get the best result obtained on this benchmark23.6694
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 30
Optimality of the best value was proved YES
Number of variables45
Total number of constraints331
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint45
Number of terms in the objective function 45
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 45
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data (download as text)

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.08/0.14	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.08/0.14	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.08/0.15	c no version file found!!!
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1651659224
0.08/0.15	c Max memory 1654456320
0.08/0.15	c Total memory 1654456320
0.08/0.15	c Number of processors 2
0.20/0.20	c Cutting planes based inference (org.sat4j.minisat.constraints.pb.PBSolverClause)
0.20/0.20	--- Begin Solver configuration ---
0.20/0.20	c Stops conflict analysis at the first Unique Implication Point
0.20/0.20	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@691f36
0.20/0.20	c Learn all clauses as in MiniSAT
0.20/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=10000.0 initConflictBound=100 
0.20/0.20	c VSIDS like heuristics from MiniSAT using a heap
0.20/0.20	c No reason simplification
0.20/0.20	c --- End Solver configuration ---
0.20/0.20	c Simplify asserted PB constraints to clauses
0.20/0.20	c solving /tmp/evaluation/363584-1177029740/instance-363584-1177029740.opb
0.20/0.20	c reading problem ... 
0.31/0.33	c ... done. Wall clock time 0.126s.
0.31/0.33	c CPU time (experimental) 0.27s.
0.31/0.33	c #vars     45
0.31/0.33	c #constraints  331
0.31/0.34	c SATISFIABLE
0.31/0.34	c OPTIMIZING...
0.31/0.34	c Got one! Elapsed wall clock time (in seconds):0.133
0.31/0.34	o 33
0.45/0.46	c Got one! Elapsed wall clock time (in seconds):0.254
0.45/0.46	o 32
1.36/0.96	c Got one! Elapsed wall clock time (in seconds):0.759
1.36/0.96	o 31
256.24/251.44	c Got one! Elapsed wall clock time (in seconds):251.232
256.24/251.44	o 30
1800.07/1762.28	c starts		: 8
1800.07/1762.29	c conflicts		: 63689
1800.07/1762.29	c decisions		: 66519
1800.07/1762.29	c propagations		: 370164
1800.07/1762.29	c inspects		: 1002929971
1800.07/1762.29	c learnt literals	: 0
1800.07/1762.29	c learnt binary clauses	: 0
1800.07/1762.29	c learnt ternary clauses	: 0
1800.07/1762.29	c learnt clauses	: 63689
1800.07/1762.29	c root simplifications	: 0
1800.07/1762.29	c removed literals (reason simplification)	: 0
1800.07/1762.29	c reason swapping (by a shorter reason)	: 0
1800.07/1762.29	c Calls to reduceDB	: 0
1800.07/1762.29	c speed (decisions/second)	: 44.02765073343014
1800.07/1762.29	c non guided choices	0
1800.07/1762.29	s SATISFIABLE
1800.07/1762.29	v x1 x2 x3 x4 x5 -x6 -x7 -x8 -x9 -x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 -x21 -x22 -x23 -x24 -x25 x26 x27 x28 x29 x30 -x31 -x32 -x33
1800.07/1762.29	v -x34 -x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45
1800.07/1762.29	c objective function=30
1800.07/1762.29	c Total wall clock time (ms): 1762.083

Verifier Data (download as text)

OK	30

Watcher Data (download as text)

runsolver version 3.2.2 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node21/watcher-363584-1177029740 -o ROOT/results/node21/solver-363584-1177029740 -C 1800 -W 3600 -M 1800 --output-limit 1,15 java -server -Xms1600M -Xmx1600M -jar /tmp/evaluation/363584-1177029740/sat4jPseudoCPClause.jar /tmp/evaluation/363584-1177029740/instance-363584-1177029740.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.99 0.97 0.97 2/77 4184
/proc/meminfo: memFree=1765496/2055920 swapFree=4163760/4192956
[pid=4184] ppid=4182 vsize=152 CPUtime=0
/proc/4184/stat : 4184 (java) R 4182 4184 4057 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 150891323 155648 25 18446744073709551615 134512640 134550740 4294956592 18446744073709551615 8396544 0 0 4096 0 0 0 0 17 1 0 0
/proc/4184/statm: 38 26 19 9 0 4 0

[startup+0.0873461 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 4184
/proc/meminfo: memFree=1765496/2055920 swapFree=4163760/4192956
[pid=4184] ppid=4182 vsize=1777844 CPUtime=0.07
/proc/4184/stat : 4184 (java) S 4182 4184 4057 0 -1 0 3806 0 1 0 5 2 0 0 18 0 7 0 150891323 1820512256 3549 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/4184/statm: 444461 3549 1088 9 0 442097 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1777844

[startup+0.101343 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 4184
/proc/meminfo: memFree=1765496/2055920 swapFree=4163760/4192956
[pid=4184] ppid=4182 vsize=1780112 CPUtime=0.08
/proc/4184/stat : 4184 (java) S 4182 4184 4057 0 -1 0 3931 0 1 0 6 2 0 0 18 0 12 0 150891323 1822834688 3673 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4184/statm: 445028 3674 1119 9 0 442646 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1780112

[startup+0.301369 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 4184
/proc/meminfo: memFree=1765496/2055920 swapFree=4163760/4192956
[pid=4184] ppid=4182 vsize=1782344 CPUtime=0.31
/proc/4184/stat : 4184 (java) S 4182 4184 4057 0 -1 0 5105 0 1 0 28 3 0 0 18 0 12 0 150891323 1825120256 4844 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4184/statm: 445586 4844 1264 9 0 443197 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 1782344

[startup+0.701411 s]
/proc/loadavg: 0.99 0.97 0.97 2/77 4184
/proc/meminfo: memFree=1765496/2055920 swapFree=4163760/4192956
[pid=4184] ppid=4182 vsize=1784900 CPUtime=0.97
/proc/4184/stat : 4184 (java) S 4182 4184 4057 0 -1 0 7871 0 1 0 93 4 0 0 18 0 13 0 150891323 1827737600 6727 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4184/statm: 446225 6727 1309 9 0 443836 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1784900

[startup+1.5025 s]
/proc/loadavg: 0.99 0.97 0.97 5/90 4200
/proc/meminfo: memFree=1735440/2055920 swapFree=4163760/4192956
[pid=4184] ppid=4182 vsize=1800228 CPUtime=2.5
/proc/4184/stat : 4184 (java) S 4182 4184 4057 0 -1 0 22934 0 1 0 239 11 0 0 18 0 13 0 150891323 1843433472 17294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4184/statm: 450057 17294 1316 9 0 447668 0
[pid=4184/tid=4186] ppid=4182 vsize=1800228 CPUtime=0.82
/proc/4184/task/4186/stat : 4186 (java) R 4182 4184 4057 0 -1 64 12003 0 1 0 78 4 0 0 18 0 13 0 150891325 1843433472 17294 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109684199 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4187] ppid=4182 vsize=1800228 CPUtime=0
/proc/4184/task/4187/stat : 4187 (java) S 4182 4184 4057 0 -1 64 2 0 0 0 0 0 0 0 19 0 13 0 150891326 1843433472 17295 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4188] ppid=4182 vsize=1800228 CPUtime=0
/proc/4184/task/4188/stat : 4188 (java) S 4182 4184 4057 0 -1 64 0 0 0 0 0 0 0 0 20 0 13 0 150891326 1843433472 17296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4189] ppid=4182 vsize=1800228 CPUtime=0
/proc/4184/task/4189/stat : 4189 (java) S 4182 4184 4057 0 -1 64 2 0 0 0 0 0 0 0 16 0 13 0 150891329 1843433472 17296 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4190] ppid=4182 vsize=1800228 CPUtime=0
/proc/4184/task/4190/stat : 4190 (java) S 4182 4184 4057 0 -1 64 10 0 0 0 0 0 0 0 22 0 13 0 150891329 1843433472 17297 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4191] ppid=4182 vsize=1800228 CPUtime=0
/proc/4184/task/4191/stat : 4191 (java) S 4182 4184 4057 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 150891329 1843433472 17299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4192] ppid=4182 vsize=1800228 CPUtime=0
/proc/4184/task/4192/stat : 4192 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150891333 1843433472 17299 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4193] ppid=4182 vsize=1800228 CPUtime=0.84
/proc/4184/task/4193/stat : 4193 (java) R 4182 4184 4057 0 -1 64 5390 0 0 0 81 3 0 0 17 0 13 0 150891333 1843433472 17300 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 104722957 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4194] ppid=4182 vsize=1800228 CPUtime=0.8
/proc/4184/task/4194/stat : 4194 (java) R 4182 4184 4057 0 -1 64 4818 0 0 0 78 2 0 0 19 0 13 0 150891333 1843433472 17301 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 103314059 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4195] ppid=4182 vsize=1800228 CPUtime=0
/proc/4184/task/4195/stat : 4195 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 150891333 1843433472 17303 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4196] ppid=4182 vsize=1800228 CPUtime=0
/proc/4184/task/4196/stat : 4196 (java) S 4182 4184 4057 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150891333 1843433472 17305 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4200] ppid=4182 vsize=1800228 CPUtime=0
/proc/4184/task/4200/stat : 4200 (java) S 4182 4184 4057 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 150891420 1843433472 17307 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1800228

[startup+3.10268 s]
/proc/loadavg: 0.99 0.97 0.97 2/90 4200
/proc/meminfo: memFree=1660368/2055920 swapFree=4163760/4192956
[pid=4184] ppid=4182 vsize=1800592 CPUtime=4.72
/proc/4184/stat : 4184 (java) S 4182 4184 4057 0 -1 0 51027 0 1 0 449 23 0 0 18 0 13 0 150891323 1843806208 43931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4184/statm: 450148 43931 1325 9 0 447759 0
[pid=4184/tid=4186] ppid=4182 vsize=1800592 CPUtime=2.14
/proc/4184/task/4186/stat : 4186 (java) R 4182 4184 4057 0 -1 64 37735 0 1 0 198 16 0 0 25 0 13 0 150891325 1843806208 43931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109503198 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4187] ppid=4182 vsize=1800592 CPUtime=0.01
/proc/4184/task/4187/stat : 4187 (java) S 4182 4184 4057 0 -1 64 382 0 0 0 1 0 0 0 16 0 13 0 150891326 1843806208 43931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4188] ppid=4182 vsize=1800592 CPUtime=0
/proc/4184/task/4188/stat : 4188 (java) S 4182 4184 4057 0 -1 64 320 0 0 0 0 0 0 0 16 0 13 0 150891326 1843806208 43931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4189] ppid=4182 vsize=1800592 CPUtime=0
/proc/4184/task/4189/stat : 4189 (java) S 4182 4184 4057 0 -1 64 8 0 0 0 0 0 0 0 15 0 13 0 150891329 1843806208 43931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4190] ppid=4182 vsize=1800592 CPUtime=0
/proc/4184/task/4190/stat : 4190 (java) S 4182 4184 4057 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150891329 1843806208 43931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4191] ppid=4182 vsize=1800592 CPUtime=0
/proc/4184/task/4191/stat : 4191 (java) S 4182 4184 4057 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150891329 1843806208 43931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4192] ppid=4182 vsize=1800592 CPUtime=0
/proc/4184/task/4192/stat : 4192 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150891333 1843806208 43931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4193] ppid=4182 vsize=1800592 CPUtime=1.27
/proc/4184/task/4193/stat : 4193 (java) S 4182 4184 4057 0 -1 64 6585 0 0 0 124 3 0 0 16 0 13 0 150891333 1843806208 43931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4194] ppid=4182 vsize=1800592 CPUtime=1.26
/proc/4184/task/4194/stat : 4194 (java) S 4182 4184 4057 0 -1 64 5275 0 0 0 124 2 0 0 16 0 13 0 150891333 1843806208 43931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4195] ppid=4182 vsize=1800592 CPUtime=0
/proc/4184/task/4195/stat : 4195 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 150891333 1843806208 43931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4196] ppid=4182 vsize=1800592 CPUtime=0
/proc/4184/task/4196/stat : 4196 (java) S 4182 4184 4057 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150891333 1843806208 43931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4200] ppid=4182 vsize=1800592 CPUtime=0
/proc/4184/task/4200/stat : 4200 (java) S 4182 4184 4057 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 150891420 1843806208 43931 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 1800592

[startup+6.30302 s]
/proc/loadavg: 0.99 0.97 0.97 2/90 4200
/proc/meminfo: memFree=1587408/2055920 swapFree=4163760/4192956
[pid=4184] ppid=4182 vsize=1799856 CPUtime=8.31
/proc/4184/stat : 4184 (java) S 4182 4184 4057 0 -1 0 54395 0 1 0 806 25 0 0 18 0 13 0 150891323 1843052544 46123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4184/statm: 449964 46123 1331 9 0 447575 0
[pid=4184/tid=4186] ppid=4182 vsize=1799856 CPUtime=5.25
/proc/4184/task/4186/stat : 4186 (java) R 4182 4184 4057 0 -1 64 37740 0 1 0 509 16 0 0 25 0 13 0 150891325 1843052544 46123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109608550 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4187] ppid=4182 vsize=1799856 CPUtime=0.07
/proc/4184/task/4187/stat : 4187 (java) S 4182 4184 4057 0 -1 64 1611 0 0 0 6 1 0 0 17 0 13 0 150891326 1843052544 46123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4188] ppid=4182 vsize=1799856 CPUtime=0.06
/proc/4184/task/4188/stat : 4188 (java) S 4182 4184 4057 0 -1 64 1454 0 0 0 6 0 0 0 16 0 13 0 150891326 1843052544 46123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4189] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4189/stat : 4189 (java) S 4182 4184 4057 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 150891329 1843052544 46123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4190] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4190/stat : 4190 (java) S 4182 4184 4057 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150891329 1843052544 46123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4191] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4191/stat : 4191 (java) S 4182 4184 4057 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150891329 1843052544 46123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4192] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4192/stat : 4192 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150891333 1843052544 46123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4193] ppid=4182 vsize=1799856 CPUtime=1.55
/proc/4184/task/4193/stat : 4193 (java) S 4182 4184 4057 0 -1 64 7577 0 0 0 152 3 0 0 17 0 13 0 150891333 1843052544 46123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4194] ppid=4182 vsize=1799856 CPUtime=1.33
/proc/4184/task/4194/stat : 4194 (java) S 4182 4184 4057 0 -1 64 5279 0 0 0 131 2 0 0 16 0 13 0 150891333 1843052544 46123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4195] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4195/stat : 4195 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 150891333 1843052544 46123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4196] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4196/stat : 4196 (java) S 4182 4184 4057 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150891333 1843052544 46123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4200] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4200/stat : 4200 (java) S 4182 4184 4057 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 150891420 1843052544 46123 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 1799856

[startup+12.7027 s]
/proc/loadavg: 0.99 0.97 0.97 2/90 4200
/proc/meminfo: memFree=1570320/2055920 swapFree=4163760/4192956
[pid=4184] ppid=4182 vsize=1799856 CPUtime=14.87
/proc/4184/stat : 4184 (java) S 4182 4184 4057 0 -1 0 63476 0 1 0 1457 30 0 0 18 0 13 0 150891323 1843052544 53045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4184/statm: 449964 53045 1331 9 0 447575 0
[pid=4184/tid=4186] ppid=4182 vsize=1799856 CPUtime=11.49
/proc/4184/task/4186/stat : 4186 (java) R 4182 4184 4057 0 -1 64 39896 0 1 0 1132 17 0 0 25 0 13 0 150891325 1843052544 53045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109604926 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4187] ppid=4182 vsize=1799856 CPUtime=0.22
/proc/4184/task/4187/stat : 4187 (java) S 4182 4184 4057 0 -1 64 5345 0 0 0 19 3 0 0 16 0 13 0 150891326 1843052544 53045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4188] ppid=4182 vsize=1799856 CPUtime=0.22
/proc/4184/task/4188/stat : 4188 (java) S 4182 4184 4057 0 -1 64 4631 0 0 0 20 2 0 0 17 0 13 0 150891326 1843052544 53045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4189] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4189/stat : 4189 (java) S 4182 4184 4057 0 -1 64 26 0 0 0 0 0 0 0 16 0 13 0 150891329 1843052544 53045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4190] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4190/stat : 4190 (java) S 4182 4184 4057 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150891329 1843052544 53045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4191] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4191/stat : 4191 (java) S 4182 4184 4057 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150891329 1843052544 53045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4192] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4192/stat : 4192 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150891333 1843052544 53045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4193] ppid=4182 vsize=1799856 CPUtime=1.55
/proc/4184/task/4193/stat : 4193 (java) S 4182 4184 4057 0 -1 64 7577 0 0 0 152 3 0 0 17 0 13 0 150891333 1843052544 53045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4194] ppid=4182 vsize=1799856 CPUtime=1.33
/proc/4184/task/4194/stat : 4194 (java) S 4182 4184 4057 0 -1 64 5279 0 0 0 131 2 0 0 16 0 13 0 150891333 1843052544 53045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4195] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4195/stat : 4195 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 150891333 1843052544 53045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4196] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4196/stat : 4196 (java) S 4182 4184 4057 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150891333 1843052544 53045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4200] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4200/stat : 4200 (java) S 4182 4184 4057 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 150891420 1843052544 53045 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.87
Current children cumulated vsize (KiB) 1799856

[startup+25.5011 s]
/proc/loadavg: 0.99 0.97 0.97 2/90 4200
/proc/meminfo: memFree=1550736/2055920 swapFree=4163760/4192956
[pid=4184] ppid=4182 vsize=1799856 CPUtime=28.07
/proc/4184/stat : 4184 (java) S 4182 4184 4057 0 -1 0 65373 0 1 0 2776 31 0 0 18 0 13 0 150891323 1843052544 54723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4184/statm: 449964 54723 1334 9 0 447575 0
[pid=4184/tid=4186] ppid=4182 vsize=1799856 CPUtime=24.17
/proc/4184/task/4186/stat : 4186 (java) R 4182 4184 4057 0 -1 64 39904 0 1 0 2400 17 0 0 25 0 13 0 150891325 1843052544 54723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109604166 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4187] ppid=4182 vsize=1799856 CPUtime=0.31
/proc/4184/task/4187/stat : 4187 (java) S 4182 4184 4057 0 -1 64 6380 0 0 0 27 4 0 0 16 0 13 0 150891326 1843052544 54723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4188] ppid=4182 vsize=1799856 CPUtime=0.31
/proc/4184/task/4188/stat : 4188 (java) S 4182 4184 4057 0 -1 64 5463 0 0 0 29 2 0 0 16 0 13 0 150891326 1843052544 54723 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

[pid=4184] ppid=4182 vsize=1799856 CPUtime=1635.5
/proc/4184/stat : 4184 (java) S 4182 4184 4057 0 -1 0 118977 0 1 0 163467 83 0 0 18 0 13 0 150891323 1843052544 88640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4184/statm: 449964 88640 1335 9 0 447575 0
[pid=4184/tid=4186] ppid=4182 vsize=1799856 CPUtime=1568.71
/proc/4184/task/4186/stat : 4186 (java) R 4182 4184 4057 0 -1 64 54738 0 1 0 156834 37 0 0 25 0 13 0 150891325 1843052544 88640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109607862 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4187] ppid=4182 vsize=1799856 CPUtime=31.61
/proc/4184/task/4187/stat : 4187 (java) S 4182 4184 4057 0 -1 64 26607 0 0 0 3146 15 0 0 16 0 13 0 150891326 1843052544 88640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4188] ppid=4182 vsize=1799856 CPUtime=31.63
/proc/4184/task/4188/stat : 4188 (java) S 4182 4184 4057 0 -1 64 23939 0 0 0 3149 14 0 0 16 0 13 0 150891326 1843052544 88640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4189] ppid=4182 vsize=1799856 CPUtime=0.2
/proc/4184/task/4189/stat : 4189 (java) S 4182 4184 4057 0 -1 64 92 0 0 0 12 8 0 0 16 0 13 0 150891329 1843052544 88640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4190] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4190/stat : 4190 (java) S 4182 4184 4057 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150891329 1843052544 88640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4191] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4191/stat : 4191 (java) S 4182 4184 4057 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150891329 1843052544 88640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4192] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4192/stat : 4192 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150891333 1843052544 88640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4193] ppid=4182 vsize=1799856 CPUtime=1.65
/proc/4184/task/4193/stat : 4193 (java) S 4182 4184 4057 0 -1 64 7580 0 0 0 162 3 0 0 16 0 13 0 150891333 1843052544 88640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4194] ppid=4182 vsize=1799856 CPUtime=1.62
/proc/4184/task/4194/stat : 4194 (java) S 4182 4184 4057 0 -1 64 5298 0 0 0 160 2 0 0 16 0 13 0 150891333 1843052544 88640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4195] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4195/stat : 4195 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 150891333 1843052544 88640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4196] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4196/stat : 4196 (java) S 4182 4184 4057 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150891333 1843052544 88640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4201] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4201/stat : 4201 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 150916468 1843052544 88640 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1635.5
Current children cumulated vsize (KiB) 1799856

[startup+1662.3 s]
/proc/loadavg: 1.04 1.01 1.00 2/90 4399
/proc/meminfo: memFree=1411144/2055920 swapFree=4163760/4192956
[pid=4184] ppid=4182 vsize=1799856 CPUtime=1697.25
/proc/4184/stat : 4184 (java) S 4182 4184 4057 0 -1 0 119827 0 1 0 169641 84 0 0 18 0 13 0 150891323 1843052544 89424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4184/statm: 449964 89424 1335 9 0 447575 0
[pid=4184/tid=4186] ppid=4182 vsize=1799856 CPUtime=1626.92
/proc/4184/task/4186/stat : 4186 (java) R 4182 4184 4057 0 -1 64 54765 0 1 0 162654 38 0 0 23 0 13 0 150891325 1843052544 89424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109561450 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4187] ppid=4182 vsize=1799856 CPUtime=33.38
/proc/4184/task/4187/stat : 4187 (java) S 4182 4184 4057 0 -1 64 26852 0 0 0 3323 15 0 0 16 0 13 0 150891326 1843052544 89424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4188] ppid=4182 vsize=1799856 CPUtime=33.4
/proc/4184/task/4188/stat : 4188 (java) S 4182 4184 4057 0 -1 64 24517 0 0 0 3325 15 0 0 16 0 13 0 150891326 1843052544 89424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4189] ppid=4182 vsize=1799856 CPUtime=0.21
/proc/4184/task/4189/stat : 4189 (java) S 4182 4184 4057 0 -1 64 92 0 0 0 13 8 0 0 15 0 13 0 150891329 1843052544 89424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4190] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4190/stat : 4190 (java) S 4182 4184 4057 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150891329 1843052544 89424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4191] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4191/stat : 4191 (java) S 4182 4184 4057 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150891329 1843052544 89424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4192] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4192/stat : 4192 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150891333 1843052544 89424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4193] ppid=4182 vsize=1799856 CPUtime=1.65
/proc/4184/task/4193/stat : 4193 (java) S 4182 4184 4057 0 -1 64 7580 0 0 0 162 3 0 0 16 0 13 0 150891333 1843052544 89424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4194] ppid=4182 vsize=1799856 CPUtime=1.62
/proc/4184/task/4194/stat : 4194 (java) S 4182 4184 4057 0 -1 64 5298 0 0 0 160 2 0 0 16 0 13 0 150891333 1843052544 89424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4195] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4195/stat : 4195 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 150891333 1843052544 89424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4196] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4196/stat : 4196 (java) S 4182 4184 4057 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150891333 1843052544 89424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4201] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4201/stat : 4201 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 150916468 1843052544 89424 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1697.25
Current children cumulated vsize (KiB) 1799856

[startup+1722.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/90 4399
/proc/meminfo: memFree=1408136/2055920 swapFree=4163760/4192956
[pid=4184] ppid=4182 vsize=1799856 CPUtime=1759.02
/proc/4184/stat : 4184 (java) S 4182 4184 4057 0 -1 0 120675 0 1 0 175817 85 0 0 18 0 13 0 150891323 1843052544 90199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4184/statm: 449964 90199 1335 9 0 447575 0
[pid=4184/tid=4186] ppid=4182 vsize=1799856 CPUtime=1685.07
/proc/4184/task/4186/stat : 4186 (java) R 4182 4184 4057 0 -1 64 54792 0 1 0 168469 38 0 0 25 0 13 0 150891325 1843052544 90199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109833869 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4187] ppid=4182 vsize=1799856 CPUtime=35.19
/proc/4184/task/4187/stat : 4187 (java) S 4182 4184 4057 0 -1 64 27032 0 0 0 3504 15 0 0 16 0 13 0 150891326 1843052544 90199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4188] ppid=4182 vsize=1799856 CPUtime=35.21
/proc/4184/task/4188/stat : 4188 (java) S 4182 4184 4057 0 -1 64 25158 0 0 0 3506 15 0 0 16 0 13 0 150891326 1843052544 90199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4189] ppid=4182 vsize=1799856 CPUtime=0.21
/proc/4184/task/4189/stat : 4189 (java) S 4182 4184 4057 0 -1 64 92 0 0 0 13 8 0 0 15 0 13 0 150891329 1843052544 90199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4190] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4190/stat : 4190 (java) S 4182 4184 4057 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150891329 1843052544 90199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4191] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4191/stat : 4191 (java) S 4182 4184 4057 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150891329 1843052544 90199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4192] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4192/stat : 4192 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150891333 1843052544 90199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4193] ppid=4182 vsize=1799856 CPUtime=1.65
/proc/4184/task/4193/stat : 4193 (java) S 4182 4184 4057 0 -1 64 7580 0 0 0 162 3 0 0 16 0 13 0 150891333 1843052544 90199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4194] ppid=4182 vsize=1799856 CPUtime=1.62
/proc/4184/task/4194/stat : 4194 (java) S 4182 4184 4057 0 -1 64 5298 0 0 0 160 2 0 0 16 0 13 0 150891333 1843052544 90199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4195] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4195/stat : 4195 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 150891333 1843052544 90199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4196] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4196/stat : 4196 (java) S 4182 4184 4057 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150891333 1843052544 90199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4201] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4201/stat : 4201 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 150916468 1843052544 90199 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1759.02
Current children cumulated vsize (KiB) 1799856



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1762.21 s]
/proc/loadavg: 1.10 1.04 1.00 2/90 4399
/proc/meminfo: memFree=1405768/2055920 swapFree=4163760/4192956
[pid=4184] ppid=4182 vsize=1799856 CPUtime=1800.07
/proc/4184/stat : 4184 (java) S 4182 4184 4057 0 -1 0 121262 0 1 0 179921 86 0 0 18 0 13 0 150891323 1843052544 90733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/4184/statm: 449964 90733 1335 9 0 447575 0
[pid=4184/tid=4186] ppid=4182 vsize=1799856 CPUtime=1723.8
/proc/4184/task/4186/stat : 4186 (java) R 4182 4184 4057 0 -1 64 54809 0 1 0 172342 38 0 0 25 0 13 0 150891325 1843052544 90733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109608550 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4187] ppid=4182 vsize=1799856 CPUtime=36.35
/proc/4184/task/4187/stat : 4187 (java) S 4182 4184 4057 0 -1 64 27162 0 0 0 3620 15 0 0 17 0 13 0 150891326 1843052544 90733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4188] ppid=4182 vsize=1799856 CPUtime=36.36
/proc/4184/task/4188/stat : 4188 (java) S 4182 4184 4057 0 -1 64 25598 0 0 0 3621 15 0 0 16 0 13 0 150891326 1843052544 90733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4189] ppid=4182 vsize=1799856 CPUtime=0.22
/proc/4184/task/4189/stat : 4189 (java) S 4182 4184 4057 0 -1 64 92 0 0 0 14 8 0 0 16 0 13 0 150891329 1843052544 90733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4190] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4190/stat : 4190 (java) S 4182 4184 4057 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 150891329 1843052544 90733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4191] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4191/stat : 4191 (java) S 4182 4184 4057 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 150891329 1843052544 90733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4192] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4192/stat : 4192 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 24 0 13 0 150891333 1843052544 90733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4193] ppid=4182 vsize=1799856 CPUtime=1.65
/proc/4184/task/4193/stat : 4193 (java) S 4182 4184 4057 0 -1 64 7580 0 0 0 162 3 0 0 16 0 13 0 150891333 1843052544 90733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4194] ppid=4182 vsize=1799856 CPUtime=1.62
/proc/4184/task/4194/stat : 4194 (java) S 4182 4184 4057 0 -1 64 5298 0 0 0 160 2 0 0 16 0 13 0 150891333 1843052544 90733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4195] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4195/stat : 4195 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 150891333 1843052544 90733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4196] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4196/stat : 4196 (java) S 4182 4184 4057 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 150891333 1843052544 90733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4201] ppid=4182 vsize=1799856 CPUtime=0
/proc/4184/task/4201/stat : 4201 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 150916468 1843052544 90733 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1799856

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

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

[startup+1762.31 s]
/proc/loadavg: 1.10 1.04 1.00 2/90 4399
/proc/meminfo: memFree=1405768/2055920 swapFree=4163760/4192956
[pid=4184] ppid=4182 vsize=1800504 CPUtime=1800.24
/proc/4184/stat : 4184 (java) S 4182 4184 4057 0 -1 0 121319 0 1 0 179938 86 0 0 16 0 14 0 150891323 1843716096 90789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/4184/statm: 450126 90789 1335 9 0 447737 0
[pid=4184/tid=4186] ppid=4182 vsize=1800504 CPUtime=1723.83
/proc/4184/task/4186/stat : 4186 (java) R 4182 4184 4057 0 -1 64 54809 0 1 0 172345 38 0 0 17 0 14 0 150891325 1843716096 90789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4109560674 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4187] ppid=4182 vsize=1800504 CPUtime=36.41
/proc/4184/task/4187/stat : 4187 (java) S 4182 4184 4057 0 -1 64 27162 0 0 0 3626 15 0 0 17 0 14 0 150891326 1843716096 90789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4188] ppid=4182 vsize=1800504 CPUtime=36.42
/proc/4184/task/4188/stat : 4188 (java) S 4182 4184 4057 0 -1 64 25636 0 0 0 3627 15 0 0 16 0 14 0 150891326 1843716096 90789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4189] ppid=4182 vsize=1800504 CPUtime=0.22
/proc/4184/task/4189/stat : 4189 (java) S 4182 4184 4057 0 -1 64 92 0 0 0 14 8 0 0 15 0 14 0 150891329 1843716096 90789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4190] ppid=4182 vsize=1800504 CPUtime=0
/proc/4184/task/4190/stat : 4190 (java) S 4182 4184 4057 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 150891329 1843716096 90789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4191] ppid=4182 vsize=1800504 CPUtime=0
/proc/4184/task/4191/stat : 4191 (java) S 4182 4184 4057 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 150891329 1843716096 90789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4192] ppid=4182 vsize=1800504 CPUtime=0
/proc/4184/task/4192/stat : 4192 (java) S 4182 4184 4057 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 150891333 1843716096 90789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4193] ppid=4182 vsize=1800504 CPUtime=1.65
/proc/4184/task/4193/stat : 4193 (java) S 4182 4184 4057 0 -1 64 7580 0 0 0 162 3 0 0 16 0 14 0 150891333 1843716096 90789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4194] ppid=4182 vsize=1800504 CPUtime=1.62
/proc/4184/task/4194/stat : 4194 (java) S 4182 4184 4057 0 -1 64 5298 0 0 0 160 2 0 0 16 0 14 0 150891333 1843716096 90789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4195] ppid=4182 vsize=1800504 CPUtime=0
/proc/4184/task/4195/stat : 4195 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 150891333 1843716096 90789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=4184/tid=4196] ppid=4182 vsize=1800504 CPUtime=0
/proc/4184/task/4196/stat : 4196 (java) S 4182 4184 4057 0 -1 64 0 0 0 0 0 0 0 0 15 0 14 0 150891333 1843716096 90789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=4184/tid=4201] ppid=4182 vsize=1800504 CPUtime=0
/proc/4184/task/4201/stat : 4201 (java) S 4182 4184 4057 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 150916468 1843716096 90789 18446744073709551615 134512640 134550740 4294956448 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 1800504

Child status: 143
Real time (s): 1762.38
CPU time (s): 1800.32
CPU user time (s): 1799.4
CPU system time (s): 0.921859
CPU usage (%): 102.153
Max. virtual memory (cumulated for all children) (KiB): 1802960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.4
system time used= 0.921859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121320
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= 42626
involuntary context switches= 33433

runsolver used 1.81872 second user time and 4.77527 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Fri Apr 20 00:42:20 UTC 2007

IDJOB= 363584
IDBENCH= 1865
IDSOLVER= 164
FILE ID= node21/363584-1177029740

PBS_JOBID= 4630636

Free space on /tmp= 66387 MiB

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

META MD5SUM SOLVER= 592978c395d7dcf045996aed0652cb30
MD5SUM BENCH=  5084bd7d25dcb1d535d550da78b2db16

RANDOM SEED= 554342106

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.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.232
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.232
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:       1765904 kB
Buffers:         67128 kB
Cached:         133160 kB
SwapCached:       7588 kB
Active:          64716 kB
Inactive:       161980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1765904 kB
SwapTotal:     4192956 kB
SwapFree:      4163760 kB
Dirty:            3588 kB
Writeback:           0 kB
Mapped:          30252 kB
Slab:            48848 kB
Committed_AS:  1652256 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= 66387 MiB

End job on node21 on Fri Apr 20 01:11:45 UTC 2007