Trace number 2660389

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 NameAnswerCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.22 1779.21

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900567985.opb
MD5SUMfb1b2fb5676286fc8681e7e6d0d2728f
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark588.702
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 669
Number of bits of the biggest sum of numbers10
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.23	c Pseudo Boolean Optimization
0.21/0.23	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.23	c --- Begin Solver configuration ---
0.21/0.23	c Stops conflict analysis at the first Unique Implication Point
0.21/0.23	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.21/0.23	c Learn all clauses as in MiniSAT
0.21/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.23	c No reason simplification
0.21/0.23	c Armin Biere (Picosat) restarts strategy
0.21/0.23	c Glucose learned constraints deletion strategy
0.21/0.23	c timeout=2147483s
0.21/0.23	c DB Simplification allowed=false
0.21/0.23	c --- End Solver configuration ---
0.21/0.23	c solving HOME/instance-2660389-1276282300.opb
0.21/0.23	c reading problem ... 
0.83/0.68	c ... done. Wall clock time 0.454s.
0.83/0.68	c #vars     231
0.83/0.68	c #constraints  2707
0.83/0.68	c constraints type 
0.83/0.68	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.83/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.83/0.68	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.83/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
108.93/105.22	c cleaning 0 clauses out of 5003 with flag 0/5003
660.59/652.87	c cleaning 0 clauses out of 11002 with flag 0/11002
1800.08/1779.11	c starts		: 44
1800.08/1779.11	c conflicts		: 17265
1800.08/1779.11	c decisions		: 40755
1800.08/1779.11	c propagations		: 538378
1800.08/1779.11	c inspects		: 853672972
1800.08/1779.12	c learnt literals	: 0
1800.08/1779.12	c learnt binary clauses	: 0
1800.08/1779.12	c learnt ternary clauses	: 6
1800.08/1779.12	c learnt clauses	: 17264
1800.08/1779.12	c ignored clauses	: 0
1800.08/1779.12	c root simplifications	: 0
1800.08/1779.12	c removed literals (reason simplification)	: 0
1800.08/1779.12	c reason swapping (by a shorter reason)	: 0
1800.08/1779.12	c Calls to reduceDB	: 2
1800.08/1779.12	c number of reductions to clauses (during analyze)	: 0
1800.08/1779.12	c number of learned constraints concerned by reduction	: 0
1800.08/1779.12	c number of learning phase by resolution	: 0
1800.08/1779.12	c number of learning phase by cutting planes	: 0
1800.08/1779.12	c speed (assignments/second)	: 302.7257110886819
1800.08/1779.12	c non guided choices	121
1800.08/1779.14	c learnt constraints type 
1800.08/1779.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 938
1800.08/1779.14	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 65
1800.08/1779.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16261
1800.08/1779.15	c constraints type 
1800.08/1779.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.08/1779.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.08/1779.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.08/1779.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.08/1779.15	s UNKNOWN
1800.08/1779.15	c Total wall clock time (in seconds): 1778.92

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

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


[startup+0 s]
/proc/loadavg: 0.92 1.01 1.00 3/106 6092
/proc/meminfo: memFree=1563464/2059040 swapFree=4192956/4192956
[pid=6092] ppid=6090 vsize=248 CPUtime=0
/proc/6092/stat : 6092 (java6) R 6090 6092 5582 0 -1 4194304 109 0 0 0 0 0 0 0 23 0 1 0 3831596 253952 28 1992294400 134512640 134550932 4288181696 18446744073709551615 2322910 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6092/statm: 62 28 21 10 0 23 0

[startup+0.019923 s]
/proc/loadavg: 0.92 1.01 1.00 3/106 6092
/proc/meminfo: memFree=1563464/2059040 swapFree=4192956/4192956
[pid=6092] ppid=6090 vsize=13480 CPUtime=0.01
/proc/6092/stat : 6092 (java) S 6090 6092 5582 0 -1 4202496 1112 0 0 0 0 1 0 0 15 0 2 0 3831596 13803520 582 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6092/statm: 3370 582 265 10 0 1204 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13480

[startup+0.10128 s]
/proc/loadavg: 0.92 1.01 1.00 3/106 6092
/proc/meminfo: memFree=1563464/2059040 swapFree=4192956/4192956
[pid=6092] ppid=6090 vsize=1524024 CPUtime=0.08
/proc/6092/stat : 6092 (java) S 6090 6092 5582 0 -1 4202496 3940 0 1 0 5 3 0 0 15 0 12 0 3831596 1560600576 3379 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6092/statm: 381006 3379 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.30132 s]
/proc/loadavg: 0.92 1.01 1.00 3/106 6092
/proc/meminfo: memFree=1563464/2059040 swapFree=4192956/4192956
[pid=6092] ppid=6090 vsize=1526108 CPUtime=0.34
/proc/6092/stat : 6092 (java) S 6090 6092 5582 0 -1 4202496 5413 0 1 0 30 4 0 0 15 0 12 0 3831596 1562734592 4849 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6092/statm: 381527 4849 1362 10 0 378829 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526108

[startup+0.740398 s]
/proc/loadavg: 0.92 1.01 1.00 3/106 6092
/proc/meminfo: memFree=1563464/2059040 swapFree=4192956/4192956
[pid=6092] ppid=6090 vsize=1528480 CPUtime=1.09
/proc/6092/stat : 6092 (java) S 6090 6092 5582 0 -1 4202496 7295 0 1 0 103 6 0 0 15 0 13 0 3831596 1565163520 6549 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6092/statm: 382120 6549 1404 10 0 379422 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528480

[startup+1.50053 s]
/proc/loadavg: 0.92 1.01 1.00 5/119 6105
/proc/meminfo: memFree=1535584/2059040 swapFree=4192956/4192956
[pid=6092] ppid=6090 vsize=1535212 CPUtime=2.61
/proc/6092/stat : 6092 (java) S 6090 6092 5582 0 -1 4202496 18779 0 1 0 249 12 0 0 15 0 13 0 3831596 1572057088 16395 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6092/statm: 383803 16395 1419 10 0 381105 0
[pid=6092/tid=6094] ppid=6090 vsize=1535212 CPUtime=1.41
/proc/6092/task/6094/stat : 6094 (java) R 6090 6092 5582 0 -1 4202560 13356 0 1 0 133 8 0 0 25 0 13 0 3831598 1572057088 16395 1992294400 134512640 134550932 4292999792 18446744073709551615 4109837158 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6092/tid=6095] ppid=6090 vsize=1535212 CPUtime=0
/proc/6092/task/6095/stat : 6095 (java) S 6090 6092 5582 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 3831599 1572057088 16395 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6096] ppid=6090 vsize=1535212 CPUtime=0
/proc/6092/task/6096/stat : 6096 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 3831599 1572057088 16395 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6097] ppid=6090 vsize=1535212 CPUtime=0
/proc/6092/task/6097/stat : 6097 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 3831601 1572057088 16395 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6098] ppid=6090 vsize=1535212 CPUtime=0
/proc/6092/task/6098/stat : 6098 (java) S 6090 6092 5582 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 3831601 1572057088 16395 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6099] ppid=6090 vsize=1535212 CPUtime=0
/proc/6092/task/6099/stat : 6099 (java) S 6090 6092 5582 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 3831601 1572057088 16395 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6100] ppid=6090 vsize=1535212 CPUtime=0
/proc/6092/task/6100/stat : 6100 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3831606 1572057088 16395 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6101] ppid=6090 vsize=1535212 CPUtime=1.01
/proc/6092/task/6101/stat : 6101 (java) R 6090 6092 5582 0 -1 4202560 3767 0 0 0 99 2 0 0 16 0 13 0 3831606 1572057088 16395 1992294400 134512640 134550932 4292999792 18446744073709551615 103371435 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6092/tid=6102] ppid=6090 vsize=1535212 CPUtime=0.16
/proc/6092/task/6102/stat : 6102 (java) R 6090 6092 5582 0 -1 4202560 587 0 0 0 16 0 0 0 21 0 13 0 3831606 1572057088 16395 1992294400 134512640 134550932 4292999792 18446744073709551615 104163582 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6092/tid=6103] ppid=6090 vsize=1535212 CPUtime=0
/proc/6092/task/6103/stat : 6103 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3831606 1572057088 16395 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6104] ppid=6090 vsize=1535212 CPUtime=0
/proc/6092/task/6104/stat : 6104 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3831606 1572057088 16395 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6105] ppid=6090 vsize=1535212 CPUtime=0
/proc/6092/task/6105/stat : 6105 (java) S 6090 6092 5582 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3831665 1572057088 16395 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 1535212

[startup+3.10156 s]
/proc/loadavg: 0.92 1.01 1.00 6/119 6105
/proc/meminfo: memFree=1461060/2059040 swapFree=4192956/4192956
[pid=6092] ppid=6090 vsize=1544240 CPUtime=5.71
/proc/6092/stat : 6092 (java) S 6090 6092 5582 0 -1 4202496 43362 0 1 0 548 23 0 0 15 0 13 0 3831596 1581301760 38001 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6092/statm: 386060 38001 1434 10 0 383362 0
[pid=6092/tid=6094] ppid=6090 vsize=1544240 CPUtime=2.79
/proc/6092/task/6094/stat : 6094 (java) R 6090 6092 5582 0 -1 4202560 32047 0 1 0 263 16 0 0 18 0 13 0 3831598 1581301760 38001 1992294400 134512640 134550932 4292999792 18446744073709551615 4109928125 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6092/tid=6095] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6095/stat : 6095 (java) S 6090 6092 5582 0 -1 4202560 228 0 0 0 0 0 0 0 16 0 13 0 3831599 1581301760 38001 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6096] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6096/stat : 6096 (java) S 6090 6092 5582 0 -1 4202560 224 0 0 0 0 0 0 0 17 0 13 0 3831599 1581301760 38001 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6097] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6097/stat : 6097 (java) S 6090 6092 5582 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 13 0 3831601 1581301760 38001 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6098] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6098/stat : 6098 (java) S 6090 6092 5582 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 38001 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6099] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6099/stat : 6099 (java) S 6090 6092 5582 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 38001 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6100] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6100/stat : 6100 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3831606 1581301760 38001 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6101] ppid=6090 vsize=1544240 CPUtime=2.46
/proc/6092/task/6101/stat : 6101 (java) S 6090 6092 5582 0 -1 4202560 9169 0 0 0 242 4 0 0 17 0 13 0 3831606 1581301760 38001 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6102] ppid=6090 vsize=1544240 CPUtime=0.4
/proc/6092/task/6102/stat : 6102 (java) S 6090 6092 5582 0 -1 4202560 619 0 0 0 40 0 0 0 20 0 13 0 3831606 1581301760 38001 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6103] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6103/stat : 6103 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3831606 1581301760 38001 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6104] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6104/stat : 6104 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3831606 1581301760 38001 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6105] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6105/stat : 6105 (java) S 6090 6092 5582 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3831665 1581301760 38001 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.71
Current children cumulated vsize (KiB) 1544240

[startup+6.30162 s]
/proc/loadavg: 0.93 1.01 1.00 2/119 6105
/proc/meminfo: memFree=1409228/2059040 swapFree=4192956/4192956
[pid=6092] ppid=6090 vsize=1544240 CPUtime=9.35
/proc/6092/stat : 6092 (java) S 6090 6092 5582 0 -1 4202496 52278 0 1 0 908 27 0 0 15 0 13 0 3831596 1581301760 46826 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6092/statm: 386060 46826 1438 10 0 383362 0
[pid=6092/tid=6094] ppid=6090 vsize=1544240 CPUtime=5.89
/proc/6092/task/6094/stat : 6094 (java) R 6090 6092 5582 0 -1 4202560 36316 0 1 0 572 17 0 0 25 0 13 0 3831598 1581301760 46826 1992294400 134512640 134550932 4292999792 18446744073709551615 4110095398 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6092/tid=6095] ppid=6090 vsize=1544240 CPUtime=0.09
/proc/6092/task/6095/stat : 6095 (java) S 6090 6092 5582 0 -1 4202560 2589 0 0 0 9 0 0 0 15 0 13 0 3831599 1581301760 46826 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6096] ppid=6090 vsize=1544240 CPUtime=0.08
/proc/6092/task/6096/stat : 6096 (java) S 6090 6092 5582 0 -1 4202560 2463 0 0 0 7 1 0 0 16 0 13 0 3831599 1581301760 46826 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6097] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6097/stat : 6097 (java) S 6090 6092 5582 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 3831601 1581301760 46826 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6098] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6098/stat : 6098 (java) S 6090 6092 5582 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 46826 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6099] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6099/stat : 6099 (java) S 6090 6092 5582 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 46826 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6100] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6100/stat : 6100 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3831606 1581301760 46826 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6101] ppid=6090 vsize=1544240 CPUtime=2.48
/proc/6092/task/6101/stat : 6101 (java) S 6090 6092 5582 0 -1 4202560 9170 0 0 0 244 4 0 0 15 0 13 0 3831606 1581301760 46826 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6102] ppid=6090 vsize=1544240 CPUtime=0.74
/proc/6092/task/6102/stat : 6102 (java) S 6090 6092 5582 0 -1 4202560 645 0 0 0 74 0 0 0 15 0 13 0 3831606 1581301760 46826 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6103] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6103/stat : 6103 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3831606 1581301760 46826 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6104] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6104/stat : 6104 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3831606 1581301760 46826 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6105] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6105/stat : 6105 (java) S 6090 6092 5582 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3831665 1581301760 46826 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.35
Current children cumulated vsize (KiB) 1544240

[startup+12.7008 s]
/proc/loadavg: 0.93 1.01 1.00 2/119 6105
/proc/meminfo: memFree=1373516/2059040 swapFree=4192956/4192956
[pid=6092] ppid=6090 vsize=1544240 CPUtime=15.81
/proc/6092/stat : 6092 (java) S 6090 6092 5582 0 -1 4202496 54364 0 1 0 1553 28 0 0 15 0 13 0 3831596 1581301760 48669 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6092/statm: 386060 48669 1438 10 0 383362 0
[pid=6092/tid=6094] ppid=6090 vsize=1544240 CPUtime=12.21
/proc/6092/task/6094/stat : 6094 (java) R 6090 6092 5582 0 -1 4202560 36324 0 1 0 1204 17 0 0 25 0 13 0 3831598 1581301760 48669 1992294400 134512640 134550932 4292999792 18446744073709551615 4109891942 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6092/tid=6095] ppid=6090 vsize=1544240 CPUtime=0.16
/proc/6092/task/6095/stat : 6095 (java) S 6090 6092 5582 0 -1 4202560 3730 0 0 0 15 1 0 0 16 0 13 0 3831599 1581301760 48669 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6096] ppid=6090 vsize=1544240 CPUtime=0.15
/proc/6092/task/6096/stat : 6096 (java) S 6090 6092 5582 0 -1 4202560 3400 0 0 0 13 2 0 0 16 0 13 0 3831599 1581301760 48669 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6097] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6097/stat : 6097 (java) S 6090 6092 5582 0 -1 4202560 28 0 0 0 0 0 0 0 15 0 13 0 3831601 1581301760 48669 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6098] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6098/stat : 6098 (java) S 6090 6092 5582 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 48669 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6099] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6099/stat : 6099 (java) S 6090 6092 5582 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 48669 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6100] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6100/stat : 6100 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3831606 1581301760 48669 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6101] ppid=6090 vsize=1544240 CPUtime=2.48
/proc/6092/task/6101/stat : 6101 (java) S 6090 6092 5582 0 -1 4202560 9170 0 0 0 244 4 0 0 15 0 13 0 3831606 1581301760 48669 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6102] ppid=6090 vsize=1544240 CPUtime=0.75
/proc/6092/task/6102/stat : 6102 (java) S 6090 6092 5582 0 -1 4202560 645 0 0 0 75 0 0 0 15 0 13 0 3831606 1581301760 48669 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6103] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6103/stat : 6103 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3831606 1581301760 48669 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6104] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6104/stat : 6104 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3831606 1581301760 48669 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6105] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6105/stat : 6105 (java) S 6090 6092 5582 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3831665 1581301760 48669 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.81
Current children cumulated vsize (KiB) 1544240

[startup+25.501 s]
/proc/loadavg: 0.95 1.00 1.00 2/119 6105
/proc/meminfo: memFree=1365332/2059040 swapFree=4192956/4192956
[pid=6092] ppid=6090 vsize=1544240 CPUtime=28.72
/proc/6092/stat : 6092 (java) S 6090 6092 5582 0 -1 4202496 56556 0 1 0 2843 29 0 0 15 0 13 0 3831596 1581301760 50646 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6092/statm: 386060 50646 1438 10 0 383362 0
[pid=6092/tid=6094] ppid=6090 vsize=1544240 CPUtime=24.92
/proc/6092/task/6094/stat : 6094 (java) R 6090 6092 5582 0 -1 4202560 36614 0 1 0 2475 17 0 0 25 0 13 0 3831598 1581301760 50646 1992294400 134512640 134550932 4292999792 18446744073709551615 4109828408 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6092/tid=6095] ppid=6090 vsize=1544240 CPUtime=0.23
/proc/6092/task/6095/stat : 6095 (java) S 6090 6092 5582 0 -1 4202560 4675 0 0 0 22 1 0 0 16 0 13 0 3831599 1581301760 50646 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6096] ppid=6090 vsize=1544240 CPUtime=0.23
/proc/6092/task/6096/stat : 6096 (java) S 6090 6092 5582 0 -1 4202560 4357 0 0 0 21 2 0 0 15 0 13 0 3831599 1581301760 50646 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6097] ppid=6090 vsize=1544240 CPUtime=0

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

[pid=6092] ppid=6090 vsize=1544240 CPUtime=1620.7
/proc/6092/stat : 6092 (java) S 6090 6092 5582 0 -1 4202496 85862 0 1 0 161986 84 0 0 15 0 13 0 3831596 1581301760 77445 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6092/statm: 386060 77445 1448 10 0 383362 0
[pid=6092/tid=6094] ppid=6090 vsize=1544240 CPUtime=1584.31
/proc/6092/task/6094/stat : 6094 (java) R 6090 6092 5582 0 -1 4202560 37601 0 1 0 158407 24 0 0 25 0 13 0 3831598 1581301760 77445 1992294400 134512640 134550932 4292999792 18446744073709551615 4109891738 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6092/tid=6095] ppid=6090 vsize=1544240 CPUtime=16.12
/proc/6092/task/6095/stat : 6095 (java) S 6090 6092 5582 0 -1 4202560 18832 0 0 0 1592 20 0 0 16 0 13 0 3831599 1581301760 77445 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6096] ppid=6090 vsize=1544240 CPUtime=16.1
/proc/6092/task/6096/stat : 6096 (java) S 6090 6092 5582 0 -1 4202560 18060 0 0 0 1586 24 0 0 16 0 13 0 3831599 1581301760 77445 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6097] ppid=6090 vsize=1544240 CPUtime=0.64
/proc/6092/task/6097/stat : 6097 (java) S 6090 6092 5582 0 -1 4202560 379 0 0 0 57 7 0 0 15 0 13 0 3831601 1581301760 77445 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6098] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6098/stat : 6098 (java) S 6090 6092 5582 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 77445 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6099] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6099/stat : 6099 (java) S 6090 6092 5582 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 77445 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6100] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6100/stat : 6100 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3831606 1581301760 77445 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6101] ppid=6090 vsize=1544240 CPUtime=2.69
/proc/6092/task/6101/stat : 6101 (java) S 6090 6092 5582 0 -1 4202560 9180 0 0 0 265 4 0 0 15 0 13 0 3831606 1581301760 77445 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6102] ppid=6090 vsize=1544240 CPUtime=0.75
/proc/6092/task/6102/stat : 6102 (java) S 6090 6092 5582 0 -1 4202560 645 0 0 0 75 0 0 0 15 0 13 0 3831606 1581301760 77445 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6103] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6103/stat : 6103 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3831606 1581301760 77445 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6104] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6104/stat : 6104 (java) S 6090 6092 5582 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 3831606 1581301760 77445 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6105] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6105/stat : 6105 (java) S 6090 6092 5582 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3831665 1581301760 77445 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1620.7
Current children cumulated vsize (KiB) 1544240

[startup+1662.3 s]
/proc/loadavg: 1.13 1.03 1.01 2/119 6161
/proc/meminfo: memFree=1253360/2059040 swapFree=4192956/4192956
[pid=6092] ppid=6090 vsize=1544240 CPUtime=1681.56
/proc/6092/stat : 6092 (java) S 6090 6092 5582 0 -1 4202496 86765 0 1 0 168070 86 0 0 15 0 13 0 3831596 1581301760 78290 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6092/statm: 386060 78290 1448 10 0 383362 0
[pid=6092/tid=6094] ppid=6090 vsize=1544240 CPUtime=1643.36
/proc/6092/task/6094/stat : 6094 (java) R 6090 6092 5582 0 -1 4202560 37635 0 1 0 164311 25 0 0 25 0 13 0 3831598 1581301760 78290 1992294400 134512640 134550932 4292999792 18446744073709551615 4109896474 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6092/tid=6095] ppid=6090 vsize=1544240 CPUtime=17.04
/proc/6092/task/6095/stat : 6095 (java) S 6090 6092 5582 0 -1 4202560 19321 0 0 0 1683 21 0 0 15 0 13 0 3831599 1581301760 78290 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6096] ppid=6090 vsize=1544240 CPUtime=17
/proc/6092/task/6096/stat : 6096 (java) S 6090 6092 5582 0 -1 4202560 18432 0 0 0 1675 25 0 0 16 0 13 0 3831599 1581301760 78290 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6097] ppid=6090 vsize=1544240 CPUtime=0.65
/proc/6092/task/6097/stat : 6097 (java) S 6090 6092 5582 0 -1 4202560 383 0 0 0 58 7 0 0 16 0 13 0 3831601 1581301760 78290 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6098] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6098/stat : 6098 (java) S 6090 6092 5582 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 78290 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6099] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6099/stat : 6099 (java) S 6090 6092 5582 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 78290 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6100] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6100/stat : 6100 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3831606 1581301760 78290 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6101] ppid=6090 vsize=1544240 CPUtime=2.69
/proc/6092/task/6101/stat : 6101 (java) S 6090 6092 5582 0 -1 4202560 9180 0 0 0 265 4 0 0 15 0 13 0 3831606 1581301760 78290 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6102] ppid=6090 vsize=1544240 CPUtime=0.75
/proc/6092/task/6102/stat : 6102 (java) S 6090 6092 5582 0 -1 4202560 645 0 0 0 75 0 0 0 15 0 13 0 3831606 1581301760 78290 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6103] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6103/stat : 6103 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3831606 1581301760 78290 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6104] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6104/stat : 6104 (java) S 6090 6092 5582 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 3831606 1581301760 78290 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6105] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6105/stat : 6105 (java) S 6090 6092 5582 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3831665 1581301760 78290 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1681.56
Current children cumulated vsize (KiB) 1544240

[startup+1722.3 s]
/proc/loadavg: 1.05 1.02 1.00 2/119 6163
/proc/meminfo: memFree=1250756/2059040 swapFree=4192956/4192956
[pid=6092] ppid=6090 vsize=1544240 CPUtime=1742.43
/proc/6092/stat : 6092 (java) S 6090 6092 5582 0 -1 4202496 87438 0 1 0 174153 90 0 0 15 0 13 0 3831596 1581301760 78920 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6092/statm: 386060 78920 1448 10 0 383362 0
[pid=6092/tid=6094] ppid=6090 vsize=1544240 CPUtime=1702.43
/proc/6092/task/6094/stat : 6094 (java) R 6090 6092 5582 0 -1 4202560 37667 0 1 0 170218 25 0 0 25 0 13 0 3831598 1581301760 78920 1992294400 134512640 134550932 4292999792 18446744073709551615 4110095283 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6092/tid=6095] ppid=6090 vsize=1544240 CPUtime=17.93
/proc/6092/task/6095/stat : 6095 (java) S 6090 6092 5582 0 -1 4202560 19640 0 0 0 1771 22 0 0 16 0 13 0 3831599 1581301760 78920 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6096] ppid=6090 vsize=1544240 CPUtime=17.88
/proc/6092/task/6096/stat : 6096 (java) S 6090 6092 5582 0 -1 4202560 18750 0 0 0 1761 27 0 0 15 0 13 0 3831599 1581301760 78920 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6097] ppid=6090 vsize=1544240 CPUtime=0.65
/proc/6092/task/6097/stat : 6097 (java) S 6090 6092 5582 0 -1 4202560 385 0 0 0 58 7 0 0 15 0 13 0 3831601 1581301760 78920 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6098] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6098/stat : 6098 (java) S 6090 6092 5582 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 78920 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6099] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6099/stat : 6099 (java) S 6090 6092 5582 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 78920 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6100] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6100/stat : 6100 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3831606 1581301760 78920 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6101] ppid=6090 vsize=1544240 CPUtime=2.7
/proc/6092/task/6101/stat : 6101 (java) S 6090 6092 5582 0 -1 4202560 9180 0 0 0 266 4 0 0 15 0 13 0 3831606 1581301760 78920 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6102] ppid=6090 vsize=1544240 CPUtime=0.75
/proc/6092/task/6102/stat : 6102 (java) S 6090 6092 5582 0 -1 4202560 645 0 0 0 75 0 0 0 15 0 13 0 3831606 1581301760 78920 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6103] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6103/stat : 6103 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3831606 1581301760 78920 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6104] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6104/stat : 6104 (java) S 6090 6092 5582 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 13 0 3831606 1581301760 78920 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6105] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6105/stat : 6105 (java) S 6090 6092 5582 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3831665 1581301760 78920 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1742.43
Current children cumulated vsize (KiB) 1544240



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.1 s]
/proc/loadavg: 1.02 1.02 1.00 2/119 6163
/proc/meminfo: memFree=1247656/2059040 swapFree=4192956/4192956
[pid=6092] ppid=6090 vsize=1544240 CPUtime=1800.08
/proc/6092/stat : 6092 (java) S 6090 6092 5582 0 -1 4202496 88170 0 1 0 179915 93 0 0 15 0 13 0 3831596 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6092/statm: 386060 79597 1448 10 0 383362 0
[pid=6092/tid=6094] ppid=6090 vsize=1544240 CPUtime=1758.31
/proc/6092/task/6094/stat : 6094 (java) R 6090 6092 5582 0 -1 4202560 37698 0 1 0 175806 25 0 0 25 0 13 0 3831598 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4109844221 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6092/tid=6095] ppid=6090 vsize=1544240 CPUtime=18.8
/proc/6092/task/6095/stat : 6095 (java) S 6090 6092 5582 0 -1 4202560 19967 0 0 0 1858 22 0 0 16 0 13 0 3831599 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6096] ppid=6090 vsize=1544240 CPUtime=18.76
/proc/6092/task/6096/stat : 6096 (java) S 6090 6092 5582 0 -1 4202560 19116 0 0 0 1847 29 0 0 16 0 13 0 3831599 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6097] ppid=6090 vsize=1544240 CPUtime=0.67
/proc/6092/task/6097/stat : 6097 (java) S 6090 6092 5582 0 -1 4202560 389 0 0 0 59 8 0 0 15 0 13 0 3831601 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6098] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6098/stat : 6098 (java) S 6090 6092 5582 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6099] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6099/stat : 6099 (java) S 6090 6092 5582 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6100] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6100/stat : 6100 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3831606 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6101] ppid=6090 vsize=1544240 CPUtime=2.7
/proc/6092/task/6101/stat : 6101 (java) S 6090 6092 5582 0 -1 4202560 9180 0 0 0 266 4 0 0 15 0 13 0 3831606 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6102] ppid=6090 vsize=1544240 CPUtime=0.75
/proc/6092/task/6102/stat : 6102 (java) S 6090 6092 5582 0 -1 4202560 645 0 0 0 75 0 0 0 15 0 13 0 3831606 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6103] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6103/stat : 6103 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3831606 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6104] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6104/stat : 6104 (java) S 6090 6092 5582 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 3831606 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6105] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6105/stat : 6105 (java) S 6090 6092 5582 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3831665 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1544240

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

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

[startup+1779.1 s]
/proc/loadavg: 1.02 1.02 1.00 2/119 6163
/proc/meminfo: memFree=1247656/2059040 swapFree=4192956/4192956
[pid=6092] ppid=6090 vsize=1544240 CPUtime=1800.08
/proc/6092/stat : 6092 (java) S 6090 6092 5582 0 -1 4202496 88170 0 1 0 179915 93 0 0 15 0 13 0 3831596 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6092/statm: 386060 79597 1448 10 0 383362 0
[pid=6092/tid=6094] ppid=6090 vsize=1544240 CPUtime=1758.31
/proc/6092/task/6094/stat : 6094 (java) R 6090 6092 5582 0 -1 4202560 37698 0 1 0 175806 25 0 0 25 0 13 0 3831598 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4109844221 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6092/tid=6095] ppid=6090 vsize=1544240 CPUtime=18.8
/proc/6092/task/6095/stat : 6095 (java) S 6090 6092 5582 0 -1 4202560 19967 0 0 0 1858 22 0 0 16 0 13 0 3831599 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6096] ppid=6090 vsize=1544240 CPUtime=18.76
/proc/6092/task/6096/stat : 6096 (java) S 6090 6092 5582 0 -1 4202560 19116 0 0 0 1847 29 0 0 16 0 13 0 3831599 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6097] ppid=6090 vsize=1544240 CPUtime=0.67
/proc/6092/task/6097/stat : 6097 (java) S 6090 6092 5582 0 -1 4202560 389 0 0 0 59 8 0 0 15 0 13 0 3831601 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6098] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6098/stat : 6098 (java) S 6090 6092 5582 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6099] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6099/stat : 6099 (java) S 6090 6092 5582 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3831601 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6100] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6100/stat : 6100 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 3831606 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6101] ppid=6090 vsize=1544240 CPUtime=2.7
/proc/6092/task/6101/stat : 6101 (java) S 6090 6092 5582 0 -1 4202560 9180 0 0 0 266 4 0 0 15 0 13 0 3831606 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6102] ppid=6090 vsize=1544240 CPUtime=0.75
/proc/6092/task/6102/stat : 6102 (java) S 6090 6092 5582 0 -1 4202560 645 0 0 0 75 0 0 0 15 0 13 0 3831606 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=6092/tid=6103] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6103/stat : 6103 (java) S 6090 6092 5582 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 3831606 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6104] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6104/stat : 6104 (java) S 6090 6092 5582 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 3831606 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=6092/tid=6105] ppid=6090 vsize=1544240 CPUtime=0
/proc/6092/task/6105/stat : 6105 (java) S 6090 6092 5582 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3831665 1581301760 79597 1992294400 134512640 134550932 4292999792 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1544240

Child status: 143
Real time (s): 1779.21
CPU time (s): 1800.22
CPU user time (s): 1799.26
CPU system time (s): 0.961853
CPU usage (%): 101.181
Max. virtual memory (cumulated for all children) (KiB): 1544240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.26
system time used= 0.961853
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88194
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= 46284
involuntary context switches= 29686

runsolver used 3.41348 second user time and 9.68453 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-11 20:51:40
IDJOB=2660389
IDBENCH=1275
IDSOLVER=1165
FILE ID=node010/2660389-1276282300
PBS_JOBID= 11173098
Free space on /tmp= 62500 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900567985.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660389-1276282300/watcher-2660389-1276282300 -o /tmp/evaluation-result-2660389-1276282300/solver-2660389-1276282300 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660389-1276282300.opb

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

MD5SUM BENCH= fb1b2fb5676286fc8681e7e6d0d2728f
RANDOM SEED=147821623

node010.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.267
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.53
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.267
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.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1563860 kB
Buffers:         60728 kB
Cached:         307776 kB
SwapCached:          0 kB
Active:         170692 kB
Inactive:       257020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1563860 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             380 kB
Writeback:           0 kB
AnonPages:       59156 kB
Mapped:          15392 kB
Slab:            45648 kB
PageTables:       4020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181572 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= 62500 MiB
End job on node010 at 2010-06-11 21:21:21