Trace number 2661428

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.35 1724.92

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__32.opb
MD5SUMf1b12c33aaac68f20158d6377be96ea7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark182039
Best CPU time to get the best result obtained on this benchmark1801.18
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables482998
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 constraint32
Maximum length of a constraint1441
Number of terms in the objective function 480000
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 16255252768
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 16255252768
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.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2661428-1276689475.opb
0.22/0.21	c reading problem ... 
14.53/11.34	c ... done. Wall clock time 11.133s.
14.53/11.34	c #vars     482998
14.53/11.34	c #constraints  21000
14.53/11.35	c constraints type 
14.53/11.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
14.53/11.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
14.53/11.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
606.55/575.12	c cleaning 0 clauses out of 5000 with flag 0/5000
1049.22/1003.78	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.10/1724.72	c starts		: 44
1800.10/1724.72	c conflicts		: 18000
1800.10/1724.72	c decisions		: 48520345
1800.10/1724.72	c propagations		: 112151002
1800.10/1724.72	c inspects		: 635353437
1800.10/1724.72	c learnt literals	: 0
1800.10/1724.72	c learnt binary clauses	: 0
1800.10/1724.72	c learnt ternary clauses	: 0
1800.10/1724.72	c learnt clauses	: 18000
1800.10/1724.72	c ignored clauses	: 0
1800.10/1724.72	c root simplifications	: 0
1800.10/1724.72	c removed literals (reason simplification)	: 0
1800.10/1724.72	c reason swapping (by a shorter reason)	: 0
1800.10/1724.72	c Calls to reduceDB	: 2
1800.10/1724.72	c number of reductions to clauses (during analyze)	: 0
1800.10/1724.72	c number of learned constraints concerned by reduction	: 0
1800.10/1724.72	c number of learning phase by resolution	: 0
1800.10/1724.72	c number of learning phase by cutting planes	: 0
1800.10/1724.72	c speed (assignments/second)	: 65456.34424768482
1800.10/1724.72	c non guided choices	17270071
1800.10/1724.77	c learnt constraints type 
1800.10/1724.77	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3638
1800.10/1724.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14362
1800.10/1724.77	c constraints type 
1800.10/1724.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.10/1724.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15002
1800.10/1724.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5996
1800.10/1724.77	s UNKNOWN
1800.10/1724.77	c Total wall clock time (in seconds): 1724.561

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 19313
/proc/meminfo: memFree=1745168/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=1832 CPUtime=0
/proc/19313/stat : 19313 (java6) R 19311 19313 18933 0 -1 4194304 218 0 0 0 0 0 0 0 23 0 1 0 10241135 1875968 122 1992294400 134512640 134550932 4294393264 18446744073709551615 9425671 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19313/statm: 458 128 92 10 0 63 0

[startup+0.020705 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 19313
/proc/meminfo: memFree=1745168/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=13716 CPUtime=0
/proc/19313/stat : 19313 (java) S 19311 19313 18933 0 -1 4202496 1219 0 1 0 0 0 0 0 23 0 2 0 10241135 14045184 666 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/19313/statm: 3429 666 335 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13716

[startup+0.101712 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 19313
/proc/meminfo: memFree=1745168/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=1524184 CPUtime=0.08
/proc/19313/stat : 19313 (java) S 19311 19313 18933 0 -1 4202496 3960 0 1 0 6 2 0 0 23 0 12 0 10241135 1560764416 3399 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19313/statm: 381046 3399 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300736 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 19313
/proc/meminfo: memFree=1745168/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=1525640 CPUtime=0.35
/proc/19313/stat : 19313 (java) S 19311 19313 18933 0 -1 4202496 7994 0 1 0 32 3 0 0 23 0 12 0 10241135 1562255360 7431 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19313/statm: 381410 7431 1360 10 0 378712 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1525640

[startup+0.70078 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 19313
/proc/meminfo: memFree=1745168/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=1527840 CPUtime=1.01
/proc/19313/stat : 19313 (java) S 19311 19313 18933 0 -1 4202496 12770 0 1 0 96 5 0 0 23 0 12 0 10241135 1564508160 12105 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19313/statm: 381960 12105 1397 10 0 379262 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1527840

[startup+1.50186 s]
/proc/loadavg: 1.00 1.00 1.00 2/117 19325
/proc/meminfo: memFree=1676812/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=1527840 CPUtime=1.81
/proc/19313/stat : 19313 (java) S 19311 19313 18933 0 -1 4202496 29057 0 1 0 171 10 0 0 23 0 12 0 10241135 1564508160 28392 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19313/statm: 381960 28393 1397 10 0 379262 0
[pid=19313/tid=19315] ppid=19311 vsize=1527840 CPUtime=1.46
/proc/19313/task/19315/stat : 19315 (java) R 19311 19313 18933 0 -1 4202560 26797 0 1 0 137 9 0 0 25 0 12 0 10241137 1564508160 28394 1992294400 134512640 134550932 4294089888 18446744073709551615 4109060016 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19313/tid=19316] ppid=19311 vsize=1527840 CPUtime=0
/proc/19313/task/19316/stat : 19316 (java) S 19311 19313 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10241138 1564508160 28395 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19317] ppid=19311 vsize=1527840 CPUtime=0
/proc/19313/task/19317/stat : 19317 (java) S 19311 19313 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10241138 1564508160 28396 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19318] ppid=19311 vsize=1527840 CPUtime=0
/proc/19313/task/19318/stat : 19318 (java) S 19311 19313 18933 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 10241140 1564508160 28397 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19319] ppid=19311 vsize=1527840 CPUtime=0
/proc/19313/task/19319/stat : 19319 (java) S 19311 19313 18933 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 10241141 1564508160 28398 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19320] ppid=19311 vsize=1527840 CPUtime=0
/proc/19313/task/19320/stat : 19320 (java) S 19311 19313 18933 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 12 0 10241141 1564508160 28399 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19321] ppid=19311 vsize=1527840 CPUtime=0
/proc/19313/task/19321/stat : 19321 (java) S 19311 19313 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10241145 1564508160 28400 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19322] ppid=19311 vsize=1527840 CPUtime=0.05
/proc/19313/task/19322/stat : 19322 (java) S 19311 19313 18933 0 -1 4202560 135 0 0 0 5 0 0 0 24 0 12 0 10241145 1564508160 28404 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19323] ppid=19311 vsize=1527840 CPUtime=0.27
/proc/19313/task/19323/stat : 19323 (java) S 19311 19313 18933 0 -1 4202560 1065 0 0 0 27 0 0 0 16 0 12 0 10241145 1564508160 28405 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19324] ppid=19311 vsize=1527840 CPUtime=0
/proc/19313/task/19324/stat : 19324 (java) S 19311 19313 18933 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10241145 1564508160 28406 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19325] ppid=19311 vsize=1527840 CPUtime=0
/proc/19313/task/19325/stat : 19325 (java) S 19311 19313 18933 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10241145 1564508160 28407 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 1527840

[startup+3.10203 s]
/proc/loadavg: 1.00 1.00 1.00 2/117 19325
/proc/meminfo: memFree=1586664/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=1527840 CPUtime=3.59
/proc/19313/stat : 19313 (java) S 19311 19313 18933 0 -1 4202496 41301 0 1 0 344 15 0 0 23 0 12 0 10241135 1564508160 40622 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19313/statm: 381960 40622 1409 10 0 379262 0
[pid=19313/tid=19315] ppid=19311 vsize=1527840 CPUtime=2.96
/proc/19313/task/19315/stat : 19315 (java) R 19311 19313 18933 0 -1 4202560 32004 0 1 0 285 11 0 0 25 0 12 0 10241137 1564508160 40622 1992294400 134512640 134550932 4294089888 18446744073709551615 4109059784 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19313/tid=19316] ppid=19311 vsize=1527840 CPUtime=0.09
/proc/19313/task/19316/stat : 19316 (java) S 19311 19313 18933 0 -1 4202560 2769 0 0 0 8 1 0 0 18 0 12 0 10241138 1564508160 40622 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19317] ppid=19311 vsize=1527840 CPUtime=0.09
/proc/19313/task/19317/stat : 19317 (java) S 19311 19313 18933 0 -1 4202560 4243 0 0 0 8 1 0 0 18 0 12 0 10241138 1564508160 40622 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19318] ppid=19311 vsize=1527840 CPUtime=0
/proc/19313/task/19318/stat : 19318 (java) S 19311 19313 18933 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10241140 1564508160 40622 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19319] ppid=19311 vsize=1527840 CPUtime=0
/proc/19313/task/19319/stat : 19319 (java) S 19311 19313 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10241141 1564508160 40622 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19320] ppid=19311 vsize=1527840 CPUtime=0
/proc/19313/task/19320/stat : 19320 (java) S 19311 19313 18933 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 10241141 1564508160 40622 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19321] ppid=19311 vsize=1527840 CPUtime=0
/proc/19313/task/19321/stat : 19321 (java) S 19311 19313 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10241145 1564508160 40622 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19322] ppid=19311 vsize=1527840 CPUtime=0.1
/proc/19313/task/19322/stat : 19322 (java) R 19311 19313 18933 0 -1 4202560 139 0 0 0 10 0 0 0 17 0 12 0 10241145 1564508160 40622 1992294400 134512640 134550932 4294089888 18446744073709551615 106827796 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19313/tid=19323] ppid=19311 vsize=1527840 CPUtime=0.31
/proc/19313/task/19323/stat : 19323 (java) R 19311 19313 18933 0 -1 4202560 1074 0 0 0 31 0 0 0 15 0 12 0 10241145 1564508160 40622 1992294400 134512640 134550932 4294089888 18446744073709551615 106115611 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19313/tid=19324] ppid=19311 vsize=1527840 CPUtime=0
/proc/19313/task/19324/stat : 19324 (java) S 19311 19313 18933 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10241145 1564508160 40622 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19325] ppid=19311 vsize=1527840 CPUtime=0
/proc/19313/task/19325/stat : 19325 (java) S 19311 19313 18933 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10241145 1564508160 40622 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 1527840

[startup+6.30136 s]
/proc/loadavg: 1.08 1.02 1.01 2/117 19327
/proc/meminfo: memFree=1468368/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=1535736 CPUtime=8.01
/proc/19313/stat : 19313 (java) S 19311 19313 18933 0 -1 4202496 84245 0 1 0 769 32 0 0 23 0 12 0 10241135 1572593664 76956 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19313/statm: 383934 76956 1418 10 0 381236 0
[pid=19313/tid=19315] ppid=19311 vsize=1535736 CPUtime=5.19
/proc/19313/task/19315/stat : 19315 (java) R 19311 19313 18933 0 -1 4202560 32009 0 1 0 507 12 0 0 23 0 12 0 10241137 1572593664 76956 1992294400 134512640 134550932 4294089888 18446744073709551615 4109002690 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19313/tid=19316] ppid=19311 vsize=1535736 CPUtime=0.9
/proc/19313/task/19316/stat : 19316 (java) S 19311 19313 18933 0 -1 4202560 23135 0 0 0 82 8 0 0 16 0 12 0 10241138 1572593664 76956 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19317] ppid=19311 vsize=1535736 CPUtime=0.85
/proc/19313/task/19317/stat : 19317 (java) S 19311 19313 18933 0 -1 4202560 22390 0 0 0 75 10 0 0 16 0 12 0 10241138 1572593664 76956 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19318] ppid=19311 vsize=1535736 CPUtime=0
/proc/19313/task/19318/stat : 19318 (java) S 19311 19313 18933 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10241140 1572593664 76956 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19319] ppid=19311 vsize=1535736 CPUtime=0
/proc/19313/task/19319/stat : 19319 (java) S 19311 19313 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10241141 1572593664 76956 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19320] ppid=19311 vsize=1535736 CPUtime=0
/proc/19313/task/19320/stat : 19320 (java) S 19311 19313 18933 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 12 0 10241141 1572593664 76956 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19321] ppid=19311 vsize=1535736 CPUtime=0
/proc/19313/task/19321/stat : 19321 (java) S 19311 19313 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10241145 1572593664 76956 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19322] ppid=19311 vsize=1535736 CPUtime=0.6
/proc/19313/task/19322/stat : 19322 (java) S 19311 19313 18933 0 -1 4202560 4179 0 0 0 59 1 0 0 18 0 12 0 10241145 1572593664 76956 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19323] ppid=19311 vsize=1535736 CPUtime=0.46
/proc/19313/task/19323/stat : 19323 (java) S 19311 19313 18933 0 -1 4202560 1460 0 0 0 46 0 0 0 16 0 12 0 10241145 1572593664 76956 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19324] ppid=19311 vsize=1535736 CPUtime=0
/proc/19313/task/19324/stat : 19324 (java) S 19311 19313 18933 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10241145 1572593664 76956 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19325] ppid=19311 vsize=1535736 CPUtime=0
/proc/19313/task/19325/stat : 19325 (java) S 19311 19313 18933 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10241145 1572593664 76956 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 8.01
Current children cumulated vsize (KiB) 1535736

[startup+12.702 s]
/proc/loadavg: 1.23 1.05 1.02 2/117 19327
/proc/meminfo: memFree=1322172/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=1535416 CPUtime=16.43
/proc/19313/stat : 19313 (java) S 19311 19313 18933 0 -1 4202496 120728 0 1 0 1590 53 0 0 23 0 13 0 10241135 1572265984 110024 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19313/statm: 383854 110024 1440 10 0 381156 0
[pid=19313/tid=19315] ppid=19311 vsize=1535416 CPUtime=9.8
/proc/19313/task/19315/stat : 19315 (java) R 19311 19313 18933 0 -1 4202560 32071 0 1 0 968 12 0 0 25 0 13 0 10241137 1572265984 110024 1992294400 134512640 134550932 4294089888 18446744073709551615 4109457959 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19313/tid=19316] ppid=19311 vsize=1535416 CPUtime=2.34
/proc/19313/task/19316/stat : 19316 (java) S 19311 19313 18933 0 -1 4202560 41846 0 0 0 216 18 0 0 16 0 13 0 10241138 1572265984 110024 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19317] ppid=19311 vsize=1535416 CPUtime=2.27
/proc/19313/task/19317/stat : 19317 (java) S 19311 19313 18933 0 -1 4202560 40018 0 0 0 208 19 0 0 15 0 13 0 10241138 1572265984 110024 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19318] ppid=19311 vsize=1535416 CPUtime=0
/proc/19313/task/19318/stat : 19318 (java) S 19311 19313 18933 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 10241140 1572265984 110024 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19319] ppid=19311 vsize=1535416 CPUtime=0
/proc/19313/task/19319/stat : 19319 (java) S 19311 19313 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10241141 1572265984 110024 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19320] ppid=19311 vsize=1535416 CPUtime=0
/proc/19313/task/19320/stat : 19320 (java) S 19311 19313 18933 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 10241141 1572265984 110024 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19321] ppid=19311 vsize=1535416 CPUtime=0
/proc/19313/task/19321/stat : 19321 (java) S 19311 19313 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10241145 1572265984 110024 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19322] ppid=19311 vsize=1535416 CPUtime=1.02
/proc/19313/task/19322/stat : 19322 (java) S 19311 19313 18933 0 -1 4202560 4215 0 0 0 101 1 0 0 15 0 13 0 10241145 1572265984 110024 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19323] ppid=19311 vsize=1535416 CPUtime=0.95
/proc/19313/task/19323/stat : 19323 (java) S 19311 19313 18933 0 -1 4202560 1501 0 0 0 95 0 0 0 15 0 13 0 10241145 1572265984 110024 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19324] ppid=19311 vsize=1535416 CPUtime=0
/proc/19313/task/19324/stat : 19324 (java) S 19311 19313 18933 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10241145 1572265984 110024 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19325] ppid=19311 vsize=1535416 CPUtime=0
/proc/19313/task/19325/stat : 19325 (java) S 19311 19313 18933 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 10241145 1572265984 110024 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 16.43
Current children cumulated vsize (KiB) 1535416

[startup+25.5014 s]
/proc/loadavg: 1.18 1.05 1.01 2/118 19328
/proc/meminfo: memFree=1307036/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=1535416 CPUtime=30.44
/proc/19313/stat : 19313 (java) S 19311 19313 18933 0 -1 4202496 121388 0 1 0 2988 56 0 0 23 0 13 0 10241135 1572265984 110664 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19313/statm: 383854 110664 1441 10 0 381156 0
[pid=19313/tid=19315] ppid=19311 vsize=1535416 CPUtime=21.81
/proc/19313/task/19315/stat : 19315 (java) R 19311 19313 18933 0 -1 4202560 32103 0 1 0 2168 13 0 0 25 0 13 0 10241137 1572265984 110664 1992294400 134512640 134550932 4294089888 18446744073709551615 4109556994 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19313/tid=19316] ppid=19311 vsize=1535416 CPUtime=2.8
/proc/19313/task/19316/stat : 19316 (java) S 19311 19313 18933 0 -1 4202560 42097 0 0 0 261 19 0 0 15 0 13 0 10241138 1572265984 110664 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19317] ppid=19311 vsize=1535416 CPUtime=2.73
/proc/19313/task/19317/stat : 19317 (java) S 19311 19313 18933 0 -1 4202560 40305 0 0 0 253 20 0 0 16 0 13 0 10241138 1572265984 110664 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19318] ppid=19311 vsize=1535416 CPUtime=0
/proc/19313/task/19318/stat : 19318 (java) S 19311 19313 18933 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 13 0 10241140 1572265984 110664 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19319] ppid=19311 vsize=1535416 CPUtime=0
/proc/19313/task/19319/stat : 19319 (java) S 19311 19313 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10241141 1572265984 110664 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19320] ppid=19311 vsize=1535416 CPUtime=0
/proc/19313/task/19320/stat : 19320 (java) S 19311 19313 18933 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 10241141 1572265984 110664 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19321] ppid=19311 vsize=1535416 CPUtime=0
/proc/19313/task/19321/stat : 19321 (java) S 19311 19313 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10241145 1572265984 110664 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19322] ppid=19311 vsize=1535416 CPUtime=1.7

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

/proc/19313/task/19324/stat : 19324 (java) S 19311 19313 18933 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10241145 1577500672 324423 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19325] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19325/stat : 19325 (java) S 19311 19313 18933 0 -1 4202560 87 0 0 0 0 0 0 0 15 0 13 0 10241145 1577500672 324423 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19328] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19328/stat : 19328 (java) S 19311 19313 18933 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 10242398 1577500672 324423 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1609.08
Current children cumulated vsize (KiB) 1540528

[startup+1602.3 s]
/proc/loadavg: 1.03 1.06 1.05 2/118 19379
/proc/meminfo: memFree=437920/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=1540528 CPUtime=1672.03
/proc/19313/stat : 19313 (java) S 19311 19313 18933 0 -1 4202496 347848 0 1 0 166892 311 0 0 23 0 13 0 10241135 1577500672 327106 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19313/statm: 385132 327106 1452 10 0 382434 0
[pid=19313/tid=19315] ppid=19311 vsize=1540528 CPUtime=1523.67
/proc/19313/task/19315/stat : 19315 (java) R 19311 19313 18933 0 -1 4202560 34451 0 1 0 152343 24 0 0 25 0 13 0 10241137 1577500672 327106 1992294400 134512640 134550932 4294089888 18446744073709551615 4109108422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19313/tid=19316] ppid=19311 vsize=1540528 CPUtime=70.48
/proc/19313/task/19316/stat : 19316 (java) S 19311 19313 18933 0 -1 4202560 151571 0 0 0 6917 131 0 0 16 0 13 0 10241138 1577500672 327106 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19317] ppid=19311 vsize=1540528 CPUtime=70.46
/proc/19313/task/19317/stat : 19317 (java) S 19311 19313 18933 0 -1 4202560 146189 0 0 0 6909 137 0 0 16 0 13 0 10241138 1577500672 327106 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19318] ppid=19311 vsize=1540528 CPUtime=3.45
/proc/19313/task/19318/stat : 19318 (java) S 19311 19313 18933 0 -1 4202560 6789 0 0 0 330 15 0 0 16 0 13 0 10241140 1577500672 327106 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19319] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19319/stat : 19319 (java) S 19311 19313 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10241141 1577500672 327106 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19320] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19320/stat : 19320 (java) S 19311 19313 18933 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 10241141 1577500672 327106 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19321] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19321/stat : 19321 (java) S 19311 19313 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10241145 1577500672 327106 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19322] ppid=19311 vsize=1540528 CPUtime=2.52
/proc/19313/task/19322/stat : 19322 (java) S 19311 19313 18933 0 -1 4202560 6160 0 0 0 250 2 0 0 15 0 13 0 10241145 1577500672 327106 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19323] ppid=19311 vsize=1540528 CPUtime=1.39
/proc/19313/task/19323/stat : 19323 (java) S 19311 19313 18933 0 -1 4202560 1529 0 0 0 139 0 0 0 16 0 13 0 10241145 1577500672 327106 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19324] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19324/stat : 19324 (java) S 19311 19313 18933 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10241145 1577500672 327106 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19325] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19325/stat : 19325 (java) S 19311 19313 18933 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 10241145 1577500672 327106 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19328] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19328/stat : 19328 (java) S 19311 19313 18933 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 10242398 1577500672 327106 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1672.03
Current children cumulated vsize (KiB) 1540528

[startup+1662.3 s]
/proc/loadavg: 1.07 1.07 1.05 2/118 19381
/proc/meminfo: memFree=416220/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=1540528 CPUtime=1735.03
/proc/19313/stat : 19313 (java) S 19311 19313 18933 0 -1 4202496 353436 0 1 0 173183 320 0 0 23 0 13 0 10241135 1577500672 332550 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19313/statm: 385132 332550 1452 10 0 382434 0
[pid=19313/tid=19315] ppid=19311 vsize=1540528 CPUtime=1580.2
/proc/19313/task/19315/stat : 19315 (java) R 19311 19313 18933 0 -1 4202560 34514 0 1 0 157996 24 0 0 20 0 13 0 10241137 1577500672 332550 1992294400 134512640 134550932 4294089888 18446744073709551615 4109492352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19313/tid=19316] ppid=19311 vsize=1540528 CPUtime=73.69
/proc/19313/task/19316/stat : 19316 (java) S 19311 19313 18933 0 -1 4202560 153514 0 0 0 7234 135 0 0 16 0 13 0 10241138 1577500672 332550 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19317] ppid=19311 vsize=1540528 CPUtime=73.69
/proc/19313/task/19317/stat : 19317 (java) S 19311 19313 18933 0 -1 4202560 149763 0 0 0 7229 140 0 0 16 0 13 0 10241138 1577500672 332550 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19318] ppid=19311 vsize=1540528 CPUtime=3.46
/proc/19313/task/19318/stat : 19318 (java) S 19311 19313 18933 0 -1 4202560 6793 0 0 0 331 15 0 0 15 0 13 0 10241140 1577500672 332550 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19319] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19319/stat : 19319 (java) S 19311 19313 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10241141 1577500672 332550 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19320] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19320/stat : 19320 (java) S 19311 19313 18933 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 10241141 1577500672 332550 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19321] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19321/stat : 19321 (java) S 19311 19313 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10241145 1577500672 332550 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19322] ppid=19311 vsize=1540528 CPUtime=2.52
/proc/19313/task/19322/stat : 19322 (java) S 19311 19313 18933 0 -1 4202560 6160 0 0 0 250 2 0 0 15 0 13 0 10241145 1577500672 332550 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19323] ppid=19311 vsize=1540528 CPUtime=1.39
/proc/19313/task/19323/stat : 19323 (java) S 19311 19313 18933 0 -1 4202560 1529 0 0 0 139 0 0 0 16 0 13 0 10241145 1577500672 332550 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19324] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19324/stat : 19324 (java) S 19311 19313 18933 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10241145 1577500672 332550 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19325] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19325/stat : 19325 (java) S 19311 19313 18933 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 10241145 1577500672 332550 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19328] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19328/stat : 19328 (java) S 19311 19313 18933 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 10242398 1577500672 332550 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1735.03
Current children cumulated vsize (KiB) 1540528

[startup+1722.3 s]
/proc/loadavg: 1.02 1.05 1.05 2/118 19381
/proc/meminfo: memFree=335124/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=1540528 CPUtime=1797.59
/proc/19313/stat : 19313 (java) S 19311 19313 18933 0 -1 4202496 377288 0 1 0 179424 335 0 0 23 0 13 0 10241135 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19313/statm: 385132 352583 1452 10 0 382434 0
[pid=19313/tid=19315] ppid=19311 vsize=1540528 CPUtime=1635.1
/proc/19313/task/19315/stat : 19315 (java) R 19311 19313 18933 0 -1 4202560 34589 0 1 0 163486 24 0 0 25 0 13 0 10241137 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4109458014 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19313/tid=19316] ppid=19311 vsize=1540528 CPUtime=76.4
/proc/19313/task/19316/stat : 19316 (java) S 19311 19313 18933 0 -1 4202560 163998 0 0 0 7499 141 0 0 16 0 13 0 10241138 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19317] ppid=19311 vsize=1540528 CPUtime=76.4
/proc/19313/task/19317/stat : 19317 (java) S 19311 19313 18933 0 -1 4202560 159348 0 0 0 7493 147 0 0 16 0 13 0 10241138 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19318] ppid=19311 vsize=1540528 CPUtime=5.68
/proc/19313/task/19318/stat : 19318 (java) S 19311 19313 18933 0 -1 4202560 10499 0 0 0 552 16 0 0 15 0 13 0 10241140 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19319] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19319/stat : 19319 (java) S 19311 19313 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10241141 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19320] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19320/stat : 19320 (java) S 19311 19313 18933 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 10241141 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19321] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19321/stat : 19321 (java) S 19311 19313 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10241145 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19322] ppid=19311 vsize=1540528 CPUtime=2.52
/proc/19313/task/19322/stat : 19322 (java) S 19311 19313 18933 0 -1 4202560 6160 0 0 0 250 2 0 0 15 0 13 0 10241145 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19323] ppid=19311 vsize=1540528 CPUtime=1.39
/proc/19313/task/19323/stat : 19323 (java) S 19311 19313 18933 0 -1 4202560 1529 0 0 0 139 0 0 0 16 0 13 0 10241145 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19324] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19324/stat : 19324 (java) S 19311 19313 18933 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10241145 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19325] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19325/stat : 19325 (java) S 19311 19313 18933 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 10241145 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19328] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19328/stat : 19328 (java) S 19311 19313 18933 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 10242398 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1797.59
Current children cumulated vsize (KiB) 1540528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1724.7 s]
/proc/loadavg: 1.02 1.05 1.05 2/118 19381
/proc/meminfo: memFree=335124/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=1540528 CPUtime=1800.1
/proc/19313/stat : 19313 (java) S 19311 19313 18933 0 -1 4202496 377291 0 1 0 179675 335 0 0 23 0 13 0 10241135 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19313/statm: 385132 352583 1452 10 0 382434 0
[pid=19313/tid=19315] ppid=19311 vsize=1540528 CPUtime=1637.4
/proc/19313/task/19315/stat : 19315 (java) R 19311 19313 18933 0 -1 4202560 34592 0 1 0 163716 24 0 0 25 0 13 0 10241137 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4159164610 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19313/tid=19316] ppid=19311 vsize=1540528 CPUtime=76.51
/proc/19313/task/19316/stat : 19316 (java) S 19311 19313 18933 0 -1 4202560 163998 0 0 0 7510 141 0 0 16 0 13 0 10241138 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19317] ppid=19311 vsize=1540528 CPUtime=76.51
/proc/19313/task/19317/stat : 19317 (java) S 19311 19313 18933 0 -1 4202560 159348 0 0 0 7503 148 0 0 16 0 13 0 10241138 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19318] ppid=19311 vsize=1540528 CPUtime=5.68
/proc/19313/task/19318/stat : 19318 (java) S 19311 19313 18933 0 -1 4202560 10499 0 0 0 552 16 0 0 15 0 13 0 10241140 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 0 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19319] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19319/stat : 19319 (java) S 19311 19313 18933 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 10241141 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19320] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19320/stat : 19320 (java) S 19311 19313 18933 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 13 0 10241141 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19321] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19321/stat : 19321 (java) S 19311 19313 18933 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 10241145 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19322] ppid=19311 vsize=1540528 CPUtime=2.52
/proc/19313/task/19322/stat : 19322 (java) S 19311 19313 18933 0 -1 4202560 6160 0 0 0 250 2 0 0 15 0 13 0 10241145 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19323] ppid=19311 vsize=1540528 CPUtime=1.39
/proc/19313/task/19323/stat : 19323 (java) S 19311 19313 18933 0 -1 4202560 1529 0 0 0 139 0 0 0 16 0 13 0 10241145 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19324] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19324/stat : 19324 (java) S 19311 19313 18933 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 10241145 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
[pid=19313/tid=19325] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19325/stat : 19325 (java) S 19311 19313 18933 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 10241145 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 1 0 0 0
[pid=19313/tid=19328] ppid=19311 vsize=1540528 CPUtime=0
/proc/19313/task/19328/stat : 19328 (java) S 19311 19313 18933 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 10242398 1577500672 352583 1992294400 134512640 134550932 4294089888 18446744073709551615 4294960144 0 4 0 16800975 18446604437557350656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 1540528

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

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

[startup+1724.82 s]
/proc/loadavg: 1.02 1.05 1.05 2/118 19381
/proc/meminfo: memFree=335124/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=0 CPUtime=1800.25
/proc/19313/stat : 19313 (java) Z 19311 19313 18933 0 -1 4203548 377312 0 1 0 179686 339 0 0 17 0 2 0 10241135 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19313/statm: 0 0 0 0 0 0 0
[pid=19313/tid=19315] ppid=19311 vsize=0 CPUtime=1637.48
/proc/19313/task/19315/stat : 19315 (java) R 19311 19313 18933 0 -1 4203588 34592 0 1 0 163720 28 0 0 25 0 2 0 10241137 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.25
Current children cumulated vsize (KiB) 0

[startup+1724.9 s]
/proc/loadavg: 1.02 1.05 1.05 2/118 19381
/proc/meminfo: memFree=335124/2059040 swapFree=4148288/4192956
[pid=19313] ppid=19311 vsize=0 CPUtime=1800.32
/proc/19313/stat : 19313 (java) Z 19311 19313 18933 0 -1 4203548 377312 0 1 0 179686 346 0 0 17 0 2 0 10241135 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/19313/statm: 0 0 0 0 0 0 0
[pid=19313/tid=19315] ppid=19311 vsize=0 CPUtime=1637.55
/proc/19313/task/19315/stat : 19315 (java) R 19311 19313 18933 0 -1 4203588 34592 0 1 0 163720 35 0 0 25 0 2 0 10241137 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.32
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1724.92
CPU time (s): 1800.35
CPU user time (s): 1796.87
CPU system time (s): 3.48347
CPU usage (%): 104.373
Max. virtual memory (cumulated for all children) (KiB): 1552780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.87
system time used= 3.48347
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 377312
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= 60078
involuntary context switches= 46893

runsolver used 3.38848 second user time and 9.42357 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-16 13:57:56
IDJOB=2661428
IDBENCH=71850
IDSOLVER=1165
FILE ID=node082/2661428-1276689475
PBS_JOBID= 11172579
Free space on /tmp= 62560 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__32.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661428-1276689475/watcher-2661428-1276689475 -o /tmp/evaluation-result-2661428-1276689475/solver-2661428-1276689475 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661428-1276689475.opb

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

MD5SUM BENCH= f1b12c33aaac68f20158d6377be96ea7
RANDOM SEED=1939559615

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1745564 kB
Buffers:         79996 kB
Cached:         132992 kB
SwapCached:       6844 kB
Active:         123876 kB
Inactive:       110688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1745564 kB
SwapTotal:     4192956 kB
SwapFree:      4148288 kB
Dirty:           22448 kB
Writeback:           0 kB
AnonPages:       18748 kB
Mapped:          13240 kB
Slab:            57120 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182008 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62560 MiB
End job on node082 at 2010-06-16 14:26:43