Trace number 2661439

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.2 1762.37

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_100_3__3_91__1024.opb
MD5SUM52ff77379d5ac91fab82f1dac91e539e
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 variables307298
Total number of constraints400
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)302
Number of constraints which are nor clauses,nor cardinality constraints98
Minimum length of a constraint1024
Maximum length of a constraint17409
Number of terms in the objective function 307200
Biggest coefficient in the objective function 94834
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 11086752768
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 94834
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 11086752768
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.14	c See www.sat4j.org for details.
0.07/0.15	c version 2.2.0.v20100526
0.07/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.07/0.15	c java.vm.version	11.2-b01
0.07/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.15	c sun.arch.data.model	32
0.07/0.15	c java.version		1.6.0_12
0.07/0.15	c os.name		Linux
0.07/0.15	c os.version		2.6.18-164.el5
0.07/0.15	c os.arch		i386
0.07/0.15	c Free memory 		1393557488
0.07/0.15	c Max memory 		1395916800
0.07/0.15	c Total memory 		1395916800
0.07/0.15	c Number of processors 	2
0.21/0.23	c Pseudo Boolean Optimization
0.21/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.23	c No reason simplification
0.21/0.23	c Armin Biere (Picosat) restarts strategy
0.21/0.23	c Glucose learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	c solving HOME/instance-2661439-1276690269.opb
0.21/0.23	c reading problem ... 
9.79/8.23	c ... done. Wall clock time 8.002s.
9.79/8.23	c #vars     307298
9.79/8.23	c #constraints  500
9.79/8.23	c constraints type 
9.79/8.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
9.79/8.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 302
9.79/8.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
1800.04/1762.22	c starts		: 4
1800.04/1762.22	c conflicts		: 409
1800.04/1762.22	c decisions		: 4019646
1800.04/1762.22	c propagations		: 4138915
1800.04/1762.22	c inspects		: 10824957
1800.04/1762.22	c learnt literals	: 0
1800.04/1762.22	c learnt binary clauses	: 0
1800.04/1762.22	c learnt ternary clauses	: 0
1800.04/1762.22	c learnt clauses	: 408
1800.04/1762.22	c ignored clauses	: 0
1800.04/1762.22	c root simplifications	: 0
1800.04/1762.22	c removed literals (reason simplification)	: 0
1800.04/1762.22	c reason swapping (by a shorter reason)	: 0
1800.04/1762.22	c Calls to reduceDB	: 0
1800.04/1762.22	c number of reductions to clauses (during analyze)	: 0
1800.04/1762.22	c number of learned constraints concerned by reduction	: 0
1800.04/1762.22	c number of learning phase by resolution	: 0
1800.04/1762.22	c number of learning phase by cutting planes	: 0
1800.04/1762.22	c speed (assignments/second)	: 2359.7154828222983
1800.04/1762.22	c non guided choices	0
1800.04/1762.23	c learnt constraints type 
1800.04/1762.23	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.04/1762.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 406
1800.04/1762.23	c constraints type 
1800.04/1762.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.04/1762.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 302
1800.04/1762.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 196
1800.04/1762.23	s UNKNOWN
1800.04/1762.23	c Total wall clock time (in seconds): 1761.997

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-2661439-1276690269/watcher-2661439-1276690269 -o /tmp/evaluation-result-2661439-1276690269/solver-2661439-1276690269 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661439-1276690269.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.05 1.09 1.03 3/106 10971
/proc/meminfo: memFree=1841444/2059040 swapFree=4140048/4192956
[pid=10971] ppid=10969 vsize=1700 CPUtime=0
/proc/10971/stat : 10971 (java6) R 10969 10971 10773 0 -1 4194304 190 0 0 0 0 0 0 0 19 0 1 0 44630620 1740800 94 1992294400 134512640 134550932 4289197280 18446744073709551615 134539408 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10971/statm: 425 105 81 10 0 30 0

[startup+0.0828771 s]
/proc/loadavg: 1.05 1.09 1.03 3/106 10971
/proc/meminfo: memFree=1841444/2059040 swapFree=4140048/4192956
[pid=10971] ppid=10969 vsize=1521796 CPUtime=0.06
/proc/10971/stat : 10971 (java) S 10969 10971 10773 0 -1 4202496 3782 0 1 0 4 2 0 0 15 0 7 0 44630620 1558319104 3223 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/10971/statm: 380449 3223 1040 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100633 s]
/proc/loadavg: 1.05 1.09 1.03 3/106 10971
/proc/meminfo: memFree=1841444/2059040 swapFree=4140048/4192956
[pid=10971] ppid=10969 vsize=1524024 CPUtime=0.07
/proc/10971/stat : 10971 (java) S 10969 10971 10773 0 -1 4202496 3935 0 1 0 5 2 0 0 15 0 12 0 44630620 1560600576 3374 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10971/statm: 381006 3374 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 1524024

[startup+0.300654 s]
/proc/loadavg: 1.05 1.09 1.03 3/106 10971
/proc/meminfo: memFree=1841444/2059040 swapFree=4140048/4192956
[pid=10971] ppid=10969 vsize=1526868 CPUtime=0.32
/proc/10971/stat : 10971 (java) S 10969 10971 10773 0 -1 4202496 7089 0 1 0 28 4 0 0 15 0 12 0 44630620 1563512832 6526 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10971/statm: 381717 6526 1356 10 0 379019 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1526868

[startup+0.7007 s]
/proc/loadavg: 1.05 1.09 1.03 3/106 10971
/proc/meminfo: memFree=1841444/2059040 swapFree=4140048/4192956
[pid=10971] ppid=10969 vsize=1527668 CPUtime=0.9
/proc/10971/stat : 10971 (java) S 10969 10971 10773 0 -1 4202496 10358 0 1 0 85 5 0 0 15 0 12 0 44630620 1564332032 9743 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10971/statm: 381917 9744 1397 10 0 379219 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 1527668

[startup+1.50179 s]
/proc/loadavg: 1.05 1.09 1.03 2/118 10983
/proc/meminfo: memFree=1785548/2059040 swapFree=4140048/4192956
[pid=10971] ppid=10969 vsize=1527668 CPUtime=1.7
/proc/10971/stat : 10971 (java) S 10969 10971 10773 0 -1 4202496 25072 0 1 0 159 11 0 0 15 0 12 0 44630620 1564332032 24457 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10971/statm: 381917 24458 1397 10 0 379219 0
[pid=10971/tid=10973] ppid=10969 vsize=1527668 CPUtime=1.35
/proc/10971/task/10973/stat : 10973 (java) R 10969 10971 10773 0 -1 4202560 23011 0 1 0 125 10 0 0 25 0 12 0 44630622 1564332032 24458 1992294400 134512640 134550932 4290667200 18446744073709551615 4109465686 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10971/tid=10974] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10974/stat : 10974 (java) S 10969 10971 10773 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 12 0 44630623 1564332032 24459 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10975] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10975/stat : 10975 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 44630623 1564332032 24460 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10976] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10976/stat : 10976 (java) S 10969 10971 10773 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 12 0 44630625 1564332032 24461 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10977] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10977/stat : 10977 (java) S 10969 10971 10773 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 12 0 44630625 1564332032 24462 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10978] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10978/stat : 10978 (java) S 10969 10971 10773 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 44630625 1564332032 24462 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10979] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10979/stat : 10979 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44630630 1564332032 24463 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10980] ppid=10969 vsize=1527668 CPUtime=0.15
/proc/10971/task/10980/stat : 10980 (java) S 10969 10971 10773 0 -1 4202560 259 0 0 0 15 0 0 0 21 0 12 0 44630630 1564332032 24464 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10981] ppid=10969 vsize=1527668 CPUtime=0.17
/proc/10971/task/10981/stat : 10981 (java) S 10969 10971 10773 0 -1 4202560 740 0 0 0 17 0 0 0 15 0 12 0 44630630 1564332032 24465 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10982] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10982/stat : 10982 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 44630630 1564332032 24466 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10983] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10983/stat : 10983 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44630630 1564332032 24467 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 1527668

[startup+3.10198 s]
/proc/loadavg: 1.05 1.09 1.03 2/118 10983
/proc/meminfo: memFree=1687712/2059040 swapFree=4140048/4192956
[pid=10971] ppid=10969 vsize=1527668 CPUtime=3.68
/proc/10971/stat : 10971 (java) S 10969 10971 10773 0 -1 4202496 40522 0 1 0 348 20 0 0 15 0 12 0 44630620 1564332032 39666 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10971/statm: 381917 39666 1424 10 0 379219 0
[pid=10971/tid=10973] ppid=10969 vsize=1527668 CPUtime=2.69
/proc/10971/task/10973/stat : 10973 (java) R 10969 10971 10773 0 -1 4202560 32020 0 1 0 255 14 0 0 25 0 12 0 44630622 1564332032 39666 1992294400 134512640 134550932 4290667200 18446744073709551615 4109738282 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10971/tid=10974] ppid=10969 vsize=1527668 CPUtime=0.09
/proc/10971/task/10974/stat : 10974 (java) S 10969 10971 10773 0 -1 4202560 3653 0 0 0 7 2 0 0 16 0 12 0 44630623 1564332032 39666 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10975] ppid=10969 vsize=1527668 CPUtime=0.09
/proc/10971/task/10975/stat : 10975 (java) S 10969 10971 10773 0 -1 4202560 2559 0 0 0 8 1 0 0 18 0 12 0 44630623 1564332032 39666 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10976] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10976/stat : 10976 (java) S 10969 10971 10773 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 44630625 1564332032 39666 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10977] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10977/stat : 10977 (java) S 10969 10971 10773 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44630625 1564332032 39666 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10978] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10978/stat : 10978 (java) S 10969 10971 10773 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44630625 1564332032 39666 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10979] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10979/stat : 10979 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44630630 1564332032 39666 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10980] ppid=10969 vsize=1527668 CPUtime=0.38
/proc/10971/task/10980/stat : 10980 (java) S 10969 10971 10773 0 -1 4202560 356 0 0 0 38 0 0 0 15 0 12 0 44630630 1564332032 39666 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10981] ppid=10969 vsize=1527668 CPUtime=0.38
/proc/10971/task/10981/stat : 10981 (java) S 10969 10971 10773 0 -1 4202560 862 0 0 0 38 0 0 0 15 0 12 0 44630630 1564332032 39666 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10982] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10982/stat : 10982 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 44630630 1564332032 39666 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10983] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10983/stat : 10983 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44630630 1564332032 39666 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1527668

[startup+6.30234 s]
/proc/loadavg: 1.04 1.09 1.03 2/118 10983
/proc/meminfo: memFree=1606616/2059040 swapFree=4140048/4192956
[pid=10971] ppid=10969 vsize=1527668 CPUtime=7.54
/proc/10971/stat : 10971 (java) S 10969 10971 10773 0 -1 4202496 70948 0 1 0 720 34 0 0 15 0 12 0 44630620 1564332032 66919 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10971/statm: 381917 66919 1424 10 0 379219 0
[pid=10971/tid=10973] ppid=10969 vsize=1527668 CPUtime=5.19
/proc/10971/task/10973/stat : 10973 (java) R 10969 10971 10773 0 -1 4202560 32025 0 1 0 504 15 0 0 25 0 12 0 44630622 1564332032 66919 1992294400 134512640 134550932 4290667200 18446744073709551615 4109624460 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10971/tid=10974] ppid=10969 vsize=1527668 CPUtime=0.77
/proc/10971/task/10974/stat : 10974 (java) S 10969 10971 10773 0 -1 4202560 18111 0 0 0 69 8 0 0 16 0 12 0 44630623 1564332032 66919 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10975] ppid=10969 vsize=1527668 CPUtime=0.77
/proc/10971/task/10975/stat : 10975 (java) S 10969 10971 10773 0 -1 4202560 18522 0 0 0 69 8 0 0 18 0 12 0 44630623 1564332032 66919 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10976] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10976/stat : 10976 (java) S 10969 10971 10773 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 44630625 1564332032 66919 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10977] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10977/stat : 10977 (java) S 10969 10971 10773 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44630625 1564332032 66919 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10978] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10978/stat : 10978 (java) S 10969 10971 10773 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 44630625 1564332032 66919 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10979] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10979/stat : 10979 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44630630 1564332032 66919 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10980] ppid=10969 vsize=1527668 CPUtime=0.38
/proc/10971/task/10980/stat : 10980 (java) S 10969 10971 10773 0 -1 4202560 356 0 0 0 38 0 0 0 15 0 12 0 44630630 1564332032 66919 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10981] ppid=10969 vsize=1527668 CPUtime=0.38
/proc/10971/task/10981/stat : 10981 (java) S 10969 10971 10773 0 -1 4202560 862 0 0 0 38 0 0 0 15 0 12 0 44630630 1564332032 66919 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10982] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10982/stat : 10982 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 44630630 1564332032 66919 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10983] ppid=10969 vsize=1527668 CPUtime=0
/proc/10971/task/10983/stat : 10983 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44630630 1564332032 66919 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 1527668

[startup+12.7025 s]
/proc/loadavg: 1.12 1.10 1.04 2/119 10984
/proc/meminfo: memFree=1511940/2059040 swapFree=4140048/4192956
[pid=10971] ppid=10969 vsize=1529352 CPUtime=14.99
/proc/10971/stat : 10971 (java) S 10969 10971 10773 0 -1 4202496 89297 0 1 0 1453 46 0 0 15 0 13 0 44630620 1566056448 83330 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10971/statm: 382338 83330 1438 10 0 379640 0
[pid=10971/tid=10973] ppid=10969 vsize=1529352 CPUtime=10.73
/proc/10971/task/10973/stat : 10973 (java) R 10969 10971 10773 0 -1 4202560 32083 0 1 0 1057 16 0 0 25 0 13 0 44630622 1566056448 83330 1992294400 134512640 134550932 4290667200 18446744073709551615 4109315720 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10971/tid=10974] ppid=10969 vsize=1529352 CPUtime=1.37
/proc/10971/task/10974/stat : 10974 (java) S 10969 10971 10773 0 -1 4202560 25328 0 0 0 125 12 0 0 15 0 13 0 44630623 1566056448 83330 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10975] ppid=10969 vsize=1529352 CPUtime=1.33
/proc/10971/task/10975/stat : 10975 (java) S 10969 10971 10773 0 -1 4202560 28548 0 0 0 119 14 0 0 16 0 13 0 44630623 1566056448 83330 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10976] ppid=10969 vsize=1529352 CPUtime=0
/proc/10971/task/10976/stat : 10976 (java) S 10969 10971 10773 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 44630625 1566056448 83330 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10977] ppid=10969 vsize=1529352 CPUtime=0
/proc/10971/task/10977/stat : 10977 (java) S 10969 10971 10773 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44630625 1566056448 83330 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10978] ppid=10969 vsize=1529352 CPUtime=0
/proc/10971/task/10978/stat : 10978 (java) S 10969 10971 10773 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44630625 1566056448 83330 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10979] ppid=10969 vsize=1529352 CPUtime=0
/proc/10971/task/10979/stat : 10979 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44630630 1566056448 83330 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10980] ppid=10969 vsize=1529352 CPUtime=0.79
/proc/10971/task/10980/stat : 10980 (java) S 10969 10971 10773 0 -1 4202560 1051 0 0 0 79 0 0 0 15 0 13 0 44630630 1566056448 83330 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10981] ppid=10969 vsize=1529352 CPUtime=0.69
/proc/10971/task/10981/stat : 10981 (java) S 10969 10971 10773 0 -1 4202560 1210 0 0 0 69 0 0 0 15 0 13 0 44630630 1566056448 83330 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10982] ppid=10969 vsize=1529352 CPUtime=0
/proc/10971/task/10982/stat : 10982 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44630630 1566056448 83330 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10983] ppid=10969 vsize=1529352 CPUtime=0
/proc/10971/task/10983/stat : 10983 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 44630630 1566056448 83330 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10984] ppid=10969 vsize=1529352 CPUtime=0
/proc/10971/task/10984/stat : 10984 (java) S 10969 10971 10773 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 44631551 1566056448 83330 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 1529352

[startup+25.5016 s]
/proc/loadavg: 1.09 1.10 1.04 2/119 10986
/proc/meminfo: memFree=1505864/2059040 swapFree=4140048/4192956
[pid=10971] ppid=10969 vsize=1531292 CPUtime=28.57
/proc/10971/stat : 10971 (java) S 10969 10971 10773 0 -1 4202496 91319 0 1 0 2810 47 0 0 15 0 13 0 44630620 1568043008 84858 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10971/statm: 382823 84858 1439 10 0 380125 0
[pid=10971/tid=10973] ppid=10969 vsize=1531292 CPUtime=23.11
/proc/10971/task/10973/stat : 10973 (java) R 10969 10971 10773 0 -1 4202560 32105 0 1 0 2295 16 0 0 25 0 13 0 44630622 1568043008 84858 1992294400 134512640 134550932 4290667200 18446744073709551615 4110002785 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10971/tid=10974] ppid=10969 vsize=1531292 CPUtime=1.48
/proc/10971/task/10974/stat : 10974 (java) S 10969 10971 10773 0 -1 4202560 25442 0 0 0 136 12 0 0 16 0 13 0 44630623 1568043008 84858 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10975] ppid=10969 vsize=1531292 CPUtime=1.44
/proc/10971/task/10975/stat : 10975 (java) S 10969 10971 10773 0 -1 4202560 29545 0 0 0 129 15 0 0 15 0 13 0 44630623 1568043008 84858 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10976] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10976/stat : 10976 (java) S 10969 10971 10773 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 44630625 1568043008 84858 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10977] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10977/stat : 10977 (java) S 10969 10971 10773 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44630625 1568043008 84858 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10978] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10978/stat : 10978 (java) S 10969 10971 10773 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44630625 1568043008 84858 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10979] ppid=10969 vsize=1531292 CPUtime=0

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

[pid=10971/tid=10976] ppid=10969 vsize=1531292 CPUtime=1.31
/proc/10971/task/10976/stat : 10976 (java) S 10969 10971 10773 0 -1 4202560 4017 0 0 0 122 9 0 0 15 0 13 0 44630625 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10977] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10977/stat : 10977 (java) S 10969 10971 10773 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44630625 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10978] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10978/stat : 10978 (java) S 10969 10971 10773 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44630625 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10979] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10979/stat : 10979 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10980] ppid=10969 vsize=1531292 CPUtime=1.39
/proc/10971/task/10980/stat : 10980 (java) S 10969 10971 10773 0 -1 4202560 1566 0 0 0 139 0 0 0 15 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10981] ppid=10969 vsize=1531292 CPUtime=1.49
/proc/10971/task/10981/stat : 10981 (java) S 10969 10971 10773 0 -1 4202560 1609 0 0 0 149 0 0 0 15 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10982] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10982/stat : 10982 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10983] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10983/stat : 10983 (java) S 10969 10971 10773 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10984] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10984/stat : 10984 (java) S 10969 10971 10773 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 44631551 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1572.93
Current children cumulated vsize (KiB) 1531292

[startup+1602.3 s]
/proc/loadavg: 1.07 1.06 1.01 2/119 11031
/proc/meminfo: memFree=399380/2059040 swapFree=4140048/4192956
[pid=10971] ppid=10969 vsize=1531292 CPUtime=1634.6
/proc/10971/stat : 10971 (java) S 10969 10971 10773 0 -1 4202496 368303 0 1 0 163193 267 0 0 15 0 13 0 44630620 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10971/statm: 382823 349971 1441 10 0 380125 0
[pid=10971/tid=10973] ppid=10969 vsize=1531292 CPUtime=1563.15
/proc/10971/task/10973/stat : 10973 (java) R 10969 10971 10773 0 -1 4202560 33700 0 1 0 156289 26 0 0 25 0 13 0 44630622 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4109726034 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10971/tid=10974] ppid=10969 vsize=1531292 CPUtime=33.65
/proc/10971/task/10974/stat : 10974 (java) S 10969 10971 10773 0 -1 4202560 150597 0 0 0 3255 110 0 0 15 0 13 0 44630623 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10975] ppid=10969 vsize=1531292 CPUtime=33.53
/proc/10971/task/10975/stat : 10975 (java) S 10969 10971 10773 0 -1 4202560 175652 0 0 0 3236 117 0 0 16 0 13 0 44630623 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10976] ppid=10969 vsize=1531292 CPUtime=1.31
/proc/10971/task/10976/stat : 10976 (java) S 10969 10971 10773 0 -1 4202560 4021 0 0 0 122 9 0 0 15 0 13 0 44630625 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10977] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10977/stat : 10977 (java) S 10969 10971 10773 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44630625 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10978] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10978/stat : 10978 (java) S 10969 10971 10773 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44630625 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10979] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10979/stat : 10979 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10980] ppid=10969 vsize=1531292 CPUtime=1.39
/proc/10971/task/10980/stat : 10980 (java) S 10969 10971 10773 0 -1 4202560 1566 0 0 0 139 0 0 0 15 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10981] ppid=10969 vsize=1531292 CPUtime=1.49
/proc/10971/task/10981/stat : 10981 (java) S 10969 10971 10773 0 -1 4202560 1609 0 0 0 149 0 0 0 15 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10982] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10982/stat : 10982 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10983] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10983/stat : 10983 (java) S 10969 10971 10773 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10984] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10984/stat : 10984 (java) S 10969 10971 10773 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 44631551 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1634.6
Current children cumulated vsize (KiB) 1531292

[startup+1662.3 s]
/proc/loadavg: 1.14 1.08 1.01 2/119 11031
/proc/meminfo: memFree=399380/2059040 swapFree=4140048/4192956
[pid=10971] ppid=10969 vsize=1531292 CPUtime=1696.55
/proc/10971/stat : 10971 (java) S 10969 10971 10773 0 -1 4202496 368388 0 1 0 169382 273 0 0 15 0 13 0 44630620 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10971/statm: 382823 349971 1441 10 0 380125 0
[pid=10971/tid=10973] ppid=10969 vsize=1531292 CPUtime=1620.62
/proc/10971/task/10973/stat : 10973 (java) S 10969 10971 10773 0 -1 4202560 33777 0 1 0 162035 27 0 0 25 0 13 0 44630622 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10974] ppid=10969 vsize=1531292 CPUtime=35.81
/proc/10971/task/10974/stat : 10974 (java) S 10969 10971 10773 0 -1 4202560 150597 0 0 0 3469 112 0 0 15 0 13 0 44630623 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10975] ppid=10969 vsize=1531292 CPUtime=35.82
/proc/10971/task/10975/stat : 10975 (java) S 10969 10971 10773 0 -1 4202560 175652 0 0 0 3463 119 0 0 15 0 13 0 44630623 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10976] ppid=10969 vsize=1531292 CPUtime=1.33
/proc/10971/task/10976/stat : 10976 (java) S 10969 10971 10773 0 -1 4202560 4025 0 0 0 123 10 0 0 15 0 13 0 44630625 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10977] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10977/stat : 10977 (java) S 10969 10971 10773 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44630625 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10978] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10978/stat : 10978 (java) S 10969 10971 10773 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44630625 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10979] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10979/stat : 10979 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10980] ppid=10969 vsize=1531292 CPUtime=1.39
/proc/10971/task/10980/stat : 10980 (java) S 10969 10971 10773 0 -1 4202560 1566 0 0 0 139 0 0 0 15 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10981] ppid=10969 vsize=1531292 CPUtime=1.49
/proc/10971/task/10981/stat : 10981 (java) S 10969 10971 10773 0 -1 4202560 1609 0 0 0 149 0 0 0 15 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10982] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10982/stat : 10982 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10983] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10983/stat : 10983 (java) S 10969 10971 10773 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10984] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10984/stat : 10984 (java) S 10969 10971 10773 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 44631551 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1696.55
Current children cumulated vsize (KiB) 1531292

[startup+1722.3 s]
/proc/loadavg: 1.09 1.08 1.01 2/119 11033
/proc/meminfo: memFree=399380/2059040 swapFree=4140048/4192956
[pid=10971] ppid=10969 vsize=1531292 CPUtime=1758.6
/proc/10971/stat : 10971 (java) S 10969 10971 10773 0 -1 4202496 368471 0 1 0 175582 278 0 0 15 0 13 0 44630620 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10971/statm: 382823 349971 1441 10 0 380125 0
[pid=10971/tid=10973] ppid=10969 vsize=1531292 CPUtime=1678.05
/proc/10971/task/10973/stat : 10973 (java) R 10969 10971 10773 0 -1 4202560 33852 0 1 0 167778 27 0 0 25 0 13 0 44630622 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4109725955 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10971/tid=10974] ppid=10969 vsize=1531292 CPUtime=38.1
/proc/10971/task/10974/stat : 10974 (java) S 10969 10971 10773 0 -1 4202560 150597 0 0 0 3696 114 0 0 16 0 13 0 44630623 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10975] ppid=10969 vsize=1531292 CPUtime=38.15
/proc/10971/task/10975/stat : 10975 (java) S 10969 10971 10773 0 -1 4202560 175652 0 0 0 3693 122 0 0 15 0 13 0 44630623 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10976] ppid=10969 vsize=1531292 CPUtime=1.34
/proc/10971/task/10976/stat : 10976 (java) S 10969 10971 10773 0 -1 4202560 4029 0 0 0 124 10 0 0 15 0 13 0 44630625 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10977] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10977/stat : 10977 (java) S 10969 10971 10773 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44630625 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10978] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10978/stat : 10978 (java) S 10969 10971 10773 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44630625 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10979] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10979/stat : 10979 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10980] ppid=10969 vsize=1531292 CPUtime=1.39
/proc/10971/task/10980/stat : 10980 (java) S 10969 10971 10773 0 -1 4202560 1566 0 0 0 139 0 0 0 15 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10981] ppid=10969 vsize=1531292 CPUtime=1.49
/proc/10971/task/10981/stat : 10981 (java) S 10969 10971 10773 0 -1 4202560 1609 0 0 0 149 0 0 0 15 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10982] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10982/stat : 10982 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10983] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10983/stat : 10983 (java) S 10969 10971 10773 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10984] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10984/stat : 10984 (java) S 10969 10971 10773 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 44631551 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1758.6
Current children cumulated vsize (KiB) 1531292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1762.21 s]
/proc/loadavg: 1.05 1.06 1.01 2/119 11035
/proc/meminfo: memFree=399380/2059040 swapFree=4140048/4192956
[pid=10971] ppid=10969 vsize=1531292 CPUtime=1800.04
/proc/10971/stat : 10971 (java) S 10969 10971 10773 0 -1 4202496 368528 0 1 0 179721 283 0 0 15 0 13 0 44630620 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10971/statm: 382823 349971 1441 10 0 380125 0
[pid=10971/tid=10973] ppid=10969 vsize=1531292 CPUtime=1715.99
/proc/10971/task/10973/stat : 10973 (java) R 10969 10971 10773 0 -1 4202560 33905 0 1 0 171572 27 0 0 19 0 13 0 44630622 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4110227762 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10971/tid=10974] ppid=10969 vsize=1531292 CPUtime=39.88
/proc/10971/task/10974/stat : 10974 (java) S 10969 10971 10773 0 -1 4202560 150597 0 0 0 3873 115 0 0 15 0 13 0 44630623 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10975] ppid=10969 vsize=1531292 CPUtime=39.84
/proc/10971/task/10975/stat : 10975 (java) S 10969 10971 10773 0 -1 4202560 175652 0 0 0 3860 124 0 0 16 0 13 0 44630623 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10976] ppid=10969 vsize=1531292 CPUtime=1.35
/proc/10971/task/10976/stat : 10976 (java) S 10969 10971 10773 0 -1 4202560 4031 0 0 0 124 11 0 0 15 0 13 0 44630625 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 0 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10977] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10977/stat : 10977 (java) S 10969 10971 10773 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44630625 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10978] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10978/stat : 10978 (java) S 10969 10971 10773 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 44630625 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10979] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10979/stat : 10979 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10980] ppid=10969 vsize=1531292 CPUtime=1.39
/proc/10971/task/10980/stat : 10980 (java) S 10969 10971 10773 0 -1 4202560 1566 0 0 0 139 0 0 0 15 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10981] ppid=10969 vsize=1531292 CPUtime=1.49
/proc/10971/task/10981/stat : 10981 (java) S 10969 10971 10773 0 -1 4202560 1609 0 0 0 149 0 0 0 15 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10982] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10982/stat : 10982 (java) S 10969 10971 10773 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
[pid=10971/tid=10983] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10983/stat : 10983 (java) S 10969 10971 10773 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 44630630 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 1 0 0 0
[pid=10971/tid=10984] ppid=10969 vsize=1531292 CPUtime=0
/proc/10971/task/10984/stat : 10984 (java) S 10969 10971 10773 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 44631551 1568043008 349971 1992294400 134512640 134550932 4290667200 18446744073709551615 4294960144 0 4 0 16800975 18446604437813255168 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 1531292

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

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

[startup+1762.32 s]
/proc/loadavg: 1.05 1.06 1.01 2/119 11035
/proc/meminfo: memFree=399380/2059040 swapFree=4140048/4192956
[pid=10971] ppid=10969 vsize=0 CPUtime=1800.13
/proc/10971/stat : 10971 (java) Z 10969 10971 10773 0 -1 4203548 368547 0 1 0 179723 290 0 0 15 0 2 0 44630620 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10971/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1762.37
CPU time (s): 1800.2
CPU user time (s): 1797.24
CPU system time (s): 2.96355
CPU usage (%): 102.147
Max. virtual memory (cumulated for all children) (KiB): 1540424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.24
system time used= 2.96355
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 368547
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= 53903
involuntary context switches= 38902

runsolver used 3.56746 second user time and 9.63054 second system time

The end

Launcher Data

Begin job on node006 at 2010-06-16 14:11:10
IDJOB=2661439
IDBENCH=71861
IDSOLVER=1165
FILE ID=node006/2661439-1276690269
PBS_JOBID= 11172611
Free space on /tmp= 62488 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_100_3__3_91__1024.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661439-1276690269/watcher-2661439-1276690269 -o /tmp/evaluation-result-2661439-1276690269/solver-2661439-1276690269 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661439-1276690269.opb

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

MD5SUM BENCH= 52ff77379d5ac91fab82f1dac91e539e
RANDOM SEED=1692570703

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1841840 kB
Buffers:         31276 kB
Cached:         101012 kB
SwapCached:       6732 kB
Active:          42908 kB
Inactive:       103716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1841840 kB
SwapTotal:     4192956 kB
SwapFree:      4140048 kB
Dirty:           14196 kB
Writeback:           0 kB
AnonPages:       12688 kB
Mapped:          13176 kB
Slab:            48656 kB
PageTables:       4048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181508 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= 62488 MiB
End job on node006 at 2010-06-16 14:40:34