Trace number 2661482

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.36 1743.41

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__32.opb
MD5SUM88a1b10031770f0260ca582c16661bcb
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark121608
Best CPU time to get the best result obtained on this benchmark1800.96
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables321998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint32
Maximum length of a constraint1409
Number of terms in the objective function 320000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 11088799392
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 11088799392
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.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-2661482-1276693202.opb
0.21/0.22	c reading problem ... 
10.11/8.03	c ... done. Wall clock time 7.816s.
10.11/8.03	c #vars     321998
10.11/8.03	c #constraints  14000
10.11/8.03	c constraints type 
10.11/8.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
10.11/8.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
10.11/8.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
498.33/480.36	c cleaning 0 clauses out of 5000 with flag 0/5000
913.03/884.36	c cleaning 0 clauses out of 11000 with flag 0/11000
1593.31/1542.85	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.09/1743.22	c starts		: 45
1800.09/1743.22	c conflicts		: 19981
1800.09/1743.22	c decisions		: 29198517
1800.09/1743.22	c propagations		: 92587589
1800.09/1743.22	c inspects		: 744061848
1800.09/1743.22	c learnt literals	: 0
1800.09/1743.22	c learnt binary clauses	: 0
1800.09/1743.22	c learnt ternary clauses	: 0
1800.09/1743.22	c learnt clauses	: 19981
1800.09/1743.22	c ignored clauses	: 0
1800.09/1743.22	c root simplifications	: 0
1800.09/1743.22	c removed literals (reason simplification)	: 0
1800.09/1743.22	c reason swapping (by a shorter reason)	: 0
1800.09/1743.22	c Calls to reduceDB	: 3
1800.09/1743.22	c number of reductions to clauses (during analyze)	: 0
1800.09/1743.22	c number of learned constraints concerned by reduction	: 0
1800.09/1743.22	c number of learning phase by resolution	: 0
1800.09/1743.22	c number of learning phase by cutting planes	: 0
1800.09/1743.22	c speed (assignments/second)	: 53361.04020651057
1800.09/1743.22	c non guided choices	4354646
1800.09/1743.27	c learnt constraints type 
1800.09/1743.27	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 4715
1800.09/1743.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
1800.09/1743.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15264
1800.09/1743.27	c constraints type 
1800.09/1743.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
1800.09/1743.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
1800.09/1743.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3996
1800.09/1743.27	s UNKNOWN
1800.09/1743.27	c Total wall clock time (in seconds): 1743.057

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

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


[startup+0 s]
/proc/loadavg: 1.05 1.11 1.05 3/106 9311
/proc/meminfo: memFree=1689460/2059040 swapFree=4140408/4192956
[pid=9311] ppid=9309 vsize=1700 CPUtime=0
/proc/9311/stat : 9311 (java6) R 9309 9311 8861 0 -1 4194304 170 0 0 0 0 0 0 0 19 0 1 0 44924137 1740800 74 1992294400 134512640 134550932 4287418144 18446744073709551615 4387536 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9311/statm: 425 85 63 10 0 30 0

[startup+0.0187959 s]
/proc/loadavg: 1.05 1.11 1.05 3/106 9311
/proc/meminfo: memFree=1689460/2059040 swapFree=4140408/4192956
[pid=9311] ppid=9309 vsize=13480 CPUtime=0
/proc/9311/stat : 9311 (java) S 9309 9311 8861 0 -1 4202496 1114 0 0 0 0 0 0 0 15 0 2 0 44924137 13803520 583 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/9311/statm: 3370 583 265 10 0 1204 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13480

[startup+0.100732 s]
/proc/loadavg: 1.05 1.11 1.05 3/106 9311
/proc/meminfo: memFree=1689460/2059040 swapFree=4140408/4192956
[pid=9311] ppid=9309 vsize=1524184 CPUtime=0.08
/proc/9311/stat : 9311 (java) S 9309 9311 8861 0 -1 4202496 3950 0 1 0 6 2 0 0 15 0 12 0 44924137 1560764416 3388 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9311/statm: 381046 3388 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.300752 s]
/proc/loadavg: 1.05 1.11 1.05 3/106 9311
/proc/meminfo: memFree=1689460/2059040 swapFree=4140408/4192956
[pid=9311] ppid=9309 vsize=1526412 CPUtime=0.35
/proc/9311/stat : 9311 (java) S 9309 9311 8861 0 -1 4202496 7105 0 1 0 32 3 0 0 15 0 12 0 44924137 1563045888 6541 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9311/statm: 381603 6541 1360 10 0 378905 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526412

[startup+0.700784 s]
/proc/loadavg: 1.05 1.11 1.05 3/106 9311
/proc/meminfo: memFree=1689460/2059040 swapFree=4140408/4192956
[pid=9311] ppid=9309 vsize=1528592 CPUtime=1.01
/proc/9311/stat : 9311 (java) S 9309 9311 8861 0 -1 4202496 11443 0 1 0 97 4 0 0 15 0 12 0 44924137 1565278208 10879 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9311/statm: 382148 10881 1397 10 0 379450 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 1528592

[startup+1.50186 s]
/proc/loadavg: 1.05 1.11 1.05 2/118 9323
/proc/meminfo: memFree=1628916/2059040 swapFree=4140408/4192956
[pid=9311] ppid=9309 vsize=1528592 CPUtime=1.81
/proc/9311/stat : 9311 (java) S 9309 9311 8861 0 -1 4202496 26112 0 1 0 171 10 0 0 15 0 12 0 44924137 1565278208 25549 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9311/statm: 382148 25549 1397 10 0 379450 0
[pid=9311/tid=9313] ppid=9309 vsize=1528592 CPUtime=1.47
/proc/9311/task/9313/stat : 9313 (java) R 9309 9311 8861 0 -1 4202560 23879 0 1 0 138 9 0 0 25 0 12 0 44924138 1565278208 25550 1992294400 134512640 134550932 4287708816 18446744073709551615 4109073912 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9311/tid=9314] ppid=9309 vsize=1528592 CPUtime=0
/proc/9311/task/9314/stat : 9314 (java) S 9309 9311 8861 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 44924140 1565278208 25551 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9315] ppid=9309 vsize=1528592 CPUtime=0
/proc/9311/task/9315/stat : 9315 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 44924140 1565278208 25552 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9316] ppid=9309 vsize=1528592 CPUtime=0
/proc/9311/task/9316/stat : 9316 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 44924141 1565278208 25552 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9317] ppid=9309 vsize=1528592 CPUtime=0
/proc/9311/task/9317/stat : 9317 (java) S 9309 9311 8861 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 44924142 1565278208 25553 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9318] ppid=9309 vsize=1528592 CPUtime=0
/proc/9311/task/9318/stat : 9318 (java) S 9309 9311 8861 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 12 0 44924142 1565278208 25554 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9319] ppid=9309 vsize=1528592 CPUtime=0
/proc/9311/task/9319/stat : 9319 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44924146 1565278208 25555 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9320] ppid=9309 vsize=1528592 CPUtime=0.05
/proc/9311/task/9320/stat : 9320 (java) S 9309 9311 8861 0 -1 4202560 87 0 0 0 5 0 0 0 22 0 12 0 44924146 1565278208 25556 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9321] ppid=9309 vsize=1528592 CPUtime=0.28
/proc/9311/task/9321/stat : 9321 (java) S 9309 9311 8861 0 -1 4202560 1081 0 0 0 28 0 0 0 16 0 12 0 44924146 1565278208 25557 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9322] ppid=9309 vsize=1528592 CPUtime=0
/proc/9311/task/9322/stat : 9322 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 44924146 1565278208 25558 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9323] ppid=9309 vsize=1528592 CPUtime=0
/proc/9311/task/9323/stat : 9323 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44924146 1565278208 25558 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 1528592

[startup+3.10201 s]
/proc/loadavg: 1.05 1.11 1.05 2/118 9323
/proc/meminfo: memFree=1534552/2059040 swapFree=4140408/4192956
[pid=9311] ppid=9309 vsize=1530280 CPUtime=3.9
/proc/9311/stat : 9311 (java) S 9309 9311 8861 0 -1 4202496 40938 0 1 0 374 16 0 0 15 0 12 0 44924137 1567006720 40270 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9311/statm: 382570 40270 1418 10 0 379872 0
[pid=9311/tid=9313] ppid=9309 vsize=1530280 CPUtime=2.96
/proc/9311/task/9313/stat : 9313 (java) R 9309 9311 8861 0 -1 4202560 32014 0 1 0 284 12 0 0 25 0 12 0 44924138 1567006720 40270 1992294400 134512640 134550932 4287708816 18446744073709551615 4109062517 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9311/tid=9314] ppid=9309 vsize=1530280 CPUtime=0.08
/proc/9311/task/9314/stat : 9314 (java) S 9309 9311 8861 0 -1 4202560 3902 0 0 0 7 1 0 0 15 0 12 0 44924140 1567006720 40270 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9315] ppid=9309 vsize=1530280 CPUtime=0.09
/proc/9311/task/9315/stat : 9315 (java) S 9309 9311 8861 0 -1 4202560 2347 0 0 0 8 1 0 0 18 0 12 0 44924140 1567006720 40270 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9316] ppid=9309 vsize=1530280 CPUtime=0
/proc/9311/task/9316/stat : 9316 (java) S 9309 9311 8861 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 44924141 1567006720 40270 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9317] ppid=9309 vsize=1530280 CPUtime=0
/proc/9311/task/9317/stat : 9317 (java) S 9309 9311 8861 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44924142 1567006720 40270 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9318] ppid=9309 vsize=1530280 CPUtime=0
/proc/9311/task/9318/stat : 9318 (java) S 9309 9311 8861 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 44924142 1567006720 40270 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9319] ppid=9309 vsize=1530280 CPUtime=0
/proc/9311/task/9319/stat : 9319 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44924146 1567006720 40270 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9320] ppid=9309 vsize=1530280 CPUtime=0.24
/proc/9311/task/9320/stat : 9320 (java) S 9309 9311 8861 0 -1 4202560 491 0 0 0 24 0 0 0 17 0 12 0 44924146 1567006720 40270 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9321] ppid=9309 vsize=1530280 CPUtime=0.48
/proc/9311/task/9321/stat : 9321 (java) S 9309 9311 8861 0 -1 4202560 1109 0 0 0 48 0 0 0 16 0 12 0 44924146 1567006720 40270 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9322] ppid=9309 vsize=1530280 CPUtime=0
/proc/9311/task/9322/stat : 9322 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 44924146 1567006720 40270 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9323] ppid=9309 vsize=1530280 CPUtime=0
/proc/9311/task/9323/stat : 9323 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44924146 1567006720 40270 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 1530280

[startup+6.30232 s]
/proc/loadavg: 1.05 1.10 1.05 2/118 9323
/proc/meminfo: memFree=1422084/2059040 swapFree=4140408/4192956
[pid=9311] ppid=9309 vsize=1530280 CPUtime=7.97
/proc/9311/stat : 9311 (java) S 9309 9311 8861 0 -1 4202496 79413 0 1 0 760 37 0 0 15 0 12 0 44924137 1567006720 74254 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9311/statm: 382570 74254 1418 10 0 379872 0
[pid=9311/tid=9313] ppid=9309 vsize=1530280 CPUtime=5.28
/proc/9311/task/9313/stat : 9313 (java) R 9309 9311 8861 0 -1 4202560 32018 0 1 0 515 13 0 0 25 0 12 0 44924138 1567006720 74254 1992294400 134512640 134550932 4287708816 18446744073709551615 4109035778 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9311/tid=9314] ppid=9309 vsize=1530280 CPUtime=0.96
/proc/9311/task/9314/stat : 9314 (java) S 9309 9311 8861 0 -1 4202560 23534 0 0 0 86 10 0 0 16 0 12 0 44924140 1567006720 74254 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9315] ppid=9309 vsize=1530280 CPUtime=0.97
/proc/9311/task/9315/stat : 9315 (java) S 9309 9311 8861 0 -1 4202560 21182 0 0 0 85 12 0 0 16 0 12 0 44924140 1567006720 74254 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9316] ppid=9309 vsize=1530280 CPUtime=0
/proc/9311/task/9316/stat : 9316 (java) S 9309 9311 8861 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 44924141 1567006720 74254 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9317] ppid=9309 vsize=1530280 CPUtime=0
/proc/9311/task/9317/stat : 9317 (java) S 9309 9311 8861 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 44924142 1567006720 74254 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9318] ppid=9309 vsize=1530280 CPUtime=0
/proc/9311/task/9318/stat : 9318 (java) S 9309 9311 8861 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 12 0 44924142 1567006720 74254 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9319] ppid=9309 vsize=1530280 CPUtime=0
/proc/9311/task/9319/stat : 9319 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 44924146 1567006720 74254 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9320] ppid=9309 vsize=1530280 CPUtime=0.25
/proc/9311/task/9320/stat : 9320 (java) S 9309 9311 8861 0 -1 4202560 495 0 0 0 25 0 0 0 15 0 12 0 44924146 1567006720 74254 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9321] ppid=9309 vsize=1530280 CPUtime=0.48
/proc/9311/task/9321/stat : 9321 (java) S 9309 9311 8861 0 -1 4202560 1109 0 0 0 48 0 0 0 16 0 12 0 44924146 1567006720 74254 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9322] ppid=9309 vsize=1530280 CPUtime=0
/proc/9311/task/9322/stat : 9322 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 44924146 1567006720 74254 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9323] ppid=9309 vsize=1530280 CPUtime=0
/proc/9311/task/9323/stat : 9323 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 44924146 1567006720 74254 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 1530280

[startup+12.7019 s]
/proc/loadavg: 1.28 1.15 1.06 3/119 9324
/proc/meminfo: memFree=1346560/2059040 swapFree=4140408/4192956
[pid=9311] ppid=9309 vsize=1530516 CPUtime=16.11
/proc/9311/stat : 9311 (java) S 9309 9311 8861 0 -1 4202496 93195 0 1 0 1565 46 0 0 15 0 13 0 44924137 1567248384 86671 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9311/statm: 382629 86671 1441 10 0 379931 0
[pid=9311/tid=9313] ppid=9309 vsize=1530516 CPUtime=10.61
/proc/9311/task/9313/stat : 9313 (java) R 9309 9311 8861 0 -1 4202560 32087 0 1 0 1047 14 0 0 25 0 13 0 44924138 1567248384 86671 1992294400 134512640 134550932 4287708816 18446744073709551615 4109174979 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9311/tid=9314] ppid=9309 vsize=1530516 CPUtime=1.5
/proc/9311/task/9314/stat : 9314 (java) S 9309 9311 8861 0 -1 4202560 29531 0 0 0 137 13 0 0 15 0 13 0 44924140 1567248384 86671 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9315] ppid=9309 vsize=1530516 CPUtime=1.54
/proc/9311/task/9315/stat : 9315 (java) S 9309 9311 8861 0 -1 4202560 28387 0 0 0 138 16 0 0 15 0 13 0 44924140 1567248384 86671 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9316] ppid=9309 vsize=1530516 CPUtime=0
/proc/9311/task/9316/stat : 9316 (java) S 9309 9311 8861 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 13 0 44924141 1567248384 86671 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9317] ppid=9309 vsize=1530516 CPUtime=0
/proc/9311/task/9317/stat : 9317 (java) S 9309 9311 8861 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44924142 1567248384 86671 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9318] ppid=9309 vsize=1530516 CPUtime=0
/proc/9311/task/9318/stat : 9318 (java) S 9309 9311 8861 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 44924142 1567248384 86671 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9319] ppid=9309 vsize=1530516 CPUtime=0
/proc/9311/task/9319/stat : 9319 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44924146 1567248384 86671 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9320] ppid=9309 vsize=1530516 CPUtime=1.21
/proc/9311/task/9320/stat : 9320 (java) S 9309 9311 8861 0 -1 4202560 773 0 0 0 121 0 0 0 15 0 13 0 44924146 1567248384 86671 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9321] ppid=9309 vsize=1530516 CPUtime=1.2
/proc/9311/task/9321/stat : 9321 (java) S 9309 9311 8861 0 -1 4202560 1337 0 0 0 120 0 0 0 15 0 13 0 44924146 1567248384 86671 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9322] ppid=9309 vsize=1530516 CPUtime=0
/proc/9311/task/9322/stat : 9322 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44924146 1567248384 86671 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9323] ppid=9309 vsize=1530516 CPUtime=0
/proc/9311/task/9323/stat : 9323 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 44924146 1567248384 86671 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9324] ppid=9309 vsize=1530516 CPUtime=0
/proc/9311/task/9324/stat : 9324 (java) S 9309 9311 8861 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 44925053 1567248384 86671 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.11
Current children cumulated vsize (KiB) 1530516

[startup+25.5011 s]
/proc/loadavg: 1.29 1.16 1.06 2/119 9324
/proc/meminfo: memFree=1336640/2059040 swapFree=4140408/4192956
[pid=9311] ppid=9309 vsize=1531012 CPUtime=29.36
/proc/9311/stat : 9311 (java) S 9309 9311 8861 0 -1 4202496 95870 0 1 0 2887 49 0 0 15 0 13 0 44924137 1567756288 89316 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9311/statm: 382753 89316 1441 10 0 380055 0
[pid=9311/tid=9313] ppid=9309 vsize=1531012 CPUtime=23
/proc/9311/task/9313/stat : 9313 (java) R 9309 9311 8861 0 -1 4202560 32112 0 1 0 2286 14 0 0 25 0 13 0 44924138 1567756288 89316 1992294400 134512640 134550932 4287708816 18446744073709551615 4109520319 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9311/tid=9314] ppid=9309 vsize=1531012 CPUtime=1.79
/proc/9311/task/9314/stat : 9314 (java) S 9309 9311 8861 0 -1 4202560 30842 0 0 0 165 14 0 0 16 0 13 0 44924140 1567756288 89316 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9315] ppid=9309 vsize=1531012 CPUtime=1.83
/proc/9311/task/9315/stat : 9315 (java) S 9309 9311 8861 0 -1 4202560 29620 0 0 0 165 18 0 0 15 0 13 0 44924140 1567756288 89316 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9316] ppid=9309 vsize=1531012 CPUtime=0.01
/proc/9311/task/9316/stat : 9316 (java) S 9309 9311 8861 0 -1 4202560 9 0 0 0 1 0 0 0 15 0 13 0 44924141 1567756288 89316 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9317] ppid=9309 vsize=1531012 CPUtime=0
/proc/9311/task/9317/stat : 9317 (java) S 9309 9311 8861 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44924142 1567756288 89316 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9318] ppid=9309 vsize=1531012 CPUtime=0
/proc/9311/task/9318/stat : 9318 (java) S 9309 9311 8861 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 44924142 1567756288 89316 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9319] ppid=9309 vsize=1531012 CPUtime=0

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

[pid=9311/tid=9317] ppid=9309 vsize=1533588 CPUtime=0
/proc/9311/task/9317/stat : 9317 (java) S 9309 9311 8861 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44924142 1570394112 289000 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9318] ppid=9309 vsize=1533588 CPUtime=0
/proc/9311/task/9318/stat : 9318 (java) S 9309 9311 8861 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 44924142 1570394112 289000 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9319] ppid=9309 vsize=1533588 CPUtime=0
/proc/9311/task/9319/stat : 9319 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44924146 1570394112 289000 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9320] ppid=9309 vsize=1533588 CPUtime=2.16
/proc/9311/task/9320/stat : 9320 (java) S 9309 9311 8861 0 -1 4202560 2296 0 0 0 215 1 0 0 15 0 13 0 44924146 1570394112 289000 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9321] ppid=9309 vsize=1533588 CPUtime=1.4
/proc/9311/task/9321/stat : 9321 (java) S 9309 9311 8861 0 -1 4202560 2126 0 0 0 140 0 0 0 15 0 13 0 44924146 1570394112 289000 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9322] ppid=9309 vsize=1533588 CPUtime=0
/proc/9311/task/9322/stat : 9322 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44924146 1570394112 289000 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9323] ppid=9309 vsize=1533588 CPUtime=0
/proc/9311/task/9323/stat : 9323 (java) S 9309 9311 8861 0 -1 4202560 89 0 0 0 0 0 0 0 15 0 13 0 44924146 1570394112 289000 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9324] ppid=9309 vsize=1533588 CPUtime=0
/proc/9311/task/9324/stat : 9324 (java) S 9309 9311 8861 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 44925053 1570394112 289000 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1592.63
Current children cumulated vsize (KiB) 1533588

[startup+1602.32 s]
/proc/loadavg: 1.06 1.11 1.08 2/119 9378
/proc/meminfo: memFree=527416/2059040 swapFree=4140408/4192956
[pid=9311] ppid=9309 vsize=1540372 CPUtime=1654.68
/proc/9311/stat : 9311 (java) S 9309 9311 8861 0 -1 4202496 327283 0 1 0 165132 336 0 0 15 0 13 0 44924137 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9311/statm: 385093 290718 1452 10 0 382395 0
[pid=9311/tid=9313] ppid=9309 vsize=1540372 CPUtime=1539.75
/proc/9311/task/9313/stat : 9313 (java) S 9309 9311 8861 0 -1 4202560 34131 0 1 0 153943 32 0 0 25 0 13 0 44924138 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9314] ppid=9309 vsize=1540372 CPUtime=52.96
/proc/9311/task/9314/stat : 9314 (java) R 9309 9311 8861 0 -1 4202560 119947 0 0 0 5168 128 0 0 15 0 13 0 44924140 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 105886418 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9311/tid=9315] ppid=9309 vsize=1540372 CPUtime=53.08
/proc/9311/task/9315/stat : 9315 (java) R 9309 9311 8861 0 -1 4202560 140628 0 0 0 5158 150 0 0 15 0 13 0 44924140 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 105886418 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=9311/tid=9316] ppid=9309 vsize=1540372 CPUtime=5
/proc/9311/task/9316/stat : 9316 (java) S 9309 9311 8861 0 -1 4202560 25212 0 0 0 480 20 0 0 15 0 13 0 44924141 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9317] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9317/stat : 9317 (java) S 9309 9311 8861 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44924142 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9318] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9318/stat : 9318 (java) S 9309 9311 8861 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 44924142 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9319] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9319/stat : 9319 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9320] ppid=9309 vsize=1540372 CPUtime=2.21
/proc/9311/task/9320/stat : 9320 (java) S 9309 9311 8861 0 -1 4202560 2529 0 0 0 220 1 0 0 15 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9321] ppid=9309 vsize=1540372 CPUtime=1.62
/proc/9311/task/9321/stat : 9321 (java) S 9309 9311 8861 0 -1 4202560 3673 0 0 0 161 1 0 0 15 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9322] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9322/stat : 9322 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9323] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9323/stat : 9323 (java) S 9309 9311 8861 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9324] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9324/stat : 9324 (java) S 9309 9311 8861 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 44925053 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1654.68
Current children cumulated vsize (KiB) 1540372

[startup+1662.3 s]
/proc/loadavg: 1.06 1.10 1.08 2/119 9380
/proc/meminfo: memFree=527416/2059040 swapFree=4140408/4192956
[pid=9311] ppid=9309 vsize=1540372 CPUtime=1716.39
/proc/9311/stat : 9311 (java) S 9309 9311 8861 0 -1 4202496 327359 0 1 0 171292 347 0 0 15 0 13 0 44924137 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9311/statm: 385093 290718 1452 10 0 382395 0
[pid=9311/tid=9313] ppid=9309 vsize=1540372 CPUtime=1597.69
/proc/9311/task/9313/stat : 9313 (java) R 9309 9311 8861 0 -1 4202560 34203 0 1 0 159735 34 0 0 25 0 13 0 44924138 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4108891891 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9311/tid=9314] ppid=9309 vsize=1540372 CPUtime=54.83
/proc/9311/task/9314/stat : 9314 (java) S 9309 9311 8861 0 -1 4202560 119947 0 0 0 5348 135 0 0 16 0 13 0 44924140 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9315] ppid=9309 vsize=1540372 CPUtime=54.96
/proc/9311/task/9315/stat : 9315 (java) S 9309 9311 8861 0 -1 4202560 140628 0 0 0 5344 152 0 0 15 0 13 0 44924140 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9316] ppid=9309 vsize=1540372 CPUtime=5
/proc/9311/task/9316/stat : 9316 (java) S 9309 9311 8861 0 -1 4202560 25214 0 0 0 480 20 0 0 15 0 13 0 44924141 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9317] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9317/stat : 9317 (java) S 9309 9311 8861 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44924142 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9318] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9318/stat : 9318 (java) S 9309 9311 8861 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 44924142 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9319] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9319/stat : 9319 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9320] ppid=9309 vsize=1540372 CPUtime=2.21
/proc/9311/task/9320/stat : 9320 (java) S 9309 9311 8861 0 -1 4202560 2529 0 0 0 220 1 0 0 15 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9321] ppid=9309 vsize=1540372 CPUtime=1.62
/proc/9311/task/9321/stat : 9321 (java) S 9309 9311 8861 0 -1 4202560 3673 0 0 0 161 1 0 0 15 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9322] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9322/stat : 9322 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9323] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9323/stat : 9323 (java) S 9309 9311 8861 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9324] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9324/stat : 9324 (java) S 9309 9311 8861 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 44925053 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1716.39
Current children cumulated vsize (KiB) 1540372

[startup+1722.3 s]
/proc/loadavg: 1.06 1.09 1.08 2/119 9382
/proc/meminfo: memFree=527416/2059040 swapFree=4140408/4192956
[pid=9311] ppid=9309 vsize=1540372 CPUtime=1778.53
/proc/9311/stat : 9311 (java) S 9309 9311 8861 0 -1 4202496 327428 0 1 0 177500 353 0 0 15 0 13 0 44924137 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9311/statm: 385093 290718 1452 10 0 382395 0
[pid=9311/tid=9313] ppid=9309 vsize=1540372 CPUtime=1655.42
/proc/9311/task/9313/stat : 9313 (java) R 9309 9311 8861 0 -1 4202560 34264 0 1 0 165507 35 0 0 25 0 13 0 44924138 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4109849628 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9311/tid=9314] ppid=9309 vsize=1540372 CPUtime=57.03
/proc/9311/task/9314/stat : 9314 (java) S 9309 9311 8861 0 -1 4202560 119947 0 0 0 5563 140 0 0 16 0 13 0 44924140 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9315] ppid=9309 vsize=1540372 CPUtime=57.17
/proc/9311/task/9315/stat : 9315 (java) S 9309 9311 8861 0 -1 4202560 140628 0 0 0 5565 152 0 0 15 0 13 0 44924140 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9316] ppid=9309 vsize=1540372 CPUtime=5.02
/proc/9311/task/9316/stat : 9316 (java) S 9309 9311 8861 0 -1 4202560 25218 0 0 0 481 21 0 0 16 0 13 0 44924141 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9317] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9317/stat : 9317 (java) S 9309 9311 8861 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44924142 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9318] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9318/stat : 9318 (java) S 9309 9311 8861 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 44924142 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9319] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9319/stat : 9319 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9320] ppid=9309 vsize=1540372 CPUtime=2.21
/proc/9311/task/9320/stat : 9320 (java) S 9309 9311 8861 0 -1 4202560 2529 0 0 0 220 1 0 0 15 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9321] ppid=9309 vsize=1540372 CPUtime=1.62
/proc/9311/task/9321/stat : 9321 (java) S 9309 9311 8861 0 -1 4202560 3673 0 0 0 161 1 0 0 15 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9322] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9322/stat : 9322 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9323] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9323/stat : 9323 (java) S 9309 9311 8861 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9324] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9324/stat : 9324 (java) S 9309 9311 8861 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 44925053 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1778.53
Current children cumulated vsize (KiB) 1540372



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1743.2 s]
/proc/loadavg: 1.04 1.08 1.08 2/119 9382
/proc/meminfo: memFree=527416/2059040 swapFree=4140408/4192956
[pid=9311] ppid=9309 vsize=1540372 CPUtime=1800.09
/proc/9311/stat : 9311 (java) S 9309 9311 8861 0 -1 4202496 327454 0 1 0 179654 355 0 0 15 0 13 0 44924137 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9311/statm: 385093 290718 1452 10 0 382395 0
[pid=9311/tid=9313] ppid=9309 vsize=1540372 CPUtime=1675.62
/proc/9311/task/9313/stat : 9313 (java) R 9309 9311 8861 0 -1 4202560 34286 0 1 0 167527 35 0 0 25 0 13 0 44924138 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4109502523 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9311/tid=9314] ppid=9309 vsize=1540372 CPUtime=57.7
/proc/9311/task/9314/stat : 9314 (java) S 9309 9311 8861 0 -1 4202560 119947 0 0 0 5629 141 0 0 16 0 13 0 44924140 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9315] ppid=9309 vsize=1540372 CPUtime=57.85
/proc/9311/task/9315/stat : 9315 (java) S 9309 9311 8861 0 -1 4202560 140628 0 0 0 5633 152 0 0 15 0 13 0 44924140 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9316] ppid=9309 vsize=1540372 CPUtime=5.03
/proc/9311/task/9316/stat : 9316 (java) S 9309 9311 8861 0 -1 4202560 25220 0 0 0 482 21 0 0 16 0 13 0 44924141 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 0 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9317] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9317/stat : 9317 (java) S 9309 9311 8861 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 44924142 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9318] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9318/stat : 9318 (java) S 9309 9311 8861 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 44924142 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9319] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9319/stat : 9319 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9320] ppid=9309 vsize=1540372 CPUtime=2.21
/proc/9311/task/9320/stat : 9320 (java) S 9309 9311 8861 0 -1 4202560 2529 0 0 0 220 1 0 0 15 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
[pid=9311/tid=9321] ppid=9309 vsize=1540372 CPUtime=1.62
/proc/9311/task/9321/stat : 9321 (java) S 9309 9311 8861 0 -1 4202560 3673 0 0 0 161 1 0 0 15 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9322] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9322/stat : 9322 (java) S 9309 9311 8861 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9323] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9323/stat : 9323 (java) S 9309 9311 8861 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 44924146 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 0 0 0 0
[pid=9311/tid=9324] ppid=9309 vsize=1540372 CPUtime=0
/proc/9311/task/9324/stat : 9324 (java) S 9309 9311 8861 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 44925053 1577340928 290718 1992294400 134512640 134550932 4287708816 18446744073709551615 4294960144 0 4 0 16800975 18446604437834858560 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1540372

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

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

[startup+1743.4 s]
/proc/loadavg: 1.04 1.08 1.08 2/109 9385
/proc/meminfo: memFree=1639776/2059040 swapFree=4140408/4192956
[pid=9311] ppid=9309 vsize=0 CPUtime=1800.34
/proc/9311/stat : 9311 (java) Z 9309 9311 8861 0 -1 4203548 327481 0 1 0 179669 365 0 0 15 0 2 0 44924137 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/9311/statm: 0 0 0 0 0 0 0
[pid=9311/tid=9384] ppid=9309 vsize=0 CPUtime=0.1
/proc/9311/task/9384/stat : 9384 (java) R 9309 9311 8861 0 -1 4203588 10 0 0 0 0 10 0 0 18 0 2 0 45098459 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.34
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1743.41
CPU time (s): 1800.36
CPU user time (s): 1796.69
CPU system time (s): 3.66044
CPU usage (%): 103.266
Max. virtual memory (cumulated for all children) (KiB): 1558080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.69
system time used= 3.66044
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 327481
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= 57870
involuntary context switches= 39145

runsolver used 3.62145 second user time and 9.48456 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-16 15:00:03
IDJOB=2661482
IDBENCH=71904
IDSOLVER=1165
FILE ID=node004/2661482-1276693202
PBS_JOBID= 11172610
Free space on /tmp= 62552 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_2000_5__647_1792__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-2661482-1276693202/watcher-2661482-1276693202 -o /tmp/evaluation-result-2661482-1276693202/solver-2661482-1276693202 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2661482-1276693202.opb

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

MD5SUM BENCH= 88a1b10031770f0260ca582c16661bcb
RANDOM SEED=1253491081

node004.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.210
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.42
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.210
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.47
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1689856 kB
Buffers:        117176 kB
Cached:         156560 kB
SwapCached:       6480 kB
Active:         109840 kB
Inactive:       177760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1689856 kB
SwapTotal:     4192956 kB
SwapFree:      4140408 kB
Dirty:           14964 kB
Writeback:           0 kB
AnonPages:       12064 kB
Mapped:          13172 kB
Slab:            59652 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182756 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62552 MiB
End job on node004 at 2010-06-16 15:29:08