Trace number 2662116

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 RES // CP 2.2.0 2010-05-31? (TO) 1800.38 938.511

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome11.opb
MD5SUMd5dba1ae5450ecccd67bf40744af7c62
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 variables733406
Total number of constraints12168
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12168
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 374066
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 1765505311698925020552
Number of bits of the sum of numbers in the objective function 71
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 4277072243466308763648
Number of bits of the biggest sum of numbers72
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.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.25/0.21	c Pseudo Boolean Optimization
0.25/0.21	c ManyCore solver with 2 solvers running in parallel
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.21	c Expensive reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.21	c --- Begin Solver configuration ---
0.25/0.21	c Stops conflict analysis at the first Unique Implication Point
0.25/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.25/0.21	c Learn all clauses as in MiniSAT
0.25/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.21	c No reason simplification
0.25/0.21	c Armin Biere (Picosat) restarts strategy
0.25/0.21	c Glucose learned constraints deletion strategy
0.25/0.21	c timeout=2147483s
0.25/0.21	c DB Simplification allowed=false
0.25/0.21	c --- End Solver configuration ---
0.25/0.21	
0.25/0.21	c solving HOME/instance-2662116-1276517084.opb
0.25/0.21	c reading problem ... 
34.47/25.85	c ... done. Wall clock time 25.637s.
34.47/25.85	c #vars     733406
34.47/25.85	c #constraints  236656
34.47/25.85	c constraints type 
34.47/25.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24310
34.47/25.85	c constraints type 
34.47/25.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24310
357.64/189.19	c cleaning 2497 clauses out of 4994 with flag 5000/5000
491.37/258.22	c cleaning 4243 clauses out of 8494 with flag 11000/11000
614.32/321.85	c cleaning 5624 clauses out of 11252 with flag 18001/18001
725.87/379.71	c cleaning 6807 clauses out of 13626 with flag 26000/26000
829.64/433.93	c cleaning 7910 clauses out of 15819 with flag 35000/35000
951.03/496.62	c cleaning 8966 clauses out of 17931 with flag 45022/45022
1116.04/582.51	c cleaning 9972 clauses out of 19944 with flag 56001/56001
1278.74/666.26	c cleaning 10993 clauses out of 21985 with flag 68014/68014
1462.21/760.94	c cleaning 11987 clauses out of 23978 with flag 81000/81000
1581.56/822.80	c cleaning 12989 clauses out of 25991 with flag 95000/95000
1614.04/840.72	c cleaning 0 clauses out of 5001 with flag 0/5001
1693.87/882.68	c cleaning 13994 clauses out of 28002 with flag 110000/110000
1800.11/938.32	c starts		: 101
1800.11/938.32	c conflicts		: 123969
1800.11/938.32	c decisions		: 1011982
1800.11/938.32	c propagations		: 19674414
1800.11/938.32	c inspects		: 140580823
1800.11/938.32	c learnt literals	: 10
1800.11/938.32	c learnt binary clauses	: 4
1800.11/938.32	c learnt ternary clauses	: 7
1800.11/938.32	c learnt clauses	: 123959
1800.11/938.32	c ignored clauses	: 0
1800.11/938.32	c root simplifications	: 0
1800.11/938.32	c removed literals (reason simplification)	: 21711249
1800.11/938.32	c reason swapping (by a shorter reason)	: 0
1800.11/938.32	c Calls to reduceDB	: 11
1800.11/938.32	c number of reductions to clauses (during analyze)	: 0
1800.11/938.32	c number of learned constraints concerned by reduction	: 0
1800.11/938.32	c number of learning phase by resolution	: 0
1800.11/938.32	c number of learning phase by cutting planes	: 0
1800.11/938.32	c speed (assignments/second)	: 21562.088609398394
1800.11/938.32	c non guided choices	143042
1800.11/938.37	c learnt constraints type 
1800.11/938.37	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 27974
1800.11/938.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.11/938.37	c constraints type 
1800.11/938.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24310
1800.11/938.37	c constraints type 
1800.11/938.37	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24310
1800.11/938.37	s UNKNOWN
1800.11/938.37	c Total wall clock time (in seconds): 938.157

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-2662116-1276517084/watcher-2662116-1276517084 -o /tmp/evaluation-result-2662116-1276517084/solver-2662116-1276517084 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662116-1276517084.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/106 30754
/proc/meminfo: memFree=1660376/2059040 swapFree=4135896/4192956
[pid=30754] ppid=30752 vsize=248 CPUtime=0
/proc/30754/stat : 30754 (java) R 30752 30754 30644 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 27310163 253952 28 1992294400 134512640 134550932 4292300320 18446744073709551615 9183710 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/30754/statm: 62 28 21 10 0 23 0

[startup+0.02537 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30754
/proc/meminfo: memFree=1660376/2059040 swapFree=4135896/4192956
[pid=30754] ppid=30752 vsize=1517068 CPUtime=0.01
/proc/30754/stat : 30754 (java) S 30752 30754 30644 0 -1 4202496 1920 0 1 0 0 1 0 0 18 0 2 0 27310163 1553477632 1364 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 379267 1364 412 10 0 376978 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1517068

[startup+0.101371 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30754
/proc/meminfo: memFree=1660376/2059040 swapFree=4135896/4192956
[pid=30754] ppid=30752 vsize=1524180 CPUtime=0.08
/proc/30754/stat : 30754 (java) S 30752 30754 30644 0 -1 4202496 3962 0 1 0 6 2 0 0 18 0 12 0 27310163 1560760320 3401 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 381045 3401 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300863 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30754
/proc/meminfo: memFree=1660376/2059040 swapFree=4135896/4192956
[pid=30754] ppid=30752 vsize=1525636 CPUtime=0.36
/proc/30754/stat : 30754 (java) S 30752 30754 30644 0 -1 4202496 13466 0 1 0 30 6 0 0 18 0 12 0 27310163 1562251264 12901 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 381409 12901 1353 10 0 378712 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525636

[startup+0.700854 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 30754
/proc/meminfo: memFree=1660376/2059040 swapFree=4135896/4192956
[pid=30754] ppid=30752 vsize=1527484 CPUtime=1.05
/proc/30754/stat : 30754 (java) S 30752 30754 30644 0 -1 4202496 17005 0 1 0 98 7 0 0 18 0 12 0 27310163 1564143616 16360 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 381871 16361 1400 10 0 379174 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 1527484

[startup+1.50184 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 30766
/proc/meminfo: memFree=1580052/2059040 swapFree=4135896/4192956
[pid=30754] ppid=30752 vsize=1527484 CPUtime=1.85
/proc/30754/stat : 30754 (java) S 30752 30754 30644 0 -1 4202496 30360 0 1 0 172 13 0 0 18 0 12 0 27310163 1564143616 29714 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 381871 29714 1400 10 0 379174 0
[pid=30754/tid=30756] ppid=30752 vsize=1527484 CPUtime=1.47
/proc/30754/task/30756/stat : 30756 (java) R 30752 30754 30644 0 -1 4202560 28284 0 1 0 135 12 0 0 19 0 12 0 27310165 1564143616 29715 1992294400 134512640 134550932 4292300320 18446744073709551615 4109113430 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30754/tid=30757] ppid=30752 vsize=1527484 CPUtime=0
/proc/30754/task/30757/stat : 30757 (java) S 30752 30754 30644 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 27310166 1564143616 29716 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30758] ppid=30752 vsize=1527484 CPUtime=0
/proc/30754/task/30758/stat : 30758 (java) S 30752 30754 30644 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 27310166 1564143616 29717 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30759] ppid=30752 vsize=1527484 CPUtime=0
/proc/30754/task/30759/stat : 30759 (java) S 30752 30754 30644 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 27310168 1564143616 29717 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30760] ppid=30752 vsize=1527484 CPUtime=0
/proc/30754/task/30760/stat : 30760 (java) S 30752 30754 30644 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 27310168 1564143616 29718 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30761] ppid=30752 vsize=1527484 CPUtime=0
/proc/30754/task/30761/stat : 30761 (java) S 30752 30754 30644 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 27310168 1564143616 29719 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30762] ppid=30752 vsize=1527484 CPUtime=0
/proc/30754/task/30762/stat : 30762 (java) S 30752 30754 30644 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 27310173 1564143616 29720 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30763] ppid=30752 vsize=1527484 CPUtime=0.2
/proc/30754/task/30763/stat : 30763 (java) S 30752 30754 30644 0 -1 4202560 347 0 0 0 20 0 0 0 25 0 12 0 27310173 1564143616 29721 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30764] ppid=30752 vsize=1527484 CPUtime=0.16
/proc/30754/task/30764/stat : 30764 (java) S 30752 30754 30644 0 -1 4202560 665 0 0 0 16 0 0 0 25 0 12 0 27310173 1564143616 29721 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30765] ppid=30752 vsize=1527484 CPUtime=0
/proc/30754/task/30765/stat : 30765 (java) S 30752 30754 30644 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 27310173 1564143616 29722 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30766] ppid=30752 vsize=1527484 CPUtime=0
/proc/30754/task/30766/stat : 30766 (java) S 30752 30754 30644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27310173 1564143616 29723 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 1527484

[startup+3.1018 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 30766
/proc/meminfo: memFree=1486060/2059040 swapFree=4135896/4192956
[pid=30754] ppid=30752 vsize=1527484 CPUtime=3.57
/proc/30754/stat : 30754 (java) S 30752 30754 30644 0 -1 4202496 45714 0 1 0 337 20 0 0 18 0 12 0 27310163 1564143616 44789 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 381871 44789 1411 10 0 379174 0
[pid=30754/tid=30756] ppid=30752 vsize=1527484 CPUtime=2.97
/proc/30754/task/30756/stat : 30756 (java) R 30752 30754 30644 0 -1 4202560 32012 0 1 0 283 14 0 0 21 0 12 0 27310165 1564143616 44789 1992294400 134512640 134550932 4292300320 18446744073709551615 4109353012 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30754/tid=30757] ppid=30752 vsize=1527484 CPUtime=0.1
/proc/30754/task/30757/stat : 30757 (java) S 30752 30754 30644 0 -1 4202560 9091 0 0 0 6 4 0 0 18 0 12 0 27310166 1564143616 44789 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30758] ppid=30752 vsize=1527484 CPUtime=0.09
/proc/30754/task/30758/stat : 30758 (java) S 30752 30754 30644 0 -1 4202560 2521 0 0 0 9 0 0 0 18 0 12 0 27310166 1564143616 44789 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30759] ppid=30752 vsize=1527484 CPUtime=0
/proc/30754/task/30759/stat : 30759 (java) S 30752 30754 30644 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 27310168 1564143616 44789 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30760] ppid=30752 vsize=1527484 CPUtime=0
/proc/30754/task/30760/stat : 30760 (java) S 30752 30754 30644 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 27310168 1564143616 44789 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30761] ppid=30752 vsize=1527484 CPUtime=0
/proc/30754/task/30761/stat : 30761 (java) S 30752 30754 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27310168 1564143616 44789 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30762] ppid=30752 vsize=1527484 CPUtime=0
/proc/30754/task/30762/stat : 30762 (java) S 30752 30754 30644 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 27310173 1564143616 44789 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30763] ppid=30752 vsize=1527484 CPUtime=0.22
/proc/30754/task/30763/stat : 30763 (java) S 30752 30754 30644 0 -1 4202560 352 0 0 0 22 0 0 0 18 0 12 0 27310173 1564143616 44789 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30764] ppid=30752 vsize=1527484 CPUtime=0.16
/proc/30754/task/30764/stat : 30764 (java) S 30752 30754 30644 0 -1 4202560 665 0 0 0 16 0 0 0 18 0 12 0 27310173 1564143616 44789 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30765] ppid=30752 vsize=1527484 CPUtime=0
/proc/30754/task/30765/stat : 30765 (java) S 30752 30754 30644 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 27310173 1564143616 44789 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30766] ppid=30752 vsize=1527484 CPUtime=0
/proc/30754/task/30766/stat : 30766 (java) S 30752 30754 30644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27310173 1564143616 44789 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 1527484

[startup+6.30173 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 30766
/proc/meminfo: memFree=1385744/2059040 swapFree=4135896/4192956
[pid=30754] ppid=30752 vsize=1543768 CPUtime=8.29
/proc/30754/stat : 30754 (java) S 30752 30754 30644 0 -1 4202496 86092 0 1 0 790 39 0 0 18 0 12 0 27310163 1580818432 78670 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 385942 78670 1417 10 0 383245 0
[pid=30754/tid=30756] ppid=30752 vsize=1543768 CPUtime=5.09
/proc/30754/task/30756/stat : 30756 (java) R 30752 30754 30644 0 -1 4202560 32027 0 1 0 494 15 0 0 21 0 12 0 27310165 1580818432 78670 1992294400 134512640 134550932 4292300320 18446744073709551615 4109359655 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30754/tid=30757] ppid=30752 vsize=1543768 CPUtime=0.88
/proc/30754/task/30757/stat : 30757 (java) S 30752 30754 30644 0 -1 4202560 32468 0 0 0 73 15 0 0 16 0 12 0 27310166 1580818432 78670 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30758] ppid=30752 vsize=1543768 CPUtime=0.66
/proc/30754/task/30758/stat : 30758 (java) S 30752 30754 30644 0 -1 4202560 12424 0 0 0 62 4 0 0 16 0 12 0 27310166 1580818432 78670 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30759] ppid=30752 vsize=1543768 CPUtime=0
/proc/30754/task/30759/stat : 30759 (java) S 30752 30754 30644 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 27310168 1580818432 78670 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30760] ppid=30752 vsize=1543768 CPUtime=0
/proc/30754/task/30760/stat : 30760 (java) S 30752 30754 30644 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 27310168 1580818432 78670 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30761] ppid=30752 vsize=1543768 CPUtime=0
/proc/30754/task/30761/stat : 30761 (java) S 30752 30754 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27310168 1580818432 78670 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30762] ppid=30752 vsize=1543768 CPUtime=0
/proc/30754/task/30762/stat : 30762 (java) S 30752 30754 30644 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 27310173 1580818432 78670 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30763] ppid=30752 vsize=1543768 CPUtime=0.95
/proc/30754/task/30763/stat : 30763 (java) S 30752 30754 30644 0 -1 4202560 5192 0 0 0 94 1 0 0 16 0 12 0 27310173 1580818432 78670 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30764] ppid=30752 vsize=1543768 CPUtime=0.65
/proc/30754/task/30764/stat : 30764 (java) S 30752 30754 30644 0 -1 4202560 2908 0 0 0 64 1 0 0 15 0 12 0 27310173 1580818432 78670 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30765] ppid=30752 vsize=1543768 CPUtime=0
/proc/30754/task/30765/stat : 30765 (java) S 30752 30754 30644 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 27310173 1580818432 78670 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30766] ppid=30752 vsize=1543768 CPUtime=0
/proc/30754/task/30766/stat : 30766 (java) S 30752 30754 30644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27310173 1580818432 78670 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 1543768

[startup+12.7016 s]
/proc/loadavg: 1.24 1.05 1.02 2/118 30766
/proc/meminfo: memFree=1198132/2059040 swapFree=4135896/4192956
[pid=30754] ppid=30752 vsize=1535260 CPUtime=17.08
/proc/30754/stat : 30754 (java) S 30752 30754 30644 0 -1 4202496 137493 0 1 0 1643 65 0 0 18 0 12 0 27310163 1572106240 122331 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 383815 122331 1418 10 0 381118 0
[pid=30754/tid=30756] ppid=30752 vsize=1535260 CPUtime=9.17
/proc/30754/task/30756/stat : 30756 (java) S 30752 30754 30644 0 -1 4202560 32037 0 1 0 901 16 0 0 16 0 12 0 27310165 1572106240 122331 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30757] ppid=30752 vsize=1535260 CPUtime=3.17
/proc/30754/task/30757/stat : 30757 (java) R 30752 30754 30644 0 -1 4202560 60753 0 0 0 290 27 0 0 16 0 12 0 27310166 1572106240 122332 1992294400 134512640 134550932 4292300320 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30754/tid=30758] ppid=30752 vsize=1535260 CPUtime=2.88
/proc/30754/task/30758/stat : 30758 (java) R 30752 30754 30644 0 -1 4202560 34902 0 0 0 271 17 0 0 16 0 12 0 27310166 1572106240 122332 1992294400 134512640 134550932 4292300320 18446744073709551615 105886451 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30754/tid=30759] ppid=30752 vsize=1535260 CPUtime=0
/proc/30754/task/30759/stat : 30759 (java) S 30752 30754 30644 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 27310168 1572106240 122333 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30760] ppid=30752 vsize=1535260 CPUtime=0
/proc/30754/task/30760/stat : 30760 (java) S 30752 30754 30644 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 27310168 1572106240 122335 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30761] ppid=30752 vsize=1535260 CPUtime=0
/proc/30754/task/30761/stat : 30761 (java) S 30752 30754 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27310168 1572106240 122335 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30762] ppid=30752 vsize=1535260 CPUtime=0
/proc/30754/task/30762/stat : 30762 (java) S 30752 30754 30644 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 27310173 1572106240 122336 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30763] ppid=30752 vsize=1535260 CPUtime=0.95
/proc/30754/task/30763/stat : 30763 (java) S 30752 30754 30644 0 -1 4202560 5192 0 0 0 94 1 0 0 16 0 12 0 27310173 1572106240 122337 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30764] ppid=30752 vsize=1535260 CPUtime=0.84
/proc/30754/task/30764/stat : 30764 (java) S 30752 30754 30644 0 -1 4202560 3536 0 0 0 83 1 0 0 15 0 12 0 27310173 1572106240 122338 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30765] ppid=30752 vsize=1535260 CPUtime=0
/proc/30754/task/30765/stat : 30765 (java) S 30752 30754 30644 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 27310173 1572106240 122339 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30766] ppid=30752 vsize=1535260 CPUtime=0
/proc/30754/task/30766/stat : 30766 (java) S 30752 30754 30644 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 27310173 1572106240 122340 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.08
Current children cumulated vsize (KiB) 1535260

[startup+25.5013 s]
/proc/loadavg: 1.33 1.08 1.03 2/118 30768
/proc/meminfo: memFree=851552/2059040 swapFree=4135896/4192956
[pid=30754] ppid=30752 vsize=1535260 CPUtime=34.11
/proc/30754/stat : 30754 (java) S 30752 30754 30644 0 -1 4202496 230334 0 1 0 3286 125 0 0 18 0 12 0 27310163 1572106240 207923 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 383815 207925 1418 10 0 381118 0
[pid=30754/tid=30756] ppid=30752 vsize=1535260 CPUtime=17.46
/proc/30754/task/30756/stat : 30756 (java) S 30752 30754 30644 0 -1 4202560 32060 0 1 0 1728 18 0 0 16 0 12 0 27310165 1572106240 207926 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30757] ppid=30752 vsize=1535260 CPUtime=7.64
/proc/30754/task/30757/stat : 30757 (java) R 30752 30754 30644 0 -1 4202560 109205 0 0 0 714 50 0 0 16 0 12 0 27310166 1572106240 207926 1992294400 134512640 134550932 4292300320 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30754/tid=30758] ppid=30752 vsize=1535260 CPUtime=7.12
/proc/30754/task/30758/stat : 30758 (java) R 30752 30754 30644 0 -1 4202560 79270 0 0 0 661 51 0 0 16 0 12 0 27310166 1572106240 207926 1992294400 134512640 134550932 4292300320 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30754/tid=30759] ppid=30752 vsize=1535260 CPUtime=0
/proc/30754/task/30759/stat : 30759 (java) S 30752 30754 30644 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 12 0 27310168 1572106240 207927 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30760] ppid=30752 vsize=1535260 CPUtime=0
/proc/30754/task/30760/stat : 30760 (java) S 30752 30754 30644 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 27310168 1572106240 207928 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30761] ppid=30752 vsize=1535260 CPUtime=0
/proc/30754/task/30761/stat : 30761 (java) S 30752 30754 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 27310168 1572106240 207930 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30762] ppid=30752 vsize=1535260 CPUtime=0
/proc/30754/task/30762/stat : 30762 (java) S 30752 30754 30644 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 27310173 1572106240 207930 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30763] ppid=30752 vsize=1535260 CPUtime=0.95

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

[pid=30754/tid=30761] ppid=30752 vsize=1550856 CPUtime=0
/proc/30754/task/30761/stat : 30761 (java) S 30752 30754 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27310168 1588076544 325663 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30762] ppid=30752 vsize=1550856 CPUtime=0
/proc/30754/task/30762/stat : 30762 (java) S 30752 30754 30644 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 27310173 1588076544 325663 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30763] ppid=30752 vsize=1550856 CPUtime=1.77
/proc/30754/task/30763/stat : 30763 (java) S 30752 30754 30644 0 -1 4202560 5774 0 0 0 175 2 0 0 15 0 16 0 27310173 1588076544 325663 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30764] ppid=30752 vsize=1550856 CPUtime=2.97
/proc/30754/task/30764/stat : 30764 (java) S 30752 30754 30644 0 -1 4202560 3681 0 0 0 296 1 0 0 15 0 16 0 27310173 1588076544 325663 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30765] ppid=30752 vsize=1550856 CPUtime=0
/proc/30754/task/30765/stat : 30765 (java) S 30752 30754 30644 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 27310173 1588076544 325663 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30766] ppid=30752 vsize=1550856 CPUtime=0
/proc/30754/task/30766/stat : 30766 (java) S 30752 30754 30644 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 16 0 27310173 1588076544 325663 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30769] ppid=30752 vsize=1550856 CPUtime=666.2
/proc/30754/task/30769/stat : 30769 (java) S 30752 30754 30644 0 -1 4202560 369 0 0 0 66606 14 0 0 25 0 16 0 27312749 1588076544 325663 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30770] ppid=30752 vsize=1550856 CPUtime=665.18
/proc/30754/task/30770/stat : 30770 (java) S 30752 30754 30644 0 -1 4202560 700 0 0 0 66503 15 0 0 25 0 16 0 27312749 1588076544 325663 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30771] ppid=30752 vsize=1550856 CPUtime=0
/proc/30754/task/30771/stat : 30771 (java) S 30752 30754 30644 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 27313055 1588076544 325663 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30772] ppid=30752 vsize=1550856 CPUtime=0
/proc/30754/task/30772/stat : 30772 (java) S 30752 30754 30644 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 27313075 1588076544 325663 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1463.71
Current children cumulated vsize (KiB) 1550856

[startup+822.302 s]
/proc/loadavg: 2.02 2.02 1.63 3/122 30795
/proc/meminfo: memFree=372572/2059040 swapFree=4135896/4192956
[pid=30754] ppid=30752 vsize=1537724 CPUtime=1580.76
/proc/30754/stat : 30754 (java) S 30752 30754 30644 0 -1 4202496 394925 0 1 0 157720 356 0 0 18 0 16 0 27310163 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 384431 322380 1451 10 0 381734 0
[pid=30754/tid=30756] ppid=30752 vsize=1537724 CPUtime=17.75
/proc/30754/task/30756/stat : 30756 (java) S 30752 30754 30644 0 -1 4202560 32111 0 1 0 1757 18 0 0 15 0 16 0 27310165 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30757] ppid=30752 vsize=1537724 CPUtime=42.71
/proc/30754/task/30757/stat : 30757 (java) S 30752 30754 30644 0 -1 4202560 161601 0 0 0 4136 135 0 0 16 0 16 0 27310166 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30758] ppid=30752 vsize=1537724 CPUtime=42.56
/proc/30754/task/30758/stat : 30758 (java) S 30752 30754 30644 0 -1 4202560 141871 0 0 0 4122 134 0 0 15 0 16 0 27310166 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30759] ppid=30752 vsize=1537724 CPUtime=29.19
/proc/30754/task/30759/stat : 30759 (java) S 30752 30754 30644 0 -1 4202560 47649 0 0 0 2889 30 0 0 15 0 16 0 27310168 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30760] ppid=30752 vsize=1537724 CPUtime=0
/proc/30754/task/30760/stat : 30760 (java) S 30752 30754 30644 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 27310168 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30761] ppid=30752 vsize=1537724 CPUtime=0
/proc/30754/task/30761/stat : 30761 (java) S 30752 30754 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27310168 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30762] ppid=30752 vsize=1537724 CPUtime=0
/proc/30754/task/30762/stat : 30762 (java) S 30752 30754 30644 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 27310173 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30763] ppid=30752 vsize=1537724 CPUtime=1.77
/proc/30754/task/30763/stat : 30763 (java) S 30752 30754 30644 0 -1 4202560 5774 0 0 0 175 2 0 0 15 0 16 0 27310173 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30764] ppid=30752 vsize=1537724 CPUtime=2.97
/proc/30754/task/30764/stat : 30764 (java) S 30752 30754 30644 0 -1 4202560 3681 0 0 0 296 1 0 0 15 0 16 0 27310173 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30765] ppid=30752 vsize=1537724 CPUtime=0
/proc/30754/task/30765/stat : 30765 (java) S 30752 30754 30644 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 27310173 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30766] ppid=30752 vsize=1537724 CPUtime=0
/proc/30754/task/30766/stat : 30766 (java) S 30752 30754 30644 0 -1 4202560 45 0 0 0 0 0 0 0 15 0 16 0 27310173 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30769] ppid=30752 vsize=1537724 CPUtime=722.79
/proc/30754/task/30769/stat : 30769 (java) R 30752 30754 30644 0 -1 4202560 376 0 0 0 72265 14 0 0 25 0 16 0 27312749 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4109854354 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30754/tid=30770] ppid=30752 vsize=1537724 CPUtime=720.93
/proc/30754/task/30770/stat : 30770 (java) R 30752 30754 30644 0 -1 4202560 744 0 0 0 72076 17 0 0 25 0 16 0 27312749 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4109367902 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30754/tid=30771] ppid=30752 vsize=1537724 CPUtime=0
/proc/30754/task/30771/stat : 30771 (java) S 30752 30754 30644 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 27313055 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30772] ppid=30752 vsize=1537724 CPUtime=0
/proc/30754/task/30772/stat : 30772 (java) S 30752 30754 30644 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 27313075 1574629376 322380 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1580.76
Current children cumulated vsize (KiB) 1537724

[startup+882.301 s]
/proc/loadavg: 2.00 2.01 1.65 4/122 30797
/proc/meminfo: memFree=371952/2059040 swapFree=4135896/4192956
[pid=30754] ppid=30752 vsize=1537724 CPUtime=1693.28
/proc/30754/stat : 30754 (java) S 30752 30754 30644 0 -1 4202496 407281 0 1 0 168963 365 0 0 18 0 16 0 27310163 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 384431 322408 1451 10 0 381734 0
[pid=30754/tid=30756] ppid=30752 vsize=1537724 CPUtime=17.76
/proc/30754/task/30756/stat : 30756 (java) S 30752 30754 30644 0 -1 4202560 32112 0 1 0 1757 19 0 0 15 0 16 0 27310165 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30757] ppid=30752 vsize=1537724 CPUtime=43.93
/proc/30754/task/30757/stat : 30757 (java) S 30752 30754 30644 0 -1 4202560 161601 0 0 0 4257 136 0 0 16 0 16 0 27310166 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30758] ppid=30752 vsize=1537724 CPUtime=43.78
/proc/30754/task/30758/stat : 30758 (java) S 30752 30754 30644 0 -1 4202560 141871 0 0 0 4243 135 0 0 16 0 16 0 27310166 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30759] ppid=30752 vsize=1537724 CPUtime=35.66
/proc/30754/task/30759/stat : 30759 (java) S 30752 30754 30644 0 -1 4202560 59653 0 0 0 3532 34 0 0 15 0 16 0 27310168 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30760] ppid=30752 vsize=1537724 CPUtime=0
/proc/30754/task/30760/stat : 30760 (java) S 30752 30754 30644 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 27310168 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30761] ppid=30752 vsize=1537724 CPUtime=0
/proc/30754/task/30761/stat : 30761 (java) S 30752 30754 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27310168 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30762] ppid=30752 vsize=1537724 CPUtime=0
/proc/30754/task/30762/stat : 30762 (java) S 30752 30754 30644 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 27310173 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30763] ppid=30752 vsize=1537724 CPUtime=1.81
/proc/30754/task/30763/stat : 30763 (java) S 30752 30754 30644 0 -1 4202560 5774 0 0 0 179 2 0 0 15 0 16 0 27310173 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30764] ppid=30752 vsize=1537724 CPUtime=3.21
/proc/30754/task/30764/stat : 30764 (java) S 30752 30754 30644 0 -1 4202560 3985 0 0 0 320 1 0 0 15 0 16 0 27310173 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30765] ppid=30752 vsize=1537724 CPUtime=0
/proc/30754/task/30765/stat : 30765 (java) S 30752 30754 30644 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 27310173 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30766] ppid=30752 vsize=1537724 CPUtime=0
/proc/30754/task/30766/stat : 30766 (java) S 30752 30754 30644 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 16 0 27310173 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30769] ppid=30752 vsize=1537724 CPUtime=774.3
/proc/30754/task/30769/stat : 30769 (java) R 30752 30754 30644 0 -1 4202560 382 0 0 0 77415 15 0 0 25 0 16 0 27312749 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4109358212 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30754/tid=30770] ppid=30752 vsize=1537724 CPUtime=772.73
/proc/30754/task/30770/stat : 30770 (java) R 30752 30754 30644 0 -1 4202560 781 0 0 0 77255 18 0 0 18 0 16 0 27312749 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4109358088 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30754/tid=30771] ppid=30752 vsize=1537724 CPUtime=0
/proc/30754/task/30771/stat : 30771 (java) S 30752 30754 30644 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 27313055 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30772] ppid=30752 vsize=1537724 CPUtime=0
/proc/30754/task/30772/stat : 30772 (java) S 30752 30754 30644 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 27313075 1574629376 322408 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1693.28
Current children cumulated vsize (KiB) 1537724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+938.309 s]
/proc/loadavg: 2.08 2.02 1.67 3/122 30799
/proc/meminfo: memFree=370836/2059040 swapFree=4135896/4192956
[pid=30754] ppid=30752 vsize=1538748 CPUtime=1800.11
/proc/30754/stat : 30754 (java) S 30752 30754 30644 0 -1 4202496 413894 0 1 0 179638 373 0 0 18 0 16 0 27310163 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 384687 322667 1451 10 0 381990 0
[pid=30754/tid=30756] ppid=30752 vsize=1538748 CPUtime=17.76
/proc/30754/task/30756/stat : 30756 (java) S 30752 30754 30644 0 -1 4202560 32114 0 1 0 1757 19 0 0 15 0 16 0 27310165 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30757] ppid=30752 vsize=1538748 CPUtime=44.99
/proc/30754/task/30757/stat : 30757 (java) S 30752 30754 30644 0 -1 4202560 161601 0 0 0 4361 138 0 0 16 0 16 0 27310166 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30758] ppid=30752 vsize=1538748 CPUtime=44.83
/proc/30754/task/30758/stat : 30758 (java) S 30752 30754 30644 0 -1 4202560 141871 0 0 0 4347 136 0 0 15 0 16 0 27310166 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30759] ppid=30752 vsize=1538748 CPUtime=39.81
/proc/30754/task/30759/stat : 30759 (java) S 30752 30754 30644 0 -1 4202560 65655 0 0 0 3945 36 0 0 15 0 16 0 27310168 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 0 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30760] ppid=30752 vsize=1538748 CPUtime=0
/proc/30754/task/30760/stat : 30760 (java) S 30752 30754 30644 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 27310168 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30761] ppid=30752 vsize=1538748 CPUtime=0
/proc/30754/task/30761/stat : 30761 (java) S 30752 30754 30644 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 27310168 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30762] ppid=30752 vsize=1538748 CPUtime=0
/proc/30754/task/30762/stat : 30762 (java) S 30752 30754 30644 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 16 0 27310173 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30763] ppid=30752 vsize=1538748 CPUtime=1.81
/proc/30754/task/30763/stat : 30763 (java) S 30752 30754 30644 0 -1 4202560 5774 0 0 0 179 2 0 0 15 0 16 0 27310173 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30764] ppid=30752 vsize=1538748 CPUtime=3.44
/proc/30754/task/30764/stat : 30764 (java) S 30752 30754 30644 0 -1 4202560 4560 0 0 0 342 2 0 0 16 0 16 0 27310173 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30765] ppid=30752 vsize=1538748 CPUtime=0
/proc/30754/task/30765/stat : 30765 (java) S 30752 30754 30644 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 27310173 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30766] ppid=30752 vsize=1538748 CPUtime=0
/proc/30754/task/30766/stat : 30766 (java) S 30752 30754 30644 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 27310173 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 0 0 0 0
[pid=30754/tid=30769] ppid=30752 vsize=1538748 CPUtime=824.53
/proc/30754/task/30769/stat : 30769 (java) R 30752 30754 30644 0 -1 4202560 391 0 0 0 82437 16 0 0 25 0 16 0 27312749 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4110076436 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30754/tid=30770] ppid=30752 vsize=1538748 CPUtime=822.85
/proc/30754/task/30770/stat : 30770 (java) R 30752 30754 30644 0 -1 4202560 804 0 0 0 82266 19 0 0 25 0 16 0 27312749 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4109358077 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30754/tid=30771] ppid=30752 vsize=1538748 CPUtime=0
/proc/30754/task/30771/stat : 30771 (java) S 30752 30754 30644 0 -1 4202560 6 0 0 0 0 0 0 0 17 0 16 0 27313055 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
[pid=30754/tid=30772] ppid=30752 vsize=1538748 CPUtime=0
/proc/30754/task/30772/stat : 30772 (java) S 30752 30754 30644 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 16 0 27313075 1575677952 322667 1992294400 134512640 134550932 4292300320 18446744073709551615 4294960144 0 4 0 16800975 18446604437827454144 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 1538748

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

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

[startup+938.416 s]
/proc/loadavg: 2.08 2.02 1.67 3/122 30799
/proc/meminfo: memFree=370836/2059040 swapFree=4135896/4192956
[pid=30754] ppid=30752 vsize=0 CPUtime=1800.27
/proc/30754/stat : 30754 (java) Z 30752 30754 30644 0 -1 4203548 413919 0 1 0 179652 375 0 0 17 0 2 0 27310163 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 0 0 0 0 0 0 0
[pid=30754/tid=30770] ppid=30752 vsize=0 CPUtime=822.94
/proc/30754/task/30770/stat : 30770 (java) R 30752 30754 30644 0 -1 4203588 804 0 0 0 82273 21 0 0 25 0 2 0 27312749 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.27
Current children cumulated vsize (KiB) 0

[startup+938.501 s]
/proc/loadavg: 2.08 2.02 1.67 3/122 30799
/proc/meminfo: memFree=370836/2059040 swapFree=4135896/4192956
[pid=30754] ppid=30752 vsize=0 CPUtime=1800.36
/proc/30754/stat : 30754 (java) Z 30752 30754 30644 0 -1 4203548 413919 0 1 0 179652 384 0 0 17 0 2 0 27310163 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/30754/statm: 0 0 0 0 0 0 0
[pid=30754/tid=30770] ppid=30752 vsize=0 CPUtime=823.03
/proc/30754/task/30770/stat : 30770 (java) R 30752 30754 30644 0 -1 4203588 804 0 0 0 82273 30 0 0 25 0 2 0 27312749 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 938.511
CPU time (s): 1800.38
CPU user time (s): 1796.52
CPU system time (s): 3.85441
CPU usage (%): 191.834
Max. virtual memory (cumulated for all children) (KiB): 1554348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.52
system time used= 3.85441
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 413919
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= 34687
involuntary context switches= 53921

runsolver used 4.6023 second user time and 9.68353 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-14 14:04:48
IDJOB=2662116
IDBENCH=2277
IDSOLVER=1166
FILE ID=node015/2662116-1276517084
PBS_JOBID= 11173433
Free space on /tmp= 62544 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome11.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2662116-1276517084/watcher-2662116-1276517084 -o /tmp/evaluation-result-2662116-1276517084/solver-2662116-1276517084 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2662116-1276517084.opb

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

MD5SUM BENCH= d5dba1ae5450ecccd67bf40744af7c62
RANDOM SEED=483115051

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1660524 kB
Buffers:        151852 kB
Cached:         158248 kB
SwapCached:      17672 kB
Active:         146644 kB
Inactive:       183912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1660524 kB
SwapTotal:     4192956 kB
SwapFree:      4135896 kB
Dirty:           39260 kB
Writeback:           0 kB
AnonPages:       11760 kB
Mapped:           9088 kB
Slab:            45736 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180828 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= 62544 MiB
End job on node015 at 2010-06-14 14:20:29