Trace number 2660934

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.2 1777.62

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900566157.opb
MD5SUM8170439ba832b251137a16b29cd20ba3
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 benchmark46.122
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 801
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.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-2660934-1276301931.opb
0.21/0.22	c reading problem ... 
0.97/0.75	c ... done. Wall clock time 0.527s.
0.97/0.75	c #vars     231
0.97/0.75	c #constraints  2707
0.97/0.75	c constraints type 
0.97/0.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.97/0.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.97/0.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.97/0.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
123.53/119.32	c cleaning 0 clauses out of 5000 with flag 0/5000
675.61/667.05	c cleaning 0 clauses out of 11003 with flag 0/11003
1800.03/1777.52	c starts		: 44
1800.03/1777.52	c conflicts		: 17434
1800.03/1777.52	c decisions		: 37765
1800.03/1777.52	c propagations		: 548830
1800.03/1777.52	c inspects		: 845863699
1800.03/1777.52	c learnt literals	: 0
1800.03/1777.52	c learnt binary clauses	: 0
1800.03/1777.52	c learnt ternary clauses	: 8
1800.03/1777.52	c learnt clauses	: 17434
1800.03/1777.52	c ignored clauses	: 0
1800.03/1777.52	c root simplifications	: 0
1800.03/1777.52	c removed literals (reason simplification)	: 0
1800.03/1777.52	c reason swapping (by a shorter reason)	: 0
1800.03/1777.52	c Calls to reduceDB	: 2
1800.03/1777.52	c number of reductions to clauses (during analyze)	: 0
1800.03/1777.52	c number of learned constraints concerned by reduction	: 0
1800.03/1777.52	c number of learning phase by resolution	: 0
1800.03/1777.53	c number of learning phase by cutting planes	: 0
1800.03/1777.53	c speed (assignments/second)	: 308.8916304399214
1800.03/1777.53	c non guided choices	121
1800.03/1777.55	c learnt constraints type 
1800.03/1777.55	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 574
1800.03/1777.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 34
1800.03/1777.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 16826
1800.03/1777.55	c constraints type 
1800.03/1777.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.03/1777.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.03/1777.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.03/1777.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.03/1777.55	s UNKNOWN
1800.03/1777.55	c Total wall clock time (in seconds): 1777.331

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 6938
/proc/meminfo: memFree=1547872/2059040 swapFree=4192956/4192956
[pid=6938] ppid=6936 vsize=392 CPUtime=0
/proc/6938/stat : 6938 (java6) R 6936 6938 6184 0 -1 4194304 122 0 0 0 0 0 0 0 23 0 1 0 3844989 401408 40 1992294400 134512640 134550932 4287021600 18446744073709551615 3253411 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6938/statm: 107 42 33 10 0 25 0

[startup+0.0338231 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 6938
/proc/meminfo: memFree=1547872/2059040 swapFree=4192956/4192956
[pid=6938] ppid=6936 vsize=1518368 CPUtime=0.01
/proc/6938/stat : 6938 (java) S 6936 6938 6184 0 -1 4202496 2678 0 1 0 0 1 0 0 23 0 4 0 3844989 1554808832 2121 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6938/statm: 379592 2121 439 10 0 377303 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1518368

[startup+0.100832 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 6938
/proc/meminfo: memFree=1547872/2059040 swapFree=4192956/4192956
[pid=6938] ppid=6936 vsize=1521796 CPUtime=0.08
/proc/6938/stat : 6938 (java) S 6936 6938 6184 0 -1 4202496 3866 0 1 0 6 2 0 0 23 0 7 0 3844989 1558319104 3306 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/6938/statm: 380449 3306 1048 10 0 377759 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1521796

[startup+0.300867 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 6938
/proc/meminfo: memFree=1547872/2059040 swapFree=4192956/4192956
[pid=6938] ppid=6936 vsize=1526456 CPUtime=0.35
/proc/6938/stat : 6938 (java) S 6936 6938 6184 0 -1 4202496 5322 0 1 0 32 3 0 0 23 0 12 0 3844989 1563090944 4758 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6938/statm: 381614 4758 1359 10 0 378916 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526456

[startup+0.70094 s]
/proc/loadavg: 0.92 0.98 0.99 3/106 6938
/proc/meminfo: memFree=1547872/2059040 swapFree=4192956/4192956
[pid=6938] ppid=6936 vsize=1528304 CPUtime=0.97
/proc/6938/stat : 6938 (java) S 6936 6938 6184 0 -1 4202496 6936 0 1 0 93 4 0 0 23 0 12 0 3844989 1564983296 6290 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6938/statm: 382076 6290 1400 10 0 379378 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1528304

[startup+1.50209 s]
/proc/loadavg: 0.92 0.98 0.99 5/119 6951
/proc/meminfo: memFree=1522784/2059040 swapFree=4192956/4192956
[pid=6938] ppid=6936 vsize=1531976 CPUtime=2.48
/proc/6938/stat : 6938 (java) S 6936 6938 6184 0 -1 4202496 17613 0 1 0 240 8 0 0 23 0 13 0 3844989 1568743424 16153 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6938/statm: 382994 16153 1423 10 0 380296 0
[pid=6938/tid=6940] ppid=6936 vsize=1531976 CPUtime=1.32
/proc/6938/task/6940/stat : 6940 (java) R 6936 6938 6184 0 -1 4202560 13805 0 1 0 125 7 0 0 25 0 13 0 3844991 1568743424 16153 1992294400 134512640 134550932 4291211040 18446744073709551615 4109354720 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6938/tid=6941] ppid=6936 vsize=1531976 CPUtime=0
/proc/6938/task/6941/stat : 6941 (java) S 6936 6938 6184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3844992 1568743424 16153 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6942] ppid=6936 vsize=1531976 CPUtime=0
/proc/6938/task/6942/stat : 6942 (java) S 6936 6938 6184 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 3844992 1568743424 16153 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6943] ppid=6936 vsize=1531976 CPUtime=0
/proc/6938/task/6943/stat : 6943 (java) S 6936 6938 6184 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 3844994 1568743424 16153 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6944] ppid=6936 vsize=1531976 CPUtime=0
/proc/6938/task/6944/stat : 6944 (java) S 6936 6938 6184 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 13 0 3844995 1568743424 16153 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6945] ppid=6936 vsize=1531976 CPUtime=0
/proc/6938/task/6945/stat : 6945 (java) S 6936 6938 6184 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 3844995 1568743424 16153 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6946] ppid=6936 vsize=1531976 CPUtime=0
/proc/6938/task/6946/stat : 6946 (java) S 6936 6938 6184 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3844999 1568743424 16153 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6947] ppid=6936 vsize=1531976 CPUtime=0.21
/proc/6938/task/6947/stat : 6947 (java) R 6936 6938 6184 0 -1 4202560 210 0 0 0 21 0 0 0 22 0 13 0 3844999 1568743424 16153 1992294400 134512640 134550932 4291211040 18446744073709551615 106817392 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6938/tid=6948] ppid=6936 vsize=1531976 CPUtime=0.93
/proc/6938/task/6948/stat : 6948 (java) R 6936 6938 6184 0 -1 4202560 2527 0 0 0 93 0 0 0 16 0 13 0 3844999 1568743424 16153 1992294400 134512640 134550932 4291211040 18446744073709551615 103148469 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6938/tid=6949] ppid=6936 vsize=1531976 CPUtime=0
/proc/6938/task/6949/stat : 6949 (java) S 6936 6938 6184 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3844999 1568743424 16153 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6950] ppid=6936 vsize=1531976 CPUtime=0
/proc/6938/task/6950/stat : 6950 (java) S 6936 6938 6184 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3845000 1568743424 16153 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6951] ppid=6936 vsize=1531976 CPUtime=0
/proc/6938/task/6951/stat : 6951 (java) S 6936 6938 6184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3845065 1568743424 16153 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 1531976

[startup+3.10237 s]
/proc/loadavg: 0.92 0.98 0.99 7/119 6951
/proc/meminfo: memFree=1414284/2059040 swapFree=4192956/4192956
[pid=6938] ppid=6936 vsize=1539664 CPUtime=5.67
/proc/6938/stat : 6938 (java) S 6936 6938 6184 0 -1 4202496 43989 0 1 0 546 21 0 0 23 0 13 0 3844989 1576615936 37313 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6938/statm: 384916 37313 1437 10 0 382218 0
[pid=6938/tid=6940] ppid=6936 vsize=1539664 CPUtime=2.86
/proc/6938/task/6940/stat : 6940 (java) R 6936 6938 6184 0 -1 4202560 32058 0 1 0 271 15 0 0 19 0 13 0 3844991 1576615936 37313 1992294400 134512640 134550932 4291211040 18446744073709551615 4109577555 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6938/tid=6941] ppid=6936 vsize=1539664 CPUtime=0.01
/proc/6938/task/6941/stat : 6941 (java) S 6936 6938 6184 0 -1 4202560 484 0 0 0 1 0 0 0 18 0 13 0 3844992 1576615936 37313 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6942] ppid=6936 vsize=1539664 CPUtime=0
/proc/6938/task/6942/stat : 6942 (java) S 6936 6938 6184 0 -1 4202560 235 0 0 0 0 0 0 0 18 0 13 0 3844992 1576615936 37313 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6943] ppid=6936 vsize=1539664 CPUtime=0.02
/proc/6938/task/6943/stat : 6943 (java) S 6936 6938 6184 0 -1 4202560 12 0 0 0 1 1 0 0 15 0 13 0 3844994 1576615936 37313 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6944] ppid=6936 vsize=1539664 CPUtime=0
/proc/6938/task/6944/stat : 6944 (java) S 6936 6938 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3844995 1576615936 37313 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6945] ppid=6936 vsize=1539664 CPUtime=0
/proc/6938/task/6945/stat : 6945 (java) S 6936 6938 6184 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3844995 1576615936 37313 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6946] ppid=6936 vsize=1539664 CPUtime=0
/proc/6938/task/6946/stat : 6946 (java) S 6936 6938 6184 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3844999 1576615936 37313 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6947] ppid=6936 vsize=1539664 CPUtime=0.21
/proc/6938/task/6947/stat : 6947 (java) R 6936 6938 6184 0 -1 4202560 210 0 0 0 21 0 0 0 22 0 13 0 3844999 1576615936 37313 1992294400 134512640 134550932 4291211040 18446744073709551615 103159781 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6938/tid=6948] ppid=6936 vsize=1539664 CPUtime=2.52
/proc/6938/task/6948/stat : 6948 (java) R 6936 6938 6184 0 -1 4202560 9921 0 0 0 249 3 0 0 18 0 13 0 3844999 1576615936 37313 1992294400 134512640 134550932 4291211040 18446744073709551615 105715518 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6938/tid=6949] ppid=6936 vsize=1539664 CPUtime=0
/proc/6938/task/6949/stat : 6949 (java) S 6936 6938 6184 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3844999 1576615936 37313 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6950] ppid=6936 vsize=1539664 CPUtime=0
/proc/6938/task/6950/stat : 6950 (java) S 6936 6938 6184 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3845000 1576615936 37313 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6951] ppid=6936 vsize=1539664 CPUtime=0
/proc/6938/task/6951/stat : 6951 (java) S 6936 6938 6184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3845065 1576615936 37313 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.67
Current children cumulated vsize (KiB) 1539664

[startup+6.30196 s]
/proc/loadavg: 1.01 1.00 1.00 2/119 6951
/proc/meminfo: memFree=1394320/2059040 swapFree=4192956/4192956
[pid=6938] ppid=6936 vsize=1540172 CPUtime=9.75
/proc/6938/stat : 6938 (java) S 6936 6938 6184 0 -1 4202496 53625 0 1 0 948 27 0 0 23 0 13 0 3844989 1577136128 46409 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6938/statm: 385043 46409 1438 10 0 382345 0
[pid=6938/tid=6940] ppid=6936 vsize=1540172 CPUtime=5.96
/proc/6938/task/6940/stat : 6940 (java) R 6936 6938 6184 0 -1 4202560 37622 0 1 0 578 18 0 0 25 0 13 0 3844991 1577136128 46409 1992294400 134512640 134550932 4291211040 18446744073709551615 4109420296 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6938/tid=6941] ppid=6936 vsize=1540172 CPUtime=0.08
/proc/6938/task/6941/stat : 6941 (java) S 6936 6938 6184 0 -1 4202560 2168 0 0 0 7 1 0 0 16 0 13 0 3844992 1577136128 46409 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6942] ppid=6936 vsize=1540172 CPUtime=0.07
/proc/6938/task/6942/stat : 6942 (java) S 6936 6938 6184 0 -1 4202560 1948 0 0 0 6 1 0 0 16 0 13 0 3844992 1577136128 46409 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6943] ppid=6936 vsize=1540172 CPUtime=0.02
/proc/6938/task/6943/stat : 6943 (java) S 6936 6938 6184 0 -1 4202560 28 0 0 0 1 1 0 0 15 0 13 0 3844994 1577136128 46409 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6944] ppid=6936 vsize=1540172 CPUtime=0
/proc/6938/task/6944/stat : 6944 (java) S 6936 6938 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3844995 1577136128 46409 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6945] ppid=6936 vsize=1540172 CPUtime=0
/proc/6938/task/6945/stat : 6945 (java) S 6936 6938 6184 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3844995 1577136128 46409 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6946] ppid=6936 vsize=1540172 CPUtime=0
/proc/6938/task/6946/stat : 6946 (java) S 6936 6938 6184 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3844999 1577136128 46409 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6947] ppid=6936 vsize=1540172 CPUtime=0.41
/proc/6938/task/6947/stat : 6947 (java) S 6936 6938 6184 0 -1 4202560 222 0 0 0 41 0 0 0 22 0 13 0 3844999 1577136128 46409 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6948] ppid=6936 vsize=1540172 CPUtime=3.17
/proc/6938/task/6948/stat : 6948 (java) S 6936 6938 6184 0 -1 4202560 10568 0 0 0 313 4 0 0 15 0 13 0 3844999 1577136128 46409 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6949] ppid=6936 vsize=1540172 CPUtime=0
/proc/6938/task/6949/stat : 6949 (java) S 6936 6938 6184 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3844999 1577136128 46409 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6950] ppid=6936 vsize=1540172 CPUtime=0
/proc/6938/task/6950/stat : 6950 (java) S 6936 6938 6184 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3845000 1577136128 46409 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6951] ppid=6936 vsize=1540172 CPUtime=0
/proc/6938/task/6951/stat : 6951 (java) S 6936 6938 6184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3845065 1577136128 46409 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.75
Current children cumulated vsize (KiB) 1540172

[startup+12.7021 s]
/proc/loadavg: 1.01 1.00 1.00 2/119 6953
/proc/meminfo: memFree=1362204/2059040 swapFree=4192956/4192956
[pid=6938] ppid=6936 vsize=1539056 CPUtime=16.19
/proc/6938/stat : 6938 (java) S 6936 6938 6184 0 -1 4202496 55301 0 1 0 1592 27 0 0 23 0 13 0 3844989 1575993344 47533 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6938/statm: 384764 47533 1438 10 0 382066 0
[pid=6938/tid=6940] ppid=6936 vsize=1539056 CPUtime=12.28
/proc/6938/task/6940/stat : 6940 (java) R 6936 6938 6184 0 -1 4202560 37630 0 1 0 1210 18 0 0 25 0 13 0 3844991 1575993344 47533 1992294400 134512640 134550932 4291211040 18446744073709551615 4109600472 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6938/tid=6941] ppid=6936 vsize=1539056 CPUtime=0.12
/proc/6938/task/6941/stat : 6941 (java) S 6936 6938 6184 0 -1 4202560 3029 0 0 0 11 1 0 0 15 0 13 0 3844992 1575993344 47533 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6942] ppid=6936 vsize=1539056 CPUtime=0.12
/proc/6938/task/6942/stat : 6942 (java) S 6936 6938 6184 0 -1 4202560 2755 0 0 0 11 1 0 0 16 0 13 0 3844992 1575993344 47533 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6943] ppid=6936 vsize=1539056 CPUtime=0.03
/proc/6938/task/6943/stat : 6943 (java) S 6936 6938 6184 0 -1 4202560 28 0 0 0 2 1 0 0 15 0 13 0 3844994 1575993344 47533 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6944] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6944/stat : 6944 (java) S 6936 6938 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3844995 1575993344 47533 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6945] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6945/stat : 6945 (java) S 6936 6938 6184 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3844995 1575993344 47533 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6946] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6946/stat : 6946 (java) S 6936 6938 6184 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3844999 1575993344 47533 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6947] ppid=6936 vsize=1539056 CPUtime=0.41
/proc/6938/task/6947/stat : 6947 (java) S 6936 6938 6184 0 -1 4202560 222 0 0 0 41 0 0 0 22 0 13 0 3844999 1575993344 47533 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6948] ppid=6936 vsize=1539056 CPUtime=3.18
/proc/6938/task/6948/stat : 6948 (java) S 6936 6938 6184 0 -1 4202560 10568 0 0 0 314 4 0 0 15 0 13 0 3844999 1575993344 47533 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6949] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6949/stat : 6949 (java) S 6936 6938 6184 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3844999 1575993344 47533 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6950] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6950/stat : 6950 (java) S 6936 6938 6184 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 3845000 1575993344 47533 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6951] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6951/stat : 6951 (java) S 6936 6938 6184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3845065 1575993344 47533 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 16.19
Current children cumulated vsize (KiB) 1539056

[startup+25.5014 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 6953
/proc/meminfo: memFree=1355012/2059040 swapFree=4192956/4192956
[pid=6938] ppid=6936 vsize=1539056 CPUtime=29.08
/proc/6938/stat : 6938 (java) S 6936 6938 6184 0 -1 4202496 57259 0 1 0 2879 29 0 0 23 0 13 0 3844989 1575993344 49302 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6938/statm: 384764 49302 1438 10 0 382066 0
[pid=6938/tid=6940] ppid=6936 vsize=1539056 CPUtime=24.98
/proc/6938/task/6940/stat : 6940 (java) R 6936 6938 6184 0 -1 4202560 37750 0 1 0 2480 18 0 0 25 0 13 0 3844991 1575993344 49302 1992294400 134512640 134550932 4291211040 18446744073709551615 4109367335 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6938/tid=6941] ppid=6936 vsize=1539056 CPUtime=0.2
/proc/6938/task/6941/stat : 6941 (java) S 6936 6938 6184 0 -1 4202560 3935 0 0 0 18 2 0 0 15 0 13 0 3844992 1575993344 49302 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6942] ppid=6936 vsize=1539056 CPUtime=0.19
/proc/6938/task/6942/stat : 6942 (java) S 6936 6938 6184 0 -1 4202560 3687 0 0 0 18 1 0 0 15 0 13 0 3844992 1575993344 49302 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6943] ppid=6936 vsize=1539056 CPUtime=0.03

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

[pid=6938] ppid=6936 vsize=1539056 CPUtime=1622.14
/proc/6938/stat : 6938 (java) S 6936 6938 6184 0 -1 4202496 87650 0 1 0 162083 131 0 0 23 0 13 0 3844989 1575993344 77248 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6938/statm: 384764 77248 1448 10 0 382066 0
[pid=6938/tid=6940] ppid=6936 vsize=1539056 CPUtime=1583.18
/proc/6938/task/6940/stat : 6940 (java) R 6936 6938 6184 0 -1 4202560 38685 0 1 0 158236 82 0 0 25 0 13 0 3844991 1575993344 77248 1992294400 134512640 134550932 4291211040 18446744073709551615 4109402332 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6938/tid=6941] ppid=6936 vsize=1539056 CPUtime=17.19
/proc/6938/task/6941/stat : 6941 (java) S 6936 6938 6184 0 -1 4202560 18542 0 0 0 1703 16 0 0 16 0 13 0 3844992 1575993344 77248 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6942] ppid=6936 vsize=1539056 CPUtime=17.19
/proc/6938/task/6942/stat : 6942 (java) S 6936 6938 6184 0 -1 4202560 18094 0 0 0 1700 19 0 0 16 0 13 0 3844992 1575993344 77248 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6943] ppid=6936 vsize=1539056 CPUtime=0.66
/proc/6938/task/6943/stat : 6943 (java) S 6936 6938 6184 0 -1 4202560 365 0 0 0 60 6 0 0 15 0 13 0 3844994 1575993344 77248 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6944] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6944/stat : 6944 (java) S 6936 6938 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3844995 1575993344 77248 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6945] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6945/stat : 6945 (java) S 6936 6938 6184 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3844995 1575993344 77248 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6946] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6946/stat : 6946 (java) S 6936 6938 6184 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3844999 1575993344 77248 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6947] ppid=6936 vsize=1539056 CPUtime=0.45
/proc/6938/task/6947/stat : 6947 (java) S 6936 6938 6184 0 -1 4202560 222 0 0 0 45 0 0 0 15 0 13 0 3844999 1575993344 77248 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6948] ppid=6936 vsize=1539056 CPUtime=3.38
/proc/6938/task/6948/stat : 6948 (java) S 6936 6938 6184 0 -1 4202560 10577 0 0 0 334 4 0 0 15 0 13 0 3844999 1575993344 77248 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6949] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6949/stat : 6949 (java) S 6936 6938 6184 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3844999 1575993344 77248 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6950] ppid=6936 vsize=1539056 CPUtime=0.02
/proc/6938/task/6950/stat : 6950 (java) S 6936 6938 6184 0 -1 4202560 97 0 0 0 2 0 0 0 15 0 13 0 3845000 1575993344 77248 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6951] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6951/stat : 6951 (java) S 6936 6938 6184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3845065 1575993344 77248 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1622.14
Current children cumulated vsize (KiB) 1539056

[startup+1662.3 s]
/proc/loadavg: 1.04 1.03 1.00 2/119 7000
/proc/meminfo: memFree=1239196/2059040 swapFree=4192956/4192956
[pid=6938] ppid=6936 vsize=1539056 CPUtime=1683.03
/proc/6938/stat : 6938 (java) S 6936 6938 6184 0 -1 4202496 88235 0 1 0 168167 136 0 0 23 0 13 0 3844989 1575993344 77791 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6938/statm: 384764 77791 1448 10 0 382066 0
[pid=6938/tid=6940] ppid=6936 vsize=1539056 CPUtime=1642.19
/proc/6938/task/6940/stat : 6940 (java) R 6936 6938 6184 0 -1 4202560 38718 0 1 0 164134 85 0 0 25 0 13 0 3844991 1575993344 77791 1992294400 134512640 134550932 4291211040 18446744073709551615 4109445759 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6938/tid=6941] ppid=6936 vsize=1539056 CPUtime=18.13
/proc/6938/task/6941/stat : 6941 (java) S 6936 6938 6184 0 -1 4202560 18798 0 0 0 1796 17 0 0 15 0 13 0 3844992 1575993344 77791 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6942] ppid=6936 vsize=1539056 CPUtime=18.13
/proc/6938/task/6942/stat : 6942 (java) S 6936 6938 6184 0 -1 4202560 18386 0 0 0 1793 20 0 0 16 0 13 0 3844992 1575993344 77791 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6943] ppid=6936 vsize=1539056 CPUtime=0.67
/proc/6938/task/6943/stat : 6943 (java) S 6936 6938 6184 0 -1 4202560 367 0 0 0 61 6 0 0 15 0 13 0 3844994 1575993344 77791 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6944] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6944/stat : 6944 (java) S 6936 6938 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3844995 1575993344 77791 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6945] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6945/stat : 6945 (java) S 6936 6938 6184 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3844995 1575993344 77791 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6946] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6946/stat : 6946 (java) S 6936 6938 6184 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3844999 1575993344 77791 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6947] ppid=6936 vsize=1539056 CPUtime=0.45
/proc/6938/task/6947/stat : 6947 (java) S 6936 6938 6184 0 -1 4202560 222 0 0 0 45 0 0 0 15 0 13 0 3844999 1575993344 77791 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6948] ppid=6936 vsize=1539056 CPUtime=3.38
/proc/6938/task/6948/stat : 6948 (java) S 6936 6938 6184 0 -1 4202560 10577 0 0 0 334 4 0 0 15 0 13 0 3844999 1575993344 77791 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6949] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6949/stat : 6949 (java) S 6936 6938 6184 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3844999 1575993344 77791 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6950] ppid=6936 vsize=1539056 CPUtime=0.03
/proc/6938/task/6950/stat : 6950 (java) S 6936 6938 6184 0 -1 4202560 99 0 0 0 2 1 0 0 15 0 13 0 3845000 1575993344 77791 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6951] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6951/stat : 6951 (java) S 6936 6938 6184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3845065 1575993344 77791 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1683.03
Current children cumulated vsize (KiB) 1539056

[startup+1722.3 s]
/proc/loadavg: 1.08 1.05 1.01 2/119 7000
/proc/meminfo: memFree=1237212/2059040 swapFree=4192956/4192956
[pid=6938] ppid=6936 vsize=1539056 CPUtime=1743.98
/proc/6938/stat : 6938 (java) S 6936 6938 6184 0 -1 4202496 88786 0 1 0 174258 140 0 0 23 0 13 0 3844989 1575993344 78299 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6938/statm: 384764 78299 1448 10 0 382066 0
[pid=6938/tid=6940] ppid=6936 vsize=1539056 CPUtime=1701.17
/proc/6938/task/6940/stat : 6940 (java) R 6936 6938 6184 0 -1 4202560 38752 0 1 0 170030 87 0 0 25 0 13 0 3844991 1575993344 78299 1992294400 134512640 134550932 4291211040 18446744073709551615 4109445759 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6938/tid=6941] ppid=6936 vsize=1539056 CPUtime=19.11
/proc/6938/task/6941/stat : 6941 (java) S 6936 6938 6184 0 -1 4202560 19064 0 0 0 1893 18 0 0 16 0 13 0 3844992 1575993344 78299 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6942] ppid=6936 vsize=1539056 CPUtime=19.09
/proc/6938/task/6942/stat : 6942 (java) S 6936 6938 6184 0 -1 4202560 18629 0 0 0 1889 20 0 0 16 0 13 0 3844992 1575993344 78299 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6943] ppid=6936 vsize=1539056 CPUtime=0.67
/proc/6938/task/6943/stat : 6943 (java) S 6936 6938 6184 0 -1 4202560 371 0 0 0 61 6 0 0 15 0 13 0 3844994 1575993344 78299 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6944] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6944/stat : 6944 (java) S 6936 6938 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3844995 1575993344 78299 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6945] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6945/stat : 6945 (java) S 6936 6938 6184 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3844995 1575993344 78299 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6946] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6946/stat : 6946 (java) S 6936 6938 6184 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3844999 1575993344 78299 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6947] ppid=6936 vsize=1539056 CPUtime=0.45
/proc/6938/task/6947/stat : 6947 (java) S 6936 6938 6184 0 -1 4202560 222 0 0 0 45 0 0 0 15 0 13 0 3844999 1575993344 78299 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6948] ppid=6936 vsize=1539056 CPUtime=3.38
/proc/6938/task/6948/stat : 6948 (java) S 6936 6938 6184 0 -1 4202560 10577 0 0 0 334 4 0 0 15 0 13 0 3844999 1575993344 78299 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6949] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6949/stat : 6949 (java) S 6936 6938 6184 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3844999 1575993344 78299 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6950] ppid=6936 vsize=1539056 CPUtime=0.03
/proc/6938/task/6950/stat : 6950 (java) S 6936 6938 6184 0 -1 4202560 103 0 0 0 2 1 0 0 15 0 13 0 3845000 1575993344 78299 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6951] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6951/stat : 6951 (java) S 6936 6938 6184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3845065 1575993344 78299 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1743.98
Current children cumulated vsize (KiB) 1539056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.5 s]
/proc/loadavg: 1.03 1.04 1.00 3/119 7002
/proc/meminfo: memFree=1235476/2059040 swapFree=4192956/4192956
[pid=6938] ppid=6936 vsize=1539056 CPUtime=1800.03
/proc/6938/stat : 6938 (java) S 6936 6938 6184 0 -1 4202496 89231 0 1 0 179860 143 0 0 23 0 13 0 3844989 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6938/statm: 384764 78703 1448 10 0 382066 0
[pid=6938/tid=6940] ppid=6936 vsize=1539056 CPUtime=1755.49
/proc/6938/task/6940/stat : 6940 (java) R 6936 6938 6184 0 -1 4202560 38782 0 1 0 175459 90 0 0 25 0 13 0 3844991 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4109402231 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6938/tid=6941] ppid=6936 vsize=1539056 CPUtime=19.97
/proc/6938/task/6941/stat : 6941 (java) S 6936 6938 6184 0 -1 4202560 19274 0 0 0 1979 18 0 0 16 0 13 0 3844992 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6942] ppid=6936 vsize=1539056 CPUtime=19.96
/proc/6938/task/6942/stat : 6942 (java) S 6936 6938 6184 0 -1 4202560 18825 0 0 0 1976 20 0 0 15 0 13 0 3844992 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6943] ppid=6936 vsize=1539056 CPUtime=0.69
/proc/6938/task/6943/stat : 6943 (java) S 6936 6938 6184 0 -1 4202560 376 0 0 0 62 7 0 0 15 0 13 0 3844994 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6944] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6944/stat : 6944 (java) S 6936 6938 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3844995 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6945] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6945/stat : 6945 (java) S 6936 6938 6184 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3844995 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6946] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6946/stat : 6946 (java) S 6936 6938 6184 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3844999 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6947] ppid=6936 vsize=1539056 CPUtime=0.45
/proc/6938/task/6947/stat : 6947 (java) S 6936 6938 6184 0 -1 4202560 222 0 0 0 45 0 0 0 15 0 13 0 3844999 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6948] ppid=6936 vsize=1539056 CPUtime=3.38
/proc/6938/task/6948/stat : 6948 (java) S 6936 6938 6184 0 -1 4202560 10577 0 0 0 334 4 0 0 15 0 13 0 3844999 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6949] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6949/stat : 6949 (java) S 6936 6938 6184 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3844999 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6950] ppid=6936 vsize=1539056 CPUtime=0.03
/proc/6938/task/6950/stat : 6950 (java) S 6936 6938 6184 0 -1 4202560 107 0 0 0 2 1 0 0 15 0 13 0 3845000 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6951] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6951/stat : 6951 (java) S 6936 6938 6184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3845065 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1539056

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

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

[startup+1777.5 s]
/proc/loadavg: 1.03 1.04 1.00 3/119 7002
/proc/meminfo: memFree=1235476/2059040 swapFree=4192956/4192956
[pid=6938] ppid=6936 vsize=1539056 CPUtime=1800.03
/proc/6938/stat : 6938 (java) S 6936 6938 6184 0 -1 4202496 89231 0 1 0 179860 143 0 0 23 0 13 0 3844989 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6938/statm: 384764 78703 1448 10 0 382066 0
[pid=6938/tid=6940] ppid=6936 vsize=1539056 CPUtime=1755.49
/proc/6938/task/6940/stat : 6940 (java) R 6936 6938 6184 0 -1 4202560 38782 0 1 0 175459 90 0 0 25 0 13 0 3844991 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4109402231 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6938/tid=6941] ppid=6936 vsize=1539056 CPUtime=19.97
/proc/6938/task/6941/stat : 6941 (java) S 6936 6938 6184 0 -1 4202560 19274 0 0 0 1979 18 0 0 16 0 13 0 3844992 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6942] ppid=6936 vsize=1539056 CPUtime=19.96
/proc/6938/task/6942/stat : 6942 (java) S 6936 6938 6184 0 -1 4202560 18825 0 0 0 1976 20 0 0 15 0 13 0 3844992 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6943] ppid=6936 vsize=1539056 CPUtime=0.69
/proc/6938/task/6943/stat : 6943 (java) S 6936 6938 6184 0 -1 4202560 376 0 0 0 62 7 0 0 15 0 13 0 3844994 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 0 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6944] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6944/stat : 6944 (java) S 6936 6938 6184 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 3844995 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6945] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6945/stat : 6945 (java) S 6936 6938 6184 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 3844995 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6946] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6946/stat : 6946 (java) S 6936 6938 6184 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 13 0 3844999 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6947] ppid=6936 vsize=1539056 CPUtime=0.45
/proc/6938/task/6947/stat : 6947 (java) S 6936 6938 6184 0 -1 4202560 222 0 0 0 45 0 0 0 15 0 13 0 3844999 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6948] ppid=6936 vsize=1539056 CPUtime=3.38
/proc/6938/task/6948/stat : 6948 (java) S 6936 6938 6184 0 -1 4202560 10577 0 0 0 334 4 0 0 15 0 13 0 3844999 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
[pid=6938/tid=6949] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6949/stat : 6949 (java) S 6936 6938 6184 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 3844999 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6950] ppid=6936 vsize=1539056 CPUtime=0.03
/proc/6938/task/6950/stat : 6950 (java) S 6936 6938 6184 0 -1 4202560 107 0 0 0 2 1 0 0 15 0 13 0 3845000 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 0 0 0 0
[pid=6938/tid=6951] ppid=6936 vsize=1539056 CPUtime=0
/proc/6938/task/6951/stat : 6951 (java) S 6936 6938 6184 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 3845065 1575993344 78703 1992294400 134512640 134550932 4291211040 18446744073709551615 4294960144 0 4 0 16800975 18446604437822770048 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1539056

Child status: 143
Real time (s): 1777.62
CPU time (s): 1800.2
CPU user time (s): 1798.73
CPU system time (s): 1.46978
CPU usage (%): 101.27
Max. virtual memory (cumulated for all children) (KiB): 1545440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.73
system time used= 1.46978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89255
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= 46694
involuntary context switches= 47408

runsolver used 3.61945 second user time and 9.97348 second system time

The end

Launcher Data

Begin job on node027 at 2010-06-12 02:18:51
IDJOB=2660934
IDBENCH=1330
IDSOLVER=1165
FILE ID=node027/2660934-1276301931
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.1900566157.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660934-1276301931/watcher-2660934-1276301931 -o /tmp/evaluation-result-2660934-1276301931/solver-2660934-1276301931 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660934-1276301931.opb

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

MD5SUM BENCH= 8170439ba832b251137a16b29cd20ba3
RANDOM SEED=1176906907

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:       1548268 kB
Buffers:         74100 kB
Cached:         308560 kB
SwapCached:          0 kB
Active:         172992 kB
Inactive:       269120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1548268 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             416 kB
Writeback:           0 kB
AnonPages:       59388 kB
Mapped:          15404 kB
Slab:            46788 kB
PageTables:       4032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181188 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 02:48:31