Trace number 2660381

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.25 1746

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=380-sizeP=191-sizeQ=380-376320478-max.opb
MD5SUMc427a567f3b7633834233277c8a24b51
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables73151
Total number of constraints217741
Number of constraints which are clauses217740
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint72580
Number of terms in the objective function 191
Biggest coefficient in the objective function 1569275433846670190958947355801916604025588861116008628224
Number of bits for the biggest coefficient in the objective function 191
Sum of the numbers in the objective function 3138550867693340381917894711603833208051177722232017256447
Number of bits of the sum of numbers in the objective function 191
Biggest number in a constraint 1932268761508629172347675945465993672149463664853217499328617625725759571144780212268096883290961288981231808015751088588682539330521493827871454336733540374348490407411712
Number of bits of the biggest number in a constraint 570
Biggest sum of numbers in a constraint 7729075046034516689390703781863974688597854659412869997314224381048371193901200617177559040099268686897928050057991124859366103339630073271419918449372999566708003739316703
Number of bits of the biggest sum of numbers571
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-2010 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.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2660381-1276629496.opb
0.23/0.21	c reading problem ... 
7.62/6.33	c ... done. Wall clock time 6.118s.
7.62/6.33	c #vars     73151
7.62/6.33	c #constraints  235887
7.62/6.33	c constraints type 
7.62/6.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 145160
7.62/6.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 72580
7.62/6.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1745.82	c starts		: 1
1800.06/1745.82	c conflicts		: 7
1800.06/1745.82	c decisions		: 1396
1800.06/1745.82	c propagations		: 252502
1800.06/1745.82	c inspects		: 1409149
1800.06/1745.82	c learnt literals	: 0
1800.06/1745.82	c learnt binary clauses	: 0
1800.06/1745.82	c learnt ternary clauses	: 0
1800.06/1745.82	c learnt clauses	: 6
1800.06/1745.82	c ignored clauses	: 0
1800.06/1745.82	c root simplifications	: 0
1800.06/1745.82	c removed literals (reason simplification)	: 0
1800.06/1745.82	c reason swapping (by a shorter reason)	: 0
1800.06/1745.82	c Calls to reduceDB	: 0
1800.06/1745.82	c number of reductions to clauses (during analyze)	: 0
1800.06/1745.82	c number of learned constraints concerned by reduction	: 0
1800.06/1745.82	c number of learning phase by resolution	: 0
1800.06/1745.82	c number of learning phase by cutting planes	: 0
1800.06/1745.82	c speed (assignments/second)	: 145.1592225965991
1800.06/1745.82	c non guided choices	2
1800.06/1745.82	c learnt constraints type 
1800.06/1745.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6
1800.06/1745.82	c constraints type 
1800.06/1745.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 145160
1800.06/1745.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 72580
1800.06/1745.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.06/1745.82	s UNKNOWN
1800.06/1745.82	c Total wall clock time (in seconds): 1745.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-2660381-1276629496/watcher-2660381-1276629496 -o /tmp/evaluation-result-2660381-1276629496/solver-2660381-1276629496 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660381-1276629496.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.00 1.00 1.09 2/106 6175
/proc/meminfo: memFree=1816616/2059040 swapFree=4140352/4192956
[pid=6175] ppid=6173 vsize=1832 CPUtime=0
/proc/6175/stat : 6175 (java6) R 6173 6175 5946 0 -1 4194304 250 0 0 0 0 0 0 0 16 0 1 0 36606061 1875968 153 1992294400 134512640 134550932 4288648848 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/6175/statm: 458 153 116 10 0 63 0

[startup+0.051466 s]
/proc/loadavg: 1.00 1.00 1.09 2/106 6175
/proc/meminfo: memFree=1816616/2059040 swapFree=4140352/4192956
[pid=6175] ppid=6173 vsize=1521016 CPUtime=0.03
/proc/6175/stat : 6175 (java) S 6173 6175 5946 0 -1 4202496 3494 0 1 0 2 1 0 0 15 0 5 0 36606061 1557520384 2938 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6175/statm: 380254 2938 989 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.101476 s]
/proc/loadavg: 1.00 1.00 1.09 2/106 6175
/proc/meminfo: memFree=1816616/2059040 swapFree=4140352/4192956
[pid=6175] ppid=6173 vsize=1524184 CPUtime=0.08
/proc/6175/stat : 6175 (java) S 6173 6175 5946 0 -1 4202496 3959 0 1 0 6 2 0 0 15 0 12 0 36606061 1560764416 3399 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6175/statm: 381046 3399 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300515 s]
/proc/loadavg: 1.00 1.00 1.09 2/106 6175
/proc/meminfo: memFree=1816616/2059040 swapFree=4140352/4192956
[pid=6175] ppid=6173 vsize=1526888 CPUtime=0.36
/proc/6175/stat : 6175 (java) S 6173 6175 5946 0 -1 4202496 5817 0 1 0 33 3 0 0 15 0 12 0 36606061 1563533312 5255 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6175/statm: 381722 5256 1355 10 0 379024 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526888

[startup+0.700591 s]
/proc/loadavg: 1.00 1.00 1.09 2/106 6175
/proc/meminfo: memFree=1816616/2059040 swapFree=4140352/4192956
[pid=6175] ppid=6173 vsize=1528596 CPUtime=1.1
/proc/6175/stat : 6175 (java) S 6173 6175 5946 0 -1 4202496 7848 0 1 0 106 4 0 0 15 0 12 0 36606061 1565282304 7251 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6175/statm: 382149 7251 1404 10 0 379451 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528596

[startup+1.50173 s]
/proc/loadavg: 1.16 1.03 1.10 5/118 6187
/proc/meminfo: memFree=1774980/2059040 swapFree=4140352/4192956
[pid=6175] ppid=6173 vsize=1531372 CPUtime=2.27
/proc/6175/stat : 6175 (java) S 6173 6175 5946 0 -1 4202496 25022 0 1 0 214 13 0 0 15 0 12 0 36606061 1568124928 24102 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6175/statm: 382843 24104 1408 10 0 380145 0
[pid=6175/tid=6177] ppid=6173 vsize=1531372 CPUtime=1.46
/proc/6175/task/6177/stat : 6177 (java) R 6173 6175 5946 0 -1 4202560 21807 0 1 0 136 10 0 0 19 0 12 0 36606063 1568124928 24105 1992294400 134512640 134550932 4289093536 18446744073709551615 4109346935 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6178/stat : 6178 (java) S 6173 6175 5946 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 36606064 1568124928 24106 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6179] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6179/stat : 6179 (java) S 6173 6175 5946 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 36606064 1568124928 24108 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6180] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6180/stat : 6180 (java) S 6173 6175 5946 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 36606066 1568124928 24109 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6181] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6181/stat : 6181 (java) S 6173 6175 5946 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 36606066 1568124928 24110 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6182] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6182/stat : 6182 (java) S 6173 6175 5946 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 36606066 1568124928 24112 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6183] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6183/stat : 6183 (java) S 6173 6175 5946 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 36606071 1568124928 24113 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6184] ppid=6173 vsize=1531372 CPUtime=0.59
/proc/6175/task/6184/stat : 6184 (java) S 6173 6175 5946 0 -1 4202560 1395 0 0 0 59 0 0 0 15 0 12 0 36606071 1568124928 24115 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6185] ppid=6173 vsize=1531372 CPUtime=0.17
/proc/6175/task/6185/stat : 6185 (java) S 6173 6175 5946 0 -1 4202560 755 0 0 0 17 0 0 0 20 0 12 0 36606071 1568124928 24116 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6186] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6186/stat : 6186 (java) S 6173 6175 5946 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 36606071 1568124928 24117 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6187] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6187/stat : 6187 (java) S 6173 6175 5946 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 36606071 1568124928 24119 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 1531372

[startup+3.10203 s]
/proc/loadavg: 1.16 1.03 1.10 2/118 6187
/proc/meminfo: memFree=1675160/2059040 swapFree=4140352/4192956
[pid=6175] ppid=6173 vsize=1531372 CPUtime=4
/proc/6175/stat : 6175 (java) S 6173 6175 5946 0 -1 4202496 41632 0 1 0 380 20 0 0 15 0 12 0 36606061 1568124928 40675 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6175/statm: 382843 40675 1418 10 0 380145 0
[pid=6175/tid=6177] ppid=6173 vsize=1531372 CPUtime=2.93
/proc/6175/task/6177/stat : 6177 (java) R 6173 6175 5946 0 -1 4202560 32011 0 1 0 278 15 0 0 22 0 12 0 36606063 1568124928 40675 1992294400 134512640 134550932 4289093536 18446744073709551615 4109239306 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=1531372 CPUtime=0.13
/proc/6175/task/6178/stat : 6178 (java) S 6173 6175 5946 0 -1 4202560 3401 0 0 0 12 1 0 0 16 0 12 0 36606064 1568124928 40675 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6179] ppid=6173 vsize=1531372 CPUtime=0.12
/proc/6175/task/6179/stat : 6179 (java) S 6173 6175 5946 0 -1 4202560 2993 0 0 0 11 1 0 0 18 0 12 0 36606064 1568124928 40675 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6180] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6180/stat : 6180 (java) S 6173 6175 5946 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 12 0 36606066 1568124928 40675 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6181] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6181/stat : 6181 (java) S 6173 6175 5946 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 36606066 1568124928 40675 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6182] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6182/stat : 6182 (java) S 6173 6175 5946 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 36606066 1568124928 40675 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6183] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6183/stat : 6183 (java) S 6173 6175 5946 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 36606071 1568124928 40675 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6184] ppid=6173 vsize=1531372 CPUtime=0.59
/proc/6175/task/6184/stat : 6184 (java) S 6173 6175 5946 0 -1 4202560 1395 0 0 0 59 0 0 0 15 0 12 0 36606071 1568124928 40675 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6185] ppid=6173 vsize=1531372 CPUtime=0.17
/proc/6175/task/6185/stat : 6185 (java) S 6173 6175 5946 0 -1 4202560 755 0 0 0 17 0 0 0 20 0 12 0 36606071 1568124928 40675 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6186] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6186/stat : 6186 (java) S 6173 6175 5946 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 36606071 1568124928 40675 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6187] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6187/stat : 6187 (java) S 6173 6175 5946 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 36606071 1568124928 40675 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 1531372

[startup+6.31264 s]
/proc/loadavg: 1.16 1.03 1.10 2/118 6187
/proc/meminfo: memFree=1642176/2059040 swapFree=4140352/4192956
[pid=6175] ppid=6173 vsize=1531372 CPUtime=7.62
/proc/6175/stat : 6175 (java) S 6173 6175 5946 0 -1 4202496 45860 0 1 0 740 22 0 0 15 0 12 0 36606061 1568124928 44843 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6175/statm: 382843 44843 1427 10 0 380145 0
[pid=6175/tid=6177] ppid=6173 vsize=1531372 CPUtime=5.98
/proc/6175/task/6177/stat : 6177 (java) R 6173 6175 5946 0 -1 4202560 32025 0 1 0 583 15 0 0 25 0 12 0 36606063 1568124928 44843 1992294400 134512640 134550932 4289093536 18446744073709551615 4109518409 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=1531372 CPUtime=0.24
/proc/6175/task/6178/stat : 6178 (java) S 6173 6175 5946 0 -1 4202560 5248 0 0 0 23 1 0 0 16 0 12 0 36606064 1568124928 44843 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6179] ppid=6173 vsize=1531372 CPUtime=0.25
/proc/6175/task/6179/stat : 6179 (java) S 6173 6175 5946 0 -1 4202560 5337 0 0 0 23 2 0 0 18 0 12 0 36606064 1568124928 44843 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6180] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6180/stat : 6180 (java) S 6173 6175 5946 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 12 0 36606066 1568124928 44843 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6181] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6181/stat : 6181 (java) S 6173 6175 5946 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 36606066 1568124928 44843 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6182] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6182/stat : 6182 (java) S 6173 6175 5946 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 36606066 1568124928 44843 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6183] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6183/stat : 6183 (java) S 6173 6175 5946 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 36606071 1568124928 44843 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6184] ppid=6173 vsize=1531372 CPUtime=0.66
/proc/6175/task/6184/stat : 6184 (java) R 6173 6175 5946 0 -1 4202560 1398 0 0 0 66 0 0 0 15 0 12 0 36606071 1568124928 44843 1992294400 134512640 134550932 4289093536 18446744073709551615 105495945 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6175/tid=6185] ppid=6173 vsize=1531372 CPUtime=0.43
/proc/6175/task/6185/stat : 6185 (java) S 6173 6175 5946 0 -1 4202560 772 0 0 0 43 0 0 0 15 0 12 0 36606071 1568124928 44843 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6186] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6186/stat : 6186 (java) S 6173 6175 5946 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 36606071 1568124928 44843 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6187] ppid=6173 vsize=1531372 CPUtime=0
/proc/6175/task/6187/stat : 6187 (java) S 6173 6175 5946 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 36606071 1568124928 44843 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 1531372

[startup+12.7012 s]
/proc/loadavg: 1.13 1.03 1.10 2/119 6188
/proc/meminfo: memFree=1624312/2059040 swapFree=4140352/4192956
[pid=6175] ppid=6173 vsize=1531696 CPUtime=14.7
/proc/6175/stat : 6175 (java) S 6173 6175 5946 0 -1 4202496 50497 0 1 0 1446 24 0 0 15 0 13 0 36606061 1568456704 49269 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6175/statm: 382924 49269 1435 10 0 380226 0
[pid=6175/tid=6177] ppid=6173 vsize=1531696 CPUtime=11.96
/proc/6175/task/6177/stat : 6177 (java) R 6173 6175 5946 0 -1 4202560 32068 0 1 0 1180 16 0 0 25 0 13 0 36606063 1568456704 49269 1992294400 134512640 134550932 4289093536 18446744073709551615 4109558764 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=1531696 CPUtime=0.4
/proc/6175/task/6178/stat : 6178 (java) S 6173 6175 5946 0 -1 4202560 7916 0 0 0 38 2 0 0 16 0 13 0 36606064 1568456704 49269 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6179] ppid=6173 vsize=1531696 CPUtime=0.4
/proc/6175/task/6179/stat : 6179 (java) S 6173 6175 5946 0 -1 4202560 7159 0 0 0 37 3 0 0 18 0 13 0 36606064 1568456704 49269 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6180] ppid=6173 vsize=1531696 CPUtime=0
/proc/6175/task/6180/stat : 6180 (java) S 6173 6175 5946 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 36606066 1568456704 49269 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6181] ppid=6173 vsize=1531696 CPUtime=0
/proc/6175/task/6181/stat : 6181 (java) S 6173 6175 5946 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36606066 1568456704 49269 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6182] ppid=6173 vsize=1531696 CPUtime=0
/proc/6175/task/6182/stat : 6182 (java) S 6173 6175 5946 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36606066 1568456704 49269 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6183] ppid=6173 vsize=1531696 CPUtime=0
/proc/6175/task/6183/stat : 6183 (java) S 6173 6175 5946 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 36606071 1568456704 49269 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6184] ppid=6173 vsize=1531696 CPUtime=1.11
/proc/6175/task/6184/stat : 6184 (java) S 6173 6175 5946 0 -1 4202560 1463 0 0 0 111 0 0 0 16 0 13 0 36606071 1568456704 49269 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6185] ppid=6173 vsize=1531696 CPUtime=0.77
/proc/6175/task/6185/stat : 6185 (java) S 6173 6175 5946 0 -1 4202560 806 0 0 0 77 0 0 0 15 0 13 0 36606071 1568456704 49269 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6186] ppid=6173 vsize=1531696 CPUtime=0
/proc/6175/task/6186/stat : 6186 (java) S 6173 6175 5946 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 36606071 1568456704 49269 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6187] ppid=6173 vsize=1531696 CPUtime=0
/proc/6175/task/6187/stat : 6187 (java) S 6173 6175 5946 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 36606071 1568456704 49269 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6188] ppid=6173 vsize=1531696 CPUtime=0
/proc/6175/task/6188/stat : 6188 (java) S 6173 6175 5946 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 36606717 1568456704 49269 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.7
Current children cumulated vsize (KiB) 1531696

[startup+25.5 s]
/proc/loadavg: 1.11 1.03 1.10 2/119 6190
/proc/meminfo: memFree=1612532/2059040 swapFree=4140352/4192956
[pid=6175] ppid=6173 vsize=1531696 CPUtime=28.04
/proc/6175/stat : 6175 (java) S 6173 6175 5946 0 -1 4202496 54034 0 1 0 2778 26 0 0 15 0 13 0 36606061 1568456704 52210 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6175/statm: 382924 52210 1435 10 0 380226 0
[pid=6175/tid=6177] ppid=6173 vsize=1531696 CPUtime=24.47
/proc/6175/task/6177/stat : 6177 (java) R 6173 6175 5946 0 -1 4202560 32075 0 1 0 2431 16 0 0 25 0 13 0 36606063 1568456704 52210 1992294400 134512640 134550932 4289093536 18446744073709551615 4109802779 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=1531696 CPUtime=0.56
/proc/6175/task/6178/stat : 6178 (java) S 6173 6175 5946 0 -1 4202560 9249 0 0 0 53 3 0 0 16 0 13 0 36606064 1568456704 52210 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6179] ppid=6173 vsize=1531696 CPUtime=0.56
/proc/6175/task/6179/stat : 6179 (java) S 6173 6175 5946 0 -1 4202560 9304 0 0 0 52 4 0 0 18 0 13 0 36606064 1568456704 52210 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6180] ppid=6173 vsize=1531696 CPUtime=0
/proc/6175/task/6180/stat : 6180 (java) S 6173 6175 5946 0 -1 4202560 16 0 0 0 0 0 0 0 16 0 13 0 36606066 1568456704 52210 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6181] ppid=6173 vsize=1531696 CPUtime=0
/proc/6175/task/6181/stat : 6181 (java) S 6173 6175 5946 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36606066 1568456704 52210 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6182] ppid=6173 vsize=1531696 CPUtime=0
/proc/6175/task/6182/stat : 6182 (java) S 6173 6175 5946 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36606066 1568456704 52210 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6183] ppid=6173 vsize=1531696 CPUtime=0

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

[pid=6175/tid=6181] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6181/stat : 6181 (java) S 6173 6175 5946 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36606066 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6182] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6182/stat : 6182 (java) S 6173 6175 5946 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36606066 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6183] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6183/stat : 6183 (java) S 6173 6175 5946 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6184] ppid=6173 vsize=1531892 CPUtime=1.36
/proc/6175/task/6184/stat : 6184 (java) S 6173 6175 5946 0 -1 4202560 1497 0 0 0 136 0 0 0 15 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6185] ppid=6173 vsize=1531892 CPUtime=1.67
/proc/6175/task/6185/stat : 6185 (java) S 6173 6175 5946 0 -1 4202560 1632 0 0 0 166 1 0 0 15 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6186] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6186/stat : 6186 (java) S 6173 6175 5946 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6187] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6187/stat : 6187 (java) S 6173 6175 5946 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6188] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6188/stat : 6188 (java) S 6173 6175 5946 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 36606717 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1595.65
Current children cumulated vsize (KiB) 1531892

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/119 6235
/proc/meminfo: memFree=429076/2059040 swapFree=4140352/4192956
[pid=6175] ppid=6173 vsize=1531892 CPUtime=1655.62
/proc/6175/stat : 6175 (java) S 6173 6175 5946 0 -1 4202496 424230 0 1 0 165251 311 0 0 15 0 13 0 36606061 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6175/statm: 382973 346919 1438 10 0 380275 0
[pid=6175/tid=6177] ppid=6173 vsize=1531892 CPUtime=1529.85
/proc/6175/task/6177/stat : 6177 (java) R 6173 6175 5946 0 -1 4202560 33186 0 1 0 152945 40 0 0 25 0 13 0 36606063 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4109340285 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=1531892 CPUtime=55.61
/proc/6175/task/6178/stat : 6178 (java) S 6173 6175 5946 0 -1 4202560 181101 0 0 0 5439 122 0 0 16 0 13 0 36606064 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6179] ppid=6173 vsize=1531892 CPUtime=55.26
/proc/6175/task/6179/stat : 6179 (java) S 6173 6175 5946 0 -1 4202560 200525 0 0 0 5388 138 0 0 16 0 13 0 36606064 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6180] ppid=6173 vsize=1531892 CPUtime=11.79
/proc/6175/task/6180/stat : 6180 (java) S 6173 6175 5946 0 -1 4202560 5127 0 0 0 1173 6 0 0 15 0 13 0 36606066 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6181] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6181/stat : 6181 (java) S 6173 6175 5946 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36606066 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6182] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6182/stat : 6182 (java) S 6173 6175 5946 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36606066 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6183] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6183/stat : 6183 (java) S 6173 6175 5946 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6184] ppid=6173 vsize=1531892 CPUtime=1.36
/proc/6175/task/6184/stat : 6184 (java) S 6173 6175 5946 0 -1 4202560 1497 0 0 0 136 0 0 0 15 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6185] ppid=6173 vsize=1531892 CPUtime=1.67
/proc/6175/task/6185/stat : 6185 (java) S 6173 6175 5946 0 -1 4202560 1632 0 0 0 166 1 0 0 15 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6186] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6186/stat : 6186 (java) S 6173 6175 5946 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6187] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6187/stat : 6187 (java) S 6173 6175 5946 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6188] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6188/stat : 6188 (java) S 6173 6175 5946 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 36606717 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1655.62
Current children cumulated vsize (KiB) 1531892

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.02 2/119 6235
/proc/meminfo: memFree=429076/2059040 swapFree=4140352/4192956
[pid=6175] ppid=6173 vsize=1531892 CPUtime=1715.59
/proc/6175/stat : 6175 (java) S 6173 6175 5946 0 -1 4202496 424237 0 1 0 171248 311 0 0 15 0 13 0 36606061 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6175/statm: 382973 346919 1438 10 0 380275 0
[pid=6175/tid=6177] ppid=6173 vsize=1531892 CPUtime=1589.81
/proc/6175/task/6177/stat : 6177 (java) R 6173 6175 5946 0 -1 4202560 33187 0 1 0 158941 40 0 0 25 0 13 0 36606063 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4109340308 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=1531892 CPUtime=55.61
/proc/6175/task/6178/stat : 6178 (java) S 6173 6175 5946 0 -1 4202560 181101 0 0 0 5439 122 0 0 16 0 13 0 36606064 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6179] ppid=6173 vsize=1531892 CPUtime=55.27
/proc/6175/task/6179/stat : 6179 (java) S 6173 6175 5946 0 -1 4202560 200525 0 0 0 5389 138 0 0 15 0 13 0 36606064 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6180] ppid=6173 vsize=1531892 CPUtime=11.79
/proc/6175/task/6180/stat : 6180 (java) S 6173 6175 5946 0 -1 4202560 5129 0 0 0 1173 6 0 0 15 0 13 0 36606066 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6181] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6181/stat : 6181 (java) S 6173 6175 5946 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36606066 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6182] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6182/stat : 6182 (java) S 6173 6175 5946 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36606066 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6183] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6183/stat : 6183 (java) S 6173 6175 5946 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6184] ppid=6173 vsize=1531892 CPUtime=1.36
/proc/6175/task/6184/stat : 6184 (java) S 6173 6175 5946 0 -1 4202560 1497 0 0 0 136 0 0 0 15 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6185] ppid=6173 vsize=1531892 CPUtime=1.67
/proc/6175/task/6185/stat : 6185 (java) S 6173 6175 5946 0 -1 4202560 1632 0 0 0 166 1 0 0 15 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6186] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6186/stat : 6186 (java) S 6173 6175 5946 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6187] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6187/stat : 6187 (java) S 6173 6175 5946 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6188] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6188/stat : 6188 (java) S 6173 6175 5946 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 36606717 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1715.59
Current children cumulated vsize (KiB) 1531892

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.01 2/119 6237
/proc/meminfo: memFree=428952/2059040 swapFree=4140352/4192956
[pid=6175] ppid=6173 vsize=1531892 CPUtime=1776.04
/proc/6175/stat : 6175 (java) S 6173 6175 5946 0 -1 4202496 424296 0 1 0 177290 314 0 0 15 0 13 0 36606061 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6175/statm: 382973 346919 1438 10 0 380275 0
[pid=6175/tid=6177] ppid=6173 vsize=1531892 CPUtime=1649.29
/proc/6175/task/6177/stat : 6177 (java) R 6173 6175 5946 0 -1 4202560 33240 0 1 0 164887 42 0 0 25 0 13 0 36606063 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4109767587 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=1531892 CPUtime=56.09
/proc/6175/task/6178/stat : 6178 (java) S 6173 6175 5946 0 -1 4202560 181101 0 0 0 5486 123 0 0 16 0 13 0 36606064 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6179] ppid=6173 vsize=1531892 CPUtime=55.75
/proc/6175/task/6179/stat : 6179 (java) S 6173 6175 5946 0 -1 4202560 200525 0 0 0 5437 138 0 0 15 0 13 0 36606064 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6180] ppid=6173 vsize=1531892 CPUtime=11.8
/proc/6175/task/6180/stat : 6180 (java) S 6173 6175 5946 0 -1 4202560 5133 0 0 0 1174 6 0 0 15 0 13 0 36606066 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6181] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6181/stat : 6181 (java) S 6173 6175 5946 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36606066 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6182] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6182/stat : 6182 (java) S 6173 6175 5946 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36606066 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6183] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6183/stat : 6183 (java) S 6173 6175 5946 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6184] ppid=6173 vsize=1531892 CPUtime=1.36
/proc/6175/task/6184/stat : 6184 (java) S 6173 6175 5946 0 -1 4202560 1497 0 0 0 136 0 0 0 15 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6185] ppid=6173 vsize=1531892 CPUtime=1.67
/proc/6175/task/6185/stat : 6185 (java) S 6173 6175 5946 0 -1 4202560 1632 0 0 0 166 1 0 0 15 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6186] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6186/stat : 6186 (java) S 6173 6175 5946 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6187] ppid=6173 vsize=1531892 CPUtime=0.01
/proc/6175/task/6187/stat : 6187 (java) S 6173 6175 5946 0 -1 4202560 101 0 0 0 1 0 0 0 15 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6188] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6188/stat : 6188 (java) S 6173 6175 5946 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 36606717 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1776.04
Current children cumulated vsize (KiB) 1531892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1745.8 s]
/proc/loadavg: 1.00 1.00 1.01 2/119 6239
/proc/meminfo: memFree=428952/2059040 swapFree=4140352/4192956
[pid=6175] ppid=6173 vsize=1531892 CPUtime=1800.06
/proc/6175/stat : 6175 (java) S 6173 6175 5946 0 -1 4202496 424359 0 1 0 179689 317 0 0 15 0 13 0 36606061 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6175/statm: 382973 346919 1438 10 0 380275 0
[pid=6175/tid=6177] ppid=6173 vsize=1531892 CPUtime=1672.25
/proc/6175/task/6177/stat : 6177 (java) R 6173 6175 5946 0 -1 4202560 33299 0 1 0 167183 42 0 0 25 0 13 0 36606063 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4109799596 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6175/tid=6178] ppid=6173 vsize=1531892 CPUtime=56.61
/proc/6175/task/6178/stat : 6178 (java) S 6173 6175 5946 0 -1 4202560 181101 0 0 0 5537 124 0 0 15 0 13 0 36606064 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6179] ppid=6173 vsize=1531892 CPUtime=56.27
/proc/6175/task/6179/stat : 6179 (java) S 6173 6175 5946 0 -1 4202560 200525 0 0 0 5489 138 0 0 15 0 13 0 36606064 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6180] ppid=6173 vsize=1531892 CPUtime=11.81
/proc/6175/task/6180/stat : 6180 (java) S 6173 6175 5946 0 -1 4202560 5135 0 0 0 1174 7 0 0 15 0 13 0 36606066 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 0 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6181] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6181/stat : 6181 (java) S 6173 6175 5946 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 36606066 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6182] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6182/stat : 6182 (java) S 6173 6175 5946 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 36606066 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6183] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6183/stat : 6183 (java) S 6173 6175 5946 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6184] ppid=6173 vsize=1531892 CPUtime=1.36
/proc/6175/task/6184/stat : 6184 (java) S 6173 6175 5946 0 -1 4202560 1497 0 0 0 136 0 0 0 15 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6185] ppid=6173 vsize=1531892 CPUtime=1.67
/proc/6175/task/6185/stat : 6185 (java) S 6173 6175 5946 0 -1 4202560 1632 0 0 0 166 1 0 0 15 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 1 0 0 0
[pid=6175/tid=6186] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6186/stat : 6186 (java) S 6173 6175 5946 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6187] ppid=6173 vsize=1531892 CPUtime=0.01
/proc/6175/task/6187/stat : 6187 (java) S 6173 6175 5946 0 -1 4202560 103 0 0 0 1 0 0 0 15 0 13 0 36606071 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
[pid=6175/tid=6188] ppid=6173 vsize=1531892 CPUtime=0
/proc/6175/task/6188/stat : 6188 (java) S 6173 6175 5946 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 36606717 1568657408 346919 1992294400 134512640 134550932 4289093536 18446744073709551615 4294960144 0 4 0 16800975 18446604437835702720 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1531892

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

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

[startup+1745.92 s]
/proc/loadavg: 1.00 1.00 1.01 2/119 6239
/proc/meminfo: memFree=428952/2059040 swapFree=4140352/4192956
[pid=6175] ppid=6173 vsize=0 CPUtime=1800.16
/proc/6175/stat : 6175 (java) Z 6173 6175 5946 0 -1 4203548 424381 0 1 0 179695 321 0 0 15 0 2 0 36606061 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6175/statm: 0 0 0 0 0 0 0
[pid=6175/tid=6188] ppid=6173 vsize=0 CPUtime=0.04
/proc/6175/task/6188/stat : 6188 (java) R 6173 6175 5946 0 -1 4203588 5 0 0 0 0 4 0 0 18 0 2 0 36606717 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.16
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1746
CPU time (s): 1800.25
CPU user time (s): 1796.96
CPU system time (s): 3.2955
CPU usage (%): 103.107
Max. virtual memory (cumulated for all children) (KiB): 1532972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.96
system time used= 3.2955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 424381
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= 48357
involuntary context switches= 50258

runsolver used 3.83742 second user time and 9.81351 second system time

The end

Launcher Data

Begin job on node019 at 2010-06-15 21:18:17
IDJOB=2660381
IDBENCH=3053
IDSOLVER=1165
FILE ID=node019/2660381-1276629496
PBS_JOBID= 11172348
Free space on /tmp= 62404 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=380-sizeP=191-sizeQ=380-376320478-max.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660381-1276629496/watcher-2660381-1276629496 -o /tmp/evaluation-result-2660381-1276629496/solver-2660381-1276629496 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660381-1276629496.opb

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

MD5SUM BENCH= c427a567f3b7633834233277c8a24b51
RANDOM SEED=1599648963

node019.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.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1817012 kB
Buffers:         39432 kB
Cached:         112256 kB
SwapCached:       6060 kB
Active:          91100 kB
Inactive:        74228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1817012 kB
SwapTotal:     4192956 kB
SwapFree:      4140352 kB
Dirty:           12912 kB
Writeback:           0 kB
AnonPages:       11992 kB
Mapped:          13080 kB
Slab:            54804 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182236 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= 62400 MiB
End job on node019 at 2010-06-15 21:47:25