Trace number 2660351

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.2 1759.26

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=340-sizeP=171-sizeQ=340-700380480-max.opb
MD5SUM155cfa68d401e9611b171cd288033a79
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 variables58651
Total number of constraints174421
Number of constraints which are clauses174420
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 constraint58140
Number of terms in the objective function 171
Biggest coefficient in the objective function 1496577676626844588240573268701473812127674924007424
Number of bits for the biggest coefficient in the objective function 171
Sum of the numbers in the objective function 2993155353253689176481146537402947624255349848014847
Number of bits of the sum of numbers in the objective function 171
Biggest number in a constraint 1675975991242824637446753124775730765934920727574049172215445180465220503759193372100234287270862928461253982273310756356719235351493321243304206125760512
Number of bits of the biggest number in a constraint 510
Biggest sum of numbers in a constraint 6703903964971298549787012499102923063739682910296195038597131527667767167333656272927595621892946315600953569576375136127347577727820033305822846748291905
Number of bits of the biggest sum of numbers511
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.23/0.20	c java.runtime.name	Java(TM) SE Runtime Environment
0.23/0.20	c java.vm.name		Java HotSpot(TM) Server VM
0.23/0.20	c java.vm.version	11.2-b01
0.23/0.20	c java.vm.vendor	Sun Microsystems Inc.
0.23/0.20	c sun.arch.data.model	32
0.23/0.20	c java.version		1.6.0_12
0.23/0.20	c os.name		Linux
0.23/0.20	c os.version		2.6.18-164.el5
0.23/0.20	c os.arch		i386
0.23/0.20	c Free memory 		1393557488
0.23/0.20	c Max memory 		1395916800
0.23/0.20	c Total memory 		1395916800
0.23/0.20	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@16fd0b7
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-2660351-1276624831.opb
0.23/0.21	c reading problem ... 
6.84/5.34	c ... done. Wall clock time 5.12s.
6.84/5.34	c #vars     58651
6.84/5.34	c #constraints  189128
6.84/5.34	c constraints type 
6.84/5.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 116280
6.84/5.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 58140
6.84/5.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.04/1759.12	c starts		: 1
1800.04/1759.12	c conflicts		: 6
1800.04/1759.12	c decisions		: 1698
1800.04/1759.12	c propagations		: 203772
1800.04/1759.12	c inspects		: 1116315
1800.04/1759.12	c learnt literals	: 0
1800.04/1759.12	c learnt binary clauses	: 0
1800.04/1759.12	c learnt ternary clauses	: 0
1800.04/1759.12	c learnt clauses	: 5
1800.04/1759.12	c ignored clauses	: 0
1800.04/1759.12	c root simplifications	: 0
1800.04/1759.12	c removed literals (reason simplification)	: 0
1800.04/1759.12	c reason swapping (by a shorter reason)	: 0
1800.04/1759.12	c Calls to reduceDB	: 0
1800.04/1759.12	c number of reductions to clauses (during analyze)	: 0
1800.04/1759.12	c number of learned constraints concerned by reduction	: 0
1800.04/1759.12	c number of learning phase by resolution	: 0
1800.04/1759.12	c number of learning phase by cutting planes	: 0
1800.04/1759.12	c speed (assignments/second)	: 116.18944332591512
1800.04/1759.12	c non guided choices	2
1800.04/1759.12	c learnt constraints type 
1800.04/1759.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5
1800.04/1759.12	c constraints type 
1800.04/1759.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 116280
1800.04/1759.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 58140
1800.04/1759.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.04/1759.12	s UNKNOWN
1800.04/1759.12	c Total wall clock time (in seconds): 1758.913

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-2660351-1276624831/watcher-2660351-1276624831 -o /tmp/evaluation-result-2660351-1276624831/solver-2660351-1276624831 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660351-1276624831.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.00 3/105 12569
/proc/meminfo: memFree=1866152/2059040 swapFree=4192956/4192956
[pid=12569] ppid=12567 vsize=1752 CPUtime=0
/proc/12569/stat : 12569 (java6) R 12567 12569 11957 0 -1 4194304 143 0 0 0 0 0 0 0 23 0 1 0 3777013 1794048 63 1992294400 134512640 134550932 4286646544 18446744073709551615 5134072 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12569/statm: 438 76 61 10 0 30 0

[startup+0.051246 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 12569
/proc/meminfo: memFree=1866152/2059040 swapFree=4192956/4192956
[pid=12569] ppid=12567 vsize=1521016 CPUtime=0.03
/proc/12569/stat : 12569 (java) S 12567 12569 11957 0 -1 4202496 3489 0 1 0 2 1 0 0 23 0 5 0 3777013 1557520384 2933 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/12569/statm: 380254 2933 989 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.101253 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 12569
/proc/meminfo: memFree=1866152/2059040 swapFree=4192956/4192956
[pid=12569] ppid=12567 vsize=1524184 CPUtime=0.08
/proc/12569/stat : 12569 (java) S 12567 12569 11957 0 -1 4202496 3954 0 1 0 6 2 0 0 23 0 12 0 3777013 1560764416 3394 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12569/statm: 381046 3394 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301274 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 12569
/proc/meminfo: memFree=1866152/2059040 swapFree=4192956/4192956
[pid=12569] ppid=12567 vsize=1526580 CPUtime=0.38
/proc/12569/stat : 12569 (java) S 12567 12569 11957 0 -1 4202496 5701 0 1 0 35 3 0 0 23 0 12 0 3777013 1563217920 5139 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12569/statm: 381645 5139 1363 10 0 378947 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 1526580

[startup+0.701317 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 12569
/proc/meminfo: memFree=1866152/2059040 swapFree=4192956/4192956
[pid=12569] ppid=12567 vsize=1527944 CPUtime=1.09
/proc/12569/stat : 12569 (java) S 12567 12569 11957 0 -1 4202496 7760 0 1 0 105 4 0 0 23 0 12 0 3777013 1564614656 7198 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12569/statm: 381986 7198 1404 10 0 379288 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1527944

[startup+1.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/117 12581
/proc/meminfo: memFree=1831152/2059040 swapFree=4192956/4192956
[pid=12569] ppid=12567 vsize=1530296 CPUtime=2.1
/proc/12569/stat : 12569 (java) S 12567 12569 11957 0 -1 4202496 24440 0 1 0 200 10 0 0 23 0 12 0 3777013 1567023104 23268 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12569/statm: 382574 23269 1408 10 0 379876 0
[pid=12569/tid=12571] ppid=12567 vsize=1530296 CPUtime=1.31
/proc/12569/task/12571/stat : 12571 (java) R 12567 12569 11957 0 -1 4202560 21004 0 1 0 123 8 0 0 18 0 12 0 3777015 1567023104 23270 1992294400 134512640 134550932 4294527856 18446744073709551615 4109308133 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12569/tid=12572] ppid=12567 vsize=1530296 CPUtime=0
/proc/12569/task/12572/stat : 12572 (java) S 12567 12569 11957 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 3777016 1567023104 23271 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12573] ppid=12567 vsize=1530296 CPUtime=0
/proc/12569/task/12573/stat : 12573 (java) S 12567 12569 11957 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 3777016 1567023104 23273 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12574] ppid=12567 vsize=1530296 CPUtime=0
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11957 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 3777018 1567023104 23274 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=1530296 CPUtime=0
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11957 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 3777018 1567023104 23275 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=1530296 CPUtime=0
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11957 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 3777018 1567023104 23276 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=1530296 CPUtime=0
/proc/12569/task/12577/stat : 12577 (java) S 12567 12569 11957 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 3777023 1567023104 23276 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12578] ppid=12567 vsize=1530296 CPUtime=0.19
/proc/12569/task/12578/stat : 12578 (java) S 12567 12569 11957 0 -1 4202560 217 0 0 0 19 0 0 0 15 0 12 0 3777023 1567023104 23278 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12579] ppid=12567 vsize=1530296 CPUtime=0.57
/proc/12569/task/12579/stat : 12579 (java) S 12567 12569 11957 0 -1 4202560 2159 0 0 0 57 0 0 0 15 0 12 0 3777023 1567023104 23279 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12580] ppid=12567 vsize=1530296 CPUtime=0
/proc/12569/task/12580/stat : 12580 (java) S 12567 12569 11957 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3777023 1567023104 23281 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12581] ppid=12567 vsize=1530296 CPUtime=0
/proc/12569/task/12581/stat : 12581 (java) S 12567 12569 11957 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 3777023 1567023104 23282 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 1530296

[startup+3.10159 s]
/proc/loadavg: 1.00 1.00 1.00 2/117 12581
/proc/meminfo: memFree=1725008/2059040 swapFree=4192956/4192956
[pid=12569] ppid=12567 vsize=1530296 CPUtime=3.84
/proc/12569/stat : 12569 (java) S 12567 12569 11957 0 -1 4202496 41710 0 1 0 366 18 0 0 23 0 12 0 3777013 1567023104 40500 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12569/statm: 382574 40500 1420 10 0 379876 0
[pid=12569/tid=12571] ppid=12567 vsize=1530296 CPUtime=2.78
/proc/12569/task/12571/stat : 12571 (java) R 12567 12569 11957 0 -1 4202560 32015 0 1 0 264 14 0 0 19 0 12 0 3777015 1567023104 40500 1992294400 134512640 134550932 4294527856 18446744073709551615 4109179683 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12569/tid=12572] ppid=12567 vsize=1530296 CPUtime=0.12
/proc/12569/task/12572/stat : 12572 (java) S 12567 12569 11957 0 -1 4202560 3515 0 0 0 11 1 0 0 18 0 12 0 3777016 1567023104 40500 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12573] ppid=12567 vsize=1530296 CPUtime=0.12
/proc/12569/task/12573/stat : 12573 (java) S 12567 12569 11957 0 -1 4202560 2726 0 0 0 12 0 0 0 18 0 12 0 3777016 1567023104 40500 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12574] ppid=12567 vsize=1530296 CPUtime=0
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11957 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 12 0 3777018 1567023104 40500 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=1530296 CPUtime=0
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 3777018 1567023104 40500 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=1530296 CPUtime=0
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11957 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 3777018 1567023104 40500 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=1530296 CPUtime=0
/proc/12569/task/12577/stat : 12577 (java) S 12567 12569 11957 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 3777023 1567023104 40500 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12578] ppid=12567 vsize=1530296 CPUtime=0.19
/proc/12569/task/12578/stat : 12578 (java) S 12567 12569 11957 0 -1 4202560 217 0 0 0 19 0 0 0 15 0 12 0 3777023 1567023104 40500 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12579] ppid=12567 vsize=1530296 CPUtime=0.58
/proc/12569/task/12579/stat : 12579 (java) S 12567 12569 11957 0 -1 4202560 2162 0 0 0 58 0 0 0 15 0 12 0 3777023 1567023104 40500 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12580] ppid=12567 vsize=1530296 CPUtime=0
/proc/12569/task/12580/stat : 12580 (java) S 12567 12569 11957 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 3777023 1567023104 40500 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12581] ppid=12567 vsize=1530296 CPUtime=0
/proc/12569/task/12581/stat : 12581 (java) S 12567 12569 11957 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 3777023 1567023104 40500 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 1530296

[startup+6.30195 s]
/proc/loadavg: 1.24 1.05 1.02 2/117 12581
/proc/meminfo: memFree=1697356/2059040 swapFree=4192956/4192956
[pid=12569] ppid=12567 vsize=1541712 CPUtime=8.17
/proc/12569/stat : 12569 (java) S 12567 12569 11957 0 -1 4202496 47286 0 1 0 796 21 0 0 23 0 13 0 3777013 1578713088 43173 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12569/statm: 385428 43173 1431 10 0 382730 0
[pid=12569/tid=12571] ppid=12567 vsize=1541712 CPUtime=5.69
/proc/12569/task/12571/stat : 12571 (java) R 12567 12569 11957 0 -1 4202560 32068 0 1 0 554 15 0 0 21 0 13 0 3777015 1578713088 43173 1992294400 134512640 134550932 4294527856 18446744073709551615 4109505217 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12569/tid=12572] ppid=12567 vsize=1541712 CPUtime=0.12
/proc/12569/task/12572/stat : 12572 (java) S 12567 12569 11957 0 -1 4202560 3515 0 0 0 11 1 0 0 18 0 13 0 3777016 1578713088 43173 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12573] ppid=12567 vsize=1541712 CPUtime=0.12
/proc/12569/task/12573/stat : 12573 (java) S 12567 12569 11957 0 -1 4202560 2726 0 0 0 12 0 0 0 18 0 13 0 3777016 1578713088 43173 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12574] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11957 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 13 0 3777018 1578713088 43173 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 43173 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11957 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 43173 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12577/stat : 12577 (java) S 12567 12569 11957 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3777023 1578713088 43173 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12578] ppid=12567 vsize=1541712 CPUtime=0.54
/proc/12569/task/12578/stat : 12578 (java) S 12567 12569 11957 0 -1 4202560 576 0 0 0 54 0 0 0 15 0 13 0 3777023 1578713088 43173 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12579] ppid=12567 vsize=1541712 CPUtime=1.65
/proc/12569/task/12579/stat : 12579 (java) S 12567 12569 11957 0 -1 4202560 7321 0 0 0 163 2 0 0 15 0 13 0 3777023 1578713088 43173 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12580] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12580/stat : 12580 (java) S 12567 12569 11957 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3777023 1578713088 43173 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12581] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12581/stat : 12581 (java) S 12567 12569 11957 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 3777023 1578713088 43173 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 1541712

[startup+12.7017 s]
/proc/loadavg: 1.22 1.05 1.02 2/118 12582
/proc/meminfo: memFree=1674532/2059040 swapFree=4192956/4192956
[pid=12569] ppid=12567 vsize=1541712 CPUtime=14.96
/proc/12569/stat : 12569 (java) S 12567 12569 11957 0 -1 4202496 53255 0 1 0 1472 24 0 0 23 0 13 0 3777013 1578713088 48969 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12569/statm: 385428 48969 1434 10 0 382730 0
[pid=12569/tid=12571] ppid=12567 vsize=1541712 CPUtime=11.87
/proc/12569/task/12571/stat : 12571 (java) R 12567 12569 11957 0 -1 4202560 32071 0 1 0 1172 15 0 0 25 0 13 0 3777015 1578713088 48969 1992294400 134512640 134550932 4294527856 18446744073709551615 4109423241 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12569/tid=12572] ppid=12567 vsize=1541712 CPUtime=0.26
/proc/12569/task/12572/stat : 12572 (java) S 12567 12569 11957 0 -1 4202560 6773 0 0 0 24 2 0 0 18 0 13 0 3777016 1578713088 48969 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12573] ppid=12567 vsize=1541712 CPUtime=0.28
/proc/12569/task/12573/stat : 12573 (java) S 12567 12569 11957 0 -1 4202560 5409 0 0 0 26 2 0 0 18 0 13 0 3777016 1578713088 48969 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12574] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11957 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 3777018 1578713088 48969 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 48969 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11957 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 48969 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12577/stat : 12577 (java) S 12567 12569 11957 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3777023 1578713088 48969 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12578] ppid=12567 vsize=1541712 CPUtime=0.64
/proc/12569/task/12578/stat : 12578 (java) S 12567 12569 11957 0 -1 4202560 588 0 0 0 64 0 0 0 15 0 13 0 3777023 1578713088 48969 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12579] ppid=12567 vsize=1541712 CPUtime=1.86
/proc/12569/task/12579/stat : 12579 (java) S 12567 12569 11957 0 -1 4202560 7333 0 0 0 184 2 0 0 15 0 13 0 3777023 1578713088 48969 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12580] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12580/stat : 12580 (java) S 12567 12569 11957 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3777023 1578713088 48969 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12581] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12581/stat : 12581 (java) S 12567 12569 11957 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 3777023 1578713088 48969 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12582] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12582/stat : 12582 (java) S 12567 12569 11957 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 3777567 1578713088 48969 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.96
Current children cumulated vsize (KiB) 1541712

[startup+25.5011 s]
/proc/loadavg: 1.31 1.08 1.02 3/118 12582
/proc/meminfo: memFree=1624560/2059040 swapFree=4192956/4192956
[pid=12569] ppid=12567 vsize=1541712 CPUtime=28.77
/proc/12569/stat : 12569 (java) S 12567 12569 11957 0 -1 4202496 68073 0 1 0 2847 30 0 0 23 0 13 0 3777013 1578713088 61516 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12569/statm: 385428 61516 1434 10 0 382730 0
[pid=12569/tid=12571] ppid=12567 vsize=1541712 CPUtime=23.86
/proc/12569/task/12571/stat : 12571 (java) S 12567 12569 11957 0 -1 4202560 32080 0 1 0 2371 15 0 0 25 0 13 0 3777015 1578713088 61516 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12572] ppid=12567 vsize=1541712 CPUtime=0.94
/proc/12569/task/12572/stat : 12572 (java) R 12567 12569 11957 0 -1 4202560 13629 0 0 0 89 5 0 0 18 0 13 0 3777016 1578713088 61516 1992294400 134512640 134550932 4294527856 18446744073709551615 106207386 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=12569/tid=12573] ppid=12567 vsize=1541712 CPUtime=0.95
/proc/12569/task/12573/stat : 12573 (java) R 12567 12569 11957 0 -1 4202560 13324 0 0 0 90 5 0 0 18 0 13 0 3777016 1578713088 61516 1992294400 134512640 134550932 4294527856 18446744073709551615 104198029 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12569/tid=12574] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11957 0 -1 4202560 14 0 0 0 0 0 0 0 15 0 13 0 3777018 1578713088 61516 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 61516 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11957 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 61516 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=1541712 CPUtime=0

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

[pid=12569/tid=12574] ppid=12567 vsize=1541712 CPUtime=5.59
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11957 0 -1 4202560 2349 0 0 0 545 14 0 0 16 0 13 0 3777018 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11957 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12577/stat : 12577 (java) S 12567 12569 11957 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12578] ppid=12567 vsize=1541712 CPUtime=0.82
/proc/12569/task/12578/stat : 12578 (java) S 12567 12569 11957 0 -1 4202560 606 0 0 0 82 0 0 0 15 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12579] ppid=12567 vsize=1541712 CPUtime=2.7
/proc/12569/task/12579/stat : 12579 (java) S 12567 12569 11957 0 -1 4202560 7380 0 0 0 268 2 0 0 15 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12580] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12580/stat : 12580 (java) S 12567 12569 11957 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12581] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12581/stat : 12581 (java) S 12567 12569 11957 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12582] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12582/stat : 12582 (java) S 12567 12569 11957 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 3777567 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1580.9
Current children cumulated vsize (KiB) 1541712

[startup+1602.3 s]
/proc/loadavg: 1.00 1.05 1.09 2/118 12633
/proc/meminfo: memFree=450240/2059040 swapFree=4192956/4192956
[pid=12569] ppid=12567 vsize=1541712 CPUtime=1641.55
/proc/12569/stat : 12569 (java) S 12567 12569 11957 0 -1 4202496 452457 0 1 0 163879 276 0 0 23 0 13 0 3777013 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12569/statm: 385428 353896 1438 10 0 382730 0
[pid=12569/tid=12571] ppid=12567 vsize=1541712 CPUtime=1554.76
/proc/12569/task/12571/stat : 12571 (java) R 12567 12569 11957 0 -1 4202560 34306 0 1 0 155451 25 0 0 25 0 13 0 3777015 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4109842376 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12569/tid=12572] ppid=12567 vsize=1541712 CPUtime=38.8
/proc/12569/task/12572/stat : 12572 (java) S 12567 12569 11957 0 -1 4202560 213363 0 0 0 3759 121 0 0 15 0 13 0 3777016 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12573] ppid=12567 vsize=1541712 CPUtime=38.79
/proc/12569/task/12573/stat : 12573 (java) S 12567 12569 11957 0 -1 4202560 193290 0 0 0 3770 109 0 0 16 0 13 0 3777016 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12574] ppid=12567 vsize=1541712 CPUtime=5.62
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11957 0 -1 4202560 2353 0 0 0 547 15 0 0 16 0 13 0 3777018 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11957 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12577/stat : 12577 (java) S 12567 12569 11957 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12578] ppid=12567 vsize=1541712 CPUtime=0.82
/proc/12569/task/12578/stat : 12578 (java) S 12567 12569 11957 0 -1 4202560 606 0 0 0 82 0 0 0 15 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12579] ppid=12567 vsize=1541712 CPUtime=2.7
/proc/12569/task/12579/stat : 12579 (java) S 12567 12569 11957 0 -1 4202560 7380 0 0 0 268 2 0 0 15 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12580] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12580/stat : 12580 (java) S 12567 12569 11957 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12581] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12581/stat : 12581 (java) S 12567 12569 11957 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12582] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12582/stat : 12582 (java) S 12567 12569 11957 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 3777567 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1641.55
Current children cumulated vsize (KiB) 1541712

[startup+1662.3 s]
/proc/loadavg: 1.00 1.03 1.08 2/118 12635
/proc/meminfo: memFree=450240/2059040 swapFree=4192956/4192956
[pid=12569] ppid=12567 vsize=1541712 CPUtime=1702.22
/proc/12569/stat : 12569 (java) S 12567 12569 11957 0 -1 4202496 452600 0 1 0 169944 278 0 0 23 0 13 0 3777013 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12569/statm: 385428 353896 1438 10 0 382730 0
[pid=12569/tid=12571] ppid=12567 vsize=1541712 CPUtime=1613.99
/proc/12569/task/12571/stat : 12571 (java) R 12567 12569 11957 0 -1 4202560 34445 0 1 0 161373 26 0 0 25 0 13 0 3777015 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4109427739 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12569/tid=12572] ppid=12567 vsize=1541712 CPUtime=39.49
/proc/12569/task/12572/stat : 12572 (java) S 12567 12569 11957 0 -1 4202560 213363 0 0 0 3828 121 0 0 15 0 13 0 3777016 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12573] ppid=12567 vsize=1541712 CPUtime=39.48
/proc/12569/task/12573/stat : 12573 (java) S 12567 12569 11957 0 -1 4202560 193290 0 0 0 3839 109 0 0 16 0 13 0 3777016 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12574] ppid=12567 vsize=1541712 CPUtime=5.66
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11957 0 -1 4202560 2355 0 0 0 550 16 0 0 16 0 13 0 3777018 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11957 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12577/stat : 12577 (java) S 12567 12569 11957 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12578] ppid=12567 vsize=1541712 CPUtime=0.82
/proc/12569/task/12578/stat : 12578 (java) S 12567 12569 11957 0 -1 4202560 606 0 0 0 82 0 0 0 15 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12579] ppid=12567 vsize=1541712 CPUtime=2.7
/proc/12569/task/12579/stat : 12579 (java) S 12567 12569 11957 0 -1 4202560 7380 0 0 0 268 2 0 0 15 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12580] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12580/stat : 12580 (java) S 12567 12569 11957 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12581] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12581/stat : 12581 (java) S 12567 12569 11957 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12582] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12582/stat : 12582 (java) S 12567 12569 11957 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 3777567 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1702.22
Current children cumulated vsize (KiB) 1541712

[startup+1722.3 s]
/proc/loadavg: 1.00 1.03 1.07 2/118 12637
/proc/meminfo: memFree=450240/2059040 swapFree=4192956/4192956
[pid=12569] ppid=12567 vsize=1541712 CPUtime=1762.84
/proc/12569/stat : 12569 (java) S 12567 12569 11957 0 -1 4202496 452740 0 1 0 176004 280 0 0 23 0 13 0 3777013 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12569/statm: 385428 353896 1438 10 0 382730 0
[pid=12569/tid=12571] ppid=12567 vsize=1541712 CPUtime=1673.27
/proc/12569/task/12571/stat : 12571 (java) R 12567 12569 11957 0 -1 4202560 34577 0 1 0 167301 26 0 0 25 0 13 0 3777015 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4109842364 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12569/tid=12572] ppid=12567 vsize=1541712 CPUtime=40.15
/proc/12569/task/12572/stat : 12572 (java) S 12567 12569 11957 0 -1 4202560 213363 0 0 0 3894 121 0 0 16 0 13 0 3777016 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12573] ppid=12567 vsize=1541712 CPUtime=40.15
/proc/12569/task/12573/stat : 12573 (java) S 12567 12569 11957 0 -1 4202560 193290 0 0 0 3905 110 0 0 15 0 13 0 3777016 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12574] ppid=12567 vsize=1541712 CPUtime=5.68
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11957 0 -1 4202560 2359 0 0 0 551 17 0 0 15 0 13 0 3777018 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11957 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12577/stat : 12577 (java) S 12567 12569 11957 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12578] ppid=12567 vsize=1541712 CPUtime=0.82
/proc/12569/task/12578/stat : 12578 (java) S 12567 12569 11957 0 -1 4202560 606 0 0 0 82 0 0 0 15 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12579] ppid=12567 vsize=1541712 CPUtime=2.7
/proc/12569/task/12579/stat : 12579 (java) S 12567 12569 11957 0 -1 4202560 7380 0 0 0 268 2 0 0 15 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12580] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12580/stat : 12580 (java) S 12567 12569 11957 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12581] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12581/stat : 12581 (java) S 12567 12569 11957 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12582] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12582/stat : 12582 (java) S 12567 12569 11957 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 3777567 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1762.84
Current children cumulated vsize (KiB) 1541712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1759.1 s]
/proc/loadavg: 1.00 1.02 1.07 2/118 12637
/proc/meminfo: memFree=450116/2059040 swapFree=4192956/4192956
[pid=12569] ppid=12567 vsize=1541712 CPUtime=1800.04
/proc/12569/stat : 12569 (java) S 12567 12569 11957 0 -1 4202496 452825 0 1 0 179722 282 0 0 23 0 13 0 3777013 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12569/statm: 385428 353896 1438 10 0 382730 0
[pid=12569/tid=12571] ppid=12567 vsize=1541712 CPUtime=1709.64
/proc/12569/task/12571/stat : 12571 (java) R 12567 12569 11957 0 -1 4202560 34658 0 1 0 170937 27 0 0 25 0 13 0 3777015 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4109842370 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=12569/tid=12572] ppid=12567 vsize=1541712 CPUtime=40.57
/proc/12569/task/12572/stat : 12572 (java) S 12567 12569 11957 0 -1 4202560 213363 0 0 0 3935 122 0 0 15 0 13 0 3777016 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12573] ppid=12567 vsize=1541712 CPUtime=40.56
/proc/12569/task/12573/stat : 12573 (java) S 12567 12569 11957 0 -1 4202560 193290 0 0 0 3946 110 0 0 16 0 13 0 3777016 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12574] ppid=12567 vsize=1541712 CPUtime=5.7
/proc/12569/task/12574/stat : 12574 (java) S 12567 12569 11957 0 -1 4202560 2361 0 0 0 552 18 0 0 15 0 13 0 3777018 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 0 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12575] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12575/stat : 12575 (java) S 12567 12569 11957 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12576] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12576/stat : 12576 (java) S 12567 12569 11957 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 3777018 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12577] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12577/stat : 12577 (java) S 12567 12569 11957 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12578] ppid=12567 vsize=1541712 CPUtime=0.82
/proc/12569/task/12578/stat : 12578 (java) S 12567 12569 11957 0 -1 4202560 606 0 0 0 82 0 0 0 15 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12579] ppid=12567 vsize=1541712 CPUtime=2.7
/proc/12569/task/12579/stat : 12579 (java) S 12567 12569 11957 0 -1 4202560 7380 0 0 0 268 2 0 0 15 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12580] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12580/stat : 12580 (java) S 12567 12569 11957 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 0 0 0 0
[pid=12569/tid=12581] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12581/stat : 12581 (java) S 12567 12569 11957 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 3777023 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
[pid=12569/tid=12582] ppid=12567 vsize=1541712 CPUtime=0
/proc/12569/task/12582/stat : 12582 (java) S 12567 12569 11957 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 13 0 3777567 1578713088 353896 1992294400 134512640 134550932 4294527856 18446744073709551615 4294960144 0 4 0 16800975 18446604437843984768 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1541712

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

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

[startup+1759.22 s]
/proc/loadavg: 1.00 1.02 1.07 2/118 12637
/proc/meminfo: memFree=450116/2059040 swapFree=4192956/4192956
[pid=12569] ppid=12567 vsize=0 CPUtime=1800.14
/proc/12569/stat : 12569 (java) Z 12567 12569 11957 0 -1 4203548 452846 0 1 0 179724 290 0 0 17 0 2 0 3777013 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/12569/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1759.26
CPU time (s): 1800.2
CPU user time (s): 1797.25
CPU system time (s): 2.95155
CPU usage (%): 102.327
Max. virtual memory (cumulated for all children) (KiB): 1546840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.25
system time used= 2.95155
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 452846
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= 62274
involuntary context switches= 38904

runsolver used 3.65844 second user time and 9.48756 second system time

The end

Launcher Data

Begin job on node085 at 2010-06-15 20:00:32
IDJOB=2660351
IDBENCH=2972
IDSOLVER=1165
FILE ID=node085/2660351-1276624831
PBS_JOBID= 11172305
Free space on /tmp= 121860 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=340-sizeP=171-sizeQ=340-700380480-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-2660351-1276624831/watcher-2660351-1276624831 -o /tmp/evaluation-result-2660351-1276624831/solver-2660351-1276624831 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660351-1276624831.opb

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

MD5SUM BENCH= 155cfa68d401e9611b171cd288033a79
RANDOM SEED=472190672

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1866424 kB
Buffers:          2884 kB
Cached:          55012 kB
SwapCached:          0 kB
Active:          67540 kB
Inactive:        49780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1866424 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            9800 kB
Writeback:           0 kB
AnonPages:       59404 kB
Mapped:          15376 kB
Slab:            53556 kB
PageTables:       4016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180556 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= 121860 MiB
End job on node085 at 2010-06-15 20:29:53