Trace number 2684784

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 NameAnswerCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.24 1758.12

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12016_4-sat.opb
MD5SUM142eb7aa6e3fc22a3161df6b33ced1a2
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48642
Total number of constraints155800
Number of constraints which are clauses155000
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints800
Minimum length of a constraint1
Maximum length of a constraint120
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 22
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 684
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.10/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.35	c See www.sat4j.org for details.
0.10/0.37	c version 2.2.0.v20100526
0.10/0.37	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.37	c java.vm.name		Java HotSpot(TM) Server VM
0.10/0.37	c java.vm.version	11.2-b01
0.10/0.37	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.37	c sun.arch.data.model	32
0.10/0.37	c java.version		1.6.0_12
0.10/0.37	c os.name		Linux
0.10/0.37	c os.version		2.6.18-164.el5
0.10/0.37	c os.arch		i386
0.10/0.37	c Free memory 		1393557488
0.10/0.37	c Max memory 		1395916800
0.10/0.37	c Total memory 		1395916800
0.10/0.37	c Number of processors 	2
0.20/0.45	c Pseudo Boolean Optimization
0.20/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.20/0.45	c --- Begin Solver configuration ---
0.20/0.45	c Stops conflict analysis at the first Unique Implication Point
0.20/0.45	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.20/0.45	c Learn all clauses as in MiniSAT
0.20/0.45	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.20/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.20/0.45	c No reason simplification
0.20/0.45	c Armin Biere (Picosat) restarts strategy
0.20/0.45	c Glucose learned constraints deletion strategy
0.20/0.45	c timeout=2147483s
0.20/0.45	c DB Simplification allowed=false
0.20/0.45	c --- End Solver configuration ---
0.20/0.45	c solving HOME/instance-2684784-1278433559.opb
0.20/0.45	c reading problem ... 
5.00/4.01	c ... done. Wall clock time 3.561s.
5.00/4.01	c #vars     48642
5.00/4.01	c #constraints  146348
5.00/4.01	c constraints type 
5.00/4.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 121031
5.00/4.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21154
5.00/4.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 800
137.05/132.10	c cleaning 0 clauses out of 5000 with flag 0/5000
394.18/384.63	c cleaning 0 clauses out of 11000 with flag 0/11000
830.21/812.06	c cleaning 0 clauses out of 18002 with flag 0/18002
1535.97/1500.77	c cleaning 0 clauses out of 26003 with flag 0/26003
1800.09/1758.02	c starts		: 55
1800.09/1758.02	c conflicts		: 28566
1800.09/1758.02	c decisions		: 172429
1800.09/1758.02	c propagations		: 24542658
1800.09/1758.02	c inspects		: 501970083
1800.09/1758.02	c learnt literals	: 0
1800.09/1758.02	c learnt binary clauses	: 0
1800.09/1758.02	c learnt ternary clauses	: 113
1800.09/1758.02	c learnt clauses	: 28565
1800.09/1758.02	c ignored clauses	: 0
1800.09/1758.02	c root simplifications	: 0
1800.09/1758.02	c removed literals (reason simplification)	: 0
1800.09/1758.02	c reason swapping (by a shorter reason)	: 0
1800.09/1758.02	c Calls to reduceDB	: 4
1800.09/1758.02	c number of reductions to clauses (during analyze)	: 0
1800.09/1758.02	c number of learned constraints concerned by reduction	: 0
1800.09/1758.02	c number of learning phase by resolution	: 0
1800.09/1758.02	c number of learning phase by cutting planes	: 0
1800.09/1758.02	c speed (assignments/second)	: 13992.321590140073
1800.09/1758.02	c non guided choices	2349
1800.09/1758.05	c learnt constraints type 
1800.09/1758.05	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 115
1800.09/1758.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 28450
1800.09/1758.05	c constraints type 
1800.09/1758.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 121031
1800.09/1758.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21154
1800.09/1758.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 800
1800.09/1758.05	s UNKNOWN
1800.09/1758.05	c Total wall clock time (in seconds): 1757.603

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-2684784-1278433559/watcher-2684784-1278433559 -o /tmp/evaluation-result-2684784-1278433559/solver-2684784-1278433559 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2684784-1278433559.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: 1.81 1.87 1.23 3/106 20085
/proc/meminfo: memFree=1491132/2059040 swapFree=4192956/4192956
[pid=20085] ppid=20083 vsize=244 CPUtime=0
/proc/20085/stat : 20085 (java6) D 20083 20085 19989 0 -1 4194304 87 0 1 0 0 0 0 0 17 0 1 0 11567440 249856 8 1992294400 134512640 134550932 4289829536 18446744073709551615 7418960 0 0 4096 0 18446744071562234166 0 0 17 1 0 0 0
/proc/20085/statm: 61 8 3 10 0 22 0

[startup+0.094488 s]
/proc/loadavg: 1.81 1.87 1.23 3/106 20085
/proc/meminfo: memFree=1491132/2059040 swapFree=4192956/4192956
[pid=20085] ppid=20083 vsize=13164 CPUtime=0
/proc/20085/stat : 20085 (java) D 20083 20085 19989 0 -1 4194304 460 0 15 0 0 0 0 0 16 0 1 0 11567440 13479936 194 1992294400 134512640 134550932 4293307440 18446744073709551615 7427707 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 6
/proc/20085/statm: 3291 195 140 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13164

[startup+0.102479 s]
/proc/loadavg: 1.81 1.87 1.23 3/106 20085
/proc/meminfo: memFree=1491132/2059040 swapFree=4192956/4192956
[pid=20085] ppid=20083 vsize=13164 CPUtime=0
/proc/20085/stat : 20085 (java) D 20083 20085 19989 0 -1 4194304 467 0 22 0 0 0 0 0 16 0 1 0 11567440 13479936 201 1992294400 134512640 134550932 4293307440 18446744073709551615 7427707 0 0 4096 0 18446744071562234166 0 0 17 0 0 0 7
/proc/20085/statm: 3291 201 140 10 0 1121 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13164

[startup+0.301481 s]
/proc/loadavg: 1.81 1.87 1.23 3/106 20085
/proc/meminfo: memFree=1491132/2059040 swapFree=4192956/4192956
[pid=20085] ppid=20083 vsize=1524184 CPUtime=0.1
/proc/20085/stat : 20085 (java) S 20083 20085 19989 0 -1 4202496 3878 0 91 0 6 4 0 0 16 0 12 0 11567440 1560764416 3408 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20085/statm: 381046 3408 1078 10 0 378348 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1524184

[startup+0.701539 s]
/proc/loadavg: 1.81 1.87 1.23 3/106 20085
/proc/meminfo: memFree=1491132/2059040 swapFree=4192956/4192956
[pid=20085] ppid=20083 vsize=1528116 CPUtime=0.64
/proc/20085/stat : 20085 (java) S 20083 20085 19989 0 -1 4202496 6387 0 91 0 59 5 0 0 16 0 12 0 11567440 1564790784 5873 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20085/statm: 382029 5874 1383 10 0 379331 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 1528116

[startup+1.50165 s]
/proc/loadavg: 1.81 1.87 1.23 4/118 20097
/proc/meminfo: memFree=1456296/2059040 swapFree=4192956/4192956
[pid=20085] ppid=20083 vsize=1528640 CPUtime=1.78
/proc/20085/stat : 20085 (java) S 20083 20085 19989 0 -1 4202496 15916 0 91 0 168 10 0 0 16 0 12 0 11567440 1565327360 14988 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20085/statm: 382160 14990 1415 10 0 379462 0
[pid=20085/tid=20087] ppid=20083 vsize=1528640 CPUtime=0.96
/proc/20085/task/20087/stat : 20087 (java) R 20083 20085 19989 0 -1 4202560 13191 0 55 0 88 8 0 0 25 0 12 0 11567453 1565327360 14990 1992294400 134512640 134550932 4293307440 18446744073709551615 4109065629 0 4 0 16800975 0 0 0 -1 1 0 0 10
[pid=20085/tid=20088] ppid=20083 vsize=1528640 CPUtime=0
/proc/20085/task/20088/stat : 20088 (java) S 20083 20085 19989 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 12 0 11567458 1565327360 14991 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20089] ppid=20083 vsize=1528640 CPUtime=0
/proc/20085/task/20089/stat : 20089 (java) S 20083 20085 19989 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 12 0 11567458 1565327360 14992 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20090] ppid=20083 vsize=1528640 CPUtime=0
/proc/20085/task/20090/stat : 20090 (java) S 20083 20085 19989 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 11567461 1565327360 14993 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20091] ppid=20083 vsize=1528640 CPUtime=0
/proc/20085/task/20091/stat : 20091 (java) S 20083 20085 19989 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 12 0 11567462 1565327360 14994 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20092] ppid=20083 vsize=1528640 CPUtime=0
/proc/20085/task/20092/stat : 20092 (java) S 20083 20085 19989 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 12 0 11567462 1565327360 14995 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20093] ppid=20083 vsize=1528640 CPUtime=0
/proc/20085/task/20093/stat : 20093 (java) S 20083 20085 19989 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 12 0 11567469 1565327360 14996 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20094] ppid=20083 vsize=1528640 CPUtime=0.37
/proc/20085/task/20094/stat : 20094 (java) S 20083 20085 19989 0 -1 4202560 549 0 0 0 37 0 0 0 16 0 12 0 11567469 1565327360 14997 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20095] ppid=20083 vsize=1528640 CPUtime=0.42
/proc/20085/task/20095/stat : 20095 (java) S 20083 20085 19989 0 -1 4202560 1150 0 0 0 42 0 0 0 15 0 12 0 11567469 1565327360 14997 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20096] ppid=20083 vsize=1528640 CPUtime=0
/proc/20085/task/20096/stat : 20096 (java) S 20083 20085 19989 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 11567469 1565327360 14998 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20097] ppid=20083 vsize=1528640 CPUtime=0
/proc/20085/task/20097/stat : 20097 (java) S 20083 20085 19989 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11567469 1565327360 14999 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 1528640

[startup+3.10187 s]
/proc/loadavg: 1.81 1.87 1.23 2/118 20097
/proc/meminfo: memFree=1369744/2059040 swapFree=4192956/4192956
[pid=20085] ppid=20083 vsize=1528528 CPUtime=3.48
/proc/20085/stat : 20085 (java) S 20083 20085 19989 0 -1 4202496 36742 0 91 0 328 20 0 0 16 0 12 0 11567440 1565212672 35754 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20085/statm: 382132 35754 1424 10 0 379434 0
[pid=20085/tid=20087] ppid=20083 vsize=1528528 CPUtime=2.48
/proc/20085/task/20087/stat : 20087 (java) R 20083 20085 19989 0 -1 4202560 31967 0 55 0 231 17 0 0 25 0 12 0 11567453 1565212672 35754 1992294400 134512640 134550932 4293307440 18446744073709551615 4109056234 0 4 0 16800975 0 0 0 -1 1 0 0 10
[pid=20085/tid=20088] ppid=20083 vsize=1528528 CPUtime=0.04
/proc/20085/task/20088/stat : 20088 (java) S 20083 20085 19989 0 -1 4202560 915 0 0 0 4 0 0 0 18 0 12 0 11567458 1565212672 35754 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20089] ppid=20083 vsize=1528528 CPUtime=0.04
/proc/20085/task/20089/stat : 20089 (java) S 20083 20085 19989 0 -1 4202560 1102 0 0 0 4 0 0 0 18 0 12 0 11567458 1565212672 35754 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20090] ppid=20083 vsize=1528528 CPUtime=0
/proc/20085/task/20090/stat : 20090 (java) S 20083 20085 19989 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 11567461 1565212672 35754 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20091] ppid=20083 vsize=1528528 CPUtime=0
/proc/20085/task/20091/stat : 20091 (java) S 20083 20085 19989 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 11567462 1565212672 35754 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20092] ppid=20083 vsize=1528528 CPUtime=0
/proc/20085/task/20092/stat : 20092 (java) S 20083 20085 19989 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 11567462 1565212672 35754 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20093] ppid=20083 vsize=1528528 CPUtime=0
/proc/20085/task/20093/stat : 20093 (java) S 20083 20085 19989 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 12 0 11567469 1565212672 35754 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20094] ppid=20083 vsize=1528528 CPUtime=0.41
/proc/20085/task/20094/stat : 20094 (java) S 20083 20085 19989 0 -1 4202560 571 0 0 0 41 0 0 0 15 0 12 0 11567469 1565212672 35754 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20095] ppid=20083 vsize=1528528 CPUtime=0.45
/proc/20085/task/20095/stat : 20095 (java) S 20083 20085 19989 0 -1 4202560 1152 0 0 0 45 0 0 0 15 0 12 0 11567469 1565212672 35754 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20096] ppid=20083 vsize=1528528 CPUtime=0
/proc/20085/task/20096/stat : 20096 (java) S 20083 20085 19989 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 11567469 1565212672 35754 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20097] ppid=20083 vsize=1528528 CPUtime=0
/proc/20085/task/20097/stat : 20097 (java) S 20083 20085 19989 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 11567469 1565212672 35754 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 1528528

[startup+6.30133 s]
/proc/loadavg: 1.91 1.89 1.24 2/119 20098
/proc/meminfo: memFree=1297760/2059040 swapFree=4192956/4192956
[pid=20085] ppid=20083 vsize=1542676 CPUtime=8.49
/proc/20085/stat : 20085 (java) S 20083 20085 19989 0 -1 4202496 53059 0 91 0 820 29 0 0 16 0 13 0 11567440 1579700224 48069 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20085/statm: 385669 48069 1436 10 0 382971 0
[pid=20085/tid=20087] ppid=20083 vsize=1542676 CPUtime=4.89
/proc/20085/task/20087/stat : 20087 (java) R 20083 20085 19989 0 -1 4202560 32015 0 55 0 471 18 0 0 25 0 13 0 11567453 1579700224 48069 1992294400 134512640 134550932 4293307440 18446744073709551615 4109274126 0 4 0 16800975 0 0 0 -1 0 0 0 11
[pid=20085/tid=20088] ppid=20083 vsize=1542676 CPUtime=0.23
/proc/20085/task/20088/stat : 20088 (java) S 20083 20085 19989 0 -1 4202560 4740 0 0 0 21 2 0 0 16 0 13 0 11567458 1579700224 48069 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20089] ppid=20083 vsize=1542676 CPUtime=0.35
/proc/20085/task/20089/stat : 20089 (java) S 20083 20085 19989 0 -1 4202560 6540 0 0 0 32 3 0 0 16 0 13 0 11567458 1579700224 48069 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20090] ppid=20083 vsize=1542676 CPUtime=0
/proc/20085/task/20090/stat : 20090 (java) S 20083 20085 19989 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 11567461 1579700224 48069 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20091] ppid=20083 vsize=1542676 CPUtime=0
/proc/20085/task/20091/stat : 20091 (java) S 20083 20085 19989 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11567462 1579700224 48069 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20092] ppid=20083 vsize=1542676 CPUtime=0
/proc/20085/task/20092/stat : 20092 (java) S 20083 20085 19989 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11567462 1579700224 48069 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20093] ppid=20083 vsize=1542676 CPUtime=0
/proc/20085/task/20093/stat : 20093 (java) S 20083 20085 19989 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 11567469 1579700224 48069 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20094] ppid=20083 vsize=1542676 CPUtime=1.11
/proc/20085/task/20094/stat : 20094 (java) S 20083 20085 19989 0 -1 4202560 984 0 0 0 111 0 0 0 16 0 13 0 11567469 1579700224 48069 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20095] ppid=20083 vsize=1542676 CPUtime=1.87
/proc/20085/task/20095/stat : 20095 (java) S 20083 20085 19989 0 -1 4202560 7733 0 0 0 184 3 0 0 15 0 13 0 11567469 1579700224 48069 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20096] ppid=20083 vsize=1542676 CPUtime=0
/proc/20085/task/20096/stat : 20096 (java) S 20083 20085 19989 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11567469 1579700224 48069 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20097] ppid=20083 vsize=1542676 CPUtime=0
/proc/20085/task/20097/stat : 20097 (java) S 20083 20085 19989 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11567469 1579700224 48069 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20098] ppid=20083 vsize=1542676 CPUtime=0
/proc/20085/task/20098/stat : 20098 (java) S 20083 20085 19989 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11567865 1579700224 48069 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.49
Current children cumulated vsize (KiB) 1542676

[startup+12.7012 s]
/proc/loadavg: 1.83 1.88 1.24 2/119 20098
/proc/meminfo: memFree=1266140/2059040 swapFree=4192956/4192956
[pid=20085] ppid=20083 vsize=1545748 CPUtime=15.78
/proc/20085/stat : 20085 (java) S 20083 20085 19989 0 -1 4202496 60785 0 91 0 1545 33 0 0 16 0 13 0 11567440 1582845952 54921 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20085/statm: 386437 54921 1440 10 0 383739 0
[pid=20085/tid=20087] ppid=20083 vsize=1545748 CPUtime=10.86
/proc/20085/task/20087/stat : 20087 (java) R 20083 20085 19989 0 -1 4202560 32035 0 55 0 1068 18 0 0 25 0 13 0 11567453 1582845952 54921 1992294400 134512640 134550932 4293307440 18446744073709551615 4109501135 0 4 0 16800975 0 0 0 -1 0 0 0 11
[pid=20085/tid=20088] ppid=20083 vsize=1545748 CPUtime=0.56
/proc/20085/task/20088/stat : 20088 (java) S 20083 20085 19989 0 -1 4202560 8162 0 0 0 53 3 0 0 16 0 13 0 11567458 1582845952 54921 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20089] ppid=20083 vsize=1545748 CPUtime=0.67
/proc/20085/task/20089/stat : 20089 (java) S 20083 20085 19989 0 -1 4202560 9665 0 0 0 63 4 0 0 16 0 13 0 11567458 1582845952 54921 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20090] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20090/stat : 20090 (java) S 20083 20085 19989 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 13 0 11567461 1582845952 54921 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20091] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20091/stat : 20091 (java) S 20083 20085 19989 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11567462 1582845952 54921 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20092] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20092/stat : 20092 (java) S 20083 20085 19989 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11567462 1582845952 54921 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20093] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20093/stat : 20093 (java) S 20083 20085 19989 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 11567469 1582845952 54921 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20094] ppid=20083 vsize=1545748 CPUtime=1.59
/proc/20085/task/20094/stat : 20094 (java) S 20083 20085 19989 0 -1 4202560 1036 0 0 0 159 0 0 0 15 0 13 0 11567469 1582845952 54921 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20095] ppid=20083 vsize=1545748 CPUtime=2.03
/proc/20085/task/20095/stat : 20095 (java) S 20083 20085 19989 0 -1 4202560 8840 0 0 0 199 4 0 0 15 0 13 0 11567469 1582845952 54921 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20096] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20096/stat : 20096 (java) S 20083 20085 19989 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11567469 1582845952 54921 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20097] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20097/stat : 20097 (java) S 20083 20085 19989 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 11567469 1582845952 54921 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20098] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20098/stat : 20098 (java) S 20083 20085 19989 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11567865 1582845952 54921 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.78
Current children cumulated vsize (KiB) 1545748

[startup+25.502 s]
/proc/loadavg: 1.65 1.83 1.23 2/119 20098
/proc/meminfo: memFree=1255724/2059040 swapFree=4192956/4192956
[pid=20085] ppid=20083 vsize=1545748 CPUtime=28.82
/proc/20085/stat : 20085 (java) S 20083 20085 19989 0 -1 4202496 63441 0 91 0 2846 36 0 0 16 0 13 0 11567440 1582845952 57368 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20085/statm: 386437 57368 1444 10 0 383739 0
[pid=20085/tid=20087] ppid=20083 vsize=1545748 CPUtime=23.42
/proc/20085/task/20087/stat : 20087 (java) R 20083 20085 19989 0 -1 4202560 32059 0 55 0 2324 18 0 0 25 0 13 0 11567453 1582845952 57368 1992294400 134512640 134550932 4293307440 18446744073709551615 4109501455 0 4 0 16800975 0 0 0 -1 1 0 0 11
[pid=20085/tid=20088] ppid=20083 vsize=1545748 CPUtime=0.76
/proc/20085/task/20088/stat : 20088 (java) S 20083 20085 19989 0 -1 4202560 9290 0 0 0 72 4 0 0 15 0 13 0 11567458 1582845952 57368 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20089] ppid=20083 vsize=1545748 CPUtime=0.87
/proc/20085/task/20089/stat : 20089 (java) S 20083 20085 19989 0 -1 4202560 11163 0 0 0 82 5 0 0 16 0 13 0 11567458 1582845952 57368 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20090] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20090/stat : 20090 (java) S 20083 20085 19989 0 -1 4202560 17 0 0 0 0 0 0 0 16 0 13 0 11567461 1582845952 57368 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20091] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20091/stat : 20091 (java) S 20083 20085 19989 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11567462 1582845952 57368 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20092] ppid=20083 vsize=1545748 CPUtime=0

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

[pid=20085/tid=20091] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20091/stat : 20091 (java) S 20083 20085 19989 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11567462 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20092] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20092/stat : 20092 (java) S 20083 20085 19989 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11567462 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20093] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20093/stat : 20093 (java) S 20083 20085 19989 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20094] ppid=20083 vsize=1545748 CPUtime=1.84
/proc/20085/task/20094/stat : 20094 (java) S 20083 20085 19989 0 -1 4202560 1053 0 0 0 184 0 0 0 16 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20095] ppid=20083 vsize=1545748 CPUtime=2.21
/proc/20085/task/20095/stat : 20095 (java) S 20083 20085 19989 0 -1 4202560 8857 0 0 0 217 4 0 0 16 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20096] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20096/stat : 20096 (java) S 20083 20085 19989 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20097] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20097/stat : 20097 (java) S 20083 20085 19989 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20098] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20098/stat : 20098 (java) S 20083 20085 19989 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11567865 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1578.71
Current children cumulated vsize (KiB) 1545748

[startup+1602.3 s]
/proc/loadavg: 1.01 1.05 1.07 2/119 20140
/proc/meminfo: memFree=804984/2059040 swapFree=4192956/4192956
[pid=20085] ppid=20083 vsize=1545748 CPUtime=1640.23
/proc/20085/stat : 20085 (java) S 20083 20085 19989 0 -1 4202496 184892 0 91 0 163874 149 0 0 16 0 13 0 11567440 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20085/statm: 386437 169411 1450 10 0 383739 0
[pid=20085/tid=20087] ppid=20083 vsize=1545748 CPUtime=1557.43
/proc/20085/task/20087/stat : 20087 (java) R 20083 20085 19989 0 -1 4202560 33556 0 55 0 155714 29 0 0 25 0 13 0 11567453 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4109501148 0 4 0 16800975 0 0 0 -1 0 0 0 11
[pid=20085/tid=20088] ppid=20083 vsize=1545748 CPUtime=36.17
/proc/20085/task/20088/stat : 20088 (java) S 20083 20085 19989 0 -1 4202560 67508 0 0 0 3569 48 0 0 16 0 13 0 11567458 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20089] ppid=20083 vsize=1545748 CPUtime=36.21
/proc/20085/task/20089/stat : 20089 (java) S 20083 20085 19989 0 -1 4202560 72601 0 0 0 3567 54 0 0 16 0 13 0 11567458 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20090] ppid=20083 vsize=1545748 CPUtime=6.3
/proc/20085/task/20090/stat : 20090 (java) S 20083 20085 19989 0 -1 4202560 194 0 0 0 620 10 0 0 15 0 13 0 11567461 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20091] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20091/stat : 20091 (java) S 20083 20085 19989 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11567462 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20092] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20092/stat : 20092 (java) S 20083 20085 19989 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11567462 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20093] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20093/stat : 20093 (java) S 20083 20085 19989 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20094] ppid=20083 vsize=1545748 CPUtime=1.84
/proc/20085/task/20094/stat : 20094 (java) S 20083 20085 19989 0 -1 4202560 1053 0 0 0 184 0 0 0 16 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20095] ppid=20083 vsize=1545748 CPUtime=2.21
/proc/20085/task/20095/stat : 20095 (java) S 20083 20085 19989 0 -1 4202560 8857 0 0 0 217 4 0 0 16 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20096] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20096/stat : 20096 (java) S 20083 20085 19989 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20097] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20097/stat : 20097 (java) S 20083 20085 19989 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20098] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20098/stat : 20098 (java) S 20083 20085 19989 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11567865 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1640.23
Current children cumulated vsize (KiB) 1545748

[startup+1662.3 s]
/proc/loadavg: 1.05 1.06 1.07 2/119 20142
/proc/meminfo: memFree=804860/2059040 swapFree=4192956/4192956
[pid=20085] ppid=20083 vsize=1545748 CPUtime=1701.73
/proc/20085/stat : 20085 (java) S 20083 20085 19989 0 -1 4202496 184949 0 91 0 170019 154 0 0 16 0 13 0 11567440 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20085/statm: 386437 169411 1450 10 0 383739 0
[pid=20085/tid=20087] ppid=20083 vsize=1545748 CPUtime=1615.84
/proc/20085/task/20087/stat : 20087 (java) R 20083 20085 19989 0 -1 4202560 33605 0 55 0 161553 31 0 0 25 0 13 0 11567453 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4109575080 0 4 0 16800975 0 0 0 -1 0 0 0 11
[pid=20085/tid=20088] ppid=20083 vsize=1545748 CPUtime=37.7
/proc/20085/task/20088/stat : 20088 (java) S 20083 20085 19989 0 -1 4202560 67508 0 0 0 3721 49 0 0 16 0 13 0 11567458 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20089] ppid=20083 vsize=1545748 CPUtime=37.74
/proc/20085/task/20089/stat : 20089 (java) S 20083 20085 19989 0 -1 4202560 72601 0 0 0 3720 54 0 0 15 0 13 0 11567458 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20090] ppid=20083 vsize=1545748 CPUtime=6.32
/proc/20085/task/20090/stat : 20090 (java) S 20083 20085 19989 0 -1 4202560 198 0 0 0 621 11 0 0 15 0 13 0 11567461 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20091] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20091/stat : 20091 (java) S 20083 20085 19989 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11567462 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20092] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20092/stat : 20092 (java) S 20083 20085 19989 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11567462 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20093] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20093/stat : 20093 (java) S 20083 20085 19989 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20094] ppid=20083 vsize=1545748 CPUtime=1.84
/proc/20085/task/20094/stat : 20094 (java) S 20083 20085 19989 0 -1 4202560 1053 0 0 0 184 0 0 0 16 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20095] ppid=20083 vsize=1545748 CPUtime=2.21
/proc/20085/task/20095/stat : 20095 (java) S 20083 20085 19989 0 -1 4202560 8857 0 0 0 217 4 0 0 16 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20096] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20096/stat : 20096 (java) S 20083 20085 19989 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20097] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20097/stat : 20097 (java) S 20083 20085 19989 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20098] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20098/stat : 20098 (java) S 20083 20085 19989 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11567865 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1701.73
Current children cumulated vsize (KiB) 1545748

[startup+1722.3 s]
/proc/loadavg: 1.02 1.04 1.06 2/119 20144
/proc/meminfo: memFree=804860/2059040 swapFree=4192956/4192956
[pid=20085] ppid=20083 vsize=1545748 CPUtime=1763.25
/proc/20085/stat : 20085 (java) S 20083 20085 19989 0 -1 4202496 184999 0 91 0 176166 159 0 0 16 0 13 0 11567440 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20085/statm: 386437 169411 1450 10 0 383739 0
[pid=20085/tid=20087] ppid=20083 vsize=1545748 CPUtime=1674.26
/proc/20085/task/20087/stat : 20087 (java) R 20083 20085 19989 0 -1 4202560 33651 0 55 0 167392 34 0 0 25 0 13 0 11567453 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4109274266 0 4 0 16800975 0 0 0 -1 0 0 0 11
[pid=20085/tid=20088] ppid=20083 vsize=1545748 CPUtime=39.24
/proc/20085/task/20088/stat : 20088 (java) S 20083 20085 19989 0 -1 4202560 67508 0 0 0 3873 51 0 0 16 0 13 0 11567458 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20089] ppid=20083 vsize=1545748 CPUtime=39.29
/proc/20085/task/20089/stat : 20089 (java) S 20083 20085 19989 0 -1 4202560 72601 0 0 0 3875 54 0 0 15 0 13 0 11567458 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20090] ppid=20083 vsize=1545748 CPUtime=6.33
/proc/20085/task/20090/stat : 20090 (java) S 20083 20085 19989 0 -1 4202560 200 0 0 0 622 11 0 0 15 0 13 0 11567461 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20091] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20091/stat : 20091 (java) S 20083 20085 19989 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11567462 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20092] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20092/stat : 20092 (java) S 20083 20085 19989 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11567462 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20093] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20093/stat : 20093 (java) S 20083 20085 19989 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20094] ppid=20083 vsize=1545748 CPUtime=1.84
/proc/20085/task/20094/stat : 20094 (java) S 20083 20085 19989 0 -1 4202560 1053 0 0 0 184 0 0 0 16 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20095] ppid=20083 vsize=1545748 CPUtime=2.21
/proc/20085/task/20095/stat : 20095 (java) S 20083 20085 19989 0 -1 4202560 8857 0 0 0 217 4 0 0 16 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20096] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20096/stat : 20096 (java) S 20083 20085 19989 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20097] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20097/stat : 20097 (java) S 20083 20085 19989 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20098] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20098/stat : 20098 (java) S 20083 20085 19989 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11567865 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1763.25
Current children cumulated vsize (KiB) 1545748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1758 s]
/proc/loadavg: 1.01 1.04 1.06 2/119 20144
/proc/meminfo: memFree=804860/2059040 swapFree=4192956/4192956
[pid=20085] ppid=20083 vsize=1545748 CPUtime=1800.09
/proc/20085/stat : 20085 (java) S 20083 20085 19989 0 -1 4202496 185031 0 91 0 179847 162 0 0 16 0 13 0 11567440 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20085/statm: 386437 169411 1450 10 0 383739 0
[pid=20085/tid=20087] ppid=20083 vsize=1545748 CPUtime=1708.8
/proc/20085/task/20087/stat : 20087 (java) R 20083 20085 19989 0 -1 4202560 33679 0 55 0 170845 35 0 0 25 0 13 0 11567453 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4109529760 0 4 0 16800975 0 0 0 -1 0 0 0 11
[pid=20085/tid=20088] ppid=20083 vsize=1545748 CPUtime=40.39
/proc/20085/task/20088/stat : 20088 (java) S 20083 20085 19989 0 -1 4202560 67508 0 0 0 3987 52 0 0 15 0 13 0 11567458 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20089] ppid=20083 vsize=1545748 CPUtime=40.43
/proc/20085/task/20089/stat : 20089 (java) S 20083 20085 19989 0 -1 4202560 72601 0 0 0 3989 54 0 0 16 0 13 0 11567458 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20090] ppid=20083 vsize=1545748 CPUtime=6.33
/proc/20085/task/20090/stat : 20090 (java) S 20083 20085 19989 0 -1 4202560 202 0 0 0 622 11 0 0 15 0 13 0 11567461 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 0 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20091] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20091/stat : 20091 (java) S 20083 20085 19989 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 11567462 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20092] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20092/stat : 20092 (java) S 20083 20085 19989 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 11567462 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20093] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20093/stat : 20093 (java) S 20083 20085 19989 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20094] ppid=20083 vsize=1545748 CPUtime=1.84
/proc/20085/task/20094/stat : 20094 (java) S 20083 20085 19989 0 -1 4202560 1053 0 0 0 184 0 0 0 16 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20095] ppid=20083 vsize=1545748 CPUtime=2.21
/proc/20085/task/20095/stat : 20095 (java) S 20083 20085 19989 0 -1 4202560 8857 0 0 0 217 4 0 0 16 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20096] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20096/stat : 20096 (java) S 20083 20085 19989 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
[pid=20085/tid=20097] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20097/stat : 20097 (java) S 20083 20085 19989 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 11567469 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 1 0 0 0
[pid=20085/tid=20098] ppid=20083 vsize=1545748 CPUtime=0
/proc/20085/task/20098/stat : 20098 (java) S 20083 20085 19989 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 11567865 1582845952 169411 1992294400 134512640 134550932 4293307440 18446744073709551615 4294960144 0 4 0 16800975 18446604437871880000 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1545748

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

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

[startup+1758.12 s]
/proc/loadavg: 1.01 1.04 1.06 2/119 20144
/proc/meminfo: memFree=804860/2059040 swapFree=4192956/4192956
[pid=20085] ppid=20083 vsize=0 CPUtime=1800.23
/proc/20085/stat : 20085 (java) Z 20083 20085 19989 0 -1 4203548 185052 0 91 0 179855 168 0 0 15 0 2 0 11567440 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 9
/proc/20085/statm: 0 0 0 0 0 0 0
[pid=20085/tid=20098] ppid=20083 vsize=0 CPUtime=0.05
/proc/20085/task/20098/stat : 20098 (java) R 20083 20085 19989 0 -1 4203588 4 0 0 0 0 5 0 0 18 0 2 0 11567865 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1758.12
CPU time (s): 1800.24
CPU user time (s): 1798.56
CPU system time (s): 1.68474
CPU usage (%): 102.396
Max. virtual memory (cumulated for all children) (KiB): 1546772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.56
system time used= 1.68474
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185052
page faults= 91
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50995
involuntary context switches= 41835

runsolver used 3.59345 second user time and 9.58954 second system time

The end

Launcher Data

Begin job on node029 at 2010-07-06 18:25:59
IDJOB=2684784
IDBENCH=73562
IDSOLVER=1165
FILE ID=node029/2684784-1278433559
PBS_JOBID= 11233449
Free space on /tmp= 62556 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12016_4-sat.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2684784-1278433559/watcher-2684784-1278433559 -o /tmp/evaluation-result-2684784-1278433559/solver-2684784-1278433559 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2684784-1278433559.opb

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

MD5SUM BENCH= 142eb7aa6e3fc22a3161df6b33ced1a2
RANDOM SEED=2057861938

node029.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.264
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.52
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.264
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1491528 kB
Buffers:         95220 kB
Cached:         341080 kB
SwapCached:          0 kB
Active:         163888 kB
Inactive:       331984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1491528 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5488 kB
Writeback:           0 kB
AnonPages:       59500 kB
Mapped:          14468 kB
Slab:            49764 kB
PageTables:       4116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   179776 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62556 MiB
End job on node029 at 2010-07-06 18:55:19