Trace number 2660259

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.43 1776.82

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-bienst1.opb
MD5SUMc5d594af626243e56994c23d5a3c48e8
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 variables13806
Total number of constraints604
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints600
Minimum length of a constraint7
Maximum length of a constraint390
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 13958659059
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.17	c See www.sat4j.org for details.
0.05/0.18	c version 2.2.0.v20100526
0.05/0.18	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.18	c java.vm.name		Java HotSpot(TM) Server VM
0.05/0.18	c java.vm.version	11.2-b01
0.05/0.18	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.18	c sun.arch.data.model	32
0.05/0.18	c java.version		1.6.0_12
0.05/0.18	c os.name		Linux
0.05/0.18	c os.version		2.6.18-164.el5
0.05/0.18	c os.arch		i386
0.05/0.18	c Free memory 		1393557488
0.05/0.18	c Max memory 		1395916800
0.05/0.18	c Total memory 		1395916800
0.05/0.18	c Number of processors 	2
0.15/0.25	c Pseudo Boolean Optimization
0.15/0.25	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.25	c --- Begin Solver configuration ---
0.15/0.25	c Stops conflict analysis at the first Unique Implication Point
0.15/0.25	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.15/0.25	c Learn all clauses as in MiniSAT
0.15/0.25	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.25	c No reason simplification
0.15/0.25	c Armin Biere (Picosat) restarts strategy
0.15/0.25	c Glucose learned constraints deletion strategy
0.15/0.25	c timeout=2147483s
0.15/0.25	c DB Simplification allowed=false
0.15/0.25	c --- End Solver configuration ---
0.15/0.25	c solving HOME/instance-2660259-1276527714.opb
0.15/0.25	c reading problem ... 
3.03/1.78	c ... done. Wall clock time 1.537s.
3.03/1.78	c #vars     13806
3.03/1.78	c #constraints  5905
3.03/1.78	c constraints type 
3.03/1.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
3.03/1.78	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
200.86/195.79	c cleaning 0 clauses out of 5001 with flag 0/5001
804.11/793.05	c cleaning 0 clauses out of 11001 with flag 0/11001
1800.09/1776.66	c starts		: 43
1800.09/1776.66	c conflicts		: 17800
1800.09/1776.66	c decisions		: 33419
1800.09/1776.66	c propagations		: 255619
1800.09/1776.66	c inspects		: 181774014
1800.09/1776.66	c learnt literals	: 0
1800.09/1776.66	c learnt binary clauses	: 0
1800.09/1776.66	c learnt ternary clauses	: 0
1800.09/1776.66	c learnt clauses	: 17800
1800.09/1776.66	c ignored clauses	: 0
1800.09/1776.66	c root simplifications	: 0
1800.09/1776.66	c removed literals (reason simplification)	: 0
1800.09/1776.66	c reason swapping (by a shorter reason)	: 0
1800.09/1776.66	c Calls to reduceDB	: 2
1800.09/1776.66	c number of reductions to clauses (during analyze)	: 0
1800.09/1776.66	c number of learned constraints concerned by reduction	: 0
1800.09/1776.66	c number of learning phase by resolution	: 0
1800.09/1776.66	c number of learning phase by cutting planes	: 0
1800.09/1776.66	c speed (assignments/second)	: 144.02052196234223
1800.09/1776.66	c non guided choices	167
1800.31/1776.72	c learnt constraints type 
1800.31/1776.72	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 6
1800.31/1776.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17794
1800.31/1776.72	c constraints type 
1800.31/1776.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
1800.31/1776.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 724
1800.31/1776.72	s UNKNOWN
1800.31/1776.72	c Total wall clock time (in seconds): 1776.474

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-2660259-1276527714/watcher-2660259-1276527714 -o /tmp/evaluation-result-2660259-1276527714/solver-2660259-1276527714 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660259-1276527714.opb 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.96 0.98 1.08 3/106 30738
/proc/meminfo: memFree=1889736/2059040 swapFree=4140228/4192956
[pid=30738] ppid=30736 vsize=300 CPUtime=0
/proc/30738/stat : 30738 (java6) D 30736 30738 30054 0 -1 4194304 116 0 0 0 0 0 0 0 19 0 1 0 26427745 307200 35 1992294400 134512640 134550932 4291958240 18446744073709551615 5145172 0 0 4096 0 18446744071562154983 0 0 17 1 0 0 0
/proc/30738/statm: 75 35 28 10 0 23 0

[startup+0.0987191 s]
/proc/loadavg: 0.96 0.98 1.08 3/106 30738
/proc/meminfo: memFree=1889736/2059040 swapFree=4140228/4192956
[pid=30738] ppid=30736 vsize=1521796 CPUtime=0.04
/proc/30738/stat : 30738 (java) S 30736 30738 30054 0 -1 4202496 3678 0 1 0 3 1 0 0 15 0 7 0 26427745 1558319104 3119 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 1
/proc/30738/statm: 380449 3120 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521796

[startup+0.100719 s]
/proc/loadavg: 0.96 0.98 1.08 3/106 30738
/proc/meminfo: memFree=1889736/2059040 swapFree=4140228/4192956
[pid=30738] ppid=30736 vsize=1521796 CPUtime=0.05
/proc/30738/stat : 30738 (java) S 30736 30738 30054 0 -1 4202496 3694 0 1 0 4 1 0 0 15 0 7 0 26427745 1558319104 3135 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 1
/proc/30738/statm: 380449 3137 1033 10 0 377759 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 1521796

[startup+0.300715 s]
/proc/loadavg: 0.96 0.98 1.08 3/106 30738
/proc/meminfo: memFree=1889736/2059040 swapFree=4140228/4192956
[pid=30738] ppid=30736 vsize=1525780 CPUtime=0.3
/proc/30738/stat : 30738 (java) S 30736 30738 30054 0 -1 4202496 5322 0 1 0 27 3 0 0 15 0 12 0 26427745 1562398720 4757 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/30738/statm: 381445 4757 1350 10 0 378747 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 1525780

[startup+0.700707 s]
/proc/loadavg: 0.96 0.98 1.08 3/106 30738
/proc/meminfo: memFree=1889736/2059040 swapFree=4140228/4192956
[pid=30738] ppid=30736 vsize=1538792 CPUtime=1.08
/proc/30738/stat : 30738 (java) S 30736 30738 30054 0 -1 4202496 9671 0 1 0 103 5 0 0 15 0 12 0 26427745 1575723008 8596 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/30738/statm: 384698 8597 1378 10 0 382000 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1538792

[startup+1.50169 s]
/proc/loadavg: 0.96 0.98 1.08 4/118 30750
/proc/meminfo: memFree=1854240/2059040 swapFree=4140228/4192956
[pid=30738] ppid=30736 vsize=1541288 CPUtime=2.68
/proc/30738/stat : 30738 (java) S 30736 30738 30054 0 -1 4202496 16727 0 1 0 260 8 0 0 15 0 12 0 26427745 1578278912 12752 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/30738/statm: 385322 12752 1407 10 0 382624 0
[pid=30738/tid=30740] ppid=30736 vsize=1541288 CPUtime=1.42
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 30054 0 -1 4202560 7930 0 1 0 138 4 0 0 25 0 12 0 26427747 1578278912 12752 1992294400 134512640 134550932 4291425456 18446744073709551615 4109756195 0 4 0 16800975 0 0 0 -1 1 0 0 2
[pid=30738/tid=30741] ppid=30736 vsize=1541288 CPUtime=0
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 30054 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 26427751 1578278912 12752 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=1541288 CPUtime=0
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 30054 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 26427751 1578278912 12752 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30743] ppid=30736 vsize=1541288 CPUtime=0
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 30054 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 26427752 1578278912 12752 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30744] ppid=30736 vsize=1541288 CPUtime=0
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 30054 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 26427753 1578278912 12752 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=1541288 CPUtime=0
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 30054 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 26427753 1578278912 12752 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30746] ppid=30736 vsize=1541288 CPUtime=0
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 26427757 1578278912 12752 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=1541288 CPUtime=0.01
/proc/30738/task/30747/stat : 30747 (java) R 30736 30738 30054 0 -1 4202560 44 0 0 0 1 0 0 0 22 0 12 0 26427757 1578278912 12752 1992294400 134512640 134550932 4291425456 18446744073709551615 104143380 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30738/tid=30748] ppid=30736 vsize=1541288 CPUtime=1.21
/proc/30738/task/30748/stat : 30748 (java) R 30736 30738 30054 0 -1 4202560 7690 0 0 0 119 2 0 0 18 0 12 0 26427757 1578278912 12752 1992294400 134512640 134550932 4291425456 18446744073709551615 102339440 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30738/tid=30749] ppid=30736 vsize=1541288 CPUtime=0
/proc/30738/task/30749/stat : 30749 (java) S 30736 30738 30054 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 26427757 1578278912 12752 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30750] ppid=30736 vsize=1541288 CPUtime=0
/proc/30738/task/30750/stat : 30750 (java) S 30736 30738 30054 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 26427757 1578278912 12752 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.68
Current children cumulated vsize (KiB) 1541288

[startup+3.10166 s]
/proc/loadavg: 1.12 1.02 1.09 3/119 30751
/proc/meminfo: memFree=1819016/2059040 swapFree=4140228/4192956
[pid=30738] ppid=30736 vsize=1542020 CPUtime=5.05
/proc/30738/stat : 30738 (java) S 30736 30738 30054 0 -1 4202496 43953 0 1 0 486 19 0 0 15 0 13 0 26427745 1579028480 39228 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/30738/statm: 385505 39228 1433 10 0 382807 0
[pid=30738/tid=30740] ppid=30736 vsize=1542020 CPUtime=2.83
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 30054 0 -1 4202560 32050 0 1 0 269 14 0 0 25 0 13 0 26427747 1579028480 39228 1992294400 134512640 134550932 4291425456 18446744073709551615 4109980708 0 4 0 16800975 0 0 0 -1 1 0 0 2
[pid=30738/tid=30741] ppid=30736 vsize=1542020 CPUtime=0.03
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 30054 0 -1 4202560 1152 0 0 0 3 0 0 0 16 0 13 0 26427751 1579028480 39228 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=1542020 CPUtime=0.03
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 30054 0 -1 4202560 1049 0 0 0 3 0 0 0 18 0 13 0 26427751 1579028480 39228 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30743] ppid=30736 vsize=1542020 CPUtime=0
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 30054 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 26427752 1579028480 39228 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30744] ppid=30736 vsize=1542020 CPUtime=0
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 30054 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26427753 1579028480 39228 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=1542020 CPUtime=0
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 30054 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26427753 1579028480 39228 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30746] ppid=30736 vsize=1542020 CPUtime=0
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26427757 1579028480 39228 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=1542020 CPUtime=0.34
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 30054 0 -1 4202560 171 0 0 0 34 0 0 0 15 0 13 0 26427757 1579028480 39228 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30748] ppid=30736 vsize=1542020 CPUtime=1.78
/proc/30738/task/30748/stat : 30748 (java) S 30736 30738 30054 0 -1 4202560 8458 0 0 0 175 3 0 0 15 0 13 0 26427757 1579028480 39228 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30749] ppid=30736 vsize=1542020 CPUtime=0
/proc/30738/task/30749/stat : 30749 (java) S 30736 30738 30054 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 26427757 1579028480 39228 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30750] ppid=30736 vsize=1542020 CPUtime=0
/proc/30738/task/30750/stat : 30750 (java) S 30736 30738 30054 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 26427757 1579028480 39228 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30751] ppid=30736 vsize=1542020 CPUtime=0
/proc/30738/task/30751/stat : 30751 (java) S 30736 30738 30054 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 26427951 1579028480 39228 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.05
Current children cumulated vsize (KiB) 1542020

[startup+6.30159 s]
/proc/loadavg: 1.12 1.02 1.09 2/119 30751
/proc/meminfo: memFree=1725148/2059040 swapFree=4140228/4192956
[pid=30738] ppid=30736 vsize=1542476 CPUtime=9.47
/proc/30738/stat : 30738 (java) S 30736 30738 30054 0 -1 4202496 50981 0 1 0 924 23 0 0 15 0 13 0 26427745 1579495424 43127 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/30738/statm: 385619 43127 1438 10 0 382921 0
[pid=30738/tid=30740] ppid=30736 vsize=1542476 CPUtime=5.63
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 30054 0 -1 4202560 32060 0 1 0 549 14 0 0 25 0 13 0 26427747 1579495424 43127 1992294400 134512640 134550932 4291425456 18446744073709551615 4109981459 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=30738/tid=30741] ppid=30736 vsize=1542476 CPUtime=0.18
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 30054 0 -1 4202560 2951 0 0 0 17 1 0 0 16 0 13 0 26427751 1579495424 43127 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=1542476 CPUtime=0.16
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 30054 0 -1 4202560 2996 0 0 0 15 1 0 0 16 0 13 0 26427751 1579495424 43127 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30743] ppid=30736 vsize=1542476 CPUtime=0
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 30054 0 -1 4202560 25 0 0 0 0 0 0 0 15 0 13 0 26427752 1579495424 43127 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30744] ppid=30736 vsize=1542476 CPUtime=0
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 30054 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26427753 1579495424 43127 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=1542476 CPUtime=0
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 30054 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26427753 1579495424 43127 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30746] ppid=30736 vsize=1542476 CPUtime=0
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26427757 1579495424 43127 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=1542476 CPUtime=0.93
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 30054 0 -1 4202560 1669 0 0 0 93 0 0 0 15 0 13 0 26427757 1579495424 43127 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30748] ppid=30736 vsize=1542476 CPUtime=2.51
/proc/30738/task/30748/stat : 30748 (java) S 30736 30738 30054 0 -1 4202560 10215 0 0 0 247 4 0 0 15 0 13 0 26427757 1579495424 43127 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30749] ppid=30736 vsize=1542476 CPUtime=0
/proc/30738/task/30749/stat : 30749 (java) S 30736 30738 30054 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 26427757 1579495424 43127 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30750] ppid=30736 vsize=1542476 CPUtime=0
/proc/30738/task/30750/stat : 30750 (java) S 30736 30738 30054 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 26427757 1579495424 43127 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30751] ppid=30736 vsize=1542476 CPUtime=0
/proc/30738/task/30751/stat : 30751 (java) S 30736 30738 30054 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 26427951 1579495424 43127 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 9.47
Current children cumulated vsize (KiB) 1542476

[startup+12.7015 s]
/proc/loadavg: 1.10 1.02 1.09 2/119 30753
/proc/meminfo: memFree=1695016/2059040 swapFree=4140228/4192956
[pid=30738] ppid=30736 vsize=1542476 CPUtime=16.02
/proc/30738/stat : 30738 (java) S 30736 30738 30054 0 -1 4202496 58535 0 1 0 1576 26 0 0 15 0 13 0 26427745 1579495424 50163 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/30738/statm: 385619 50163 1438 10 0 382921 0
[pid=30738/tid=30740] ppid=30736 vsize=1542476 CPUtime=11.86
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 30054 0 -1 4202560 32068 0 1 0 1171 15 0 0 25 0 13 0 26427747 1579495424 50163 1992294400 134512640 134550932 4291425456 18446744073709551615 4109987782 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=30738/tid=30741] ppid=30736 vsize=1542476 CPUtime=0.33
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 30054 0 -1 4202560 7402 0 0 0 30 3 0 0 15 0 13 0 26427751 1579495424 50163 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=1542476 CPUtime=0.32
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 30054 0 -1 4202560 6087 0 0 0 30 2 0 0 16 0 13 0 26427751 1579495424 50163 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30743] ppid=30736 vsize=1542476 CPUtime=0
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 30054 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 26427752 1579495424 50163 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30744] ppid=30736 vsize=1542476 CPUtime=0
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 30054 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26427753 1579495424 50163 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=1542476 CPUtime=0
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 30054 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26427753 1579495424 50163 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30746] ppid=30736 vsize=1542476 CPUtime=0
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26427757 1579495424 50163 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=1542476 CPUtime=0.94
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 30054 0 -1 4202560 1669 0 0 0 94 0 0 0 16 0 13 0 26427757 1579495424 50163 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30748] ppid=30736 vsize=1542476 CPUtime=2.52
/proc/30738/task/30748/stat : 30748 (java) S 30736 30738 30054 0 -1 4202560 10215 0 0 0 248 4 0 0 15 0 13 0 26427757 1579495424 50163 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30749] ppid=30736 vsize=1542476 CPUtime=0
/proc/30738/task/30749/stat : 30749 (java) S 30736 30738 30054 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 26427757 1579495424 50163 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30750] ppid=30736 vsize=1542476 CPUtime=0
/proc/30738/task/30750/stat : 30750 (java) S 30736 30738 30054 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 26427757 1579495424 50163 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30751] ppid=30736 vsize=1542476 CPUtime=0
/proc/30738/task/30751/stat : 30751 (java) S 30736 30738 30054 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 26427951 1579495424 50163 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.02
Current children cumulated vsize (KiB) 1542476

[startup+25.5002 s]
/proc/loadavg: 1.09 1.01 1.09 2/119 30753
/proc/meminfo: memFree=1680508/2059040 swapFree=4140228/4192956
[pid=30738] ppid=30736 vsize=1542476 CPUtime=28.94
/proc/30738/stat : 30738 (java) S 30736 30738 30054 0 -1 4202496 62398 0 1 0 2866 28 0 0 15 0 13 0 26427745 1579495424 53596 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/30738/statm: 385619 53596 1438 10 0 382921 0
[pid=30738/tid=30740] ppid=30736 vsize=1542476 CPUtime=24.54
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 30054 0 -1 4202560 32363 0 1 0 2439 15 0 0 25 0 13 0 26427747 1579495424 53596 1992294400 134512640 134550932 4291425456 18446744073709551615 4109898914 0 4 0 16800975 0 0 0 -1 0 0 0 2
[pid=30738/tid=30741] ppid=30736 vsize=1542476 CPUtime=0.43
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 30054 0 -1 4202560 9170 0 0 0 39 4 0 0 15 0 13 0 26427751 1579495424 53596 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=1542476 CPUtime=0.42
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 30054 0 -1 4202560 7887 0 0 0 39 3 0 0 16 0 13 0 26427751 1579495424 53596 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30743] ppid=30736 vsize=1542476 CPUtime=0
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 30054 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 26427752 1579495424 53596 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30744] ppid=30736 vsize=1542476 CPUtime=0

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

[pid=30738/tid=30743] ppid=30736 vsize=1545588 CPUtime=2.04
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 30054 0 -1 4202560 281 0 0 0 199 5 0 0 15 0 13 0 26427752 1582682112 184930 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30744] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 30054 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26427753 1582682112 184930 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 30054 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26427753 1582682112 184930 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30746] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26427757 1582682112 184930 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=1545588 CPUtime=1.31
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 30054 0 -1 4202560 3826 0 0 0 130 1 0 0 15 0 13 0 26427757 1582682112 184930 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30748] ppid=30736 vsize=1545588 CPUtime=2.89
/proc/30738/task/30748/stat : 30748 (java) S 30736 30738 30054 0 -1 4202560 10238 0 0 0 285 4 0 0 16 0 13 0 26427757 1582682112 184930 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30749] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30749/stat : 30749 (java) S 30736 30738 30054 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 26427757 1582682112 184930 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30750] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30750/stat : 30750 (java) S 30736 30738 30054 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 26427757 1582682112 184930 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30751] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30751/stat : 30751 (java) S 30736 30738 30054 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 26427951 1582682112 184930 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1562.75
Current children cumulated vsize (KiB) 1545588

[startup+1602.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/119 30795
/proc/meminfo: memFree=1142720/2059040 swapFree=4140228/4192956
[pid=30738] ppid=30736 vsize=1545588 CPUtime=1623.51
/proc/30738/stat : 30738 (java) S 30736 30738 30054 0 -1 4202496 216944 0 1 0 162183 168 0 0 15 0 13 0 26427745 1582682112 187581 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/30738/statm: 386397 187581 1448 10 0 383699 0
[pid=30738/tid=30740] ppid=30736 vsize=1545588 CPUtime=1580.59
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 30054 0 -1 4202560 33328 0 1 0 158014 45 0 0 25 0 13 0 26427747 1582682112 187581 1992294400 134512640 134550932 4291425456 18446744073709551615 4109898932 0 4 0 16800975 0 0 0 -1 1 0 0 2
[pid=30738/tid=30741] ppid=30736 vsize=1545588 CPUtime=18.31
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 30054 0 -1 4202560 89565 0 0 0 1776 55 0 0 15 0 13 0 26427751 1582682112 187581 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=1545588 CPUtime=18.28
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 30054 0 -1 4202560 78543 0 0 0 1775 53 0 0 16 0 13 0 26427751 1582682112 187581 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30743] ppid=30736 vsize=1545588 CPUtime=2.06
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 30054 0 -1 4202560 285 0 0 0 200 6 0 0 15 0 13 0 26427752 1582682112 187581 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30744] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 30054 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26427753 1582682112 187581 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 30054 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26427753 1582682112 187581 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30746] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26427757 1582682112 187581 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=1545588 CPUtime=1.31
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 30054 0 -1 4202560 3826 0 0 0 130 1 0 0 15 0 13 0 26427757 1582682112 187581 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30748] ppid=30736 vsize=1545588 CPUtime=2.89
/proc/30738/task/30748/stat : 30748 (java) S 30736 30738 30054 0 -1 4202560 10238 0 0 0 285 4 0 0 16 0 13 0 26427757 1582682112 187581 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30749] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30749/stat : 30749 (java) S 30736 30738 30054 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 26427757 1582682112 187581 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30750] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30750/stat : 30750 (java) S 30736 30738 30054 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 26427757 1582682112 187581 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30751] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30751/stat : 30751 (java) S 30736 30738 30054 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 26427951 1582682112 187581 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1623.51
Current children cumulated vsize (KiB) 1545588

[startup+1662.31 s]
/proc/loadavg: 1.11 1.05 1.01 2/119 30797
/proc/meminfo: memFree=1131312/2059040 swapFree=4140228/4192956
[pid=30738] ppid=30736 vsize=1545588 CPUtime=1684.29
/proc/30738/stat : 30738 (java) S 30736 30738 30054 0 -1 4202496 220040 0 1 0 168258 171 0 0 15 0 13 0 26427745 1582682112 190388 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/30738/statm: 386397 190388 1448 10 0 383699 0
[pid=30738/tid=30740] ppid=30736 vsize=1545588 CPUtime=1639.78
/proc/30738/task/30740/stat : 30740 (java) S 30736 30738 30054 0 -1 4202560 33345 0 1 0 163933 45 0 0 25 0 13 0 26427747 1582682112 190388 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 2
[pid=30738/tid=30741] ppid=30736 vsize=1545588 CPUtime=19.11
/proc/30738/task/30741/stat : 30741 (java) R 30736 30738 30054 0 -1 4202560 90976 0 0 0 1855 56 0 0 15 0 13 0 26427751 1582682112 190388 1992294400 134512640 134550932 4291425456 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=1545588 CPUtime=19.06
/proc/30738/task/30742/stat : 30742 (java) R 30736 30738 30054 0 -1 4202560 80203 0 0 0 1851 55 0 0 15 0 13 0 26427751 1582682112 190388 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30738/tid=30743] ppid=30736 vsize=1545588 CPUtime=2.06
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 30054 0 -1 4202560 289 0 0 0 200 6 0 0 15 0 13 0 26427752 1582682112 190388 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30744] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 30054 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26427753 1582682112 190388 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 30054 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26427753 1582682112 190388 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30746] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26427757 1582682112 190388 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=1545588 CPUtime=1.31
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 30054 0 -1 4202560 3826 0 0 0 130 1 0 0 15 0 13 0 26427757 1582682112 190388 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30748] ppid=30736 vsize=1545588 CPUtime=2.89
/proc/30738/task/30748/stat : 30748 (java) S 30736 30738 30054 0 -1 4202560 10238 0 0 0 285 4 0 0 16 0 13 0 26427757 1582682112 190388 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30749] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30749/stat : 30749 (java) S 30736 30738 30054 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 26427757 1582682112 190388 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30750] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30750/stat : 30750 (java) S 30736 30738 30054 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 26427757 1582682112 190388 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30751] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30751/stat : 30751 (java) S 30736 30738 30054 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 26427951 1582682112 190388 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1684.29
Current children cumulated vsize (KiB) 1545588

[startup+1722.3 s]
/proc/loadavg: 1.04 1.04 1.00 2/119 30797
/proc/meminfo: memFree=1119656/2059040 swapFree=4140228/4192956
[pid=30738] ppid=30736 vsize=1545588 CPUtime=1745.07
/proc/30738/stat : 30738 (java) S 30736 30738 30054 0 -1 4202496 223005 0 1 0 174333 174 0 0 15 0 13 0 26427745 1582682112 193065 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/30738/statm: 386397 193065 1448 10 0 383699 0
[pid=30738/tid=30740] ppid=30736 vsize=1545588 CPUtime=1698.92
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 30054 0 -1 4202560 33364 0 1 0 169847 45 0 0 25 0 13 0 26427747 1582682112 193065 1992294400 134512640 134550932 4291425456 18446744073709551615 4109898932 0 4 0 16800975 0 0 0 -1 1 0 0 2
[pid=30738/tid=30741] ppid=30736 vsize=1545588 CPUtime=19.93
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 30054 0 -1 4202560 92323 0 0 0 1936 57 0 0 16 0 13 0 26427751 1582682112 193065 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=1545588 CPUtime=19.87
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 30054 0 -1 4202560 81794 0 0 0 1930 57 0 0 15 0 13 0 26427751 1582682112 193065 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30743] ppid=30736 vsize=1545588 CPUtime=2.07
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 30054 0 -1 4202560 293 0 0 0 201 6 0 0 16 0 13 0 26427752 1582682112 193065 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30744] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 30054 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26427753 1582682112 193065 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 30054 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26427753 1582682112 193065 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30746] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26427757 1582682112 193065 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=1545588 CPUtime=1.31
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 30054 0 -1 4202560 3826 0 0 0 130 1 0 0 15 0 13 0 26427757 1582682112 193065 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30748] ppid=30736 vsize=1545588 CPUtime=2.89
/proc/30738/task/30748/stat : 30748 (java) S 30736 30738 30054 0 -1 4202560 10238 0 0 0 285 4 0 0 16 0 13 0 26427757 1582682112 193065 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30749] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30749/stat : 30749 (java) S 30736 30738 30054 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 26427757 1582682112 193065 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30750] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30750/stat : 30750 (java) S 30736 30738 30054 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 26427757 1582682112 193065 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30751] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30751/stat : 30751 (java) S 30736 30738 30054 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 26427951 1582682112 193065 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1745.07
Current children cumulated vsize (KiB) 1545588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.6 s]
/proc/loadavg: 1.02 1.03 1.00 2/119 30799
/proc/meminfo: memFree=1110728/2059040 swapFree=4140228/4192956
[pid=30738] ppid=30736 vsize=1545588 CPUtime=1800.09
/proc/30738/stat : 30738 (java) S 30736 30738 30054 0 -1 4202496 225376 0 1 0 179834 175 0 0 15 0 13 0 26427745 1582682112 195287 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/30738/statm: 386397 195287 1448 10 0 383699 0
[pid=30738/tid=30740] ppid=30736 vsize=1545588 CPUtime=1752.47
/proc/30738/task/30740/stat : 30740 (java) R 30736 30738 30054 0 -1 4202560 33380 0 1 0 175202 45 0 0 25 0 13 0 26427747 1582682112 195287 1992294400 134512640 134550932 4291425456 18446744073709551615 4109898932 0 4 0 16800975 0 0 0 -1 1 0 0 2
[pid=30738/tid=30741] ppid=30736 vsize=1545588 CPUtime=20.67
/proc/30738/task/30741/stat : 30741 (java) S 30736 30738 30054 0 -1 4202560 93699 0 0 0 2009 58 0 0 16 0 13 0 26427751 1582682112 195287 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30742] ppid=30736 vsize=1545588 CPUtime=20.6
/proc/30738/task/30742/stat : 30742 (java) S 30736 30738 30054 0 -1 4202560 82769 0 0 0 2003 57 0 0 15 0 13 0 26427751 1582682112 195287 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30743] ppid=30736 vsize=1545588 CPUtime=2.07
/proc/30738/task/30743/stat : 30743 (java) S 30736 30738 30054 0 -1 4202560 295 0 0 0 201 6 0 0 15 0 13 0 26427752 1582682112 195287 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 0 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30744] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30744/stat : 30744 (java) S 30736 30738 30054 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 26427753 1582682112 195287 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30745] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30745/stat : 30745 (java) S 30736 30738 30054 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 26427753 1582682112 195287 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30746] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30746/stat : 30746 (java) S 30736 30738 30054 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 26427757 1582682112 195287 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30747] ppid=30736 vsize=1545588 CPUtime=1.31
/proc/30738/task/30747/stat : 30747 (java) S 30736 30738 30054 0 -1 4202560 3826 0 0 0 130 1 0 0 15 0 13 0 26427757 1582682112 195287 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30748] ppid=30736 vsize=1545588 CPUtime=2.89
/proc/30738/task/30748/stat : 30748 (java) S 30736 30738 30054 0 -1 4202560 10238 0 0 0 285 4 0 0 16 0 13 0 26427757 1582682112 195287 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30749] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30749/stat : 30749 (java) S 30736 30738 30054 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 26427757 1582682112 195287 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
[pid=30738/tid=30750] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30750/stat : 30750 (java) S 30736 30738 30054 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 26427757 1582682112 195287 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 1 0 0 0
[pid=30738/tid=30751] ppid=30736 vsize=1545588 CPUtime=0
/proc/30738/task/30751/stat : 30751 (java) S 30736 30738 30054 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 26427951 1582682112 195287 1992294400 134512640 134550932 4291425456 18446744073709551615 4294960144 0 4 0 16800975 18446604437838334912 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1545588

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

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

[startup+1776.8 s]
/proc/loadavg: 1.02 1.03 1.00 2/119 30799
/proc/meminfo: memFree=1110728/2059040 swapFree=4140228/4192956
[pid=30738] ppid=30736 vsize=0 CPUtime=1800.4
/proc/30738/stat : 30738 (java) Z 30736 30738 30054 0 -1 4203548 225557 0 1 0 179859 181 0 0 15 0 2 0 26427745 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1
/proc/30738/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1776.82
CPU time (s): 1800.43
CPU user time (s): 1798.59
CPU system time (s): 1.83472
CPU usage (%): 101.328
Max. virtual memory (cumulated for all children) (KiB): 1550820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.59
system time used= 1.83472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225557
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= 43119
involuntary context switches= 40525

runsolver used 3.57046 second user time and 9.59454 second system time

The end

Launcher Data

Begin job on node018 at 2010-06-14 17:01:54
IDJOB=2660259
IDBENCH=2319
IDSOLVER=1165
FILE ID=node018/2660259-1276527714
PBS_JOBID= 11173438
Free space on /tmp= 62368 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-bienst1.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660259-1276527714/watcher-2660259-1276527714 -o /tmp/evaluation-result-2660259-1276527714/solver-2660259-1276527714 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660259-1276527714.opb

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

MD5SUM BENCH= c5d594af626243e56994c23d5a3c48e8
RANDOM SEED=2007907078

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1890008 kB
Buffers:          4972 kB
Cached:          76468 kB
SwapCached:       5636 kB
Active:          17588 kB
Inactive:        76168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1890008 kB
SwapTotal:     4192956 kB
SwapFree:      4140228 kB
Dirty:            1012 kB
Writeback:           0 kB
AnonPages:       11068 kB
Mapped:          12824 kB
Slab:            53116 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180788 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= 62368 MiB
End job on node018 at 2010-06-14 17:31:33