Trace number 2660941

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

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900545610.opb
MD5SUMdf3a88f9ce76cdc5f93bc528741f3e95
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 benchmark52.311
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 671
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.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.23	c solving HOME/instance-2660941-1276303712.opb
0.22/0.23	c reading problem ... 
0.98/0.75	c ... done. Wall clock time 0.526s.
0.98/0.75	c #vars     231
0.98/0.75	c #constraints  2707
0.98/0.75	c constraints type 
0.98/0.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.98/0.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.98/0.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.98/0.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
116.04/113.14	c cleaning 0 clauses out of 5006 with flag 0/5006
649.77/642.92	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.05/1780.41	c starts		: 44
1800.05/1780.41	c conflicts		: 16504
1800.05/1780.41	c decisions		: 39647
1800.05/1780.42	c propagations		: 539654
1800.05/1780.42	c inspects		: 828731233
1800.05/1780.42	c learnt literals	: 0
1800.05/1780.42	c learnt binary clauses	: 0
1800.05/1780.42	c learnt ternary clauses	: 3
1800.05/1780.42	c learnt clauses	: 16503
1800.05/1780.42	c ignored clauses	: 0
1800.05/1780.42	c root simplifications	: 0
1800.05/1780.42	c removed literals (reason simplification)	: 0
1800.05/1780.42	c reason swapping (by a shorter reason)	: 0
1800.05/1780.42	c Calls to reduceDB	: 2
1800.05/1780.42	c number of reductions to clauses (during analyze)	: 0
1800.05/1780.42	c number of learned constraints concerned by reduction	: 0
1800.05/1780.42	c number of learning phase by resolution	: 0
1800.05/1780.42	c number of learning phase by cutting planes	: 0
1800.05/1780.42	c speed (assignments/second)	: 303.2338144918448
1800.05/1780.42	c non guided choices	121
1800.05/1780.47	c learnt constraints type 
1800.05/1780.47	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 958
1800.05/1780.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 34
1800.05/1780.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15511
1800.05/1780.47	c constraints type 
1800.05/1780.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.05/1780.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.05/1780.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.05/1780.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.05/1780.47	s UNKNOWN
1800.05/1780.47	c Total wall clock time (in seconds): 1780.248

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-2660941-1276303712/watcher-2660941-1276303712 -o /tmp/evaluation-result-2660941-1276303712/solver-2660941-1276303712 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660941-1276303712.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.95 1.02 0.99 3/106 7031
/proc/meminfo: memFree=1546572/2059040 swapFree=4192956/4192956
[pid=7031] ppid=7029 vsize=392 CPUtime=0
/proc/7031/stat : 7031 (java6) S 7029 7031 6184 0 -1 4194304 122 0 0 0 0 0 0 0 23 0 1 0 4023024 401408 40 1992294400 134512640 134550932 4290035664 18446744073709551615 3252820 0 2147483391 4096 0 18446744071699424446 0 0 17 1 0 0 0
/proc/7031/statm: 98 40 32 10 0 25 0

[startup+0.0819781 s]
/proc/loadavg: 0.95 1.02 0.99 3/106 7031
/proc/meminfo: memFree=1546572/2059040 swapFree=4192956/4192956
[pid=7031] ppid=7029 vsize=1521796 CPUtime=0.06
/proc/7031/stat : 7031 (java) S 7029 7031 6184 0 -1 4202496 3735 0 1 0 5 1 0 0 23 0 7 0 4023024 1558319104 3175 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7031/statm: 380449 3175 1036 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101979 s]
/proc/loadavg: 0.95 1.02 0.99 3/106 7031
/proc/meminfo: memFree=1546572/2059040 swapFree=4192956/4192956
[pid=7031] ppid=7029 vsize=1521796 CPUtime=0.08
/proc/7031/stat : 7031 (java) S 7029 7031 6184 0 -1 4202496 3866 0 1 0 6 2 0 0 23 0 7 0 4023024 1558319104 3306 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/7031/statm: 380449 3306 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.302014 s]
/proc/loadavg: 0.95 1.02 0.99 3/106 7031
/proc/meminfo: memFree=1546572/2059040 swapFree=4192956/4192956
[pid=7031] ppid=7029 vsize=1526396 CPUtime=0.36
/proc/7031/stat : 7031 (java) S 7029 7031 6184 0 -1 4202496 5307 0 1 0 33 3 0 0 23 0 12 0 4023024 1563029504 4743 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7031/statm: 381599 4743 1359 10 0 378901 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526396

[startup+0.70209 s]
/proc/loadavg: 0.95 1.02 0.99 3/106 7031
/proc/meminfo: memFree=1546572/2059040 swapFree=4192956/4192956
[pid=7031] ppid=7029 vsize=1528412 CPUtime=0.98
/proc/7031/stat : 7031 (java) S 7029 7031 6184 0 -1 4202496 6942 0 1 0 94 4 0 0 23 0 12 0 4023024 1565093888 6296 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7031/statm: 382103 6296 1400 10 0 379405 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1528412

[startup+1.50124 s]
/proc/loadavg: 0.95 1.02 0.99 4/119 7044
/proc/meminfo: memFree=1523280/2059040 swapFree=4192956/4192956
[pid=7031] ppid=7029 vsize=1541396 CPUtime=2.43
/proc/7031/stat : 7031 (java) S 7029 7031 6184 0 -1 4202496 14729 0 1 0 236 7 0 0 23 0 13 0 4023024 1578389504 13206 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7031/statm: 385349 13209 1424 10 0 382651 0
[pid=7031/tid=7033] ppid=7029 vsize=1541396 CPUtime=0.91
/proc/7031/task/7033/stat : 7033 (java) R 7029 7031 6184 0 -1 4202560 8634 0 1 0 87 4 0 0 18 0 13 0 4023026 1578389504 13209 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7031/tid=7034] ppid=7029 vsize=1541396 CPUtime=0
/proc/7031/task/7034/stat : 7034 (java) S 7029 7031 6184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4023027 1578389504 13210 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7035] ppid=7029 vsize=1541396 CPUtime=0
/proc/7031/task/7035/stat : 7035 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023027 1578389504 13211 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7036] ppid=7029 vsize=1541396 CPUtime=0
/proc/7031/task/7036/stat : 7036 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 4023029 1578389504 13213 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7037] ppid=7029 vsize=1541396 CPUtime=0
/proc/7031/task/7037/stat : 7037 (java) S 7029 7031 6184 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 13 0 4023029 1578389504 13216 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7038] ppid=7029 vsize=1541396 CPUtime=0
/proc/7031/task/7038/stat : 7038 (java) S 7029 7031 6184 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 4023030 1578389504 13217 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7039] ppid=7029 vsize=1541396 CPUtime=0
/proc/7031/task/7039/stat : 7039 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1578389504 13219 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7040] ppid=7029 vsize=1541396 CPUtime=0.72
/proc/7031/task/7040/stat : 7040 (java) R 7029 7031 6184 0 -1 4202560 2545 0 0 0 72 0 0 0 22 0 13 0 4023034 1578389504 13219 1992294400 134512640 134550932 4287693872 18446744073709551615 105873571 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7031/tid=7041] ppid=7029 vsize=1541396 CPUtime=0.77
/proc/7031/task/7041/stat : 7041 (java) S 7029 7031 6184 0 -1 4202560 2493 0 0 0 76 1 0 0 16 0 13 0 4023034 1578389504 13219 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7042] ppid=7029 vsize=1541396 CPUtime=0
/proc/7031/task/7042/stat : 7042 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1578389504 13219 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7043] ppid=7029 vsize=1541396 CPUtime=0
/proc/7031/task/7043/stat : 7043 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4023034 1578389504 13219 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7044] ppid=7029 vsize=1541396 CPUtime=0
/proc/7031/task/7044/stat : 7044 (java) S 7029 7031 6184 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 4023100 1578389504 13219 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 1541396

[startup+3.10154 s]
/proc/loadavg: 0.95 1.02 0.99 6/119 7044
/proc/meminfo: memFree=1439828/2059040 swapFree=4192956/4192956
[pid=7031] ppid=7029 vsize=1543824 CPUtime=4.87
/proc/7031/stat : 7031 (java) S 7029 7031 6184 0 -1 4202496 42143 0 1 0 468 19 0 0 23 0 13 0 4023024 1580875776 38545 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7031/statm: 385956 38545 1438 10 0 383258 0
[pid=7031/tid=7033] ppid=7029 vsize=1543824 CPUtime=2.36
/proc/7031/task/7033/stat : 7033 (java) R 7029 7031 6184 0 -1 4202560 32059 0 1 0 222 14 0 0 19 0 13 0 4023026 1580875776 38545 1992294400 134512640 134550932 4287693872 18446744073709551615 4109854400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7031/tid=7034] ppid=7029 vsize=1543824 CPUtime=0.01
/proc/7031/task/7034/stat : 7034 (java) S 7029 7031 6184 0 -1 4202560 621 0 0 0 1 0 0 0 16 0 13 0 4023027 1580875776 38545 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7035] ppid=7029 vsize=1543824 CPUtime=0
/proc/7031/task/7035/stat : 7035 (java) S 7029 7031 6184 0 -1 4202560 328 0 0 0 0 0 0 0 16 0 13 0 4023027 1580875776 38545 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7036] ppid=7029 vsize=1543824 CPUtime=0
/proc/7031/task/7036/stat : 7036 (java) S 7029 7031 6184 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 13 0 4023029 1580875776 38545 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7037] ppid=7029 vsize=1543824 CPUtime=0
/proc/7031/task/7037/stat : 7037 (java) S 7029 7031 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4023029 1580875776 38545 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7038] ppid=7029 vsize=1543824 CPUtime=0
/proc/7031/task/7038/stat : 7038 (java) S 7029 7031 6184 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4023030 1580875776 38545 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7039] ppid=7029 vsize=1543824 CPUtime=0
/proc/7031/task/7039/stat : 7039 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1580875776 38545 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7040] ppid=7029 vsize=1543824 CPUtime=1.13
/proc/7031/task/7040/stat : 7040 (java) S 7029 7031 6184 0 -1 4202560 3854 0 0 0 112 1 0 0 16 0 13 0 4023034 1580875776 38545 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7041] ppid=7029 vsize=1543824 CPUtime=1.31
/proc/7031/task/7041/stat : 7041 (java) S 7029 7031 6184 0 -1 4202560 4202 0 0 0 129 2 0 0 15 0 13 0 4023034 1580875776 38545 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7042] ppid=7029 vsize=1543824 CPUtime=0
/proc/7031/task/7042/stat : 7042 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1580875776 38545 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7043] ppid=7029 vsize=1543824 CPUtime=0
/proc/7031/task/7043/stat : 7043 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4023034 1580875776 38545 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7044] ppid=7029 vsize=1543824 CPUtime=0
/proc/7031/task/7044/stat : 7044 (java) S 7029 7031 6184 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 4023100 1580875776 38545 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 1543824

[startup+6.30111 s]
/proc/loadavg: 0.95 1.02 0.99 2/119 7044
/proc/meminfo: memFree=1387624/2059040 swapFree=4192956/4192956
[pid=7031] ppid=7029 vsize=1543752 CPUtime=8.5
/proc/7031/stat : 7031 (java) S 7029 7031 6184 0 -1 4202496 51101 0 1 0 828 22 0 0 23 0 13 0 4023024 1580802048 46964 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7031/statm: 385938 46964 1438 10 0 383240 0
[pid=7031/tid=7033] ppid=7029 vsize=1543752 CPUtime=5.4
/proc/7031/task/7033/stat : 7033 (java) R 7029 7031 6184 0 -1 4202560 36884 0 1 0 524 16 0 0 25 0 13 0 4023026 1580802048 46964 1992294400 134512640 134550932 4287693872 18446744073709551615 4109884305 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7031/tid=7034] ppid=7029 vsize=1543752 CPUtime=0.08
/proc/7031/task/7034/stat : 7034 (java) S 7029 7031 6184 0 -1 4202560 2604 0 0 0 8 0 0 0 16 0 13 0 4023027 1580802048 46964 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7035] ppid=7029 vsize=1543752 CPUtime=0.06
/proc/7031/task/7035/stat : 7035 (java) S 7029 7031 6184 0 -1 4202560 1922 0 0 0 6 0 0 0 16 0 13 0 4023027 1580802048 46964 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7036] ppid=7029 vsize=1543752 CPUtime=0
/proc/7031/task/7036/stat : 7036 (java) S 7029 7031 6184 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 13 0 4023029 1580802048 46964 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7037] ppid=7029 vsize=1543752 CPUtime=0
/proc/7031/task/7037/stat : 7037 (java) S 7029 7031 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4023029 1580802048 46964 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7038] ppid=7029 vsize=1543752 CPUtime=0
/proc/7031/task/7038/stat : 7038 (java) S 7029 7031 6184 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4023030 1580802048 46964 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7039] ppid=7029 vsize=1543752 CPUtime=0
/proc/7031/task/7039/stat : 7039 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1580802048 46964 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7040] ppid=7029 vsize=1543752 CPUtime=1.32
/proc/7031/task/7040/stat : 7040 (java) S 7029 7031 6184 0 -1 4202560 3992 0 0 0 131 1 0 0 15 0 13 0 4023034 1580802048 46964 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7041] ppid=7029 vsize=1543752 CPUtime=1.58
/proc/7031/task/7041/stat : 7041 (java) S 7029 7031 6184 0 -1 4202560 4604 0 0 0 156 2 0 0 15 0 13 0 4023034 1580802048 46964 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7042] ppid=7029 vsize=1543752 CPUtime=0
/proc/7031/task/7042/stat : 7042 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1580802048 46964 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7043] ppid=7029 vsize=1543752 CPUtime=0
/proc/7031/task/7043/stat : 7043 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4023034 1580802048 46964 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7044] ppid=7029 vsize=1543752 CPUtime=0
/proc/7031/task/7044/stat : 7044 (java) S 7029 7031 6184 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 4023100 1580802048 46964 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 1543752

[startup+12.7013 s]
/proc/loadavg: 0.95 1.02 0.99 2/119 7044
/proc/meminfo: memFree=1358980/2059040 swapFree=4192956/4192956
[pid=7031] ppid=7029 vsize=1540480 CPUtime=14.99
/proc/7031/stat : 7031 (java) S 7029 7031 6184 0 -1 4202496 53253 0 1 0 1476 23 0 0 23 0 13 0 4023024 1577451520 48021 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7031/statm: 385120 48021 1438 10 0 382422 0
[pid=7031/tid=7033] ppid=7029 vsize=1540480 CPUtime=11.72
/proc/7031/task/7033/stat : 7033 (java) R 7029 7031 6184 0 -1 4202560 36892 0 1 0 1156 16 0 0 25 0 13 0 4023026 1577451520 48021 1992294400 134512640 134550932 4287693872 18446744073709551615 4109863212 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7031/tid=7034] ppid=7029 vsize=1540480 CPUtime=0.15
/proc/7031/task/7034/stat : 7034 (java) S 7029 7031 6184 0 -1 4202560 3677 0 0 0 15 0 0 0 15 0 13 0 4023027 1577451520 48021 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7035] ppid=7029 vsize=1540480 CPUtime=0.13
/proc/7031/task/7035/stat : 7035 (java) S 7029 7031 6184 0 -1 4202560 2992 0 0 0 12 1 0 0 16 0 13 0 4023027 1577451520 48021 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7036] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7036/stat : 7036 (java) S 7029 7031 6184 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 13 0 4023029 1577451520 48021 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7037] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7037/stat : 7037 (java) S 7029 7031 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4023029 1577451520 48021 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7038] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7038/stat : 7038 (java) S 7029 7031 6184 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4023030 1577451520 48021 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7039] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7039/stat : 7039 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1577451520 48021 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7040] ppid=7029 vsize=1540480 CPUtime=1.34
/proc/7031/task/7040/stat : 7040 (java) S 7029 7031 6184 0 -1 4202560 3993 0 0 0 133 1 0 0 15 0 13 0 4023034 1577451520 48021 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7041] ppid=7029 vsize=1540480 CPUtime=1.59
/proc/7031/task/7041/stat : 7041 (java) S 7029 7031 6184 0 -1 4202560 4604 0 0 0 157 2 0 0 15 0 13 0 4023034 1577451520 48021 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7042] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7042/stat : 7042 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1577451520 48021 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7043] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7043/stat : 7043 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4023034 1577451520 48021 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7044] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7044/stat : 7044 (java) S 7029 7031 6184 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 4023100 1577451520 48021 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.99
Current children cumulated vsize (KiB) 1540480

[startup+25.5016 s]
/proc/loadavg: 0.96 1.02 0.99 2/119 7044
/proc/meminfo: memFree=1352532/2059040 swapFree=4192956/4192956
[pid=7031] ppid=7029 vsize=1540480 CPUtime=27.94
/proc/7031/stat : 7031 (java) S 7029 7031 6184 0 -1 4202496 55108 0 1 0 2769 25 0 0 23 0 13 0 4023024 1577451520 49644 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7031/statm: 385120 49644 1442 10 0 382422 0
[pid=7031/tid=7033] ppid=7029 vsize=1540480 CPUtime=24.42
/proc/7031/task/7033/stat : 7033 (java) R 7029 7031 6184 0 -1 4202560 36960 0 1 0 2426 16 0 0 25 0 13 0 4023026 1577451520 49644 1992294400 134512640 134550932 4287693872 18446744073709551615 4109954114 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7031/tid=7034] ppid=7029 vsize=1540480 CPUtime=0.24
/proc/7031/task/7034/stat : 7034 (java) S 7029 7031 6184 0 -1 4202560 4523 0 0 0 23 1 0 0 16 0 13 0 4023027 1577451520 49644 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7035] ppid=7029 vsize=1540480 CPUtime=0.21
/proc/7031/task/7035/stat : 7035 (java) S 7029 7031 6184 0 -1 4202560 3926 0 0 0 20 1 0 0 16 0 13 0 4023027 1577451520 49644 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7036] ppid=7029 vsize=1540480 CPUtime=0

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

[pid=7031] ppid=7029 vsize=1540480 CPUtime=1619.49
/proc/7031/stat : 7031 (java) S 7029 7031 6184 0 -1 4202496 83007 0 1 0 161876 73 0 0 23 0 13 0 4023024 1577451520 75893 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7031/statm: 385120 75893 1448 10 0 382422 0
[pid=7031/tid=7033] ppid=7029 vsize=1540480 CPUtime=1584.44
/proc/7031/task/7033/stat : 7033 (java) R 7029 7031 6184 0 -1 4202560 37941 0 1 0 158420 24 0 0 25 0 13 0 4023026 1577451520 75893 1992294400 134512640 134550932 4287693872 18446744073709551615 4109954036 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7031/tid=7034] ppid=7029 vsize=1540480 CPUtime=15.59
/proc/7031/task/7034/stat : 7034 (java) S 7029 7031 6184 0 -1 4202560 17866 0 0 0 1543 16 0 0 16 0 13 0 4023027 1577451520 75893 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7035] ppid=7029 vsize=1540480 CPUtime=15.58
/proc/7031/task/7035/stat : 7035 (java) S 7029 7031 6184 0 -1 4202560 16982 0 0 0 1540 18 0 0 15 0 13 0 4023027 1577451520 75893 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7036] ppid=7029 vsize=1540480 CPUtime=0.66
/proc/7031/task/7036/stat : 7036 (java) S 7029 7031 6184 0 -1 4202560 367 0 0 0 58 8 0 0 16 0 13 0 4023029 1577451520 75893 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7037] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7037/stat : 7037 (java) S 7029 7031 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4023029 1577451520 75893 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7038] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7038/stat : 7038 (java) S 7029 7031 6184 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4023030 1577451520 75893 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7039] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7039/stat : 7039 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1577451520 75893 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7040] ppid=7029 vsize=1540480 CPUtime=1.43
/proc/7031/task/7040/stat : 7040 (java) S 7029 7031 6184 0 -1 4202560 4004 0 0 0 142 1 0 0 15 0 13 0 4023034 1577451520 75893 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7041] ppid=7029 vsize=1540480 CPUtime=1.71
/proc/7031/task/7041/stat : 7041 (java) S 7029 7031 6184 0 -1 4202560 4683 0 0 0 169 2 0 0 15 0 13 0 4023034 1577451520 75893 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7042] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7042/stat : 7042 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1577451520 75893 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7043] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7043/stat : 7043 (java) S 7029 7031 6184 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 4023034 1577451520 75893 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7044] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7044/stat : 7044 (java) S 7029 7031 6184 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 4023100 1577451520 75893 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1619.49
Current children cumulated vsize (KiB) 1540480

[startup+1662.3 s]
/proc/loadavg: 1.07 1.08 1.02 2/119 7097
/proc/meminfo: memFree=1243784/2059040 swapFree=4192956/4192956
[pid=7031] ppid=7029 vsize=1540480 CPUtime=1680.3
/proc/7031/stat : 7031 (java) S 7029 7031 6184 0 -1 4202496 83546 0 1 0 167954 76 0 0 23 0 13 0 4023024 1577451520 76389 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7031/statm: 385120 76389 1448 10 0 382422 0
[pid=7031/tid=7033] ppid=7029 vsize=1540480 CPUtime=1643.54
/proc/7031/task/7033/stat : 7033 (java) R 7029 7031 6184 0 -1 4202560 37973 0 1 0 164330 24 0 0 25 0 13 0 4023026 1577451520 76389 1992294400 134512640 134550932 4287693872 18446744073709551615 4109884543 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7031/tid=7034] ppid=7029 vsize=1540480 CPUtime=16.44
/proc/7031/task/7034/stat : 7034 (java) S 7029 7031 6184 0 -1 4202560 18111 0 0 0 1626 18 0 0 16 0 13 0 4023027 1577451520 76389 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7035] ppid=7029 vsize=1540480 CPUtime=16.43
/proc/7031/task/7035/stat : 7035 (java) S 7029 7031 6184 0 -1 4202560 17235 0 0 0 1624 19 0 0 15 0 13 0 4023027 1577451520 76389 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7036] ppid=7029 vsize=1540480 CPUtime=0.67
/proc/7031/task/7036/stat : 7036 (java) S 7029 7031 6184 0 -1 4202560 372 0 0 0 59 8 0 0 15 0 13 0 4023029 1577451520 76389 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7037] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7037/stat : 7037 (java) S 7029 7031 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4023029 1577451520 76389 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7038] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7038/stat : 7038 (java) S 7029 7031 6184 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4023030 1577451520 76389 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7039] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7039/stat : 7039 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1577451520 76389 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7040] ppid=7029 vsize=1540480 CPUtime=1.43
/proc/7031/task/7040/stat : 7040 (java) S 7029 7031 6184 0 -1 4202560 4004 0 0 0 142 1 0 0 15 0 13 0 4023034 1577451520 76389 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7041] ppid=7029 vsize=1540480 CPUtime=1.71
/proc/7031/task/7041/stat : 7041 (java) S 7029 7031 6184 0 -1 4202560 4683 0 0 0 169 2 0 0 15 0 13 0 4023034 1577451520 76389 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7042] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7042/stat : 7042 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1577451520 76389 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7043] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7043/stat : 7043 (java) S 7029 7031 6184 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 4023034 1577451520 76389 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7044] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7044/stat : 7044 (java) S 7029 7031 6184 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 4023100 1577451520 76389 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1680.3
Current children cumulated vsize (KiB) 1540480

[startup+1722.3 s]
/proc/loadavg: 1.06 1.08 1.02 2/119 7099
/proc/meminfo: memFree=1241428/2059040 swapFree=4192956/4192956
[pid=7031] ppid=7029 vsize=1540480 CPUtime=1741.13
/proc/7031/stat : 7031 (java) S 7029 7031 6184 0 -1 4202496 84135 0 1 0 174036 77 0 0 23 0 13 0 4023024 1577451520 76940 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7031/statm: 385120 76940 1448 10 0 382422 0
[pid=7031/tid=7033] ppid=7029 vsize=1540480 CPUtime=1702.66
/proc/7031/task/7033/stat : 7033 (java) R 7029 7031 6184 0 -1 4202560 38005 0 1 0 170242 24 0 0 25 0 13 0 4023026 1577451520 76940 1992294400 134512640 134550932 4287693872 18446744073709551615 4109884462 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7031/tid=7034] ppid=7029 vsize=1540480 CPUtime=17.29
/proc/7031/task/7034/stat : 7034 (java) S 7029 7031 6184 0 -1 4202560 18436 0 0 0 1710 19 0 0 16 0 13 0 4023027 1577451520 76940 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7035] ppid=7029 vsize=1540480 CPUtime=17.28
/proc/7031/task/7035/stat : 7035 (java) S 7029 7031 6184 0 -1 4202560 17463 0 0 0 1709 19 0 0 15 0 13 0 4023027 1577451520 76940 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7036] ppid=7029 vsize=1540480 CPUtime=0.67
/proc/7031/task/7036/stat : 7036 (java) S 7029 7031 6184 0 -1 4202560 374 0 0 0 59 8 0 0 15 0 13 0 4023029 1577451520 76940 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7037] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7037/stat : 7037 (java) S 7029 7031 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4023029 1577451520 76940 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7038] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7038/stat : 7038 (java) S 7029 7031 6184 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4023030 1577451520 76940 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7039] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7039/stat : 7039 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1577451520 76940 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7040] ppid=7029 vsize=1540480 CPUtime=1.43
/proc/7031/task/7040/stat : 7040 (java) S 7029 7031 6184 0 -1 4202560 4004 0 0 0 142 1 0 0 15 0 13 0 4023034 1577451520 76940 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7041] ppid=7029 vsize=1540480 CPUtime=1.71
/proc/7031/task/7041/stat : 7041 (java) S 7029 7031 6184 0 -1 4202560 4683 0 0 0 169 2 0 0 15 0 13 0 4023034 1577451520 76940 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7042] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7042/stat : 7042 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1577451520 76940 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7043] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7043/stat : 7043 (java) S 7029 7031 6184 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 4023034 1577451520 76940 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7044] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7044/stat : 7044 (java) S 7029 7031 6184 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 4023100 1577451520 76940 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1741.13
Current children cumulated vsize (KiB) 1540480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.4 s]
/proc/loadavg: 1.06 1.07 1.02 2/119 7101
/proc/meminfo: memFree=1238948/2059040 swapFree=4192956/4192956
[pid=7031] ppid=7029 vsize=1540480 CPUtime=1800.05
/proc/7031/stat : 7031 (java) S 7029 7031 6184 0 -1 4202496 84776 0 1 0 179926 79 0 0 23 0 13 0 4023024 1577451520 77538 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7031/statm: 385120 77538 1448 10 0 382422 0
[pid=7031/tid=7033] ppid=7029 vsize=1540480 CPUtime=1759.88
/proc/7031/task/7033/stat : 7033 (java) R 7029 7031 6184 0 -1 4202560 38036 0 1 0 175964 24 0 0 25 0 13 0 4023026 1577451520 77538 1992294400 134512640 134550932 4287693872 18446744073709551615 4109954402 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7031/tid=7034] ppid=7029 vsize=1540480 CPUtime=18.14
/proc/7031/task/7034/stat : 7034 (java) S 7029 7031 6184 0 -1 4202560 18708 0 0 0 1794 20 0 0 15 0 13 0 4023027 1577451520 77538 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7035] ppid=7029 vsize=1540480 CPUtime=18.13
/proc/7031/task/7035/stat : 7035 (java) S 7029 7031 6184 0 -1 4202560 17792 0 0 0 1793 20 0 0 16 0 13 0 4023027 1577451520 77538 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7036] ppid=7029 vsize=1540480 CPUtime=0.69
/proc/7031/task/7036/stat : 7036 (java) S 7029 7031 6184 0 -1 4202560 379 0 0 0 60 9 0 0 15 0 13 0 4023029 1577451520 77538 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7037] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7037/stat : 7037 (java) S 7029 7031 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4023029 1577451520 77538 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7038] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7038/stat : 7038 (java) S 7029 7031 6184 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 4023030 1577451520 77538 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7039] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7039/stat : 7039 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1577451520 77538 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7040] ppid=7029 vsize=1540480 CPUtime=1.43
/proc/7031/task/7040/stat : 7040 (java) S 7029 7031 6184 0 -1 4202560 4004 0 0 0 142 1 0 0 15 0 13 0 4023034 1577451520 77538 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7041] ppid=7029 vsize=1540480 CPUtime=1.71
/proc/7031/task/7041/stat : 7041 (java) S 7029 7031 6184 0 -1 4202560 4683 0 0 0 169 2 0 0 15 0 13 0 4023034 1577451520 77538 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7042] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7042/stat : 7042 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 4023034 1577451520 77538 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7043] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7043/stat : 7043 (java) S 7029 7031 6184 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 4023034 1577451520 77538 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7044] ppid=7029 vsize=1540480 CPUtime=0
/proc/7031/task/7044/stat : 7044 (java) S 7029 7031 6184 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 13 0 4023100 1577451520 77538 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1540480

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

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

[startup+1780.52 s]
/proc/loadavg: 1.06 1.07 1.02 2/119 7101
/proc/meminfo: memFree=1238948/2059040 swapFree=4192956/4192956
[pid=7031] ppid=7029 vsize=1541128 CPUtime=1800.22
/proc/7031/stat : 7031 (java) S 7029 7031 6184 0 -1 4202496 84800 0 1 0 179943 79 0 0 18 0 14 0 4023024 1578115072 77562 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7031/statm: 385282 77562 1451 10 0 382584 0
[pid=7031/tid=7033] ppid=7029 vsize=1541128 CPUtime=1759.99
/proc/7031/task/7033/stat : 7033 (java) R 7029 7031 6184 0 -1 4202560 38036 0 1 0 175975 24 0 0 25 0 14 0 4023026 1578115072 77562 1992294400 134512640 134550932 4287693872 18446744073709551615 4109954036 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7031/tid=7034] ppid=7029 vsize=1541128 CPUtime=18.14
/proc/7031/task/7034/stat : 7034 (java) S 7029 7031 6184 0 -1 4202560 18708 0 0 0 1794 20 0 0 15 0 14 0 4023027 1578115072 77562 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7035] ppid=7029 vsize=1541128 CPUtime=18.13
/proc/7031/task/7035/stat : 7035 (java) S 7029 7031 6184 0 -1 4202560 17792 0 0 0 1793 20 0 0 16 0 14 0 4023027 1578115072 77562 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7036] ppid=7029 vsize=1541128 CPUtime=0.69
/proc/7031/task/7036/stat : 7036 (java) S 7029 7031 6184 0 -1 4202560 379 0 0 0 60 9 0 0 15 0 14 0 4023029 1578115072 77562 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 0 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7037] ppid=7029 vsize=1541128 CPUtime=0
/proc/7031/task/7037/stat : 7037 (java) S 7029 7031 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 4023029 1578115072 77562 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7038] ppid=7029 vsize=1541128 CPUtime=0
/proc/7031/task/7038/stat : 7038 (java) S 7029 7031 6184 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 4023030 1578115072 77562 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7039] ppid=7029 vsize=1541128 CPUtime=0
/proc/7031/task/7039/stat : 7039 (java) S 7029 7031 6184 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 4023034 1578115072 77562 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7040] ppid=7029 vsize=1541128 CPUtime=1.46
/proc/7031/task/7040/stat : 7040 (java) S 7029 7031 6184 0 -1 4202560 4006 0 0 0 145 1 0 0 15 0 14 0 4023034 1578115072 77562 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7041] ppid=7029 vsize=1541128 CPUtime=1.72
/proc/7031/task/7041/stat : 7041 (java) S 7029 7031 6184 0 -1 4202560 4685 0 0 0 170 2 0 0 15 0 14 0 4023034 1578115072 77562 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7042] ppid=7029 vsize=1541128 CPUtime=0
/proc/7031/task/7042/stat : 7042 (java) S 7029 7031 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 4023034 1578115072 77562 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 0 0 0 0
[pid=7031/tid=7043] ppid=7029 vsize=1541128 CPUtime=0
/proc/7031/task/7043/stat : 7043 (java) S 7029 7031 6184 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 14 0 4023034 1578115072 77562 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
[pid=7031/tid=7044] ppid=7029 vsize=1541128 CPUtime=0
/proc/7031/task/7044/stat : 7044 (java) S 7029 7031 6184 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 14 0 4023100 1578115072 77562 1992294400 134512640 134550932 4287693872 18446744073709551615 4294960144 0 4 0 16800975 18446604437805031616 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 1541128

Child status: 143
Real time (s): 1780.55
CPU time (s): 1800.26
CPU user time (s): 1799.44
CPU system time (s): 0.824874
CPU usage (%): 101.107
Max. virtual memory (cumulated for all children) (KiB): 1544292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.824874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84800
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= 45810
involuntary context switches= 38512

runsolver used 3.71743 second user time and 9.47956 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-12 02:48:32
IDJOB=2660941
IDBENCH=1337
IDSOLVER=1165
FILE ID=node027/2660941-1276303712
PBS_JOBID= 11173129
Free space on /tmp= 62448 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.1900545610.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660941-1276303712/watcher-2660941-1276303712 -o /tmp/evaluation-result-2660941-1276303712/solver-2660941-1276303712 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660941-1276303712.opb

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

MD5SUM BENCH= df3a88f9ce76cdc5f93bc528741f3e95
RANDOM SEED=580776389

node027.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.261
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5600.52
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.261
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.45
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1546844 kB
Buffers:         75440 kB
Cached:         308580 kB
SwapCached:          0 kB
Active:         172924 kB
Inactive:       270444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1546844 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:       59212 kB
Mapped:          15340 kB
Slab:            46776 kB
PageTables:       4000 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182432 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264952 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62448 MiB
End job on node027 at 2010-06-12 03:18:14