Trace number 2660922

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.34 1779.58

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900552423.opb
MD5SUMe3ac612b47921d8ce26a7ef2a453205c
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 benchmark2.6356
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 779
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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2660922-1276298278.opb
0.23/0.21	c reading problem ... 
0.93/0.63	c ... done. Wall clock time 0.424s.
0.93/0.63	c #vars     231
0.93/0.63	c #constraints  2707
0.93/0.63	c constraints type 
0.93/0.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.93/0.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.93/0.63	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.93/0.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
122.57/119.28	c cleaning 0 clauses out of 5000 with flag 0/5000
765.66/757.39	c cleaning 0 clauses out of 11002 with flag 0/11002
1800.08/1779.41	c starts		: 44
1800.08/1779.41	c conflicts		: 16649
1800.08/1779.41	c decisions		: 36550
1800.08/1779.41	c propagations		: 502263
1800.08/1779.41	c inspects		: 849973585
1800.08/1779.41	c learnt literals	: 0
1800.08/1779.41	c learnt binary clauses	: 0
1800.08/1779.41	c learnt ternary clauses	: 4
1800.08/1779.41	c learnt clauses	: 16648
1800.08/1779.41	c ignored clauses	: 0
1800.08/1779.41	c root simplifications	: 0
1800.08/1779.41	c removed literals (reason simplification)	: 0
1800.08/1779.41	c reason swapping (by a shorter reason)	: 0
1800.08/1779.41	c Calls to reduceDB	: 2
1800.08/1779.41	c number of reductions to clauses (during analyze)	: 0
1800.08/1779.42	c number of learned constraints concerned by reduction	: 0
1800.08/1779.42	c number of learning phase by resolution	: 0
1800.08/1779.42	c number of learning phase by cutting planes	: 0
1800.08/1779.42	c speed (assignments/second)	: 282.36359619312327
1800.08/1779.42	c non guided choices	121
1800.08/1779.50	c learnt constraints type 
1800.08/1779.50	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 544
1800.08/1779.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 21
1800.08/1779.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16084
1800.08/1779.50	c constraints type 
1800.08/1779.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.08/1779.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.08/1779.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.08/1779.50	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.08/1779.50	s UNKNOWN
1800.08/1779.50	c Total wall clock time (in seconds): 1779.293

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

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


[startup+0 s]
/proc/loadavg: 1.16 1.03 1.01 3/106 6617
/proc/meminfo: memFree=1551200/2059040 swapFree=4192956/4192956
[pid=6617] ppid=6615 vsize=1832 CPUtime=0
/proc/6617/stat : 6617 (java) R 6615 6617 6200 0 -1 4194304 418 0 0 0 0 0 0 0 19 0 1 0 5431289 1875968 148 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6617/statm: 458 148 111 10 0 63 0

[startup+0.103166 s]
/proc/loadavg: 1.16 1.03 1.01 3/106 6617
/proc/meminfo: memFree=1551200/2059040 swapFree=4192956/4192956
[pid=6617] ppid=6615 vsize=1525208 CPUtime=0.09
/proc/6617/stat : 6617 (java) S 6615 6617 6200 0 -1 4202496 3997 0 1 0 6 3 0 0 19 0 12 0 5431289 1561812992 3436 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6617/statm: 381302 3436 1078 10 0 378604 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1525208

[startup+0.20119 s]
/proc/loadavg: 1.16 1.03 1.01 3/106 6617
/proc/meminfo: memFree=1551200/2059040 swapFree=4192956/4192956
[pid=6617] ppid=6615 vsize=1526432 CPUtime=0.23
/proc/6617/stat : 6617 (java) S 6615 6617 6200 0 -1 4202496 5082 0 1 0 20 3 0 0 19 0 12 0 5431289 1563066368 4519 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6617/statm: 381608 4520 1346 10 0 378910 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 1526432

[startup+0.301199 s]
/proc/loadavg: 1.16 1.03 1.01 3/106 6617
/proc/meminfo: memFree=1551200/2059040 swapFree=4192956/4192956
[pid=6617] ppid=6615 vsize=1526432 CPUtime=0.36
/proc/6617/stat : 6617 (java) S 6615 6617 6200 0 -1 4202496 5338 0 1 0 32 4 0 0 19 0 12 0 5431289 1563066368 4775 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6617/statm: 381608 4775 1362 10 0 378910 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526432

[startup+0.701278 s]
/proc/loadavg: 1.16 1.03 1.01 3/106 6617
/proc/meminfo: memFree=1551200/2059040 swapFree=4192956/4192956
[pid=6617] ppid=6615 vsize=1528524 CPUtime=1.11
/proc/6617/stat : 6617 (java) S 6615 6617 6200 0 -1 4202496 7204 0 1 0 106 5 0 0 19 0 13 0 5431289 1565208576 6567 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6617/statm: 382131 6567 1404 10 0 379433 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1528524

[startup+1.50144 s]
/proc/loadavg: 1.16 1.03 1.01 4/119 6632
/proc/meminfo: memFree=1515508/2059040 swapFree=4192956/4192956
[pid=6617] ppid=6615 vsize=1539636 CPUtime=2.71
/proc/6617/stat : 6617 (java) S 6615 6617 6200 0 -1 4202496 21063 0 1 0 260 11 0 0 19 0 13 0 5431289 1576587264 19386 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6617/statm: 384909 19386 1419 10 0 382211 0
[pid=6617/tid=6619] ppid=6615 vsize=1539636 CPUtime=1.47
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 6200 0 -1 4202560 15220 0 1 0 139 8 0 0 25 0 13 0 5431290 1576587264 19386 1992294400 134512640 134550932 4294712416 18446744073709551615 4108931425 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1539636 CPUtime=0
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 6200 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 13 0 5431292 1576587264 19387 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1539636 CPUtime=0
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 6200 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 13 0 5431292 1576587264 19388 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1539636 CPUtime=0
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 6200 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 5431293 1576587264 19388 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1539636 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 6200 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 13 0 5431294 1576587264 19389 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1539636 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 6200 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 13 0 5431294 1576587264 19389 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1539636 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 6200 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 5431298 1576587264 19390 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1539636 CPUtime=0.23
/proc/6617/task/6626/stat : 6626 (java) R 6615 6617 6200 0 -1 4202560 585 0 0 0 23 0 0 0 19 0 13 0 5431298 1576587264 19390 1992294400 134512640 134550932 4294712416 18446744073709551615 102348437 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1539636 CPUtime=0.97
/proc/6617/task/6627/stat : 6627 (java) R 6615 6617 6200 0 -1 4202560 4192 0 0 0 96 1 0 0 18 0 13 0 5431298 1576587264 19390 1992294400 134512640 134550932 4294712416 18446744073709551615 103150415 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1539636 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 6200 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 5431298 1576587264 19391 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1539636 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 6200 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5431298 1576587264 19391 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6632] ppid=6615 vsize=1539636 CPUtime=0
/proc/6617/task/6632/stat : 6632 (java) S 6615 6617 6200 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 5431354 1576587264 19392 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.71
Current children cumulated vsize (KiB) 1539636

[startup+3.10172 s]
/proc/loadavg: 1.31 1.07 1.02 4/119 6632
/proc/meminfo: memFree=1458592/2059040 swapFree=4192956/4192956
[pid=6617] ppid=6615 vsize=1541304 CPUtime=5.45
/proc/6617/stat : 6617 (java) S 6615 6617 6200 0 -1 4202496 43443 0 1 0 526 19 0 0 19 0 13 0 5431289 1578295296 37511 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6617/statm: 385326 37511 1438 10 0 382628 0
[pid=6617/tid=6619] ppid=6615 vsize=1541304 CPUtime=2.55
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 6200 0 -1 4202560 32063 0 1 0 241 14 0 0 18 0 13 0 5431290 1578295296 37511 1992294400 134512640 134550932 4294712416 18446744073709551615 4108976820 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1541304 CPUtime=0
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 6200 0 -1 4202560 234 0 0 0 0 0 0 0 18 0 13 0 5431292 1578295296 37511 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1541304 CPUtime=0
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 6200 0 -1 4202560 205 0 0 0 0 0 0 0 18 0 13 0 5431292 1578295296 37511 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1541304 CPUtime=0
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 6200 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 13 0 5431293 1578295296 37511 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1541304 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 6200 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5431294 1578295296 37511 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1541304 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 6200 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5431294 1578295296 37511 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1541304 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 6200 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 5431298 1578295296 37511 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1541304 CPUtime=1
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 6200 0 -1 4202560 997 0 0 0 100 0 0 0 15 0 13 0 5431298 1578295296 37511 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1541304 CPUtime=1.85
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 6200 0 -1 4202560 8870 0 0 0 182 3 0 0 15 0 13 0 5431298 1578295296 37511 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1541304 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 6200 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 5431298 1578295296 37511 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1541304 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 6200 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5431298 1578295296 37511 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6632] ppid=6615 vsize=1541304 CPUtime=0
/proc/6617/task/6632/stat : 6632 (java) S 6615 6617 6200 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 5431354 1578295296 37511 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.45
Current children cumulated vsize (KiB) 1541304

[startup+6.30132 s]
/proc/loadavg: 1.31 1.07 1.02 2/119 6632
/proc/meminfo: memFree=1394484/2059040 swapFree=4192956/4192956
[pid=6617] ppid=6615 vsize=1540648 CPUtime=8.94
/proc/6617/stat : 6617 (java) S 6615 6617 6200 0 -1 4202496 53521 0 1 0 871 23 0 0 19 0 13 0 5431289 1577623552 46271 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6617/statm: 385162 46271 1438 10 0 382464 0
[pid=6617/tid=6619] ppid=6615 vsize=1540648 CPUtime=5.51
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 6200 0 -1 4202560 36780 0 1 0 534 17 0 0 24 0 13 0 5431290 1577623552 46271 1992294400 134512640 134550932 4294712416 18446744073709551615 4109241632 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1540648 CPUtime=0.08
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 6200 0 -1 4202560 2371 0 0 0 8 0 0 0 16 0 13 0 5431292 1577623552 46271 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1540648 CPUtime=0.08
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 6200 0 -1 4202560 2226 0 0 0 8 0 0 0 16 0 13 0 5431292 1577623552 46271 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1540648 CPUtime=0
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 6200 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 5431293 1577623552 46271 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1540648 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 6200 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5431294 1577623552 46271 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1540648 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 6200 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5431294 1577623552 46271 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1540648 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 6200 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 5431298 1577623552 46271 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1540648 CPUtime=1.13
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 6200 0 -1 4202560 1115 0 0 0 113 0 0 0 15 0 13 0 5431298 1577623552 46271 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1540648 CPUtime=2.09
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 6200 0 -1 4202560 9935 0 0 0 206 3 0 0 15 0 13 0 5431298 1577623552 46271 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1540648 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 6200 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 5431298 1577623552 46271 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1540648 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 6200 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5431298 1577623552 46271 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6632] ppid=6615 vsize=1540648 CPUtime=0
/proc/6617/task/6632/stat : 6632 (java) S 6615 6617 6200 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 5431354 1577623552 46271 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.94
Current children cumulated vsize (KiB) 1540648

[startup+12.7015 s]
/proc/loadavg: 1.26 1.06 1.02 2/119 6632
/proc/meminfo: memFree=1363360/2059040 swapFree=4192956/4192956
[pid=6617] ppid=6615 vsize=1540648 CPUtime=15.41
/proc/6617/stat : 6617 (java) S 6615 6617 6200 0 -1 4202496 55703 0 1 0 1516 25 0 0 19 0 13 0 5431289 1577623552 48140 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6617/statm: 385162 48140 1438 10 0 382464 0
[pid=6617/tid=6619] ppid=6615 vsize=1540648 CPUtime=11.83
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 6200 0 -1 4202560 36788 0 1 0 1166 17 0 0 25 0 13 0 5431290 1577623552 48140 1992294400 134512640 134550932 4294712416 18446744073709551615 4108985817 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1540648 CPUtime=0.14
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 6200 0 -1 4202560 3618 0 0 0 13 1 0 0 16 0 13 0 5431292 1577623552 48140 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1540648 CPUtime=0.15
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 6200 0 -1 4202560 3153 0 0 0 14 1 0 0 16 0 13 0 5431292 1577623552 48140 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1540648 CPUtime=0
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 6200 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 5431293 1577623552 48140 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1540648 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 6200 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5431294 1577623552 48140 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1540648 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 6200 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5431294 1577623552 48140 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1540648 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 6200 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 5431298 1577623552 48140 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1540648 CPUtime=1.13
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 6200 0 -1 4202560 1115 0 0 0 113 0 0 0 15 0 13 0 5431298 1577623552 48140 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1540648 CPUtime=2.11
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 6200 0 -1 4202560 9935 0 0 0 208 3 0 0 15 0 13 0 5431298 1577623552 48140 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1540648 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 6200 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 5431298 1577623552 48140 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1540648 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 6200 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 5431298 1577623552 48140 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6632] ppid=6615 vsize=1540648 CPUtime=0
/proc/6617/task/6632/stat : 6632 (java) S 6615 6617 6200 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 5431354 1577623552 48140 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.41
Current children cumulated vsize (KiB) 1540648

[startup+25.5019 s]
/proc/loadavg: 1.22 1.06 1.02 2/119 6632
/proc/meminfo: memFree=1356044/2059040 swapFree=4192956/4192956
[pid=6617] ppid=6615 vsize=1540648 CPUtime=28.28
/proc/6617/stat : 6617 (java) S 6615 6617 6200 0 -1 4202496 57822 0 1 0 2803 25 0 0 19 0 13 0 5431289 1577623552 50007 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6617/statm: 385162 50007 1438 10 0 382464 0
[pid=6617/tid=6619] ppid=6615 vsize=1540648 CPUtime=24.51
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 6200 0 -1 4202560 36938 0 1 0 2434 17 0 0 21 0 13 0 5431290 1577623552 50007 1992294400 134512640 134550932 4294712416 18446744073709551615 4108955100 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1540648 CPUtime=0.23
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 6200 0 -1 4202560 4689 0 0 0 22 1 0 0 16 0 13 0 5431292 1577623552 50007 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1540648 CPUtime=0.23
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 6200 0 -1 4202560 4051 0 0 0 22 1 0 0 15 0 13 0 5431292 1577623552 50007 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1540648 CPUtime=0

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

[pid=6617] ppid=6615 vsize=1541672 CPUtime=1620.2
/proc/6617/stat : 6617 (java) S 6615 6617 6200 0 -1 4202496 86787 0 1 0 161940 80 0 0 19 0 13 0 5431289 1578672128 76295 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6617/statm: 385418 76295 1448 10 0 382720 0
[pid=6617/tid=6619] ppid=6615 vsize=1541672 CPUtime=1583.99
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 6200 0 -1 4202560 37958 0 1 0 158369 30 0 0 25 0 13 0 5431290 1578672128 76295 1992294400 134512640 134550932 4294712416 18446744073709551615 4108985730 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1541672 CPUtime=16.03
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 6200 0 -1 4202560 18039 0 0 0 1583 20 0 0 15 0 13 0 5431292 1578672128 76295 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1541672 CPUtime=15.97
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 6200 0 -1 4202560 17822 0 0 0 1582 15 0 0 16 0 13 0 5431292 1578672128 76295 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1541672 CPUtime=0.66
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 6200 0 -1 4202560 368 0 0 0 59 7 0 0 15 0 13 0 5431293 1578672128 76295 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 6200 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5431294 1578672128 76295 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 6200 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5431294 1578672128 76295 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 6200 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 5431298 1578672128 76295 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1541672 CPUtime=1.23
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 6200 0 -1 4202560 1118 0 0 0 123 0 0 0 15 0 13 0 5431298 1578672128 76295 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1541672 CPUtime=2.24
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 6200 0 -1 4202560 10323 0 0 0 220 4 0 0 15 0 13 0 5431298 1578672128 76295 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 6200 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 5431298 1578672128 76295 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 6200 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 5431298 1578672128 76295 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6632] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6632/stat : 6632 (java) S 6615 6617 6200 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 5431354 1578672128 76295 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1620.2
Current children cumulated vsize (KiB) 1541672

[startup+1662.3 s]
/proc/loadavg: 1.02 1.01 1.00 2/119 6676
/proc/meminfo: memFree=1245064/2059040 swapFree=4192956/4192956
[pid=6617] ppid=6615 vsize=1541672 CPUtime=1681.1
/proc/6617/stat : 6617 (java) S 6615 6617 6200 0 -1 4202496 87722 0 1 0 168026 84 0 0 19 0 13 0 5431289 1578672128 77175 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6617/statm: 385418 77175 1448 10 0 382720 0
[pid=6617/tid=6619] ppid=6615 vsize=1541672 CPUtime=1643.02
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 6200 0 -1 4202560 37993 0 1 0 164270 32 0 0 25 0 13 0 5431290 1578672128 77175 1992294400 134512640 134550932 4294712416 18446744073709551615 4108985332 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1541672 CPUtime=16.97
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 6200 0 -1 4202560 18715 0 0 0 1674 23 0 0 16 0 13 0 5431292 1578672128 77175 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1541672 CPUtime=16.91
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 6200 0 -1 4202560 18038 0 0 0 1676 15 0 0 15 0 13 0 5431292 1578672128 77175 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1541672 CPUtime=0.67
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 6200 0 -1 4202560 372 0 0 0 60 7 0 0 15 0 13 0 5431293 1578672128 77175 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 6200 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5431294 1578672128 77175 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 6200 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5431294 1578672128 77175 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 6200 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 5431298 1578672128 77175 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1541672 CPUtime=1.23
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 6200 0 -1 4202560 1118 0 0 0 123 0 0 0 15 0 13 0 5431298 1578672128 77175 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1541672 CPUtime=2.24
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 6200 0 -1 4202560 10323 0 0 0 220 4 0 0 15 0 13 0 5431298 1578672128 77175 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 6200 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 5431298 1578672128 77175 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 6200 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 5431298 1578672128 77175 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6632] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6632/stat : 6632 (java) S 6615 6617 6200 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 5431354 1578672128 77175 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1681.1
Current children cumulated vsize (KiB) 1541672

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 6676
/proc/meminfo: memFree=1241716/2059040 swapFree=4192956/4192956
[pid=6617] ppid=6615 vsize=1541672 CPUtime=1742.06
/proc/6617/stat : 6617 (java) S 6615 6617 6200 0 -1 4202496 88635 0 1 0 174116 90 0 0 19 0 13 0 5431289 1578672128 78026 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6617/statm: 385418 78026 1448 10 0 382720 0
[pid=6617/tid=6619] ppid=6615 vsize=1541672 CPUtime=1701.97
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 6200 0 -1 4202560 38029 0 1 0 170163 34 0 0 25 0 13 0 5431290 1578672128 78026 1992294400 134512640 134550932 4294712416 18446744073709551615 4109020735 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1541672 CPUtime=17.96
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 6200 0 -1 4202560 19307 0 0 0 1770 26 0 0 16 0 13 0 5431292 1578672128 78026 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1541672 CPUtime=17.91
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 6200 0 -1 4202560 18315 0 0 0 1775 16 0 0 15 0 13 0 5431292 1578672128 78026 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1541672 CPUtime=0.68
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 6200 0 -1 4202560 376 0 0 0 61 7 0 0 15 0 13 0 5431293 1578672128 78026 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 6200 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5431294 1578672128 78026 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 6200 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5431294 1578672128 78026 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 6200 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 5431298 1578672128 78026 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1541672 CPUtime=1.23
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 6200 0 -1 4202560 1118 0 0 0 123 0 0 0 15 0 13 0 5431298 1578672128 78026 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1541672 CPUtime=2.24
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 6200 0 -1 4202560 10323 0 0 0 220 4 0 0 15 0 13 0 5431298 1578672128 78026 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 6200 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 5431298 1578672128 78026 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 6200 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 5431298 1578672128 78026 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6632] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6632/stat : 6632 (java) S 6615 6617 6200 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 5431354 1578672128 78026 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1742.06
Current children cumulated vsize (KiB) 1541672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 6678
/proc/meminfo: memFree=1239360/2059040 swapFree=4192956/4192956
[pid=6617] ppid=6615 vsize=1541672 CPUtime=1800.08
/proc/6617/stat : 6617 (java) S 6615 6617 6200 0 -1 4202496 89160 0 1 0 179911 97 0 0 19 0 13 0 5431289 1578672128 78510 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6617/statm: 385418 78510 1448 10 0 382720 0
[pid=6617/tid=6619] ppid=6615 vsize=1541672 CPUtime=1758.1
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 6200 0 -1 4202560 38062 0 1 0 175775 35 0 0 25 0 13 0 5431290 1578672128 78510 1992294400 134512640 134550932 4294712416 18446744073709551615 4108942077 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1541672 CPUtime=18.9
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 6200 0 -1 4202560 19544 0 0 0 1863 27 0 0 15 0 13 0 5431292 1578672128 78510 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1541672 CPUtime=18.85
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 6200 0 -1 4202560 18566 0 0 0 1865 20 0 0 16 0 13 0 5431292 1578672128 78510 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1541672 CPUtime=0.68
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 6200 0 -1 4202560 378 0 0 0 61 7 0 0 15 0 13 0 5431293 1578672128 78510 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 6200 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5431294 1578672128 78510 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 6200 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 5431294 1578672128 78510 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 6200 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 13 0 5431298 1578672128 78510 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1541672 CPUtime=1.23
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 6200 0 -1 4202560 1118 0 0 0 123 0 0 0 15 0 13 0 5431298 1578672128 78510 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1541672 CPUtime=2.24
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 6200 0 -1 4202560 10323 0 0 0 220 4 0 0 15 0 13 0 5431298 1578672128 78510 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 6200 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 13 0 5431298 1578672128 78510 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 6200 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 5431298 1578672128 78510 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6632] ppid=6615 vsize=1541672 CPUtime=0
/proc/6617/task/6632/stat : 6632 (java) S 6615 6617 6200 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 13 0 5431354 1578672128 78510 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 1541672

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

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

[startup+1779.52 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 6678
/proc/meminfo: memFree=1239360/2059040 swapFree=4192956/4192956
[pid=6617] ppid=6615 vsize=1542320 CPUtime=1800.26
/proc/6617/stat : 6617 (java) S 6615 6617 6200 0 -1 4202496 89201 0 1 0 179929 97 0 0 18 0 14 0 5431289 1579335680 78550 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/6617/statm: 385580 78550 1451 10 0 382882 0
[pid=6617/tid=6619] ppid=6615 vsize=1542320 CPUtime=1758.17
/proc/6617/task/6619/stat : 6619 (java) R 6615 6617 6200 0 -1 4202560 38063 0 1 0 175782 35 0 0 25 0 14 0 5431290 1579335680 78550 1992294400 134512640 134550932 4294712416 18446744073709551615 4108985707 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6617/tid=6620] ppid=6615 vsize=1542320 CPUtime=18.93
/proc/6617/task/6620/stat : 6620 (java) S 6615 6617 6200 0 -1 4202560 19545 0 0 0 1866 27 0 0 15 0 14 0 5431292 1579335680 78550 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6621] ppid=6615 vsize=1542320 CPUtime=18.88
/proc/6617/task/6621/stat : 6621 (java) S 6615 6617 6200 0 -1 4202560 18580 0 0 0 1868 20 0 0 16 0 14 0 5431292 1579335680 78550 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6622] ppid=6615 vsize=1542320 CPUtime=0.68
/proc/6617/task/6622/stat : 6622 (java) S 6615 6617 6200 0 -1 4202560 378 0 0 0 61 7 0 0 15 0 14 0 5431293 1579335680 78550 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 0 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6623] ppid=6615 vsize=1542320 CPUtime=0
/proc/6617/task/6623/stat : 6623 (java) S 6615 6617 6200 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 14 0 5431294 1579335680 78550 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6624] ppid=6615 vsize=1542320 CPUtime=0
/proc/6617/task/6624/stat : 6624 (java) S 6615 6617 6200 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 14 0 5431294 1579335680 78550 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6625] ppid=6615 vsize=1542320 CPUtime=0
/proc/6617/task/6625/stat : 6625 (java) S 6615 6617 6200 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 5431298 1579335680 78550 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6626] ppid=6615 vsize=1542320 CPUtime=1.26
/proc/6617/task/6626/stat : 6626 (java) S 6615 6617 6200 0 -1 4202560 1122 0 0 0 126 0 0 0 15 0 14 0 5431298 1579335680 78550 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6627] ppid=6615 vsize=1542320 CPUtime=2.24
/proc/6617/task/6627/stat : 6627 (java) S 6615 6617 6200 0 -1 4202560 10323 0 0 0 220 4 0 0 15 0 14 0 5431298 1579335680 78550 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6628] ppid=6615 vsize=1542320 CPUtime=0
/proc/6617/task/6628/stat : 6628 (java) S 6615 6617 6200 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 14 0 5431298 1579335680 78550 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 0 0 0 0
[pid=6617/tid=6629] ppid=6615 vsize=1542320 CPUtime=0
/proc/6617/task/6629/stat : 6629 (java) S 6615 6617 6200 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 14 0 5431298 1579335680 78550 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
[pid=6617/tid=6632] ppid=6615 vsize=1542320 CPUtime=0
/proc/6617/task/6632/stat : 6632 (java) S 6615 6617 6200 0 -1 4202560 4 0 0 0 0 0 0 0 23 0 14 0 5431354 1579335680 78550 1992294400 134512640 134550932 4294712416 18446744073709551615 4294960144 0 4 0 16800975 18446604437845550400 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 1542320

Child status: 143
Real time (s): 1779.58
CPU time (s): 1800.34
CPU user time (s): 1799.34
CPU system time (s): 1.00585
CPU usage (%): 101.166
Max. virtual memory (cumulated for all children) (KiB): 1545044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.34
system time used= 1.00585
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89201
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= 46432
involuntary context switches= 35257

runsolver used 3.79442 second user time and 9.52955 second system time

The end

Launcher Data

Begin job on node007 at 2010-06-12 01:17:58
IDJOB=2660922
IDBENCH=1318
IDSOLVER=1165
FILE ID=node007/2660922-1276298278
PBS_JOBID= 11173118
Free space on /tmp= 62444 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.1900552423.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660922-1276298278/watcher-2660922-1276298278 -o /tmp/evaluation-result-2660922-1276298278/solver-2660922-1276298278 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660922-1276298278.opb

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

MD5SUM BENCH= e3ac612b47921d8ce26a7ef2a453205c
RANDOM SEED=2012315838

node007.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.264
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.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		: 3000.264
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.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1551720 kB
Buffers:         72164 kB
Cached:         308068 kB
SwapCached:          0 kB
Active:         170808 kB
Inactive:       268740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1551720 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             616 kB
Writeback:           0 kB
AnonPages:       59276 kB
Mapped:          15380 kB
Slab:            46044 kB
PageTables:       4012 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181952 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= 62444 MiB
End job on node007 at 2010-06-12 01:47:40