Trace number 2658793

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 Resolution 2.2.0 2010-05-26? (TO) 1800.16 1796.81

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
MD5SUM1de7e61bcf99a935d7a04a775cb5b14f
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 variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 400587756783443
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.09/0.20	c Pseudo Boolean Optimization
0.09/0.20	c --- Begin Solver configuration ---
0.09/0.20	c Stops conflict analysis at the first Unique Implication Point
0.09/0.20	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@64dc11
0.09/0.20	c Learn all clauses as in MiniSAT
0.09/0.20	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.20	c Expensive reason simplification
0.09/0.20	c Armin Biere (Picosat) restarts strategy
0.09/0.20	c Glucose learned constraints deletion strategy
0.09/0.20	c timeout=2147483s
0.09/0.20	c DB Simplification allowed=false
0.09/0.20	c --- End Solver configuration ---
0.09/0.20	c solving HOME/instance-2658793-1276535789.opb
0.09/0.20	c reading problem ... 
2.94/1.75	c ... done. Wall clock time 1.545s.
2.94/1.75	c #vars     7287
2.94/1.75	c #constraints  727
2.94/1.75	c constraints type 
2.94/1.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 420
2.94/1.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 175
178.53/176.29	c cleaning 2500 clauses out of 4999 with flag 5000/5000
289.49/287.01	c cleaning 4246 clauses out of 8501 with flag 11002/11002
420.80/418.25	c cleaning 5601 clauses out of 11258 with flag 18005/18005
558.43/555.73	c cleaning 6819 clauses out of 13652 with flag 26000/26000
820.02/817.22	c cleaning 7908 clauses out of 15833 with flag 35000/35000
1054.30/1051.42	c cleaning 8951 clauses out of 17936 with flag 45011/45011
1376.27/1373.29	c cleaning 9485 clauses out of 18974 with flag 55000/55000
1755.30/1752.03	c cleaning 9743 clauses out of 19495 with flag 65006/65006
1800.03/1796.71	c starts		: 77
1800.03/1796.71	c conflicts		: 65956
1800.03/1796.71	c decisions		: 1357227
1800.03/1796.71	c propagations		: 31299288
1800.03/1796.71	c inspects		: 345034623
1800.03/1796.71	c learnt literals	: 1
1800.03/1796.71	c learnt binary clauses	: 0
1800.03/1796.71	c learnt ternary clauses	: 0
1800.03/1796.71	c learnt clauses	: 65954
1800.03/1796.71	c ignored clauses	: 0
1800.03/1796.71	c root simplifications	: 0
1800.03/1796.71	c removed literals (reason simplification)	: 14614215
1800.03/1796.71	c reason swapping (by a shorter reason)	: 0
1800.03/1796.71	c Calls to reduceDB	: 8
1800.03/1796.72	c number of reductions to clauses (during analyze)	: 0
1800.03/1796.72	c number of learned constraints concerned by reduction	: 0
1800.03/1796.72	c number of learning phase by resolution	: 0
1800.03/1796.72	c number of learning phase by cutting planes	: 0
1800.03/1796.72	c speed (assignments/second)	: 17437.249821305904
1800.03/1796.72	c non guided choices	5149
1800.03/1796.74	c learnt constraints type 
1800.03/1796.74	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 10702
1800.03/1796.74	c constraints type 
1800.03/1796.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 420
1800.03/1796.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 175
1800.03/1796.74	s UNKNOWN
1800.03/1796.74	c Total wall clock time (in seconds): 1796.535

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-2658793-1276535789/watcher-2658793-1276535789 -o /tmp/evaluation-result-2658793-1276535789/solver-2658793-1276535789 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658793-1276535789.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.97 1.02 1.00 3/106 32673
/proc/meminfo: memFree=1874456/2059040 swapFree=4136456/4192956
[pid=32673] ppid=32671 vsize=248 CPUtime=0
/proc/32673/stat : 32673 (java) R 32671 32673 32615 0 -1 4194304 282 0 0 0 0 0 0 0 19 0 1 0 29182940 253952 28 1992294400 134512640 134550932 4287101040 18446744073709551615 4149844 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/32673/statm: 62 28 21 10 0 23 0

[startup+0.0750551 s]
/proc/loadavg: 0.97 1.02 1.00 3/106 32673
/proc/meminfo: memFree=1874456/2059040 swapFree=4136456/4192956
[pid=32673] ppid=32671 vsize=1521796 CPUtime=0.06
/proc/32673/stat : 32673 (java) S 32671 32673 32615 0 -1 4202496 3743 0 1 0 4 2 0 0 18 0 7 0 29182940 1558319104 3184 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/32673/statm: 380449 3184 1036 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101055 s]
/proc/loadavg: 0.97 1.02 1.00 3/106 32673
/proc/meminfo: memFree=1874456/2059040 swapFree=4136456/4192956
[pid=32673] ppid=32671 vsize=1524184 CPUtime=0.09
/proc/32673/stat : 32673 (java) S 32671 32673 32615 0 -1 4202496 3961 0 1 0 6 3 0 0 18 0 12 0 29182940 1560764416 3400 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32673/statm: 381046 3400 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300491 s]
/proc/loadavg: 0.97 1.02 1.00 3/106 32673
/proc/meminfo: memFree=1874456/2059040 swapFree=4136456/4192956
[pid=32673] ppid=32671 vsize=1526404 CPUtime=0.36
/proc/32673/stat : 32673 (java) S 32671 32673 32615 0 -1 4202496 5391 0 1 0 33 3 0 0 18 0 12 0 29182940 1563037696 4828 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32673/statm: 381601 4828 1361 10 0 378903 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526404

[startup+0.700491 s]
/proc/loadavg: 0.97 1.02 1.00 3/106 32673
/proc/meminfo: memFree=1874456/2059040 swapFree=4136456/4192956
[pid=32673] ppid=32671 vsize=1532112 CPUtime=1.17
/proc/32673/stat : 32673 (java) S 32671 32673 32615 0 -1 4202496 7927 0 1 0 112 5 0 0 18 0 12 0 29182940 1568882688 7071 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32673/statm: 383028 7071 1399 10 0 380330 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1532112

[startup+1.50149 s]
/proc/loadavg: 1.13 1.06 1.01 4/118 32685
/proc/meminfo: memFree=1839208/2059040 swapFree=4136456/4192956
[pid=32673] ppid=32671 vsize=1538720 CPUtime=2.75
/proc/32673/stat : 32673 (java) S 32671 32673 32615 0 -1 4202496 20043 0 1 0 265 10 0 0 18 0 12 0 29182940 1575649280 17511 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32673/statm: 384680 17512 1406 10 0 381982 0
[pid=32673/tid=32675] ppid=32671 vsize=1538720 CPUtime=1.46
/proc/32673/task/32675/stat : 32675 (java) R 32671 32673 32615 0 -1 4202560 13275 0 1 0 140 6 0 0 19 0 12 0 29182941 1575649280 17513 1992294400 134512640 134550932 4287101040 18446744073709551615 4108960424 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=32673/tid=32676] ppid=32671 vsize=1538720 CPUtime=0
/proc/32673/task/32676/stat : 32676 (java) S 32671 32673 32615 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 12 0 29182943 1575649280 17513 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32677] ppid=32671 vsize=1538720 CPUtime=0
/proc/32673/task/32677/stat : 32677 (java) S 32671 32673 32615 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 12 0 29182943 1575649280 17513 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32678] ppid=32671 vsize=1538720 CPUtime=0
/proc/32673/task/32678/stat : 32678 (java) S 32671 32673 32615 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29182944 1575649280 17513 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32679] ppid=32671 vsize=1538720 CPUtime=0
/proc/32673/task/32679/stat : 32679 (java) S 32671 32673 32615 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 12 0 29182945 1575649280 17513 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32680] ppid=32671 vsize=1538720 CPUtime=0
/proc/32673/task/32680/stat : 32680 (java) S 32671 32673 32615 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 12 0 29182945 1575649280 17513 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32681] ppid=32671 vsize=1538720 CPUtime=0
/proc/32673/task/32681/stat : 32681 (java) S 32671 32673 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29182949 1575649280 17513 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32682] ppid=32671 vsize=1538720 CPUtime=0.53
/proc/32673/task/32682/stat : 32682 (java) S 32671 32673 32615 0 -1 4202560 977 0 0 0 53 0 0 0 25 0 12 0 29182949 1575649280 17513 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32683] ppid=32671 vsize=1538720 CPUtime=0.72
/proc/32673/task/32683/stat : 32683 (java) S 32671 32673 32615 0 -1 4202560 4732 0 0 0 71 1 0 0 18 0 12 0 29182949 1575649280 17513 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32684] ppid=32671 vsize=1538720 CPUtime=0
/proc/32673/task/32684/stat : 32684 (java) S 32671 32673 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 29182949 1575649280 17513 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32685] ppid=32671 vsize=1538720 CPUtime=0
/proc/32673/task/32685/stat : 32685 (java) S 32671 32673 32615 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 29182949 1575649280 17513 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1538720

[startup+3.10149 s]
/proc/loadavg: 1.13 1.06 1.01 2/119 32686
/proc/meminfo: memFree=1758848/2059040 swapFree=4136456/4192956
[pid=32673] ppid=32671 vsize=1538784 CPUtime=4.84
/proc/32673/stat : 32673 (java) S 32671 32673 32615 0 -1 4202496 36748 0 1 0 468 16 0 0 18 0 13 0 29182940 1575714816 34109 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32673/statm: 384696 34110 1422 10 0 381998 0
[pid=32673/tid=32675] ppid=32671 vsize=1538784 CPUtime=3.01
/proc/32673/task/32675/stat : 32675 (java) R 32671 32673 32615 0 -1 4202560 29865 0 1 0 289 12 0 0 25 0 13 0 29182941 1575714816 34110 1992294400 134512640 134550932 4287101040 18446744073709551615 4108950404 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32673/tid=32676] ppid=32671 vsize=1538784 CPUtime=0
/proc/32673/task/32676/stat : 32676 (java) S 32671 32673 32615 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 13 0 29182943 1575714816 34110 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32677] ppid=32671 vsize=1538784 CPUtime=0
/proc/32673/task/32677/stat : 32677 (java) S 32671 32673 32615 0 -1 4202560 0 0 0 0 0 0 0 0 21 0 13 0 29182943 1575714816 34111 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32678] ppid=32671 vsize=1538784 CPUtime=0
/proc/32673/task/32678/stat : 32678 (java) S 32671 32673 32615 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 29182944 1575714816 34111 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32679] ppid=32671 vsize=1538784 CPUtime=0
/proc/32673/task/32679/stat : 32679 (java) S 32671 32673 32615 0 -1 4202560 10 0 0 0 0 0 0 0 23 0 13 0 29182945 1575714816 34111 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32680] ppid=32671 vsize=1538784 CPUtime=0
/proc/32673/task/32680/stat : 32680 (java) S 32671 32673 32615 0 -1 4202560 5 0 0 0 0 0 0 0 24 0 13 0 29182945 1575714816 34112 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32681] ppid=32671 vsize=1538784 CPUtime=0
/proc/32673/task/32681/stat : 32681 (java) S 32671 32673 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29182949 1575714816 34112 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32682] ppid=32671 vsize=1538784 CPUtime=0.74
/proc/32673/task/32682/stat : 32682 (java) S 32671 32673 32615 0 -1 4202560 993 0 0 0 74 0 0 0 15 0 13 0 29182949 1575714816 34112 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32683] ppid=32671 vsize=1538784 CPUtime=1.04
/proc/32673/task/32683/stat : 32683 (java) S 32671 32673 32615 0 -1 4202560 4826 0 0 0 103 1 0 0 15 0 13 0 29182949 1575714816 34112 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32684] ppid=32671 vsize=1538784 CPUtime=0
/proc/32673/task/32684/stat : 32684 (java) S 32671 32673 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29182949 1575714816 34113 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32685] ppid=32671 vsize=1538784 CPUtime=0
/proc/32673/task/32685/stat : 32685 (java) S 32671 32673 32615 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 29182949 1575714816 34113 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32686] ppid=32671 vsize=1538784 CPUtime=0
/proc/32673/task/32686/stat : 32686 (java) S 32671 32673 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 29183118 1575714816 34113 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.84
Current children cumulated vsize (KiB) 1538784

[startup+6.3015 s]
/proc/loadavg: 1.13 1.06 1.01 2/119 32686
/proc/meminfo: memFree=1734668/2059040 swapFree=4136456/4192956
[pid=32673] ppid=32671 vsize=1538304 CPUtime=8.16
/proc/32673/stat : 32673 (java) S 32671 32673 32615 0 -1 4202496 41720 0 1 0 797 19 0 0 18 0 13 0 29182940 1575223296 38933 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32673/statm: 384576 38933 1431 10 0 381878 0
[pid=32673/tid=32675] ppid=32671 vsize=1538304 CPUtime=6.16
/proc/32673/task/32675/stat : 32675 (java) R 32671 32673 32615 0 -1 4202560 31997 0 1 0 603 13 0 0 25 0 13 0 29182941 1575223296 38933 1992294400 134512640 134550932 4287101040 18446744073709551615 4109222424 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32673/tid=32676] ppid=32671 vsize=1538304 CPUtime=0.04
/proc/32673/task/32676/stat : 32676 (java) S 32671 32673 32615 0 -1 4202560 1426 0 0 0 4 0 0 0 18 0 13 0 29182943 1575223296 38933 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32677] ppid=32671 vsize=1538304 CPUtime=0.04
/proc/32673/task/32677/stat : 32677 (java) S 32671 32673 32615 0 -1 4202560 1402 0 0 0 4 0 0 0 18 0 13 0 29182943 1575223296 38933 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32678] ppid=32671 vsize=1538304 CPUtime=0
/proc/32673/task/32678/stat : 32678 (java) S 32671 32673 32615 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 29182944 1575223296 38933 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32679] ppid=32671 vsize=1538304 CPUtime=0
/proc/32673/task/32679/stat : 32679 (java) S 32671 32673 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29182945 1575223296 38933 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32680] ppid=32671 vsize=1538304 CPUtime=0
/proc/32673/task/32680/stat : 32680 (java) S 32671 32673 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29182945 1575223296 38933 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32681] ppid=32671 vsize=1538304 CPUtime=0
/proc/32673/task/32681/stat : 32681 (java) S 32671 32673 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29182949 1575223296 38933 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32682] ppid=32671 vsize=1538304 CPUtime=0.81
/proc/32673/task/32682/stat : 32682 (java) S 32671 32673 32615 0 -1 4202560 997 0 0 0 81 0 0 0 16 0 13 0 29182949 1575223296 38933 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32683] ppid=32671 vsize=1538304 CPUtime=1.04
/proc/32673/task/32683/stat : 32683 (java) S 32671 32673 32615 0 -1 4202560 4826 0 0 0 103 1 0 0 15 0 13 0 29182949 1575223296 38933 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32684] ppid=32671 vsize=1538304 CPUtime=0
/proc/32673/task/32684/stat : 32684 (java) S 32671 32673 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29182949 1575223296 38933 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32685] ppid=32671 vsize=1538304 CPUtime=0
/proc/32673/task/32685/stat : 32685 (java) S 32671 32673 32615 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 29182949 1575223296 38933 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32686] ppid=32671 vsize=1538304 CPUtime=0
/proc/32673/task/32686/stat : 32686 (java) S 32671 32673 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 29183118 1575223296 38933 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.16
Current children cumulated vsize (KiB) 1538304

[startup+12.7005 s]
/proc/loadavg: 1.11 1.05 1.01 2/119 32688
/proc/meminfo: memFree=1723260/2059040 swapFree=4136456/4192956
[pid=32673] ppid=32671 vsize=1537664 CPUtime=14.62
/proc/32673/stat : 32673 (java) S 32671 32673 32615 0 -1 4202496 41779 0 1 0 1443 19 0 0 18 0 13 0 29182940 1574567936 38831 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32673/statm: 384416 38831 1431 10 0 381718 0
[pid=32673/tid=32675] ppid=32671 vsize=1537664 CPUtime=12.55
/proc/32673/task/32675/stat : 32675 (java) R 32671 32673 32615 0 -1 4202560 32053 0 1 0 1241 14 0 0 25 0 13 0 29182941 1574567936 38831 1992294400 134512640 134550932 4287101040 18446744073709551615 4109296209 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32673/tid=32676] ppid=32671 vsize=1537664 CPUtime=0.04
/proc/32673/task/32676/stat : 32676 (java) S 32671 32673 32615 0 -1 4202560 1426 0 0 0 4 0 0 0 18 0 13 0 29182943 1574567936 38831 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32677] ppid=32671 vsize=1537664 CPUtime=0.04
/proc/32673/task/32677/stat : 32677 (java) S 32671 32673 32615 0 -1 4202560 1402 0 0 0 4 0 0 0 18 0 13 0 29182943 1574567936 38831 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32678] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32678/stat : 32678 (java) S 32671 32673 32615 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 13 0 29182944 1574567936 38831 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32679] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32679/stat : 32679 (java) S 32671 32673 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29182945 1574567936 38831 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32680] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32680/stat : 32680 (java) S 32671 32673 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29182945 1574567936 38831 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32681] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32681/stat : 32681 (java) S 32671 32673 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29182949 1574567936 38831 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32682] ppid=32671 vsize=1537664 CPUtime=0.87
/proc/32673/task/32682/stat : 32682 (java) S 32671 32673 32615 0 -1 4202560 1000 0 0 0 87 0 0 0 15 0 13 0 29182949 1574567936 38831 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32683] ppid=32671 vsize=1537664 CPUtime=1.06
/proc/32673/task/32683/stat : 32683 (java) S 32671 32673 32615 0 -1 4202560 4826 0 0 0 105 1 0 0 15 0 13 0 29182949 1574567936 38831 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32684] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32684/stat : 32684 (java) S 32671 32673 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29182949 1574567936 38831 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32685] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32685/stat : 32685 (java) S 32671 32673 32615 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 29182949 1574567936 38831 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32686] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32686/stat : 32686 (java) S 32671 32673 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 29183118 1574567936 38831 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.62
Current children cumulated vsize (KiB) 1537664

[startup+25.5015 s]
/proc/loadavg: 1.09 1.05 1.01 2/119 32688
/proc/meminfo: memFree=1712348/2059040 swapFree=4136456/4192956
[pid=32673] ppid=32671 vsize=1537664 CPUtime=27.6
/proc/32673/stat : 32673 (java) S 32671 32673 32615 0 -1 4202496 44689 0 1 0 2740 20 0 0 18 0 13 0 29182940 1574567936 41694 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32673/statm: 384416 41694 1433 10 0 381718 0
[pid=32673/tid=32675] ppid=32671 vsize=1537664 CPUtime=25.19
/proc/32673/task/32675/stat : 32675 (java) R 32671 32673 32615 0 -1 4202560 32059 0 1 0 2505 14 0 0 25 0 13 0 29182941 1574567936 41694 1992294400 134512640 134550932 4287101040 18446744073709551615 4109175584 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32673/tid=32676] ppid=32671 vsize=1537664 CPUtime=0.16
/proc/32673/task/32676/stat : 32676 (java) S 32671 32673 32615 0 -1 4202560 2901 0 0 0 16 0 0 0 18 0 13 0 29182943 1574567936 41694 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32677] ppid=32671 vsize=1537664 CPUtime=0.17
/proc/32673/task/32677/stat : 32677 (java) S 32671 32673 32615 0 -1 4202560 2811 0 0 0 16 1 0 0 18 0 13 0 29182943 1574567936 41694 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32678] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32678/stat : 32678 (java) S 32671 32673 32615 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 13 0 29182944 1574567936 41694 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32679] ppid=32671 vsize=1537664 CPUtime=0

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

[pid=32673] ppid=32671 vsize=1537664 CPUtime=1665.54
/proc/32673/stat : 32673 (java) S 32671 32673 32615 0 -1 4202496 71698 0 1 0 166489 65 0 0 18 0 13 0 29182940 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32673/statm: 384416 66125 1442 10 0 381718 0
[pid=32673/tid=32675] ppid=32671 vsize=1537664 CPUtime=1658.95
/proc/32673/task/32675/stat : 32675 (java) R 32671 32673 32615 0 -1 4202560 34256 0 1 0 165852 43 0 0 25 0 13 0 29182941 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4109284458 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32673/tid=32676] ppid=32671 vsize=1537664 CPUtime=1.74
/proc/32673/task/32676/stat : 32676 (java) S 32671 32673 32615 0 -1 4202560 15158 0 0 0 166 8 0 0 16 0 13 0 29182943 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32677] ppid=32671 vsize=1537664 CPUtime=1.73
/proc/32673/task/32677/stat : 32677 (java) S 32671 32673 32615 0 -1 4202560 15082 0 0 0 166 7 0 0 15 0 13 0 29182943 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32678] ppid=32671 vsize=1537664 CPUtime=0.64
/proc/32673/task/32678/stat : 32678 (java) S 32671 32673 32615 0 -1 4202560 171 0 0 0 62 2 0 0 15 0 13 0 29182944 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32679] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32679/stat : 32679 (java) S 32671 32673 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29182945 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32680] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32680/stat : 32680 (java) S 32671 32673 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29182945 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32681] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32681/stat : 32681 (java) S 32671 32673 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29182949 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32682] ppid=32671 vsize=1537664 CPUtime=1.11
/proc/32673/task/32682/stat : 32682 (java) S 32671 32673 32615 0 -1 4202560 1014 0 0 0 111 0 0 0 15 0 13 0 29182949 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32683] ppid=32671 vsize=1537664 CPUtime=1.3
/proc/32673/task/32683/stat : 32683 (java) S 32671 32673 32615 0 -1 4202560 4851 0 0 0 129 1 0 0 16 0 13 0 29182949 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32684] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32684/stat : 32684 (java) S 32671 32673 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29182949 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32685] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32685/stat : 32685 (java) S 32671 32673 32615 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 29182949 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32686] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32686/stat : 32686 (java) S 32671 32673 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 29183118 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1665.54
Current children cumulated vsize (KiB) 1537664

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32732
/proc/meminfo: memFree=1612404/2059040 swapFree=4136456/4192956
[pid=32673] ppid=32671 vsize=1537664 CPUtime=1725.58
/proc/32673/stat : 32673 (java) S 32671 32673 32615 0 -1 4202496 71720 0 1 0 172491 67 0 0 18 0 13 0 29182940 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32673/statm: 384416 66125 1442 10 0 381718 0
[pid=32673/tid=32675] ppid=32671 vsize=1537664 CPUtime=1718.87
/proc/32673/task/32675/stat : 32675 (java) R 32671 32673 32615 0 -1 4202560 34270 0 1 0 171843 44 0 0 25 0 13 0 29182941 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4108883395 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32673/tid=32676] ppid=32671 vsize=1537664 CPUtime=1.8
/proc/32673/task/32676/stat : 32676 (java) S 32671 32673 32615 0 -1 4202560 15158 0 0 0 172 8 0 0 16 0 13 0 29182943 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32677] ppid=32671 vsize=1537664 CPUtime=1.79
/proc/32673/task/32677/stat : 32677 (java) S 32671 32673 32615 0 -1 4202560 15082 0 0 0 172 7 0 0 16 0 13 0 29182943 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32678] ppid=32671 vsize=1537664 CPUtime=0.64
/proc/32673/task/32678/stat : 32678 (java) S 32671 32673 32615 0 -1 4202560 175 0 0 0 62 2 0 0 15 0 13 0 29182944 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32679] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32679/stat : 32679 (java) S 32671 32673 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29182945 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32680] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32680/stat : 32680 (java) S 32671 32673 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29182945 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32681] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32681/stat : 32681 (java) S 32671 32673 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29182949 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32682] ppid=32671 vsize=1537664 CPUtime=1.11
/proc/32673/task/32682/stat : 32682 (java) S 32671 32673 32615 0 -1 4202560 1014 0 0 0 111 0 0 0 15 0 13 0 29182949 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32683] ppid=32671 vsize=1537664 CPUtime=1.3
/proc/32673/task/32683/stat : 32683 (java) S 32671 32673 32615 0 -1 4202560 4851 0 0 0 129 1 0 0 16 0 13 0 29182949 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32684] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32684/stat : 32684 (java) S 32671 32673 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29182949 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32685] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32685/stat : 32685 (java) S 32671 32673 32615 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 29182949 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32686] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32686/stat : 32686 (java) S 32671 32673 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 29183118 1574567936 66125 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1725.58
Current children cumulated vsize (KiB) 1537664

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32734
/proc/meminfo: memFree=1612156/2059040 swapFree=4136456/4192956
[pid=32673] ppid=32671 vsize=1537664 CPUtime=1785.61
/proc/32673/stat : 32673 (java) S 32671 32673 32615 0 -1 4202496 71755 0 1 0 178494 67 0 0 18 0 13 0 29182940 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32673/statm: 384416 66137 1442 10 0 381718 0
[pid=32673/tid=32675] ppid=32671 vsize=1537664 CPUtime=1778.66
/proc/32673/task/32675/stat : 32675 (java) R 32671 32673 32615 0 -1 4202560 34285 0 1 0 177822 44 0 0 25 0 13 0 29182941 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4108898488 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32673/tid=32676] ppid=32671 vsize=1537664 CPUtime=1.85
/proc/32673/task/32676/stat : 32676 (java) S 32671 32673 32615 0 -1 4202560 15159 0 0 0 177 8 0 0 15 0 13 0 29182943 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32677] ppid=32671 vsize=1537664 CPUtime=1.84
/proc/32673/task/32677/stat : 32677 (java) S 32671 32673 32615 0 -1 4202560 15082 0 0 0 177 7 0 0 16 0 13 0 29182943 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32678] ppid=32671 vsize=1537664 CPUtime=0.76
/proc/32673/task/32678/stat : 32678 (java) S 32671 32673 32615 0 -1 4202560 190 0 0 0 74 2 0 0 15 0 13 0 29182944 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32679] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32679/stat : 32679 (java) S 32671 32673 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29182945 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32680] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32680/stat : 32680 (java) S 32671 32673 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29182945 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32681] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32681/stat : 32681 (java) S 32671 32673 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29182949 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32682] ppid=32671 vsize=1537664 CPUtime=1.11
/proc/32673/task/32682/stat : 32682 (java) S 32671 32673 32615 0 -1 4202560 1014 0 0 0 111 0 0 0 15 0 13 0 29182949 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32683] ppid=32671 vsize=1537664 CPUtime=1.3
/proc/32673/task/32683/stat : 32683 (java) S 32671 32673 32615 0 -1 4202560 4851 0 0 0 129 1 0 0 16 0 13 0 29182949 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32684] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32684/stat : 32684 (java) S 32671 32673 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29182949 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32685] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32685/stat : 32685 (java) S 32671 32673 32615 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 29182949 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32686] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32686/stat : 32686 (java) S 32671 32673 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 29183118 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1785.61
Current children cumulated vsize (KiB) 1537664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32734
/proc/meminfo: memFree=1612156/2059040 swapFree=4136456/4192956
[pid=32673] ppid=32671 vsize=1537664 CPUtime=1800.03
/proc/32673/stat : 32673 (java) S 32671 32673 32615 0 -1 4202496 71760 0 1 0 179935 68 0 0 18 0 13 0 29182940 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32673/statm: 384416 66137 1442 10 0 381718 0
[pid=32673/tid=32675] ppid=32671 vsize=1537664 CPUtime=1793.05
/proc/32673/task/32675/stat : 32675 (java) R 32671 32673 32615 0 -1 4202560 34290 0 1 0 179260 45 0 0 25 0 13 0 29182941 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4108898108 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32673/tid=32676] ppid=32671 vsize=1537664 CPUtime=1.87
/proc/32673/task/32676/stat : 32676 (java) S 32671 32673 32615 0 -1 4202560 15159 0 0 0 179 8 0 0 16 0 13 0 29182943 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32677] ppid=32671 vsize=1537664 CPUtime=1.86
/proc/32673/task/32677/stat : 32677 (java) S 32671 32673 32615 0 -1 4202560 15082 0 0 0 179 7 0 0 16 0 13 0 29182943 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32678] ppid=32671 vsize=1537664 CPUtime=0.76
/proc/32673/task/32678/stat : 32678 (java) S 32671 32673 32615 0 -1 4202560 190 0 0 0 74 2 0 0 15 0 13 0 29182944 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32679] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32679/stat : 32679 (java) S 32671 32673 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29182945 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32680] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32680/stat : 32680 (java) S 32671 32673 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29182945 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32681] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32681/stat : 32681 (java) S 32671 32673 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29182949 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32682] ppid=32671 vsize=1537664 CPUtime=1.11
/proc/32673/task/32682/stat : 32682 (java) S 32671 32673 32615 0 -1 4202560 1014 0 0 0 111 0 0 0 15 0 13 0 29182949 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32683] ppid=32671 vsize=1537664 CPUtime=1.3
/proc/32673/task/32683/stat : 32683 (java) S 32671 32673 32615 0 -1 4202560 4851 0 0 0 129 1 0 0 16 0 13 0 29182949 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32684] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32684/stat : 32684 (java) S 32671 32673 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29182949 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32685] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32685/stat : 32685 (java) S 32671 32673 32615 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 29182949 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32686] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32686/stat : 32686 (java) S 32671 32673 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 29183118 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1537664

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

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

[startup+1796.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 32734
/proc/meminfo: memFree=1612156/2059040 swapFree=4136456/4192956
[pid=32673] ppid=32671 vsize=1537664 CPUtime=1800.03
/proc/32673/stat : 32673 (java) S 32671 32673 32615 0 -1 4202496 71760 0 1 0 179935 68 0 0 18 0 13 0 29182940 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/32673/statm: 384416 66137 1442 10 0 381718 0
[pid=32673/tid=32675] ppid=32671 vsize=1537664 CPUtime=1793.05
/proc/32673/task/32675/stat : 32675 (java) R 32671 32673 32615 0 -1 4202560 34290 0 1 0 179260 45 0 0 25 0 13 0 29182941 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4108898108 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=32673/tid=32676] ppid=32671 vsize=1537664 CPUtime=1.87
/proc/32673/task/32676/stat : 32676 (java) S 32671 32673 32615 0 -1 4202560 15159 0 0 0 179 8 0 0 16 0 13 0 29182943 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32677] ppid=32671 vsize=1537664 CPUtime=1.86
/proc/32673/task/32677/stat : 32677 (java) S 32671 32673 32615 0 -1 4202560 15082 0 0 0 179 7 0 0 16 0 13 0 29182943 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32678] ppid=32671 vsize=1537664 CPUtime=0.76
/proc/32673/task/32678/stat : 32678 (java) S 32671 32673 32615 0 -1 4202560 190 0 0 0 74 2 0 0 15 0 13 0 29182944 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 0 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32679] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32679/stat : 32679 (java) S 32671 32673 32615 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 29182945 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32680] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32680/stat : 32680 (java) S 32671 32673 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29182945 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32681] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32681/stat : 32681 (java) S 32671 32673 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29182949 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32682] ppid=32671 vsize=1537664 CPUtime=1.11
/proc/32673/task/32682/stat : 32682 (java) S 32671 32673 32615 0 -1 4202560 1014 0 0 0 111 0 0 0 15 0 13 0 29182949 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32683] ppid=32671 vsize=1537664 CPUtime=1.3
/proc/32673/task/32683/stat : 32683 (java) S 32671 32673 32615 0 -1 4202560 4851 0 0 0 129 1 0 0 16 0 13 0 29182949 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32684] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32684/stat : 32684 (java) S 32671 32673 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29182949 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 0 0 0 0
[pid=32673/tid=32685] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32685/stat : 32685 (java) S 32671 32673 32615 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 29182949 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
[pid=32673/tid=32686] ppid=32671 vsize=1537664 CPUtime=0
/proc/32673/task/32686/stat : 32686 (java) S 32671 32673 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 29183118 1574567936 66137 1992294400 134512640 134550932 4287101040 18446744073709551615 4294960144 0 4 0 16800975 18446604437831826112 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1537664

Child status: 143
Real time (s): 1796.81
CPU time (s): 1800.16
CPU user time (s): 1799.45
CPU system time (s): 0.710891
CPU usage (%): 100.186
Max. virtual memory (cumulated for all children) (KiB): 1539548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 0.710891
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71784
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= 40279
involuntary context switches= 38435

runsolver used 3.60445 second user time and 9.96748 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-14 19:16:29
IDJOB=2658793
IDBENCH=2350
IDSOLVER=1164
FILE ID=node001/2658793-1276535789
PBS_JOBID= 11173469
Free space on /tmp= 62432 MiB

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

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

MD5SUM BENCH= 1de7e61bcf99a935d7a04a775cb5b14f
RANDOM SEED=406145530

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1874852 kB
Buffers:         11744 kB
Cached:          94896 kB
SwapCached:       9248 kB
Active:          78964 kB
Inactive:        39740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1874852 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:            1588 kB
Writeback:           0 kB
AnonPages:       10712 kB
Mapped:           9204 kB
Slab:            43584 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182192 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= 62432 MiB
End job on node001 at 2010-06-14 19:46:28