Trace number 2661461

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.26 1715.64

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__16.opb
MD5SUM50c46af9fb7047a2695734d4451d8396
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark82784
Best CPU time to get the best result obtained on this benchmark1800.87
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables242998
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 constraint16
Maximum length of a constraint721
Number of terms in the objective function 240000
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 8127626384
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 8127626384
Number of bits of the biggest sum of numbers33
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
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.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-2661461-1276691764.opb
0.21/0.22	c reading problem ... 
9.26/6.87	c ... done. Wall clock time 6.641s.
9.26/6.87	c #vars     242998
9.26/6.87	c #constraints  21000
9.26/6.87	c constraints type 
9.26/6.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
9.26/6.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
9.26/6.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
183.98/173.42	c cleaning 0 clauses out of 5000 with flag 0/5000
364.98/348.06	c cleaning 0 clauses out of 11000 with flag 0/11000
699.15/668.95	c cleaning 0 clauses out of 18000 with flag 0/18000
1154.72/1103.77	c cleaning 0 clauses out of 26001 with flag 0/26001
1796.11/1711.85	c cleaning 0 clauses out of 35000 with flag 0/35000
1800.08/1715.52	c starts		: 62
1800.08/1715.52	c conflicts		: 35037
1800.08/1715.52	c decisions		: 35801142
1800.08/1715.52	c propagations		: 141175317
1800.08/1715.52	c inspects		: 1238078997
1800.08/1715.52	c learnt literals	: 0
1800.08/1715.52	c learnt binary clauses	: 0
1800.08/1715.52	c learnt ternary clauses	: 0
1800.08/1715.52	c learnt clauses	: 35037
1800.08/1715.52	c ignored clauses	: 0
1800.08/1715.52	c root simplifications	: 0
1800.08/1715.52	c removed literals (reason simplification)	: 0
1800.08/1715.52	c reason swapping (by a shorter reason)	: 0
1800.08/1715.52	c Calls to reduceDB	: 5
1800.08/1715.52	c number of reductions to clauses (during analyze)	: 0
1800.08/1715.52	c number of learned constraints concerned by reduction	: 0
1800.08/1715.52	c number of learning phase by resolution	: 0
1800.08/1715.52	c number of learning phase by cutting planes	: 0
1800.08/1715.52	c speed (assignments/second)	: 82623.99511192476
1800.08/1715.52	c non guided choices	7335205
1800.08/1715.55	c learnt constraints type 
1800.08/1715.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 10528
1800.08/1715.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1800.08/1715.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 24506
1800.08/1715.55	c constraints type 
1800.08/1715.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.08/1715.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
1800.08/1715.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
1800.08/1715.55	s UNKNOWN
1800.08/1715.55	c Total wall clock time (in seconds): 1715.33

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

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


[startup+0 s]
/proc/loadavg: 0.92 1.07 1.17 3/106 10102
/proc/meminfo: memFree=1637456/2059040 swapFree=4140236/4192956
[pid=10102] ppid=10100 vsize=1832 CPUtime=0
/proc/10102/stat : 10102 (java6) S 10100 10102 10077 0 -1 4194304 251 0 0 0 0 0 0 0 21 0 1 0 42828362 1875968 153 1992294400 134512640 134550932 4291732864 18446744073709551615 4294960144 0 2147483391 4096 0 18446744071699424446 0 0 17 1 0 0 0
/proc/10102/statm: 458 153 116 10 0 63 0

[startup+0.059445 s]
/proc/loadavg: 0.92 1.07 1.17 3/106 10102
/proc/meminfo: memFree=1637456/2059040 swapFree=4140236/4192956
[pid=10102] ppid=10100 vsize=1521664 CPUtime=0.04
/proc/10102/stat : 10102 (java) S 10100 10102 10077 0 -1 4202496 3560 0 1 0 2 2 0 0 21 0 7 0 42828362 1558183936 3001 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/10102/statm: 380416 3001 1011 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.10145 s]
/proc/loadavg: 0.92 1.07 1.17 3/106 10102
/proc/meminfo: memFree=1637456/2059040 swapFree=4140236/4192956
[pid=10102] ppid=10100 vsize=1521796 CPUtime=0.08
/proc/10102/stat : 10102 (java) S 10100 10102 10077 0 -1 4202496 3867 0 1 0 6 2 0 0 21 0 7 0 42828362 1558319104 3308 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/10102/statm: 380449 3308 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.301487 s]
/proc/loadavg: 0.92 1.07 1.17 3/106 10102
/proc/meminfo: memFree=1637456/2059040 swapFree=4140236/4192956
[pid=10102] ppid=10100 vsize=1526620 CPUtime=0.35
/proc/10102/stat : 10102 (java) S 10100 10102 10077 0 -1 4202496 6663 0 1 0 31 4 0 0 21 0 12 0 42828362 1563258880 6100 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10102/statm: 381655 6100 1360 10 0 378957 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526620

[startup+0.701561 s]
/proc/loadavg: 0.92 1.07 1.17 3/106 10102
/proc/meminfo: memFree=1637456/2059040 swapFree=4140236/4192956
[pid=10102] ppid=10100 vsize=1528572 CPUtime=1.03
/proc/10102/stat : 10102 (java) S 10100 10102 10077 0 -1 4202496 10725 0 1 0 97 6 0 0 21 0 12 0 42828362 1565257728 10162 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10102/statm: 382143 10162 1397 10 0 379445 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 1528572

[startup+1.5017 s]
/proc/loadavg: 0.93 1.07 1.17 2/118 10114
/proc/meminfo: memFree=1580012/2059040 swapFree=4140236/4192956
[pid=10102] ppid=10100 vsize=1528572 CPUtime=1.83
/proc/10102/stat : 10102 (java) S 10100 10102 10077 0 -1 4202496 25373 0 1 0 171 12 0 0 21 0 12 0 42828362 1565257728 24810 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10102/statm: 382143 24811 1397 10 0 379445 0
[pid=10102/tid=10104] ppid=10100 vsize=1528572 CPUtime=1.46
/proc/10102/task/10104/stat : 10104 (java) R 10100 10102 10077 0 -1 4202560 23145 0 1 0 136 10 0 0 25 0 12 0 42828363 1565257728 24812 1992294400 134512640 134550932 4291972640 18446744073709551615 4109349191 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10102/tid=10105] ppid=10100 vsize=1528572 CPUtime=0
/proc/10102/task/10105/stat : 10105 (java) S 10100 10102 10077 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 42828365 1565257728 24813 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10106] ppid=10100 vsize=1528572 CPUtime=0
/proc/10102/task/10106/stat : 10106 (java) S 10100 10102 10077 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 42828365 1565257728 24814 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10107] ppid=10100 vsize=1528572 CPUtime=0
/proc/10102/task/10107/stat : 10107 (java) S 10100 10102 10077 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 42828367 1565257728 24815 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10108] ppid=10100 vsize=1528572 CPUtime=0
/proc/10102/task/10108/stat : 10108 (java) S 10100 10102 10077 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 42828367 1565257728 24815 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10109] ppid=10100 vsize=1528572 CPUtime=0
/proc/10102/task/10109/stat : 10109 (java) S 10100 10102 10077 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 42828367 1565257728 24816 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10110] ppid=10100 vsize=1528572 CPUtime=0
/proc/10102/task/10110/stat : 10110 (java) S 10100 10102 10077 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 42828372 1565257728 24817 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10111] ppid=10100 vsize=1528572 CPUtime=0.04
/proc/10102/task/10111/stat : 10111 (java) S 10100 10102 10077 0 -1 4202560 50 0 0 0 4 0 0 0 24 0 12 0 42828372 1565257728 24818 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10112] ppid=10100 vsize=1528572 CPUtime=0.3
/proc/10102/task/10112/stat : 10112 (java) S 10100 10102 10077 0 -1 4202560 1113 0 0 0 30 0 0 0 16 0 12 0 42828372 1565257728 24819 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10113] ppid=10100 vsize=1528572 CPUtime=0
/proc/10102/task/10113/stat : 10113 (java) S 10100 10102 10077 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 42828372 1565257728 24820 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10114] ppid=10100 vsize=1528572 CPUtime=0
/proc/10102/task/10114/stat : 10114 (java) S 10100 10102 10077 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 42828372 1565257728 24821 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.83
Current children cumulated vsize (KiB) 1528572

[startup+3.102 s]
/proc/loadavg: 0.93 1.07 1.17 4/118 10114
/proc/meminfo: memFree=1487012/2059040 swapFree=4140236/4192956
[pid=10102] ppid=10100 vsize=1541788 CPUtime=4.45
/proc/10102/stat : 10102 (java) S 10100 10102 10077 0 -1 4202496 46931 0 1 0 423 22 0 0 21 0 12 0 42828362 1578790912 43438 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10102/statm: 385447 43438 1418 10 0 382749 0
[pid=10102/tid=10104] ppid=10100 vsize=1541788 CPUtime=2.89
/proc/10102/task/10104/stat : 10104 (java) R 10100 10102 10077 0 -1 4202560 32008 0 1 0 274 15 0 0 25 0 12 0 42828363 1578790912 43438 1992294400 134512640 134550932 4291972640 18446744073709551615 4109456626 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10102/tid=10105] ppid=10100 vsize=1541788 CPUtime=0.14
/proc/10102/task/10105/stat : 10105 (java) S 10100 10102 10077 0 -1 4202560 5570 0 0 0 12 2 0 0 18 0 12 0 42828365 1578790912 43438 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10106] ppid=10100 vsize=1541788 CPUtime=0.02
/proc/10102/task/10106/stat : 10106 (java) S 10100 10102 10077 0 -1 4202560 961 0 0 0 2 0 0 0 18 0 12 0 42828365 1578790912 43438 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10107] ppid=10100 vsize=1541788 CPUtime=0
/proc/10102/task/10107/stat : 10107 (java) S 10100 10102 10077 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 12 0 42828367 1578790912 43438 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10108] ppid=10100 vsize=1541788 CPUtime=0
/proc/10102/task/10108/stat : 10108 (java) S 10100 10102 10077 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 42828367 1578790912 43438 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10109] ppid=10100 vsize=1541788 CPUtime=0
/proc/10102/task/10109/stat : 10109 (java) S 10100 10102 10077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 42828367 1578790912 43438 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10110] ppid=10100 vsize=1541788 CPUtime=0
/proc/10102/task/10110/stat : 10110 (java) S 10100 10102 10077 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 42828372 1578790912 43438 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10111] ppid=10100 vsize=1541788 CPUtime=0.27
/proc/10102/task/10111/stat : 10111 (java) S 10100 10102 10077 0 -1 4202560 720 0 0 0 27 0 0 0 16 0 12 0 42828372 1578790912 43438 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10112] ppid=10100 vsize=1541788 CPUtime=1.09
/proc/10102/task/10112/stat : 10112 (java) S 10100 10102 10077 0 -1 4202560 6597 0 0 0 107 2 0 0 16 0 12 0 42828372 1578790912 43438 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10113] ppid=10100 vsize=1541788 CPUtime=0
/proc/10102/task/10113/stat : 10113 (java) S 10100 10102 10077 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 42828372 1578790912 43438 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10114] ppid=10100 vsize=1541788 CPUtime=0
/proc/10102/task/10114/stat : 10114 (java) S 10100 10102 10077 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 42828372 1578790912 43438 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 1541788

[startup+6.30158 s]
/proc/loadavg: 0.93 1.07 1.17 2/118 10114
/proc/meminfo: memFree=1389672/2059040 swapFree=4140236/4192956
[pid=10102] ppid=10100 vsize=1538408 CPUtime=8.6
/proc/10102/stat : 10102 (java) S 10100 10102 10077 0 -1 4202496 75752 0 1 0 824 36 0 0 21 0 12 0 42828362 1575329792 69142 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10102/statm: 384602 69142 1420 10 0 381904 0
[pid=10102/tid=10104] ppid=10100 vsize=1538408 CPUtime=5.25
/proc/10102/task/10104/stat : 10104 (java) R 10100 10102 10077 0 -1 4202560 32015 0 1 0 509 16 0 0 25 0 12 0 42828363 1575329792 69142 1992294400 134512640 134550932 4291972640 18446744073709551615 4109022400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10102/tid=10105] ppid=10100 vsize=1538408 CPUtime=0.93
/proc/10102/task/10105/stat : 10105 (java) S 10100 10102 10077 0 -1 4202560 21764 0 0 0 85 8 0 0 16 0 12 0 42828365 1575329792 69142 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10106] ppid=10100 vsize=1538408 CPUtime=0.79
/proc/10102/task/10106/stat : 10106 (java) S 10100 10102 10077 0 -1 4202560 13570 0 0 0 73 6 0 0 16 0 12 0 42828365 1575329792 69142 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10107] ppid=10100 vsize=1538408 CPUtime=0
/proc/10102/task/10107/stat : 10107 (java) S 10100 10102 10077 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 42828367 1575329792 69142 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10108] ppid=10100 vsize=1538408 CPUtime=0
/proc/10102/task/10108/stat : 10108 (java) S 10100 10102 10077 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 12 0 42828367 1575329792 69142 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10109] ppid=10100 vsize=1538408 CPUtime=0
/proc/10102/task/10109/stat : 10109 (java) S 10100 10102 10077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 42828367 1575329792 69142 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10110] ppid=10100 vsize=1538408 CPUtime=0
/proc/10102/task/10110/stat : 10110 (java) S 10100 10102 10077 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 42828372 1575329792 69142 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10111] ppid=10100 vsize=1538408 CPUtime=0.34
/proc/10102/task/10111/stat : 10111 (java) R 10100 10102 10077 0 -1 4202560 723 0 0 0 34 0 0 0 15 0 12 0 42828372 1575329792 69142 1992294400 134512640 134550932 4291972640 18446744073709551615 103156722 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10102/tid=10112] ppid=10100 vsize=1538408 CPUtime=1.23
/proc/10102/task/10112/stat : 10112 (java) R 10100 10102 10077 0 -1 4202560 6605 0 0 0 121 2 0 0 15 0 12 0 42828372 1575329792 69142 1992294400 134512640 134550932 4291972640 18446744073709551615 103975944 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10102/tid=10113] ppid=10100 vsize=1538408 CPUtime=0
/proc/10102/task/10113/stat : 10113 (java) S 10100 10102 10077 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 42828372 1575329792 69142 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10114] ppid=10100 vsize=1538408 CPUtime=0
/proc/10102/task/10114/stat : 10114 (java) S 10100 10102 10077 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 42828372 1575329792 69142 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.6
Current children cumulated vsize (KiB) 1538408

[startup+12.7017 s]
/proc/loadavg: 0.94 1.07 1.17 2/119 10115
/proc/meminfo: memFree=1325060/2059040 swapFree=4140236/4192956
[pid=10102] ppid=10100 vsize=1540780 CPUtime=17.06
/proc/10102/stat : 10102 (java) S 10100 10102 10077 0 -1 4202496 86980 0 1 0 1663 43 0 0 21 0 13 0 42828362 1577758720 79256 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10102/statm: 385195 79256 1441 10 0 382497 0
[pid=10102/tid=10104] ppid=10100 vsize=1540780 CPUtime=10.74
/proc/10102/task/10104/stat : 10104 (java) R 10100 10102 10077 0 -1 4202560 32080 0 1 0 1058 16 0 0 25 0 13 0 42828363 1577758720 79256 1992294400 134512640 134550932 4291972640 18446744073709551615 4109819776 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10102/tid=10105] ppid=10100 vsize=1540780 CPUtime=1.5
/proc/10102/task/10105/stat : 10105 (java) S 10100 10102 10077 0 -1 4202560 27276 0 0 0 139 11 0 0 15 0 13 0 42828365 1577758720 79256 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10106] ppid=10100 vsize=1540780 CPUtime=1.38
/proc/10102/task/10106/stat : 10106 (java) S 10100 10102 10077 0 -1 4202560 18518 0 0 0 128 10 0 0 16 0 13 0 42828365 1577758720 79256 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10107] ppid=10100 vsize=1540780 CPUtime=0
/proc/10102/task/10107/stat : 10107 (java) S 10100 10102 10077 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 42828367 1577758720 79256 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10108] ppid=10100 vsize=1540780 CPUtime=0
/proc/10102/task/10108/stat : 10108 (java) S 10100 10102 10077 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 42828367 1577758720 79256 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10109] ppid=10100 vsize=1540780 CPUtime=0
/proc/10102/task/10109/stat : 10109 (java) S 10100 10102 10077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 42828367 1577758720 79256 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10110] ppid=10100 vsize=1540780 CPUtime=0
/proc/10102/task/10110/stat : 10110 (java) S 10100 10102 10077 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 42828372 1577758720 79256 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10111] ppid=10100 vsize=1540780 CPUtime=1.25
/proc/10102/task/10111/stat : 10111 (java) S 10100 10102 10077 0 -1 4202560 784 0 0 0 125 0 0 0 15 0 13 0 42828372 1577758720 79256 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10112] ppid=10100 vsize=1540780 CPUtime=2.14
/proc/10102/task/10112/stat : 10112 (java) S 10100 10102 10077 0 -1 4202560 7242 0 0 0 211 3 0 0 16 0 13 0 42828372 1577758720 79256 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10113] ppid=10100 vsize=1540780 CPUtime=0
/proc/10102/task/10113/stat : 10113 (java) S 10100 10102 10077 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 42828372 1577758720 79256 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10114] ppid=10100 vsize=1540780 CPUtime=0
/proc/10102/task/10114/stat : 10114 (java) S 10100 10102 10077 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 42828372 1577758720 79256 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10115] ppid=10100 vsize=1540780 CPUtime=0
/proc/10102/task/10115/stat : 10115 (java) S 10100 10102 10077 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 42829170 1577758720 79256 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.06
Current children cumulated vsize (KiB) 1540780

[startup+25.5021 s]
/proc/loadavg: 0.95 1.06 1.17 2/119 10117
/proc/meminfo: memFree=1316256/2059040 swapFree=4140236/4192956
[pid=10102] ppid=10100 vsize=1545900 CPUtime=31.18
/proc/10102/stat : 10102 (java) S 10100 10102 10077 0 -1 4202496 90531 0 1 0 3072 46 0 0 21 0 13 0 42828362 1583001600 81477 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10102/statm: 386475 81477 1441 10 0 383777 0
[pid=10102/tid=10104] ppid=10100 vsize=1545900 CPUtime=22.94
/proc/10102/task/10104/stat : 10104 (java) R 10100 10102 10077 0 -1 4202560 32104 0 1 0 2278 16 0 0 25 0 13 0 42828363 1583001600 81477 1992294400 134512640 134550932 4291972640 18446744073709551615 4109982990 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10102/tid=10105] ppid=10100 vsize=1545900 CPUtime=1.98
/proc/10102/task/10105/stat : 10105 (java) S 10100 10102 10077 0 -1 4202560 27647 0 0 0 186 12 0 0 15 0 13 0 42828365 1583001600 81477 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10106] ppid=10100 vsize=1545900 CPUtime=1.86
/proc/10102/task/10106/stat : 10106 (java) S 10100 10102 10077 0 -1 4202560 18865 0 0 0 175 11 0 0 16 0 13 0 42828365 1583001600 81477 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10107] ppid=10100 vsize=1545900 CPUtime=0.01
/proc/10102/task/10107/stat : 10107 (java) S 10100 10102 10077 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 13 0 42828367 1583001600 81477 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10108] ppid=10100 vsize=1545900 CPUtime=0
/proc/10102/task/10108/stat : 10108 (java) S 10100 10102 10077 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 42828367 1583001600 81477 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10109] ppid=10100 vsize=1545900 CPUtime=0
/proc/10102/task/10109/stat : 10109 (java) S 10100 10102 10077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 42828367 1583001600 81477 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10110] ppid=10100 vsize=1545900 CPUtime=0

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

[pid=10102/tid=10108] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10108/stat : 10108 (java) S 10100 10102 10077 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 42828367 1581953024 149616 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10109] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10109/stat : 10109 (java) S 10100 10102 10077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 42828367 1581953024 149616 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10110] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10110/stat : 10110 (java) S 10100 10102 10077 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 42828372 1581953024 149616 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10111] ppid=10100 vsize=1544876 CPUtime=1.93
/proc/10102/task/10111/stat : 10111 (java) S 10100 10102 10077 0 -1 4202560 834 0 0 0 193 0 0 0 15 0 13 0 42828372 1581953024 149616 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10112] ppid=10100 vsize=1544876 CPUtime=3.61
/proc/10102/task/10112/stat : 10112 (java) S 10100 10102 10077 0 -1 4202560 12904 0 0 0 355 6 0 0 15 0 13 0 42828372 1581953024 149616 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10113] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10113/stat : 10113 (java) S 10100 10102 10077 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 42828372 1581953024 149616 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10114] ppid=10100 vsize=1544876 CPUtime=0.02
/proc/10102/task/10114/stat : 10114 (java) S 10100 10102 10077 0 -1 4202560 87 0 0 0 1 1 0 0 15 0 13 0 42828372 1581953024 149616 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10115] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10115/stat : 10115 (java) S 10100 10102 10077 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 42829170 1581953024 149616 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1553.02
Current children cumulated vsize (KiB) 1544876

[startup+1542.3 s]
/proc/loadavg: 1.00 1.03 1.06 2/119 10169
/proc/meminfo: memFree=1038372/2059040 swapFree=4140236/4192956
[pid=10102] ppid=10100 vsize=1544876 CPUtime=1616.61
/proc/10102/stat : 10102 (java) S 10100 10102 10077 0 -1 4202496 180651 0 1 0 161261 400 0 0 21 0 13 0 42828362 1581953024 150405 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10102/statm: 386219 150405 1452 10 0 383521 0
[pid=10102/tid=10104] ppid=10100 vsize=1544876 CPUtime=1458.59
/proc/10102/task/10104/stat : 10104 (java) R 10100 10102 10077 0 -1 4202560 33893 0 1 0 145802 57 0 0 25 0 13 0 42828363 1581953024 150405 1992294400 134512640 134550932 4291972640 18446744073709551615 4109418378 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10102/tid=10105] ppid=10100 vsize=1544876 CPUtime=73.52
/proc/10102/task/10105/stat : 10105 (java) S 10100 10102 10077 0 -1 4202560 61091 0 0 0 7194 158 0 0 16 0 13 0 42828365 1581953024 150405 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10106] ppid=10100 vsize=1544876 CPUtime=73.47
/proc/10102/task/10106/stat : 10106 (java) S 10100 10102 10077 0 -1 4202560 55270 0 0 0 7190 157 0 0 16 0 13 0 42828365 1581953024 150405 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10107] ppid=10100 vsize=1544876 CPUtime=5.39
/proc/10102/task/10107/stat : 10107 (java) S 10100 10102 10077 0 -1 4202560 15498 0 0 0 523 16 0 0 15 0 13 0 42828367 1581953024 150405 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10108] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10108/stat : 10108 (java) S 10100 10102 10077 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 42828367 1581953024 150405 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10109] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10109/stat : 10109 (java) S 10100 10102 10077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 42828367 1581953024 150405 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10110] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10110/stat : 10110 (java) S 10100 10102 10077 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 42828372 1581953024 150405 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10111] ppid=10100 vsize=1544876 CPUtime=1.93
/proc/10102/task/10111/stat : 10111 (java) S 10100 10102 10077 0 -1 4202560 834 0 0 0 193 0 0 0 15 0 13 0 42828372 1581953024 150405 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10112] ppid=10100 vsize=1544876 CPUtime=3.61
/proc/10102/task/10112/stat : 10112 (java) S 10100 10102 10077 0 -1 4202560 12904 0 0 0 355 6 0 0 15 0 13 0 42828372 1581953024 150405 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10113] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10113/stat : 10113 (java) S 10100 10102 10077 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 42828372 1581953024 150405 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10114] ppid=10100 vsize=1544876 CPUtime=0.02
/proc/10102/task/10114/stat : 10114 (java) S 10100 10102 10077 0 -1 4202560 91 0 0 0 1 1 0 0 15 0 13 0 42828372 1581953024 150405 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10115] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10115/stat : 10115 (java) S 10100 10102 10077 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 42829170 1581953024 150405 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1616.61
Current children cumulated vsize (KiB) 1544876

[startup+1602.3 s]
/proc/loadavg: 1.19 1.08 1.07 2/119 10171
/proc/meminfo: memFree=1017044/2059040 swapFree=4140236/4192956
[pid=10102] ppid=10100 vsize=1544876 CPUtime=1680.09
/proc/10102/stat : 10102 (java) S 10100 10102 10077 0 -1 4202496 186140 0 1 0 167592 417 0 0 21 0 13 0 42828362 1581953024 155784 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10102/statm: 386219 155784 1452 10 0 383521 0
[pid=10102/tid=10104] ppid=10100 vsize=1544876 CPUtime=1514.82
/proc/10102/task/10104/stat : 10104 (java) R 10100 10102 10077 0 -1 4202560 33956 0 1 0 151425 57 0 0 25 0 13 0 42828363 1581953024 155784 1992294400 134512640 134550932 4291972640 18446744073709551615 4109441635 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10102/tid=10105] ppid=10100 vsize=1544876 CPUtime=77.13
/proc/10102/task/10105/stat : 10105 (java) S 10100 10102 10077 0 -1 4202560 64039 0 0 0 7547 166 0 0 16 0 13 0 42828365 1581953024 155784 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10106] ppid=10100 vsize=1544876 CPUtime=77.08
/proc/10102/task/10106/stat : 10106 (java) S 10100 10102 10077 0 -1 4202560 57744 0 0 0 7543 165 0 0 16 0 13 0 42828365 1581953024 155784 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10107] ppid=10100 vsize=1544876 CPUtime=5.41
/proc/10102/task/10107/stat : 10107 (java) S 10100 10102 10077 0 -1 4202560 15500 0 0 0 524 17 0 0 15 0 13 0 42828367 1581953024 155784 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10108] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10108/stat : 10108 (java) S 10100 10102 10077 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 42828367 1581953024 155784 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10109] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10109/stat : 10109 (java) S 10100 10102 10077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 42828367 1581953024 155784 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10110] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10110/stat : 10110 (java) S 10100 10102 10077 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 42828372 1581953024 155784 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10111] ppid=10100 vsize=1544876 CPUtime=1.93
/proc/10102/task/10111/stat : 10111 (java) S 10100 10102 10077 0 -1 4202560 834 0 0 0 193 0 0 0 15 0 13 0 42828372 1581953024 155784 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10112] ppid=10100 vsize=1544876 CPUtime=3.61
/proc/10102/task/10112/stat : 10112 (java) S 10100 10102 10077 0 -1 4202560 12904 0 0 0 355 6 0 0 15 0 13 0 42828372 1581953024 155784 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10113] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10113/stat : 10113 (java) S 10100 10102 10077 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 42828372 1581953024 155784 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10114] ppid=10100 vsize=1544876 CPUtime=0.02
/proc/10102/task/10114/stat : 10114 (java) S 10100 10102 10077 0 -1 4202560 93 0 0 0 1 1 0 0 15 0 13 0 42828372 1581953024 155784 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10115] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10115/stat : 10115 (java) S 10100 10102 10077 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 42829170 1581953024 155784 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1680.09
Current children cumulated vsize (KiB) 1544876

[startup+1662.3 s]
/proc/loadavg: 1.07 1.06 1.07 2/119 10171
/proc/meminfo: memFree=995840/2059040 swapFree=4140236/4192956
[pid=10102] ppid=10100 vsize=1544876 CPUtime=1743.44
/proc/10102/stat : 10102 (java) S 10100 10102 10077 0 -1 4202496 191492 0 1 0 173907 437 0 0 21 0 13 0 42828362 1581953024 161025 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10102/statm: 386219 161025 1452 10 0 383521 0
[pid=10102/tid=10104] ppid=10100 vsize=1544876 CPUtime=1571.2
/proc/10102/task/10104/stat : 10104 (java) R 10100 10102 10077 0 -1 4202560 34019 0 1 0 157061 59 0 0 25 0 13 0 42828363 1581953024 161025 1992294400 134512640 134550932 4291972640 18446744073709551615 4109840359 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=10102/tid=10105] ppid=10100 vsize=1544876 CPUtime=80.6
/proc/10102/task/10105/stat : 10105 (java) S 10100 10102 10077 0 -1 4202560 66687 0 0 0 7885 175 0 0 16 0 13 0 42828365 1581953024 161025 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10106] ppid=10100 vsize=1544876 CPUtime=80.57
/proc/10102/task/10106/stat : 10106 (java) S 10100 10102 10077 0 -1 4202560 60377 0 0 0 7884 173 0 0 15 0 13 0 42828365 1581953024 161025 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10107] ppid=10100 vsize=1544876 CPUtime=5.42
/proc/10102/task/10107/stat : 10107 (java) S 10100 10102 10077 0 -1 4202560 15504 0 0 0 525 17 0 0 16 0 13 0 42828367 1581953024 161025 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10108] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10108/stat : 10108 (java) S 10100 10102 10077 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 42828367 1581953024 161025 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10109] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10109/stat : 10109 (java) S 10100 10102 10077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 42828367 1581953024 161025 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10110] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10110/stat : 10110 (java) S 10100 10102 10077 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 42828372 1581953024 161025 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10111] ppid=10100 vsize=1544876 CPUtime=1.93
/proc/10102/task/10111/stat : 10111 (java) S 10100 10102 10077 0 -1 4202560 834 0 0 0 193 0 0 0 15 0 13 0 42828372 1581953024 161025 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10112] ppid=10100 vsize=1544876 CPUtime=3.61
/proc/10102/task/10112/stat : 10112 (java) S 10100 10102 10077 0 -1 4202560 12904 0 0 0 355 6 0 0 15 0 13 0 42828372 1581953024 161025 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10113] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10113/stat : 10113 (java) S 10100 10102 10077 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 42828372 1581953024 161025 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10114] ppid=10100 vsize=1544876 CPUtime=0.02
/proc/10102/task/10114/stat : 10114 (java) S 10100 10102 10077 0 -1 4202560 97 0 0 0 1 1 0 0 15 0 13 0 42828372 1581953024 161025 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10115] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10115/stat : 10115 (java) S 10100 10102 10077 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 42829170 1581953024 161025 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1743.44
Current children cumulated vsize (KiB) 1544876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1715.5 s]
/proc/loadavg: 1.03 1.05 1.06 2/119 10173
/proc/meminfo: memFree=978604/2059040 swapFree=4140236/4192956
[pid=10102] ppid=10100 vsize=1544876 CPUtime=1800.08
/proc/10102/stat : 10102 (java) S 10100 10102 10077 0 -1 4202496 200111 0 1 0 179546 462 0 0 21 0 13 0 42828362 1581953024 165009 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10102/statm: 386219 165009 1452 10 0 383521 0
[pid=10102/tid=10104] ppid=10100 vsize=1544876 CPUtime=1619.36
/proc/10102/task/10104/stat : 10104 (java) R 10100 10102 10077 0 -1 4202560 34074 0 1 0 161874 62 0 0 20 0 13 0 42828363 1581953024 165009 1992294400 134512640 134550932 4291972640 18446744073709551615 4109843332 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=10102/tid=10105] ppid=10100 vsize=1544876 CPUtime=83.7
/proc/10102/task/10105/stat : 10105 (java) S 10100 10102 10077 0 -1 4202560 68654 0 0 0 8186 184 0 0 16 0 13 0 42828365 1581953024 165009 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10106] ppid=10100 vsize=1544876 CPUtime=83.7
/proc/10102/task/10106/stat : 10106 (java) S 10100 10102 10077 0 -1 4202560 62383 0 0 0 8185 185 0 0 16 0 13 0 42828365 1581953024 165009 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10107] ppid=10100 vsize=1544876 CPUtime=7.19
/proc/10102/task/10107/stat : 10107 (java) S 10100 10102 10077 0 -1 4202560 19352 0 0 0 700 19 0 0 15 0 13 0 42828367 1581953024 165009 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10108] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10108/stat : 10108 (java) S 10100 10102 10077 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 13 0 42828367 1581953024 165009 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10109] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10109/stat : 10109 (java) S 10100 10102 10077 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 42828367 1581953024 165009 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10110] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10110/stat : 10110 (java) S 10100 10102 10077 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 42828372 1581953024 165009 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10111] ppid=10100 vsize=1544876 CPUtime=2.18
/proc/10102/task/10111/stat : 10111 (java) S 10100 10102 10077 0 -1 4202560 865 0 0 0 218 0 0 0 15 0 13 0 42828372 1581953024 165009 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10112] ppid=10100 vsize=1544876 CPUtime=3.86
/proc/10102/task/10112/stat : 10112 (java) S 10100 10102 10077 0 -1 4202560 13612 0 0 0 379 7 0 0 16 0 13 0 42828372 1581953024 165009 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10113] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10113/stat : 10113 (java) S 10100 10102 10077 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 42828372 1581953024 165009 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=10102/tid=10114] ppid=10100 vsize=1544876 CPUtime=0.02
/proc/10102/task/10114/stat : 10114 (java) S 10100 10102 10077 0 -1 4202560 101 0 0 0 1 1 0 0 15 0 13 0 42828372 1581953024 165009 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=10102/tid=10115] ppid=10100 vsize=1544876 CPUtime=0
/proc/10102/task/10115/stat : 10115 (java) S 10100 10102 10077 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 42829170 1581953024 165009 1992294400 134512640 134550932 4291972640 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1544876

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

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

[startup+1715.62 s]
/proc/loadavg: 1.03 1.05 1.06 2/119 10173
/proc/meminfo: memFree=978604/2059040 swapFree=4140236/4192956
[pid=10102] ppid=10100 vsize=0 CPUtime=1800.23
/proc/10102/stat : 10102 (java) Z 10100 10102 10077 0 -1 4203548 200132 0 1 0 179556 467 0 0 17 0 2 0 42828362 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/10102/statm: 0 0 0 0 0 0 0
[pid=10102/tid=10104] ppid=10100 vsize=0 CPUtime=1619.44
/proc/10102/task/10104/stat : 10104 (java) R 10100 10102 10077 0 -1 4203588 34074 0 1 0 161877 67 0 0 18 0 2 0 42828363 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1715.64
CPU time (s): 1800.26
CPU user time (s): 1795.57
CPU system time (s): 4.69629
CPU usage (%): 104.933
Max. virtual memory (cumulated for all children) (KiB): 1560244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.57
system time used= 4.69629
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200132
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= 54985
involuntary context switches= 50577

runsolver used 4.04239 second user time and 10.1645 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-16 14:36:05
IDJOB=2661461
IDBENCH=71883
IDSOLVER=1165
FILE ID=node027/2661461-1276691764
PBS_JOBID= 11172621
Free space on /tmp= 62524 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_3000_5__126_2812__16.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661461-1276691764/watcher-2661461-1276691764 -o /tmp/evaluation-result-2661461-1276691764/solver-2661461-1276691764 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661461-1276691764.opb

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

MD5SUM BENCH= 50c46af9fb7047a2695734d4451d8396
RANDOM SEED=243888579

node027.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		: 2800.261
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	: 5600.52
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		: 2800.261
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:       1637852 kB
Buffers:         86852 kB
Cached:         237636 kB
SwapCached:       6244 kB
Active:         139404 kB
Inactive:       198468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1637852 kB
SwapTotal:     4192956 kB
SwapFree:      4140236 kB
Dirty:           11352 kB
Writeback:          76 kB
AnonPages:       11604 kB
Mapped:          13044 kB
Slab:            61436 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182292 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62524 MiB
End job on node027 at 2010-06-16 15:04:43