Trace number 1859614

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo CP 2.1.1? (TO) 1800.36 1747.76

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__128.opb
MD5SUM0410437de856f7fa960cd93e57bf101c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
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 variables1922998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint128
Maximum length of a constraint5761
Number of terms in the objective function 1920000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 65021011072
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 65021011072
Number of bits of the biggest sum of numbers36
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-2008 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.16	c version 2.1.1.v20090612
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version	1.6.0_12
0.08/0.16	c os.name	Linux
0.08/0.16	c os.version	2.6.9-22.EL.rootsmp
0.08/0.16	c os.arch	i386
0.08/0.16	c Free memory 1342000320
0.08/0.16	c Max memory 1344274432
0.08/0.16	c Total memory 1344274432
0.08/0.16	c Number of processors 2
0.18/0.26	c Pseudo Boolean Optimization
0.18/0.26	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.18/0.26	c --- Begin Solver configuration ---
0.18/0.26	c Stops conflict analysis at the first Unique Implication Point
0.18/0.26	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ecd7e
0.18/0.26	c Learn all clauses as in MiniSAT
0.18/0.26	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.18/0.26	c No reason simplification
0.18/0.26	c MiniSAT restarts strategy
0.18/0.26	c Memory based learned constraints deletion strategy
0.18/0.26	c timeout=2147483s
0.18/0.26	c DB Simplification allowed=false
0.18/0.26	c --- End Solver configuration ---
0.18/0.26	c solving HOME/instance-1859614-1244973899.opb
0.18/0.26	c reading problem ... 
55.84/47.81	c ... done. Wall clock time 47.553s.
55.84/47.81	c #vars     1922998
55.84/47.81	c #constraints  21000
55.84/47.81	c constraints type 
55.84/47.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
55.84/47.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
55.84/47.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
1800.09/1747.51	c starts		: 5
1800.09/1747.51	c conflicts		: 1223
1800.09/1747.51	c decisions		: 17695441
1800.09/1747.51	c propagations		: 17896109
1800.09/1747.51	c inspects		: 38434963
1800.09/1747.51	c learnt literals	: 0
1800.09/1747.51	c learnt binary clauses	: 0
1800.09/1747.51	c learnt ternary clauses	: 0
1800.09/1747.51	c learnt clauses	: 1222
1800.09/1747.51	c ignored clauses	: 0
1800.09/1747.51	c root simplifications	: 0
1800.09/1747.51	c removed literals (reason simplification)	: 0
1800.09/1747.51	c reason swapping (by a shorter reason)	: 0
1800.09/1747.51	c Calls to reduceDB	: 0
1800.09/1747.51	c speed (assignments/second)	: 10529.637666407389
1800.09/1747.51	c non guided choices	0
1800.09/1747.52	c learnt constraints type 
1800.09/1747.52	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 14
1800.09/1747.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1208
1800.09/1747.52	c constraints type 
1800.09/1747.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.09/1747.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
1800.09/1747.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
1800.09/1747.52	s UNKNOWN
1800.09/1747.52	c Total wall clock time (in seconds): 1747.258

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-1859614-1244973899/watcher-1859614-1244973899 -o /tmp/evaluation-result-1859614-1244973899/solver-1859614-1244973899 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859614-1244973899.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.45 1.10 1.03 4/64 19208
/proc/meminfo: memFree=1174800/2055920 swapFree=4191900/4192956
[pid=19208] ppid=19206 vsize=18576 CPUtime=0
/proc/19208/stat : 19208 (runsolver) R 19206 19208 18559 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 164991220 19021824 284 1992294400 4194304 4302564 548682068416 18446744073709551615 217871609127 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/19208/statm: 4644 284 249 26 0 2626 0

[startup+0.0988341 s]
/proc/loadavg: 1.45 1.10 1.03 4/64 19208
/proc/meminfo: memFree=1174800/2055920 swapFree=4191900/4192956
[pid=19208] ppid=19206 vsize=1472428 CPUtime=0.08
/proc/19208/stat : 19208 (java) S 19206 19208 18559 0 -1 0 3568 0 1 0 5 3 0 0 20 0 12 0 164991220 1507766272 3311 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19208/statm: 368107 3311 1063 9 0 365455 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472428

[startup+0.101829 s]
/proc/loadavg: 1.45 1.10 1.03 4/64 19208
/proc/meminfo: memFree=1174800/2055920 swapFree=4191900/4192956
[pid=19208] ppid=19206 vsize=1472584 CPUtime=0.08
/proc/19208/stat : 19208 (java) S 19206 19208 18559 0 -1 0 3596 0 1 0 5 3 0 0 20 0 12 0 164991220 1507926016 3339 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19208/statm: 368146 3339 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.301865 s]
/proc/loadavg: 1.45 1.10 1.03 4/64 19208
/proc/meminfo: memFree=1174800/2055920 swapFree=4191900/4192956
[pid=19208] ppid=19206 vsize=1473912 CPUtime=0.28
/proc/19208/stat : 19208 (java) S 19206 19208 18559 0 -1 0 11020 0 1 0 22 6 0 0 20 0 12 0 164991220 1509285888 10757 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19208/statm: 368478 10757 1343 9 0 365821 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 1473912

[startup+0.701903 s]
/proc/loadavg: 1.45 1.10 1.03 4/64 19208
/proc/meminfo: memFree=1174800/2055920 swapFree=4191900/4192956
[pid=19208] ppid=19206 vsize=1475072 CPUtime=0.68
/proc/19208/stat : 19208 (java) S 19206 19208 18559 0 -1 0 16889 0 1 0 60 8 0 0 20 0 12 0 164991220 1510473728 16434 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19208/statm: 368768 16434 1377 9 0 366111 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 1475072

[startup+1.50299 s]
/proc/loadavg: 1.45 1.10 1.03 3/76 19220
/proc/meminfo: memFree=1099632/2055920 swapFree=4191900/4192956
[pid=19208] ppid=19206 vsize=1475072 CPUtime=1.48
/proc/19208/stat : 19208 (java) S 19206 19208 18559 0 -1 0 30306 0 1 0 133 15 0 0 20 0 12 0 164991220 1510473728 29809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19208/statm: 368768 29809 1391 9 0 366111 0
[pid=19208/tid=19210] ppid=19206 vsize=1475072 CPUtime=1.13
/proc/19208/task/19210/stat : 19210 (java) R 19206 19208 18559 0 -1 64 28409 0 1 0 99 14 0 0 25 0 12 0 164991222 1510473728 29809 1992294400 134512640 134550932 4294956000 18446744073709551615 4109435338 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19211] ppid=19206 vsize=1475072 CPUtime=0
/proc/19208/task/19211/stat : 19211 (java) S 19206 19208 18559 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 164991223 1510473728 29809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19212] ppid=19206 vsize=1475072 CPUtime=0
/proc/19208/task/19212/stat : 19212 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 164991223 1510473728 29809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19213] ppid=19206 vsize=1475072 CPUtime=0
/proc/19208/task/19213/stat : 19213 (java) S 19206 19208 18559 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 164991225 1510473728 29809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19214] ppid=19206 vsize=1475072 CPUtime=0
/proc/19208/task/19214/stat : 19214 (java) S 19206 19208 18559 0 -1 64 10 0 0 0 0 0 0 0 25 0 12 0 164991225 1510473728 29809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19215] ppid=19206 vsize=1475072 CPUtime=0
/proc/19208/task/19215/stat : 19215 (java) S 19206 19208 18559 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 164991225 1510473728 29809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19216] ppid=19206 vsize=1475072 CPUtime=0
/proc/19208/task/19216/stat : 19216 (java) S 19206 19208 18559 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164991230 1510473728 29809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19217] ppid=19206 vsize=1475072 CPUtime=0.04
/proc/19208/task/19217/stat : 19217 (java) S 19206 19208 18559 0 -1 64 277 0 0 0 4 0 0 0 18 0 12 0 164991230 1510473728 29809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19218] ppid=19206 vsize=1475072 CPUtime=0.29
/proc/19208/task/19218/stat : 19218 (java) S 19206 19208 18559 0 -1 64 881 0 0 0 29 0 0 0 16 0 12 0 164991230 1510473728 29809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19219] ppid=19206 vsize=1475072 CPUtime=0
/proc/19208/task/19219/stat : 19219 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164991230 1510473728 29809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19220] ppid=19206 vsize=1475072 CPUtime=0
/proc/19208/task/19220/stat : 19220 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164991230 1510473728 29809 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 1475072

[startup+3.10217 s]
/proc/loadavg: 1.45 1.10 1.03 4/76 19220
/proc/meminfo: memFree=996272/2055920 swapFree=4191900/4192956
[pid=19208] ppid=19206 vsize=1475072 CPUtime=3.07
/proc/19208/stat : 19208 (java) S 19206 19208 18559 0 -1 0 46339 0 1 0 285 22 0 0 20 0 12 0 164991220 1510473728 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19208/statm: 368768 45841 1402 9 0 366111 0
[pid=19208/tid=19210] ppid=19206 vsize=1475072 CPUtime=2.54
/proc/19208/task/19210/stat : 19210 (java) R 19206 19208 18559 0 -1 64 30897 0 1 0 238 16 0 0 25 0 12 0 164991222 1510473728 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4109473158 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19211] ppid=19206 vsize=1475072 CPUtime=0.09
/proc/19208/task/19211/stat : 19211 (java) S 19206 19208 18559 0 -1 64 10827 0 0 0 5 4 0 0 17 0 12 0 164991223 1510473728 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19212] ppid=19206 vsize=1475072 CPUtime=0.08
/proc/19208/task/19212/stat : 19212 (java) S 19206 19208 18559 0 -1 64 2708 0 0 0 7 1 0 0 17 0 12 0 164991223 1510473728 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19213] ppid=19206 vsize=1475072 CPUtime=0
/proc/19208/task/19213/stat : 19213 (java) S 19206 19208 18559 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 164991225 1510473728 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19214] ppid=19206 vsize=1475072 CPUtime=0
/proc/19208/task/19214/stat : 19214 (java) S 19206 19208 18559 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 164991225 1510473728 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19215] ppid=19206 vsize=1475072 CPUtime=0
/proc/19208/task/19215/stat : 19215 (java) S 19206 19208 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 164991225 1510473728 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19216] ppid=19206 vsize=1475072 CPUtime=0
/proc/19208/task/19216/stat : 19216 (java) S 19206 19208 18559 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164991230 1510473728 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19217] ppid=19206 vsize=1475072 CPUtime=0.04
/proc/19208/task/19217/stat : 19217 (java) S 19206 19208 18559 0 -1 64 277 0 0 0 4 0 0 0 18 0 12 0 164991230 1510473728 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19218] ppid=19206 vsize=1475072 CPUtime=0.29
/proc/19208/task/19218/stat : 19218 (java) S 19206 19208 18559 0 -1 64 881 0 0 0 29 0 0 0 16 0 12 0 164991230 1510473728 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19219] ppid=19206 vsize=1475072 CPUtime=0
/proc/19208/task/19219/stat : 19219 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164991230 1510473728 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19220] ppid=19206 vsize=1475072 CPUtime=0
/proc/19208/task/19220/stat : 19220 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164991230 1510473728 45841 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 1475072

[startup+6.30155 s]
/proc/loadavg: 1.49 1.11 1.04 3/76 19220
/proc/meminfo: memFree=941168/2055920 swapFree=4191900/4192956
[pid=19208] ppid=19206 vsize=1475400 CPUtime=6.25
/proc/19208/stat : 19208 (java) S 19206 19208 18559 0 -1 0 61844 0 1 0 591 34 0 0 20 0 12 0 164991220 1510809600 61342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19208/statm: 368850 61342 1402 9 0 366193 0
[pid=19208/tid=19210] ppid=19206 vsize=1475400 CPUtime=4.97
/proc/19208/task/19210/stat : 19210 (java) R 19206 19208 18559 0 -1 64 30902 0 1 0 480 17 0 0 25 0 12 0 164991222 1510809600 61342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19211] ppid=19206 vsize=1475400 CPUtime=0.6
/proc/19208/task/19211/stat : 19211 (java) R 19206 19208 18559 0 -1 64 23970 0 0 0 51 9 0 0 17 0 12 0 164991223 1510809600 61342 1992294400 134512640 134550932 4294956000 18446744073709551615 106196756 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19212] ppid=19206 vsize=1475400 CPUtime=0.3
/proc/19208/task/19212/stat : 19212 (java) R 19206 19208 18559 0 -1 64 5065 0 0 0 25 5 0 0 17 0 12 0 164991223 1510809600 61342 1992294400 134512640 134550932 4294956000 18446744073709551615 104189218 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19213] ppid=19206 vsize=1475400 CPUtime=0
/proc/19208/task/19213/stat : 19213 (java) S 19206 19208 18559 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 164991225 1510809600 61342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19214] ppid=19206 vsize=1475400 CPUtime=0
/proc/19208/task/19214/stat : 19214 (java) S 19206 19208 18559 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 164991225 1510809600 61342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19215] ppid=19206 vsize=1475400 CPUtime=0
/proc/19208/task/19215/stat : 19215 (java) S 19206 19208 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 164991225 1510809600 61342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19216] ppid=19206 vsize=1475400 CPUtime=0
/proc/19208/task/19216/stat : 19216 (java) S 19206 19208 18559 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164991230 1510809600 61342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19217] ppid=19206 vsize=1475400 CPUtime=0.04
/proc/19208/task/19217/stat : 19217 (java) S 19206 19208 18559 0 -1 64 277 0 0 0 4 0 0 0 18 0 12 0 164991230 1510809600 61342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19218] ppid=19206 vsize=1475400 CPUtime=0.29
/proc/19208/task/19218/stat : 19218 (java) S 19206 19208 18559 0 -1 64 881 0 0 0 29 0 0 0 16 0 12 0 164991230 1510809600 61342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19219] ppid=19206 vsize=1475400 CPUtime=0
/proc/19208/task/19219/stat : 19219 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164991230 1510809600 61342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19220] ppid=19206 vsize=1475400 CPUtime=0
/proc/19208/task/19220/stat : 19220 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164991230 1510809600 61342 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 1475400

[startup+13.7579 s]
/proc/loadavg: 1.93 1.21 1.07 6/76 19220
/proc/meminfo: memFree=849648/2055920 swapFree=4191900/4192956
[pid=19208] ppid=19206 vsize=1477000 CPUtime=13.77
/proc/19208/stat : 19208 (java) S 19206 19208 18559 0 -1 0 97401 0 1 0 1323 54 0 0 20 0 12 0 164991220 1512448000 96647 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19208/statm: 369250 96647 1418 9 0 366593 0
[pid=19208/tid=19210] ppid=19206 vsize=1477000 CPUtime=10.35
/proc/19208/task/19210/stat : 19210 (java) R 19206 19208 18559 0 -1 64 30933 0 1 0 1016 19 0 0 25 0 12 0 164991222 1512448000 96647 1992294400 134512640 134550932 4294956000 18446744073709551615 4109435824 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19211] ppid=19206 vsize=1477000 CPUtime=1.86
/proc/19208/task/19211/stat : 19211 (java) R 19206 19208 18559 0 -1 64 51245 0 0 0 165 21 0 0 16 0 12 0 164991223 1512448000 96647 1992294400 134512640 134550932 4294956000 18446744073709551615 105886514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19212] ppid=19206 vsize=1477000 CPUtime=1.03
/proc/19208/task/19212/stat : 19212 (java) R 19206 19208 18559 0 -1 64 13937 0 0 0 93 10 0 0 16 0 12 0 164991223 1512448000 97299 1992294400 134512640 134550932 4294956000 18446744073709551615 104188480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19213] ppid=19206 vsize=1477000 CPUtime=0.01
/proc/19208/task/19213/stat : 19213 (java) S 19206 19208 18559 0 -1 64 11 0 0 0 0 1 0 0 16 0 12 0 164991225 1512448000 99175 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19214] ppid=19206 vsize=1477000 CPUtime=0
/proc/19208/task/19214/stat : 19214 (java) S 19206 19208 18559 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 164991225 1512448000 99968 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19215] ppid=19206 vsize=1477000 CPUtime=0
/proc/19208/task/19215/stat : 19215 (java) S 19206 19208 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 164991225 1512448000 100420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19216] ppid=19206 vsize=1477000 CPUtime=0
/proc/19208/task/19216/stat : 19216 (java) S 19206 19208 18559 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164991230 1512448000 100420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19217] ppid=19206 vsize=1477000 CPUtime=0.04
/proc/19208/task/19217/stat : 19217 (java) S 19206 19208 18559 0 -1 64 277 0 0 0 4 0 0 0 18 0 12 0 164991230 1512448000 100420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19218] ppid=19206 vsize=1477000 CPUtime=0.58
/proc/19208/task/19218/stat : 19218 (java) S 19206 19208 18559 0 -1 64 911 0 0 0 58 0 0 0 17 0 12 0 164991230 1512448000 100420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19219] ppid=19206 vsize=1477000 CPUtime=0
/proc/19208/task/19219/stat : 19219 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 164991230 1512448000 100420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19220] ppid=19206 vsize=1477000 CPUtime=0
/proc/19208/task/19220/stat : 19220 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 164991230 1512448000 100420 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.77
Current children cumulated vsize (KiB) 1477000

[startup+25.5017 s]
/proc/loadavg: 2.14 1.30 1.10 2/76 19220
/proc/meminfo: memFree=494704/2055920 swapFree=4191900/4192956
[pid=19208] ppid=19206 vsize=1477124 CPUtime=28.31
/proc/19208/stat : 19208 (java) S 19206 19208 18559 0 -1 0 179826 0 1 0 2738 93 0 0 20 0 12 0 164991220 1512574976 171304 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19208/statm: 369281 171304 1418 9 0 366624 0
[pid=19208/tid=19210] ppid=19206 vsize=1477124 CPUtime=17.31
/proc/19208/task/19210/stat : 19210 (java) R 19206 19208 18559 0 -1 64 30953 0 1 0 1710 21 0 0 18 0 12 0 164991222 1512574976 171304 1992294400 134512640 134550932 4294956000 18446744073709551615 4109559404 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19211] ppid=19206 vsize=1477124 CPUtime=5.74
/proc/19208/task/19211/stat : 19211 (java) S 19206 19208 18559 0 -1 64 94868 0 0 0 533 41 0 0 18 0 12 0 164991223 1512574976 171304 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19212] ppid=19206 vsize=1477124 CPUtime=4.54
/proc/19208/task/19212/stat : 19212 (java) S 19206 19208 18559 0 -1 64 52063 0 0 0 427 27 0 0 18 0 12 0 164991223 1512574976 171304 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19213] ppid=19206 vsize=1477124 CPUtime=0.01
/proc/19208/task/19213/stat : 19213 (java) S 19206 19208 18559 0 -1 64 11 0 0 0 0 1 0 0 16 0 12 0 164991225 1512574976 171304 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19214] ppid=19206 vsize=1477124 CPUtime=0
/proc/19208/task/19214/stat : 19214 (java) S 19206 19208 18559 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 164991225 1512574976 171304 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19215] ppid=19206 vsize=1477124 CPUtime=0
/proc/19208/task/19215/stat : 19215 (java) S 19206 19208 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 164991225 1512574976 171304 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19216] ppid=19206 vsize=1477124 CPUtime=0
/proc/19208/task/19216/stat : 19216 (java) S 19206 19208 18559 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 164991230 1512574976 171304 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19217] ppid=19206 vsize=1477124 CPUtime=0.07

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

[pid=19208/tid=19213] ppid=19206 vsize=1479256 CPUtime=113.41
/proc/19208/task/19213/stat : 19213 (java) S 19206 19208 18559 0 -1 64 268095 0 0 0 11213 128 0 0 16 0 13 0 164991225 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19214] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19214/stat : 19214 (java) S 19206 19208 18559 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164991225 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19215] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19215/stat : 19215 (java) S 19206 19208 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164991225 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19216] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19216/stat : 19216 (java) S 19206 19208 18559 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164991230 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19217] ppid=19206 vsize=1479256 CPUtime=0.95
/proc/19208/task/19217/stat : 19217 (java) S 19206 19208 18559 0 -1 64 658 0 0 0 95 0 0 0 16 0 13 0 164991230 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19218] ppid=19206 vsize=1479256 CPUtime=1.68
/proc/19208/task/19218/stat : 19218 (java) S 19206 19208 18559 0 -1 64 2631 0 0 0 167 1 0 0 15 0 13 0 164991230 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19219] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19219/stat : 19219 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164991230 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19220] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19220/stat : 19220 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164991230 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19221] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19221/stat : 19221 (java) S 19206 19208 18559 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164996441 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.15
Current children cumulated vsize (KiB) 1479256

[startup+1602.3 s]
/proc/loadavg: 1.06 1.04 1.02 2/77 19221
/proc/meminfo: memFree=44776/2055920 swapFree=4191900/4192956
[pid=19208] ppid=19206 vsize=1479256 CPUtime=1652.22
/proc/19208/stat : 19208 (java) S 19206 19208 18559 0 -1 0 630550 0 1 0 164681 541 0 0 20 0 13 0 164991220 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19208/statm: 369814 335980 1437 9 0 367157 0
[pid=19208/tid=19210] ppid=19206 vsize=1479256 CPUtime=1417.16
/proc/19208/task/19210/stat : 19210 (java) S 19206 19208 18559 0 -1 64 33398 0 1 0 141685 31 0 0 25 0 13 0 164991222 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19211] ppid=19206 vsize=1479256 CPUtime=60.05
/proc/19208/task/19211/stat : 19211 (java) S 19206 19208 18559 0 -1 64 179450 0 0 0 5815 190 0 0 15 0 13 0 164991223 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19212] ppid=19206 vsize=1479256 CPUtime=58.89
/proc/19208/task/19212/stat : 19212 (java) R 19206 19208 18559 0 -1 64 145574 0 0 0 5702 187 0 0 17 0 13 0 164991223 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 105886445 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19213] ppid=19206 vsize=1479256 CPUtime=113.43
/proc/19208/task/19213/stat : 19213 (java) S 19206 19208 18559 0 -1 64 268095 0 0 0 11214 129 0 0 16 0 13 0 164991225 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19214] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19214/stat : 19214 (java) S 19206 19208 18559 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164991225 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19215] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19215/stat : 19215 (java) S 19206 19208 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164991225 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19216] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19216/stat : 19216 (java) S 19206 19208 18559 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164991230 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19217] ppid=19206 vsize=1479256 CPUtime=0.95
/proc/19208/task/19217/stat : 19217 (java) S 19206 19208 18559 0 -1 64 658 0 0 0 95 0 0 0 16 0 13 0 164991230 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19218] ppid=19206 vsize=1479256 CPUtime=1.68
/proc/19208/task/19218/stat : 19218 (java) S 19206 19208 18559 0 -1 64 2631 0 0 0 167 1 0 0 15 0 13 0 164991230 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19219] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19219/stat : 19219 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164991230 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19220] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19220/stat : 19220 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164991230 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19221] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19221/stat : 19221 (java) S 19206 19208 18559 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164996441 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1652.22
Current children cumulated vsize (KiB) 1479256

[startup+1662.3 s]
/proc/loadavg: 1.02 1.03 1.01 2/77 19221
/proc/meminfo: memFree=44712/2055920 swapFree=4191900/4192956
[pid=19208] ppid=19206 vsize=1479256 CPUtime=1713.41
/proc/19208/stat : 19208 (java) S 19206 19208 18559 0 -1 0 630657 0 1 0 170793 548 0 0 20 0 13 0 164991220 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19208/statm: 369814 335980 1437 9 0 367157 0
[pid=19208/tid=19210] ppid=19206 vsize=1479256 CPUtime=1474.55
/proc/19208/task/19210/stat : 19210 (java) R 19206 19208 18559 0 -1 64 33505 0 1 0 147424 31 0 0 18 0 13 0 164991222 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4109989952 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19211] ppid=19206 vsize=1479256 CPUtime=61.9
/proc/19208/task/19211/stat : 19211 (java) S 19206 19208 18559 0 -1 64 179450 0 0 0 5997 193 0 0 16 0 13 0 164991223 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19212] ppid=19206 vsize=1479256 CPUtime=60.82
/proc/19208/task/19212/stat : 19212 (java) S 19206 19208 18559 0 -1 64 145574 0 0 0 5892 190 0 0 16 0 13 0 164991223 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19213] ppid=19206 vsize=1479256 CPUtime=113.43
/proc/19208/task/19213/stat : 19213 (java) S 19206 19208 18559 0 -1 64 268095 0 0 0 11214 129 0 0 16 0 13 0 164991225 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19214] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19214/stat : 19214 (java) S 19206 19208 18559 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164991225 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19215] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19215/stat : 19215 (java) S 19206 19208 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164991225 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19216] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19216/stat : 19216 (java) S 19206 19208 18559 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164991230 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19217] ppid=19206 vsize=1479256 CPUtime=0.95
/proc/19208/task/19217/stat : 19217 (java) S 19206 19208 18559 0 -1 64 658 0 0 0 95 0 0 0 16 0 13 0 164991230 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19218] ppid=19206 vsize=1479256 CPUtime=1.68
/proc/19208/task/19218/stat : 19218 (java) S 19206 19208 18559 0 -1 64 2631 0 0 0 167 1 0 0 15 0 13 0 164991230 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19219] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19219/stat : 19219 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164991230 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19220] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19220/stat : 19220 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164991230 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19221] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19221/stat : 19221 (java) S 19206 19208 18559 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164996441 1514758144 335980 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.41
Current children cumulated vsize (KiB) 1479256

[startup+1722.3 s]
/proc/loadavg: 1.01 1.02 1.01 2/77 19221
/proc/meminfo: memFree=44712/2055920 swapFree=4191900/4192956
[pid=19208] ppid=19206 vsize=1487260 CPUtime=1774.52
/proc/19208/stat : 19208 (java) S 19206 19208 18559 0 -1 0 636804 0 1 0 176893 559 0 0 20 0 13 0 164991220 1522954240 340264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19208/statm: 371815 340264 1437 9 0 369158 0
[pid=19208/tid=19210] ppid=19206 vsize=1487260 CPUtime=1531.85
/proc/19208/task/19210/stat : 19210 (java) S 19206 19208 18559 0 -1 64 33606 0 1 0 153154 31 0 0 25 0 13 0 164991222 1522954240 340264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19211] ppid=19206 vsize=1487260 CPUtime=63.69
/proc/19208/task/19211/stat : 19211 (java) S 19206 19208 18559 0 -1 64 180024 0 0 0 6172 197 0 0 16 0 13 0 164991223 1522954240 340264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19212] ppid=19206 vsize=1487260 CPUtime=62.68
/proc/19208/task/19212/stat : 19212 (java) S 19206 19208 18559 0 -1 64 147292 0 0 0 6073 195 0 0 16 0 13 0 164991223 1522954240 340264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19213] ppid=19206 vsize=1487260 CPUtime=113.6
/proc/19208/task/19213/stat : 19213 (java) R 19206 19208 18559 0 -1 64 271849 0 0 0 11229 131 0 0 16 0 13 0 164991225 1522954240 340264 1992294400 134512640 134550932 4294956000 18446744073709551615 105880877 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19214] ppid=19206 vsize=1487260 CPUtime=0
/proc/19208/task/19214/stat : 19214 (java) S 19206 19208 18559 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164991225 1522954240 340264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19215] ppid=19206 vsize=1487260 CPUtime=0
/proc/19208/task/19215/stat : 19215 (java) S 19206 19208 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164991225 1522954240 340264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19216] ppid=19206 vsize=1487260 CPUtime=0
/proc/19208/task/19216/stat : 19216 (java) S 19206 19208 18559 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164991230 1522954240 340264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19217] ppid=19206 vsize=1487260 CPUtime=0.95
/proc/19208/task/19217/stat : 19217 (java) S 19206 19208 18559 0 -1 64 658 0 0 0 95 0 0 0 16 0 13 0 164991230 1522954240 340264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19218] ppid=19206 vsize=1487260 CPUtime=1.68
/proc/19208/task/19218/stat : 19218 (java) S 19206 19208 18559 0 -1 64 2631 0 0 0 167 1 0 0 15 0 13 0 164991230 1522954240 340264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19219] ppid=19206 vsize=1487260 CPUtime=0
/proc/19208/task/19219/stat : 19219 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164991230 1522954240 340264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19220] ppid=19206 vsize=1487260 CPUtime=0
/proc/19208/task/19220/stat : 19220 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164991230 1522954240 340264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19221] ppid=19206 vsize=1487260 CPUtime=0
/proc/19208/task/19221/stat : 19221 (java) S 19206 19208 18559 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164996441 1522954240 340264 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.52
Current children cumulated vsize (KiB) 1487260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1747.5 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 19221
/proc/meminfo: memFree=39784/2055920 swapFree=4191900/4192956
[pid=19208] ppid=19206 vsize=1479256 CPUtime=1800.09
/proc/19208/stat : 19208 (java) S 19206 19208 18559 0 -1 0 640846 0 1 0 179446 563 0 0 20 0 13 0 164991220 1514758144 338263 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19208/statm: 369814 338263 1437 9 0 367157 0
[pid=19208/tid=19210] ppid=19206 vsize=1479256 CPUtime=1553.63
/proc/19208/task/19210/stat : 19210 (java) R 19206 19208 18559 0 -1 64 33647 0 1 0 155332 31 0 0 20 0 13 0 164991222 1514758144 338263 1992294400 134512640 134550932 4294956000 18446744073709551615 4109989932 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19211] ppid=19206 vsize=1479256 CPUtime=64.05
/proc/19208/task/19211/stat : 19211 (java) S 19206 19208 18559 0 -1 64 180024 0 0 0 6207 198 0 0 16 0 13 0 164991223 1514758144 338263 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19212] ppid=19206 vsize=1479256 CPUtime=63.05
/proc/19208/task/19212/stat : 19212 (java) S 19206 19208 18559 0 -1 64 147292 0 0 0 6110 195 0 0 16 0 13 0 164991223 1514758144 338263 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19213] ppid=19206 vsize=1479256 CPUtime=116.64
/proc/19208/task/19213/stat : 19213 (java) S 19206 19208 18559 0 -1 64 275850 0 0 0 11531 133 0 0 16 0 13 0 164991225 1514758144 338263 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19214] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19214/stat : 19214 (java) S 19206 19208 18559 0 -1 64 10 0 0 0 0 0 0 0 16 0 13 0 164991225 1514758144 338263 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19208/tid=19215] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19215/stat : 19215 (java) S 19206 19208 18559 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 164991225 1514758144 338263 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19216] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19216/stat : 19216 (java) S 19206 19208 18559 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 164991230 1514758144 338263 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19217] ppid=19206 vsize=1479256 CPUtime=0.95
/proc/19208/task/19217/stat : 19217 (java) S 19206 19208 18559 0 -1 64 658 0 0 0 95 0 0 0 16 0 13 0 164991230 1514758144 338263 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19218] ppid=19206 vsize=1479256 CPUtime=1.68
/proc/19208/task/19218/stat : 19218 (java) S 19206 19208 18559 0 -1 64 2631 0 0 0 167 1 0 0 15 0 13 0 164991230 1514758144 338263 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19219] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19219/stat : 19219 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 164991230 1514758144 338263 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19220] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19220/stat : 19220 (java) S 19206 19208 18559 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 164991230 1514758144 338263 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19208/tid=19221] ppid=19206 vsize=1479256 CPUtime=0
/proc/19208/task/19221/stat : 19221 (java) S 19206 19208 18559 0 -1 64 5 0 0 0 0 0 0 0 16 0 13 0 164996441 1514758144 338263 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1479256

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

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

[startup+1747.7 s]
/proc/loadavg: 1.00 1.02 1.00 2/77 19221
/proc/meminfo: memFree=39784/2055920 swapFree=4191900/4192956
[pid=19208] ppid=19206 vsize=0 CPUtime=1800.29
/proc/19208/stat : 19208 (java) Z 19206 19208 18559 0 -1 1036 640869 0 1 0 179451 578 0 0 16 0 2 0 164991220 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19208/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1747.76
CPU time (s): 1800.36
CPU user time (s): 1794.52
CPU system time (s): 5.84011
CPU usage (%): 103.01
Max. virtual memory (cumulated for all children) (KiB): 1505832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.52
system time used= 5.84011
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 640869
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= 71758
involuntary context switches= 42699

runsolver used 2.49562 second user time and 6.16706 second system time

The end

Launcher Data

Begin job on node28 at 2009-06-14 12:05:12
IDJOB=1859614
IDBENCH=71856
IDSOLVER=681
FILE ID=node28/1859614-1244973899
PBS_JOBID= 9355019
Free space on /tmp= 66252 MiB

SOLVER NAME= SAT4J Pseudo CP 2.1.1
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_3000_5__126_2812__128.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1859614-1244973899/watcher-1859614-1244973899 -o /tmp/evaluation-result-1859614-1244973899/solver-1859614-1244973899 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859614-1244973899.opb

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

MD5SUM BENCH= 0410437de856f7fa960cd93e57bf101c
RANDOM SEED=1781532458

node28.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.231
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.231
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1175280 kB
Buffers:         70512 kB
Cached:         725928 kB
SwapCached:        384 kB
Active:         220336 kB
Inactive:       591368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1175280 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           93596 kB
Writeback:           0 kB
Mapped:          22624 kB
Slab:            54572 kB
Committed_AS:   129960 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66252 MiB
End job on node28 at 2009-06-14 12:34:21