Trace number 1856775

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1800.25 1779.56

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_18.opb
MD5SUM92a7a1679de6bb1b52854275d5fc6396
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark313
Best CPU time to get the best result obtained on this benchmark1798.1
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 303
Optimality of the best value was proved NO
Number of variables8878
Total number of constraints17460
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17459
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 153
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 408
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2755
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.16	c version 2.1.1.v20090612
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1342000320
0.08/0.16	c Max memory 1344274432
0.08/0.16	c Total memory 1344274432
0.08/0.16	c Number of processors 2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c MiniSAT restarts strategy
0.21/0.22	c Memory based learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-1856775-1244925000.opb
0.21/0.22	c reading problem ... 
5.48/4.16	c ... done. Wall clock time 3.943s.
5.48/4.16	c #vars     8878
5.48/4.16	c #constraints  17460
5.48/4.16	c constraints type 
5.48/4.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
1800.03/1779.41	c starts		: 15
1800.03/1779.41	c conflicts		: 73335
1800.03/1779.41	c decisions		: 101355
1800.03/1779.41	c propagations		: 27844351
1800.03/1779.41	c inspects		: 878877005
1800.03/1779.41	c learnt literals	: 0
1800.03/1779.41	c learnt binary clauses	: 0
1800.03/1779.41	c learnt ternary clauses	: 7
1800.03/1779.41	c learnt clauses	: 73334
1800.03/1779.41	c ignored clauses	: 0
1800.03/1779.41	c root simplifications	: 0
1800.03/1779.41	c removed literals (reason simplification)	: 1567914
1800.03/1779.41	c reason swapping (by a shorter reason)	: 0
1800.03/1779.41	c Calls to reduceDB	: 0
1800.03/1779.41	c speed (assignments/second)	: 15684.758025493888
1800.03/1779.41	c non guided choices	8692
1800.03/1779.47	c learnt constraints type 
1800.03/1779.47	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 73337
1800.03/1779.47	c constraints type 
1800.03/1779.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17459
1800.03/1779.47	s UNKNOWN
1800.03/1779.47	c Total wall clock time (in seconds): 1779.253

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1856775-1244925000/watcher-1856775-1244925000 -o /tmp/evaluation-result-1856775-1244925000/solver-1856775-1244925000 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856775-1244925000.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4862
/proc/meminfo: memFree=1446696/2055920 swapFree=4162000/4192956
[pid=4862] ppid=4860 vsize=18576 CPUtime=0
/proc/4862/stat : 4862 (runsolver) D 4860 4862 4731 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 160093844 19021824 284 1992294400 4194304 4302564 548682068432 18446744073709551615 231962373415 0 2147483391 4096 24578 18446744072099781622 0 0 17 1 0 0
/proc/4862/statm: 4644 284 249 26 0 2626 0

[startup+0.0955069 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4862
/proc/meminfo: memFree=1446696/2055920 swapFree=4162000/4192956
[pid=4862] ppid=4860 vsize=1470220 CPUtime=0.07
/proc/4862/stat : 4862 (java) S 4860 4862 4731 0 -1 0 3509 0 1 0 5 2 0 0 18 0 7 0 160093844 1505505280 3254 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/4862/statm: 367555 3254 1043 9 0 364906 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1470220

[startup+0.101506 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4862
/proc/meminfo: memFree=1446696/2055920 swapFree=4162000/4192956
[pid=4862] ppid=4860 vsize=1472428 CPUtime=0.08
/proc/4862/stat : 4862 (java) S 4860 4862 4731 0 -1 0 3578 0 1 0 6 2 0 0 18 0 12 0 160093844 1507766272 3321 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4862/statm: 368107 3321 1063 9 0 365455 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472428

[startup+0.301553 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4862
/proc/meminfo: memFree=1446696/2055920 swapFree=4162000/4192956
[pid=4862] ppid=4860 vsize=1475008 CPUtime=0.32
/proc/4862/stat : 4862 (java) S 4860 4862 4731 0 -1 0 5027 0 1 0 29 3 0 0 18 0 12 0 160093844 1510408192 4764 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4862/statm: 368752 4764 1352 9 0 366095 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1475008

[startup+0.701638 s]
/proc/loadavg: 0.99 0.98 0.99 3/64 4862
/proc/meminfo: memFree=1446696/2055920 swapFree=4162000/4192956
[pid=4862] ppid=4860 vsize=1484276 CPUtime=1.08
/proc/4862/stat : 4862 (java) S 4860 4862 4731 0 -1 0 9397 0 1 0 103 5 0 0 18 0 12 0 160093844 1519898624 7726 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4862/statm: 371069 7726 1398 9 0 368412 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1484276

[startup+1.5028 s]
/proc/loadavg: 0.99 0.98 0.99 4/76 4874
/proc/meminfo: memFree=1413448/2055920 swapFree=4162000/4192956
[pid=4862] ppid=4860 vsize=1491236 CPUtime=2.5
/proc/4862/stat : 4862 (java) S 4860 4862 4731 0 -1 0 22896 0 1 0 238 12 0 0 18 0 12 0 160093844 1527025664 16679 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4862/statm: 372809 16680 1400 9 0 370152 0
[pid=4862/tid=4864] ppid=4860 vsize=1491236 CPUtime=0.89
/proc/4862/task/4864/stat : 4864 (java) R 4860 4862 4731 0 -1 64 11407 0 1 0 83 6 0 0 19 0 12 0 160093846 1527025664 16681 1992294400 134512640 134550932 4294956016 18446744073709551615 4109486906 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4865] ppid=4860 vsize=1491236 CPUtime=0
/proc/4862/task/4865/stat : 4865 (java) S 4860 4862 4731 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 160093848 1527025664 16682 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4866] ppid=4860 vsize=1491236 CPUtime=0
/proc/4862/task/4866/stat : 4866 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 160093848 1527025664 16683 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4867] ppid=4860 vsize=1491236 CPUtime=0
/proc/4862/task/4867/stat : 4867 (java) S 4860 4862 4731 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 160093849 1527025664 16684 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4868] ppid=4860 vsize=1491236 CPUtime=0
/proc/4862/task/4868/stat : 4868 (java) S 4860 4862 4731 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 160093850 1527025664 16685 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4869] ppid=4860 vsize=1491236 CPUtime=0
/proc/4862/task/4869/stat : 4869 (java) S 4860 4862 4731 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 160093850 1527025664 16686 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4870] ppid=4860 vsize=1491236 CPUtime=0
/proc/4862/task/4870/stat : 4870 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160093854 1527025664 16687 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4871] ppid=4860 vsize=1491236 CPUtime=0.81
/proc/4862/task/4871/stat : 4871 (java) S 4860 4862 4731 0 -1 64 4336 0 0 0 80 1 0 0 18 0 12 0 160093854 1527025664 16688 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4872] ppid=4860 vsize=1491236 CPUtime=0.76
/proc/4862/task/4872/stat : 4872 (java) S 4860 4862 4731 0 -1 64 6411 0 0 0 73 3 0 0 15 0 12 0 160093854 1527025664 16689 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4873] ppid=4860 vsize=1491236 CPUtime=0
/proc/4862/task/4873/stat : 4873 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160093854 1527025664 16690 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4874] ppid=4860 vsize=1491236 CPUtime=0
/proc/4862/task/4874/stat : 4874 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160093854 1527025664 16691 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 1491236

[startup+3.10115 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 4874
/proc/meminfo: memFree=1327176/2055920 swapFree=4162000/4192956
[pid=4862] ppid=4860 vsize=1491236 CPUtime=4.32
/proc/4862/stat : 4862 (java) S 4860 4862 4731 0 -1 0 46886 0 1 0 411 21 0 0 18 0 12 0 160093844 1527025664 40583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4862/statm: 372809 40583 1414 9 0 370152 0
[pid=4862/tid=4864] ppid=4860 vsize=1491236 CPUtime=2.3
/proc/4862/task/4864/stat : 4864 (java) R 4860 4862 4731 0 -1 64 30914 0 1 0 216 14 0 0 21 0 12 0 160093846 1527025664 40583 1992294400 134512640 134550932 4294956016 18446744073709551615 4109610984 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4865] ppid=4860 vsize=1491236 CPUtime=0.07
/proc/4862/task/4865/stat : 4865 (java) S 4860 4862 4731 0 -1 64 2506 0 0 0 7 0 0 0 16 0 12 0 160093848 1527025664 40583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4866] ppid=4860 vsize=1491236 CPUtime=0.07
/proc/4862/task/4866/stat : 4866 (java) S 4860 4862 4731 0 -1 64 1899 0 0 0 7 0 0 0 17 0 12 0 160093848 1527025664 40583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4867] ppid=4860 vsize=1491236 CPUtime=0
/proc/4862/task/4867/stat : 4867 (java) S 4860 4862 4731 0 -1 64 10 0 0 0 0 0 0 0 15 0 12 0 160093849 1527025664 40583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4868] ppid=4860 vsize=1491236 CPUtime=0
/proc/4862/task/4868/stat : 4868 (java) S 4860 4862 4731 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 160093850 1527025664 40583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4869] ppid=4860 vsize=1491236 CPUtime=0
/proc/4862/task/4869/stat : 4869 (java) S 4860 4862 4731 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 160093850 1527025664 40583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4870] ppid=4860 vsize=1491236 CPUtime=0
/proc/4862/task/4870/stat : 4870 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160093854 1527025664 40583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4871] ppid=4860 vsize=1491236 CPUtime=0.93
/proc/4862/task/4871/stat : 4871 (java) R 4860 4862 4731 0 -1 64 4339 0 0 0 92 1 0 0 17 0 12 0 160093854 1527025664 40583 1992294400 134512640 134550932 4294956016 18446744073709551615 102551897 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4872] ppid=4860 vsize=1491236 CPUtime=0.9
/proc/4862/task/4872/stat : 4872 (java) S 4860 4862 4731 0 -1 64 6476 0 0 0 87 3 0 0 16 0 12 0 160093854 1527025664 40583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4873] ppid=4860 vsize=1491236 CPUtime=0
/proc/4862/task/4873/stat : 4873 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 160093854 1527025664 40583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4874] ppid=4860 vsize=1491236 CPUtime=0
/proc/4862/task/4874/stat : 4874 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 160093854 1527025664 40583 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 1491236

[startup+6.30284 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 4875
/proc/meminfo: memFree=1240640/2055920 swapFree=4162000/4192956
[pid=4862] ppid=4860 vsize=1489968 CPUtime=8.19
/proc/4862/stat : 4862 (java) S 4860 4862 4731 0 -1 0 59957 0 1 0 792 27 0 0 18 0 13 0 160093844 1525727232 52745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4862/statm: 372492 52745 1427 9 0 369835 0
[pid=4862/tid=4864] ppid=4860 vsize=1489968 CPUtime=5.03
/proc/4862/task/4864/stat : 4864 (java) R 4860 4862 4731 0 -1 64 30960 0 1 0 489 14 0 0 25 0 13 0 160093846 1525727232 52745 1992294400 134512640 134550932 4294956016 18446744073709551615 4109899039 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4865] ppid=4860 vsize=1489968 CPUtime=0.46
/proc/4862/task/4865/stat : 4865 (java) S 4860 4862 4731 0 -1 64 7931 0 0 0 43 3 0 0 17 0 13 0 160093848 1525727232 52745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4866] ppid=4860 vsize=1489968 CPUtime=0.45
/proc/4862/task/4866/stat : 4866 (java) S 4860 4862 4731 0 -1 64 9436 0 0 0 41 4 0 0 16 0 13 0 160093848 1525727232 52745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4867] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4867/stat : 4867 (java) S 4860 4862 4731 0 -1 64 12 0 0 0 0 0 0 0 17 0 13 0 160093849 1525727232 52745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4868] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4868/stat : 4868 (java) S 4860 4862 4731 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160093850 1525727232 52745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4869] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4869/stat : 4869 (java) S 4860 4862 4731 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160093850 1525727232 52745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4870] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4870/stat : 4870 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160093854 1525727232 52745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4871] ppid=4860 vsize=1489968 CPUtime=1.19
/proc/4862/task/4871/stat : 4871 (java) S 4860 4862 4731 0 -1 64 4384 0 0 0 117 2 0 0 16 0 13 0 160093854 1525727232 52745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4872] ppid=4860 vsize=1489968 CPUtime=1.04
/proc/4862/task/4872/stat : 4872 (java) S 4860 4862 4731 0 -1 64 6488 0 0 0 101 3 0 0 16 0 13 0 160093854 1525727232 52745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4873] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4873/stat : 4873 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160093854 1525727232 52745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4874] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4874/stat : 4874 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160093854 1525727232 52745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4875] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4875/stat : 4875 (java) S 4860 4862 4731 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 160094267 1525727232 52745 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 8.19
Current children cumulated vsize (KiB) 1489968

[startup+12.7012 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 4875
/proc/meminfo: memFree=1220936/2055920 swapFree=4162000/4192956
[pid=4862] ppid=4860 vsize=1489968 CPUtime=15.06
/proc/4862/stat : 4862 (java) S 4860 4862 4731 0 -1 0 66176 0 1 0 1476 30 0 0 18 0 13 0 160093844 1525727232 57559 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4862/statm: 372492 57559 1427 9 0 369835 0
[pid=4862/tid=4864] ppid=4860 vsize=1489968 CPUtime=11.06
/proc/4862/task/4864/stat : 4864 (java) R 4860 4862 4731 0 -1 64 30967 0 1 0 1092 14 0 0 22 0 13 0 160093846 1525727232 57559 1992294400 134512640 134550932 4294956016 18446744073709551615 4109847441 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4865] ppid=4860 vsize=1489968 CPUtime=0.78
/proc/4862/task/4865/stat : 4865 (java) S 4860 4862 4731 0 -1 64 10311 0 0 0 74 4 0 0 17 0 13 0 160093848 1525727232 57559 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4866] ppid=4860 vsize=1489968 CPUtime=0.78
/proc/4862/task/4866/stat : 4866 (java) S 4860 4862 4731 0 -1 64 13259 0 0 0 73 5 0 0 16 0 13 0 160093848 1525727232 57559 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4867] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4867/stat : 4867 (java) S 4860 4862 4731 0 -1 64 12 0 0 0 0 0 0 0 15 0 13 0 160093849 1525727232 57559 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4868] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4868/stat : 4868 (java) S 4860 4862 4731 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160093850 1525727232 57559 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4869] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4869/stat : 4869 (java) S 4860 4862 4731 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160093850 1525727232 57559 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4870] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4870/stat : 4870 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160093854 1525727232 57559 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4871] ppid=4860 vsize=1489968 CPUtime=1.23
/proc/4862/task/4871/stat : 4871 (java) S 4860 4862 4731 0 -1 64 4386 0 0 0 121 2 0 0 15 0 13 0 160093854 1525727232 57559 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4872] ppid=4860 vsize=1489968 CPUtime=1.16
/proc/4862/task/4872/stat : 4872 (java) S 4860 4862 4731 0 -1 64 6495 0 0 0 113 3 0 0 16 0 13 0 160093854 1525727232 57559 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4873] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4873/stat : 4873 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160093854 1525727232 57559 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4874] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4874/stat : 4874 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160093854 1525727232 57559 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4875] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4875/stat : 4875 (java) S 4860 4862 4731 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 160094267 1525727232 57559 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.06
Current children cumulated vsize (KiB) 1489968

[startup+25.503 s]
/proc/loadavg: 0.99 0.98 0.99 2/77 4875
/proc/meminfo: memFree=1220304/2055920 swapFree=4162000/4192956
[pid=4862] ppid=4860 vsize=1489968 CPUtime=28.2
/proc/4862/stat : 4862 (java) S 4860 4862 4731 0 -1 0 66370 0 1 0 2790 30 0 0 18 0 13 0 160093844 1525727232 57739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4862/statm: 372492 57739 1427 9 0 369835 0
[pid=4862/tid=4864] ppid=4860 vsize=1489968 CPUtime=23.56
/proc/4862/task/4864/stat : 4864 (java) R 4860 4862 4731 0 -1 64 30981 0 1 0 2342 14 0 0 20 0 13 0 160093846 1525727232 57739 1992294400 134512640 134550932 4294956016 18446744073709551615 4109787329 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4865] ppid=4860 vsize=1489968 CPUtime=1.06
/proc/4862/task/4865/stat : 4865 (java) S 4860 4862 4731 0 -1 64 10409 0 0 0 102 4 0 0 17 0 13 0 160093848 1525727232 57739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4866] ppid=4860 vsize=1489968 CPUtime=1.07
/proc/4862/task/4866/stat : 4866 (java) S 4860 4862 4731 0 -1 64 13338 0 0 0 102 5 0 0 16 0 13 0 160093848 1525727232 57739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4867] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4867/stat : 4867 (java) S 4860 4862 4731 0 -1 64 12 0 0 0 0 0 0 0 16 0 13 0 160093849 1525727232 57739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4868] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4868/stat : 4868 (java) S 4860 4862 4731 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160093850 1525727232 57739 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4869] ppid=4860 vsize=1489968 CPUtime=0

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

[pid=4862] ppid=4860 vsize=1489968 CPUtime=1621.01
/proc/4862/stat : 4862 (java) S 4860 4862 4731 0 -1 0 75677 0 1 0 162024 77 0 0 18 0 13 0 160093844 1525727232 66107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4862/statm: 372492 66107 1431 9 0 369835 0
[pid=4862/tid=4864] ppid=4860 vsize=1489968 CPUtime=1581.66
/proc/4862/task/4864/stat : 4864 (java) R 4860 4862 4731 0 -1 64 31848 0 1 0 158148 18 0 0 25 0 13 0 160093846 1525727232 66107 1992294400 134512640 134550932 4294956016 18446744073709551615 4109834514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4865] ppid=4860 vsize=1489968 CPUtime=18.26
/proc/4862/task/4865/stat : 4865 (java) S 4860 4862 4731 0 -1 64 14658 0 0 0 1801 25 0 0 16 0 13 0 160093848 1525727232 66107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4866] ppid=4860 vsize=1489968 CPUtime=18.32
/proc/4862/task/4866/stat : 4866 (java) S 4860 4862 4731 0 -1 64 17516 0 0 0 1811 21 0 0 17 0 13 0 160093848 1525727232 66107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4867] ppid=4860 vsize=1489968 CPUtime=0.17
/proc/4862/task/4867/stat : 4867 (java) S 4860 4862 4731 0 -1 64 17 0 0 0 12 5 0 0 16 0 13 0 160093849 1525727232 66107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4868] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4868/stat : 4868 (java) S 4860 4862 4731 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160093850 1525727232 66107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4869] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4869/stat : 4869 (java) S 4860 4862 4731 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160093850 1525727232 66107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4870] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4870/stat : 4870 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160093854 1525727232 66107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4871] ppid=4860 vsize=1489968 CPUtime=1.37
/proc/4862/task/4871/stat : 4871 (java) S 4860 4862 4731 0 -1 64 4397 0 0 0 135 2 0 0 16 0 13 0 160093854 1525727232 66107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4872] ppid=4860 vsize=1489968 CPUtime=1.16
/proc/4862/task/4872/stat : 4872 (java) S 4860 4862 4731 0 -1 64 6495 0 0 0 113 3 0 0 16 0 13 0 160093854 1525727232 66107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4873] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4873/stat : 4873 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160093854 1525727232 66107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4874] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4874/stat : 4874 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160093854 1525727232 66107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4875] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4875/stat : 4875 (java) S 4860 4862 4731 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 160094267 1525727232 66107 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1621.01
Current children cumulated vsize (KiB) 1489968

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4877
/proc/meminfo: memFree=1185552/2055920 swapFree=4162000/4192956
[pid=4862] ppid=4860 vsize=1489968 CPUtime=1681.67
/proc/4862/stat : 4862 (java) S 4860 4862 4731 0 -1 0 75911 0 1 0 168088 79 0 0 18 0 13 0 160093844 1525727232 66308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4862/statm: 372492 66308 1431 9 0 369835 0
[pid=4862/tid=4864] ppid=4860 vsize=1489968 CPUtime=1640.87
/proc/4862/task/4864/stat : 4864 (java) R 4860 4862 4731 0 -1 64 31881 0 1 0 164069 18 0 0 25 0 13 0 160093846 1525727232 66308 1992294400 134512640 134550932 4294956016 18446744073709551615 4109494716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4865] ppid=4860 vsize=1489968 CPUtime=18.99
/proc/4862/task/4865/stat : 4865 (java) S 4860 4862 4731 0 -1 64 14762 0 0 0 1872 27 0 0 17 0 13 0 160093848 1525727232 66308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4866] ppid=4860 vsize=1489968 CPUtime=19.05
/proc/4862/task/4866/stat : 4866 (java) S 4860 4862 4731 0 -1 64 17613 0 0 0 1883 22 0 0 17 0 13 0 160093848 1525727232 66308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4867] ppid=4860 vsize=1489968 CPUtime=0.18
/proc/4862/task/4867/stat : 4867 (java) S 4860 4862 4731 0 -1 64 17 0 0 0 13 5 0 0 16 0 13 0 160093849 1525727232 66308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4868] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4868/stat : 4868 (java) S 4860 4862 4731 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160093850 1525727232 66308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4869] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4869/stat : 4869 (java) S 4860 4862 4731 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160093850 1525727232 66308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4870] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4870/stat : 4870 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160093854 1525727232 66308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4871] ppid=4860 vsize=1489968 CPUtime=1.37
/proc/4862/task/4871/stat : 4871 (java) S 4860 4862 4731 0 -1 64 4397 0 0 0 135 2 0 0 16 0 13 0 160093854 1525727232 66308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4872] ppid=4860 vsize=1489968 CPUtime=1.16
/proc/4862/task/4872/stat : 4872 (java) S 4860 4862 4731 0 -1 64 6495 0 0 0 113 3 0 0 16 0 13 0 160093854 1525727232 66308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4873] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4873/stat : 4873 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160093854 1525727232 66308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4874] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4874/stat : 4874 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160093854 1525727232 66308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4875] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4875/stat : 4875 (java) S 4860 4862 4731 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 160094267 1525727232 66308 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1681.67
Current children cumulated vsize (KiB) 1489968

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4877
/proc/meminfo: memFree=1184016/2055920 swapFree=4162000/4192956
[pid=4862] ppid=4860 vsize=1489968 CPUtime=1742.29
/proc/4862/stat : 4862 (java) S 4860 4862 4731 0 -1 0 76356 0 1 0 174147 82 0 0 18 0 13 0 160093844 1525727232 66716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4862/statm: 372492 66716 1431 9 0 369835 0
[pid=4862/tid=4864] ppid=4860 vsize=1489968 CPUtime=1700.06
/proc/4862/task/4864/stat : 4864 (java) R 4860 4862 4731 0 -1 64 31915 0 1 0 169988 18 0 0 25 0 13 0 160093846 1525727232 66716 1992294400 134512640 134550932 4294956016 18446744073709551615 4109834684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4865] ppid=4860 vsize=1489968 CPUtime=19.7
/proc/4862/task/4865/stat : 4865 (java) S 4860 4862 4731 0 -1 64 14960 0 0 0 1942 28 0 0 17 0 13 0 160093848 1525727232 66716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4866] ppid=4860 vsize=1489968 CPUtime=19.75
/proc/4862/task/4866/stat : 4866 (java) S 4860 4862 4731 0 -1 64 17826 0 0 0 1952 23 0 0 16 0 13 0 160093848 1525727232 66716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4867] ppid=4860 vsize=1489968 CPUtime=0.18
/proc/4862/task/4867/stat : 4867 (java) S 4860 4862 4731 0 -1 64 17 0 0 0 13 5 0 0 16 0 13 0 160093849 1525727232 66716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4868] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4868/stat : 4868 (java) S 4860 4862 4731 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160093850 1525727232 66716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4869] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4869/stat : 4869 (java) S 4860 4862 4731 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160093850 1525727232 66716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4870] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4870/stat : 4870 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160093854 1525727232 66716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4871] ppid=4860 vsize=1489968 CPUtime=1.37
/proc/4862/task/4871/stat : 4871 (java) S 4860 4862 4731 0 -1 64 4397 0 0 0 135 2 0 0 16 0 13 0 160093854 1525727232 66716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4872] ppid=4860 vsize=1489968 CPUtime=1.16
/proc/4862/task/4872/stat : 4872 (java) S 4860 4862 4731 0 -1 64 6495 0 0 0 113 3 0 0 16 0 13 0 160093854 1525727232 66716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4873] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4873/stat : 4873 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160093854 1525727232 66716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4874] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4874/stat : 4874 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160093854 1525727232 66716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4875] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4875/stat : 4875 (java) S 4860 4862 4731 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 160094267 1525727232 66716 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1742.29
Current children cumulated vsize (KiB) 1489968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4877
/proc/meminfo: memFree=1182736/2055920 swapFree=4162000/4192956
[pid=4862] ppid=4860 vsize=1489968 CPUtime=1800.03
/proc/4862/stat : 4862 (java) S 4860 4862 4731 0 -1 0 76670 0 1 0 179919 84 0 0 18 0 13 0 160093844 1525727232 66995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4862/statm: 372492 66995 1431 9 0 369835 0
[pid=4862/tid=4864] ppid=4860 vsize=1489968 CPUtime=1756.45
/proc/4862/task/4864/stat : 4864 (java) R 4860 4862 4731 0 -1 64 31947 0 1 0 175627 18 0 0 25 0 13 0 160093846 1525727232 66995 1992294400 134512640 134550932 4294956016 18446744073709551615 4109835657 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4865] ppid=4860 vsize=1489968 CPUtime=20.37
/proc/4862/task/4865/stat : 4865 (java) S 4860 4862 4731 0 -1 64 15098 0 0 0 2009 28 0 0 16 0 13 0 160093848 1525727232 66995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4866] ppid=4860 vsize=1489968 CPUtime=20.43
/proc/4862/task/4866/stat : 4866 (java) S 4860 4862 4731 0 -1 64 17970 0 0 0 2018 25 0 0 16 0 13 0 160093848 1525727232 66995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4867] ppid=4860 vsize=1489968 CPUtime=0.19
/proc/4862/task/4867/stat : 4867 (java) S 4860 4862 4731 0 -1 64 17 0 0 0 14 5 0 0 16 0 13 0 160093849 1525727232 66995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4868] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4868/stat : 4868 (java) S 4860 4862 4731 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 160093850 1525727232 66995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4869] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4869/stat : 4869 (java) S 4860 4862 4731 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 160093850 1525727232 66995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4870] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4870/stat : 4870 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160093854 1525727232 66995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4871] ppid=4860 vsize=1489968 CPUtime=1.37
/proc/4862/task/4871/stat : 4871 (java) S 4860 4862 4731 0 -1 64 4397 0 0 0 135 2 0 0 16 0 13 0 160093854 1525727232 66995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4872] ppid=4860 vsize=1489968 CPUtime=1.16
/proc/4862/task/4872/stat : 4872 (java) S 4860 4862 4731 0 -1 64 6495 0 0 0 113 3 0 0 16 0 13 0 160093854 1525727232 66995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4873] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4873/stat : 4873 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 160093854 1525727232 66995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4874] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4874/stat : 4874 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 160093854 1525727232 66995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4875] ppid=4860 vsize=1489968 CPUtime=0
/proc/4862/task/4875/stat : 4875 (java) S 4860 4862 4731 0 -1 64 4 0 0 0 0 0 0 0 23 0 13 0 160094267 1525727232 66995 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1489968

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

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

[startup+1779.51 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 4877
/proc/meminfo: memFree=1182736/2055920 swapFree=4162000/4192956
[pid=4862] ppid=4860 vsize=1490616 CPUtime=1800.2
/proc/4862/stat : 4862 (java) S 4860 4862 4731 0 -1 0 76694 0 1 0 179936 84 0 0 16 0 14 0 160093844 1526390784 67019 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/4862/statm: 372654 67019 1432 9 0 369997 0
[pid=4862/tid=4864] ppid=4860 vsize=1490616 CPUtime=1756.55
/proc/4862/task/4864/stat : 4864 (java) R 4860 4862 4731 0 -1 64 31947 0 1 0 175637 18 0 0 25 0 14 0 160093846 1526390784 67019 1992294400 134512640 134550932 4294956016 18446744073709551615 4109835657 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4865] ppid=4860 vsize=1490616 CPUtime=20.37
/proc/4862/task/4865/stat : 4865 (java) S 4860 4862 4731 0 -1 64 15098 0 0 0 2009 28 0 0 16 0 14 0 160093848 1526390784 67019 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4866] ppid=4860 vsize=1490616 CPUtime=20.43
/proc/4862/task/4866/stat : 4866 (java) S 4860 4862 4731 0 -1 64 17970 0 0 0 2018 25 0 0 16 0 14 0 160093848 1526390784 67019 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4867] ppid=4860 vsize=1490616 CPUtime=0.19
/proc/4862/task/4867/stat : 4867 (java) S 4860 4862 4731 0 -1 64 17 0 0 0 14 5 0 0 16 0 14 0 160093849 1526390784 67019 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4868] ppid=4860 vsize=1490616 CPUtime=0
/proc/4862/task/4868/stat : 4868 (java) S 4860 4862 4731 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 160093850 1526390784 67019 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4869] ppid=4860 vsize=1490616 CPUtime=0
/proc/4862/task/4869/stat : 4869 (java) S 4860 4862 4731 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 160093850 1526390784 67019 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4870] ppid=4860 vsize=1490616 CPUtime=0
/proc/4862/task/4870/stat : 4870 (java) S 4860 4862 4731 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 160093854 1526390784 67019 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4871] ppid=4860 vsize=1490616 CPUtime=1.41
/proc/4862/task/4871/stat : 4871 (java) S 4860 4862 4731 0 -1 64 4399 0 0 0 139 2 0 0 17 0 14 0 160093854 1526390784 67019 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4872] ppid=4860 vsize=1490616 CPUtime=1.16
/proc/4862/task/4872/stat : 4872 (java) S 4860 4862 4731 0 -1 64 6495 0 0 0 113 3 0 0 16 0 14 0 160093854 1526390784 67019 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4873] ppid=4860 vsize=1490616 CPUtime=0
/proc/4862/task/4873/stat : 4873 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 160093854 1526390784 67019 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=4862/tid=4874] ppid=4860 vsize=1490616 CPUtime=0
/proc/4862/task/4874/stat : 4874 (java) S 4860 4862 4731 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 160093854 1526390784 67019 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4862/tid=4875] ppid=4860 vsize=1490616 CPUtime=0
/proc/4862/task/4875/stat : 4875 (java) S 4860 4862 4731 0 -1 64 4 0 0 0 0 0 0 0 23 0 14 0 160094267 1526390784 67019 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1490616

Child status: 143
Real time (s): 1779.56
CPU time (s): 1800.25
CPU user time (s): 1799.37
CPU system time (s): 0.886865
CPU usage (%): 101.163
Max. virtual memory (cumulated for all children) (KiB): 1494316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.37
system time used= 0.886865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76695
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= 45072
involuntary context switches= 39650

runsolver used 2.13567 second user time and 4.35934 second system time

The end

Launcher Data

Begin job on node71 at 2009-06-13 22:30:00
IDJOB=1856775
IDBENCH=2949
IDSOLVER=682
FILE ID=node71/1856775-1244925000
PBS_JOBID= 9354650
Free space on /tmp= 66488 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_18.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1856775-1244925000/watcher-1856775-1244925000 -o /tmp/evaluation-result-1856775-1244925000/solver-1856775-1244925000 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1856775-1244925000.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 92a7a1679de6bb1b52854275d5fc6396
RANDOM SEED=871995956

node71.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.277
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.277
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:       1447112 kB
Buffers:         76180 kB
Cached:         425764 kB
SwapCached:      26280 kB
Active:          94280 kB
Inactive:       436840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1447112 kB
SwapTotal:     4192956 kB
SwapFree:      4162000 kB
Dirty:            4996 kB
Writeback:           0 kB
Mapped:          13500 kB
Slab:            63636 kB
Committed_AS:    86312 kB
PageTables:       1440 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= 66488 MiB
End job on node71 at 2009-06-13 22:59:41