Trace number 2660945

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.24 1780.33

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900553812.opb
MD5SUM703150fc56665afb9da0b20e49208c25
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 benchmark8.78866
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 723
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100526
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c solving HOME/instance-2660945-1276305710.opb
0.24/0.22	c reading problem ... 
0.92/0.65	c ... done. Wall clock time 0.434s.
0.92/0.65	c #vars     231
0.92/0.65	c #constraints  2707
0.92/0.65	c constraints type 
0.92/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.92/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.92/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.92/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
129.99/127.27	c cleaning 0 clauses out of 5002 with flag 0/5002
836.78/828.25	c cleaning 0 clauses out of 11003 with flag 0/11003
1800.06/1780.21	c starts		: 43
1800.06/1780.21	c conflicts		: 15465
1800.06/1780.21	c decisions		: 38090
1800.06/1780.21	c propagations		: 458328
1800.06/1780.21	c inspects		: 855100875
1800.06/1780.21	c learnt literals	: 0
1800.06/1780.21	c learnt binary clauses	: 0
1800.06/1780.21	c learnt ternary clauses	: 1
1800.06/1780.21	c learnt clauses	: 15465
1800.06/1780.21	c ignored clauses	: 0
1800.06/1780.21	c root simplifications	: 0
1800.06/1780.21	c removed literals (reason simplification)	: 0
1800.06/1780.21	c reason swapping (by a shorter reason)	: 0
1800.06/1780.21	c Calls to reduceDB	: 2
1800.06/1780.21	c number of reductions to clauses (during analyze)	: 0
1800.06/1780.21	c number of learned constraints concerned by reduction	: 0
1800.06/1780.21	c number of learning phase by resolution	: 0
1800.06/1780.21	c number of learning phase by cutting planes	: 0
1800.06/1780.21	c speed (assignments/second)	: 257.5510153622071
1800.06/1780.21	c non guided choices	121
1800.06/1780.24	c learnt constraints type 
1800.06/1780.24	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 499
1800.06/1780.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 36
1800.06/1780.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14930
1800.06/1780.24	c constraints type 
1800.06/1780.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.06/1780.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.06/1780.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.06/1780.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.06/1780.24	s UNKNOWN
1800.06/1780.24	c Total wall clock time (in seconds): 1780.026

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-2660945-1276305710/watcher-2660945-1276305710 -o /tmp/evaluation-result-2660945-1276305710/solver-2660945-1276305710 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660945-1276305710.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.00 1.10 1.41 3/106 7810
/proc/meminfo: memFree=1538120/2059040 swapFree=4192956/4192956
[pid=7810] ppid=7808 vsize=248 CPUtime=0
/proc/7810/stat : 7810 (java6) R 7808 7810 7733 0 -1 4194304 108 0 0 0 0 0 0 0 23 0 1 0 6172311 253952 28 1992294400 134512640 134550932 4291590272 18446744073709551615 9183828 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7810/statm: 62 28 21 10 0 23 0

[startup+0.105187 s]
/proc/loadavg: 1.00 1.10 1.41 3/106 7810
/proc/meminfo: memFree=1538120/2059040 swapFree=4192956/4192956
[pid=7810] ppid=7808 vsize=1524184 CPUtime=0.08
/proc/7810/stat : 7810 (java) S 7808 7810 7733 0 -1 4202496 3963 0 1 0 6 2 0 0 15 0 12 0 6172311 1560764416 3403 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7810/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.213031 s]
/proc/loadavg: 1.00 1.10 1.41 3/106 7810
/proc/meminfo: memFree=1538120/2059040 swapFree=4192956/4192956
[pid=7810] ppid=7808 vsize=1526376 CPUtime=0.24
/proc/7810/stat : 7810 (java) S 7808 7810 7733 0 -1 4202496 5101 0 1 0 21 3 0 0 15 0 12 0 6172311 1563009024 4539 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7810/statm: 381594 4540 1347 10 0 378896 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 1526376

[startup+0.301202 s]
/proc/loadavg: 1.00 1.10 1.41 3/106 7810
/proc/meminfo: memFree=1538120/2059040 swapFree=4192956/4192956
[pid=7810] ppid=7808 vsize=1526376 CPUtime=0.35
/proc/7810/stat : 7810 (java) S 7808 7810 7733 0 -1 4202496 5323 0 1 0 32 3 0 0 15 0 12 0 6172311 1563009024 4761 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7810/statm: 381594 4761 1362 10 0 378896 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526376

[startup+0.710505 s]
/proc/loadavg: 1.00 1.10 1.41 3/106 7810
/proc/meminfo: memFree=1538120/2059040 swapFree=4192956/4192956
[pid=7810] ppid=7808 vsize=1528624 CPUtime=1.12
/proc/7810/stat : 7810 (java) S 7808 7810 7733 0 -1 4202496 7198 0 1 0 107 5 0 0 15 0 13 0 6172311 1565310976 6595 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7810/statm: 382156 6595 1404 10 0 379458 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 1528624

[startup+1.50132 s]
/proc/loadavg: 1.16 1.13 1.42 5/119 7823
/proc/meminfo: memFree=1501624/2059040 swapFree=4192956/4192956
[pid=7810] ppid=7808 vsize=1541812 CPUtime=2.67
/proc/7810/stat : 7810 (java) S 7808 7810 7733 0 -1 4202496 18465 0 1 0 259 8 0 0 15 0 13 0 6172311 1578815488 16039 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7810/statm: 385453 16039 1424 10 0 382755 0
[pid=7810/tid=7812] ppid=7808 vsize=1541812 CPUtime=1.05
/proc/7810/task/7812/stat : 7812 (java) R 7808 7810 7733 0 -1 4202560 11427 0 1 0 101 4 0 0 18 0 13 0 6172313 1578815488 16039 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7810/tid=7813] ppid=7808 vsize=1541812 CPUtime=0
/proc/7810/task/7813/stat : 7813 (java) S 7808 7810 7733 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 6172314 1578815488 16039 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7814] ppid=7808 vsize=1541812 CPUtime=0
/proc/7810/task/7814/stat : 7814 (java) S 7808 7810 7733 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 6172314 1578815488 16039 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7815] ppid=7808 vsize=1541812 CPUtime=0
/proc/7810/task/7815/stat : 7815 (java) S 7808 7810 7733 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 6172316 1578815488 16039 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7816] ppid=7808 vsize=1541812 CPUtime=0
/proc/7810/task/7816/stat : 7816 (java) S 7808 7810 7733 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 6172317 1578815488 16039 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7817] ppid=7808 vsize=1541812 CPUtime=0
/proc/7810/task/7817/stat : 7817 (java) S 7808 7810 7733 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 6172317 1578815488 16039 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7818] ppid=7808 vsize=1541812 CPUtime=0
/proc/7810/task/7818/stat : 7818 (java) S 7808 7810 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6172321 1578815488 16039 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7819] ppid=7808 vsize=1541812 CPUtime=0.51
/proc/7810/task/7819/stat : 7819 (java) R 7808 7810 7733 0 -1 4202560 2267 0 0 0 50 1 0 0 17 0 13 0 6172321 1578815488 16039 1992294400 134512640 134550932 4291201184 18446744073709551615 103130288 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7810/tid=7820] ppid=7808 vsize=1541812 CPUtime=1.07
/proc/7810/task/7820/stat : 7820 (java) R 7808 7810 7733 0 -1 4202560 3702 0 0 0 106 1 0 0 16 0 13 0 6172321 1578815488 16039 1992294400 134512640 134550932 4291201184 18446744073709551615 103152320 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7810/tid=7821] ppid=7808 vsize=1541812 CPUtime=0
/proc/7810/task/7821/stat : 7821 (java) S 7808 7810 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6172321 1578815488 16039 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7822] ppid=7808 vsize=1541812 CPUtime=0
/proc/7810/task/7822/stat : 7822 (java) S 7808 7810 7733 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 6172321 1578815488 16039 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7823] ppid=7808 vsize=1541812 CPUtime=0
/proc/7810/task/7823/stat : 7823 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 6172377 1578815488 16039 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 1541812

[startup+3.10147 s]
/proc/loadavg: 1.16 1.13 1.42 5/119 7823
/proc/meminfo: memFree=1413460/2059040 swapFree=4192956/4192956
[pid=7810] ppid=7808 vsize=1543464 CPUtime=4.94
/proc/7810/stat : 7810 (java) S 7808 7810 7733 0 -1 4202496 42496 0 1 0 476 18 0 0 15 0 13 0 6172311 1580507136 38455 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7810/statm: 385866 38455 1438 10 0 383168 0
[pid=7810/tid=7812] ppid=7808 vsize=1543464 CPUtime=2.33
/proc/7810/task/7812/stat : 7812 (java) R 7808 7810 7733 0 -1 4202560 32065 0 1 0 222 11 0 0 19 0 13 0 6172313 1580507136 38455 1992294400 134512640 134550932 4291201184 18446744073709551615 4109797176 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7810/tid=7813] ppid=7808 vsize=1543464 CPUtime=0.01
/proc/7810/task/7813/stat : 7813 (java) S 7808 7810 7733 0 -1 4202560 473 0 0 0 1 0 0 0 16 0 13 0 6172314 1580507136 38455 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7814] ppid=7808 vsize=1543464 CPUtime=0
/proc/7810/task/7814/stat : 7814 (java) S 7808 7810 7733 0 -1 4202560 396 0 0 0 0 0 0 0 16 0 13 0 6172314 1580507136 38455 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7815] ppid=7808 vsize=1543464 CPUtime=0
/proc/7810/task/7815/stat : 7815 (java) S 7808 7810 7733 0 -1 4202560 12 0 0 0 0 0 0 0 16 0 13 0 6172316 1580507136 38455 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7816] ppid=7808 vsize=1543464 CPUtime=0
/proc/7810/task/7816/stat : 7816 (java) S 7808 7810 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6172317 1580507136 38455 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7817] ppid=7808 vsize=1543464 CPUtime=0
/proc/7810/task/7817/stat : 7817 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6172317 1580507136 38455 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7818] ppid=7808 vsize=1543464 CPUtime=0
/proc/7810/task/7818/stat : 7818 (java) S 7808 7810 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6172321 1580507136 38455 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7819] ppid=7808 vsize=1543464 CPUtime=0.96
/proc/7810/task/7819/stat : 7819 (java) S 7808 7810 7733 0 -1 4202560 3741 0 0 0 94 2 0 0 15 0 13 0 6172321 1580507136 38455 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7820] ppid=7808 vsize=1543464 CPUtime=1.59
/proc/7810/task/7820/stat : 7820 (java) S 7808 7810 7733 0 -1 4202560 4742 0 0 0 157 2 0 0 16 0 13 0 6172321 1580507136 38455 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7821] ppid=7808 vsize=1543464 CPUtime=0
/proc/7810/task/7821/stat : 7821 (java) S 7808 7810 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6172321 1580507136 38455 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7822] ppid=7808 vsize=1543464 CPUtime=0
/proc/7810/task/7822/stat : 7822 (java) S 7808 7810 7733 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 6172321 1580507136 38455 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7823] ppid=7808 vsize=1543464 CPUtime=0
/proc/7810/task/7823/stat : 7823 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 6172377 1580507136 38455 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 1543464

[startup+6.30176 s]
/proc/loadavg: 1.15 1.13 1.42 2/119 7823
/proc/meminfo: memFree=1358032/2059040 swapFree=4192956/4192956
[pid=7810] ppid=7808 vsize=1541116 CPUtime=8.22
/proc/7810/stat : 7810 (java) S 7808 7810 7733 0 -1 4202496 51548 0 1 0 801 21 0 0 15 0 13 0 6172311 1578102784 46660 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7810/statm: 385279 46660 1438 10 0 382581 0
[pid=7810/tid=7812] ppid=7808 vsize=1541116 CPUtime=5.43
/proc/7810/task/7812/stat : 7812 (java) R 7808 7810 7733 0 -1 4202560 37105 0 1 0 530 13 0 0 19 0 13 0 6172313 1578102784 46660 1992294400 134512640 134550932 4291201184 18446744073709551615 4109834690 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7810/tid=7813] ppid=7808 vsize=1541116 CPUtime=0.09
/proc/7810/task/7813/stat : 7813 (java) S 7808 7810 7733 0 -1 4202560 2398 0 0 0 8 1 0 0 15 0 13 0 6172314 1578102784 46660 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7814] ppid=7808 vsize=1541116 CPUtime=0.09
/proc/7810/task/7814/stat : 7814 (java) S 7808 7810 7733 0 -1 4202560 2466 0 0 0 8 1 0 0 16 0 13 0 6172314 1578102784 46660 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7815] ppid=7808 vsize=1541116 CPUtime=0
/proc/7810/task/7815/stat : 7815 (java) S 7808 7810 7733 0 -1 4202560 29 0 0 0 0 0 0 0 16 0 13 0 6172316 1578102784 46660 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7816] ppid=7808 vsize=1541116 CPUtime=0
/proc/7810/task/7816/stat : 7816 (java) S 7808 7810 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6172317 1578102784 46660 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7817] ppid=7808 vsize=1541116 CPUtime=0
/proc/7810/task/7817/stat : 7817 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6172317 1578102784 46660 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7818] ppid=7808 vsize=1541116 CPUtime=0
/proc/7810/task/7818/stat : 7818 (java) S 7808 7810 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6172321 1578102784 46660 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7819] ppid=7808 vsize=1541116 CPUtime=0.96
/proc/7810/task/7819/stat : 7819 (java) S 7808 7810 7733 0 -1 4202560 3741 0 0 0 94 2 0 0 16 0 13 0 6172321 1578102784 46660 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7820] ppid=7808 vsize=1541116 CPUtime=1.62
/proc/7810/task/7820/stat : 7820 (java) S 7808 7810 7733 0 -1 4202560 4742 0 0 0 160 2 0 0 15 0 13 0 6172321 1578102784 46660 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7821] ppid=7808 vsize=1541116 CPUtime=0
/proc/7810/task/7821/stat : 7821 (java) S 7808 7810 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6172321 1578102784 46660 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7822] ppid=7808 vsize=1541116 CPUtime=0
/proc/7810/task/7822/stat : 7822 (java) S 7808 7810 7733 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 6172321 1578102784 46660 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7823] ppid=7808 vsize=1541116 CPUtime=0
/proc/7810/task/7823/stat : 7823 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 6172377 1578102784 46660 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 8.22
Current children cumulated vsize (KiB) 1541116

[startup+12.7014 s]
/proc/loadavg: 1.13 1.13 1.41 2/119 7825
/proc/meminfo: memFree=1350840/2059040 swapFree=4192956/4192956
[pid=7810] ppid=7808 vsize=1540092 CPUtime=14.79
/proc/7810/stat : 7810 (java) S 7808 7810 7733 0 -1 4202496 53234 0 1 0 1457 22 0 0 15 0 13 0 6172311 1577054208 47927 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7810/statm: 385023 47927 1438 10 0 382325 0
[pid=7810/tid=7812] ppid=7808 vsize=1540092 CPUtime=11.73
/proc/7810/task/7812/stat : 7812 (java) R 7808 7810 7733 0 -1 4202560 37113 0 1 0 1160 13 0 0 25 0 13 0 6172313 1577054208 47927 1992294400 134512640 134550932 4291201184 18446744073709551615 4109815866 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7810/tid=7813] ppid=7808 vsize=1540092 CPUtime=0.14
/proc/7810/task/7813/stat : 7813 (java) S 7808 7810 7733 0 -1 4202560 3150 0 0 0 13 1 0 0 15 0 13 0 6172314 1577054208 47927 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7814] ppid=7808 vsize=1540092 CPUtime=0.14
/proc/7810/task/7814/stat : 7814 (java) S 7808 7810 7733 0 -1 4202560 3391 0 0 0 13 1 0 0 16 0 13 0 6172314 1577054208 47927 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7815] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7815/stat : 7815 (java) S 7808 7810 7733 0 -1 4202560 29 0 0 0 0 0 0 0 15 0 13 0 6172316 1577054208 47927 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7816] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7816/stat : 7816 (java) S 7808 7810 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6172317 1577054208 47927 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7817] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7817/stat : 7817 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6172317 1577054208 47927 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7818] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7818/stat : 7818 (java) S 7808 7810 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6172321 1577054208 47927 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7819] ppid=7808 vsize=1540092 CPUtime=0.97
/proc/7810/task/7819/stat : 7819 (java) S 7808 7810 7733 0 -1 4202560 3741 0 0 0 95 2 0 0 15 0 13 0 6172321 1577054208 47927 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7820] ppid=7808 vsize=1540092 CPUtime=1.75
/proc/7810/task/7820/stat : 7820 (java) S 7808 7810 7733 0 -1 4202560 4743 0 0 0 173 2 0 0 15 0 13 0 6172321 1577054208 47927 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7821] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7821/stat : 7821 (java) S 7808 7810 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6172321 1577054208 47927 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7822] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7822/stat : 7822 (java) S 7808 7810 7733 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 13 0 6172321 1577054208 47927 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7823] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7823/stat : 7823 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 6172377 1577054208 47927 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 14.79
Current children cumulated vsize (KiB) 1540092

[startup+25.5016 s]
/proc/loadavg: 1.11 1.12 1.41 2/119 7825
/proc/meminfo: memFree=1343648/2059040 swapFree=4192956/4192956
[pid=7810] ppid=7808 vsize=1540092 CPUtime=27.68
/proc/7810/stat : 7810 (java) S 7808 7810 7733 0 -1 4202496 55218 0 1 0 2744 24 0 0 15 0 13 0 6172311 1577054208 49745 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7810/statm: 385023 49745 1438 10 0 382325 0
[pid=7810/tid=7812] ppid=7808 vsize=1540092 CPUtime=24.43
/proc/7810/task/7812/stat : 7812 (java) R 7808 7810 7733 0 -1 4202560 37259 0 1 0 2430 13 0 0 25 0 13 0 6172313 1577054208 49745 1992294400 134512640 134550932 4291201184 18446744073709551615 4109789949 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7810/tid=7813] ppid=7808 vsize=1540092 CPUtime=0.23
/proc/7810/task/7813/stat : 7813 (java) S 7808 7810 7733 0 -1 4202560 4005 0 0 0 21 2 0 0 15 0 13 0 6172314 1577054208 49745 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7814] ppid=7808 vsize=1540092 CPUtime=0.23
/proc/7810/task/7814/stat : 7814 (java) S 7808 7810 7733 0 -1 4202560 4374 0 0 0 21 2 0 0 16 0 13 0 6172314 1577054208 49745 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7815] ppid=7808 vsize=1540092 CPUtime=0

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

[pid=7810/tid=7816] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7816/stat : 7816 (java) S 7808 7810 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6172317 1577054208 75165 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7817] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7817/stat : 7817 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6172317 1577054208 75165 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7818] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7818/stat : 7818 (java) S 7808 7810 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6172321 1577054208 75165 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7819] ppid=7808 vsize=1540092 CPUtime=0.98
/proc/7810/task/7819/stat : 7819 (java) S 7808 7810 7733 0 -1 4202560 3741 0 0 0 96 2 0 0 15 0 13 0 6172321 1577054208 75165 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7820] ppid=7808 vsize=1540092 CPUtime=1.87
/proc/7810/task/7820/stat : 7820 (java) S 7808 7810 7733 0 -1 4202560 4767 0 0 0 185 2 0 0 15 0 13 0 6172321 1577054208 75165 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7821] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7821/stat : 7821 (java) S 7808 7810 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6172321 1577054208 75165 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7822] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7822/stat : 7822 (java) S 7808 7810 7733 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 13 0 6172321 1577054208 75165 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7823] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7823/stat : 7823 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 6172377 1577054208 75165 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1558.89
Current children cumulated vsize (KiB) 1540092

[startup+1602.3 s]
/proc/loadavg: 1.01 1.06 1.08 2/119 7867
/proc/meminfo: memFree=1238000/2059040 swapFree=4192956/4192956
[pid=7810] ppid=7808 vsize=1540092 CPUtime=1619.69
/proc/7810/stat : 7810 (java) S 7808 7810 7733 0 -1 4202496 82987 0 1 0 161855 114 0 0 15 0 13 0 6172311 1577054208 75782 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7810/statm: 385023 75782 1448 10 0 382325 0
[pid=7810/tid=7812] ppid=7808 vsize=1540092 CPUtime=1583.99
/proc/7810/task/7812/stat : 7812 (java) R 7808 7810 7733 0 -1 4202560 38234 0 1 0 158352 47 0 0 25 0 13 0 6172313 1577054208 75782 1992294400 134512640 134550932 4291201184 18446744073709551615 4109783112 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7810/tid=7813] ppid=7808 vsize=1540092 CPUtime=16.07
/proc/7810/task/7813/stat : 7813 (java) S 7808 7810 7733 0 -1 4202560 17548 0 0 0 1581 26 0 0 16 0 13 0 6172314 1577054208 75782 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7814] ppid=7808 vsize=1540092 CPUtime=16.02
/proc/7810/task/7814/stat : 7814 (java) S 7808 7810 7733 0 -1 4202560 17173 0 0 0 1576 26 0 0 15 0 13 0 6172314 1577054208 75782 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7815] ppid=7808 vsize=1540092 CPUtime=0.69
/proc/7810/task/7815/stat : 7815 (java) S 7808 7810 7733 0 -1 4202560 360 0 0 0 62 7 0 0 15 0 13 0 6172316 1577054208 75782 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7816] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7816/stat : 7816 (java) S 7808 7810 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6172317 1577054208 75782 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7817] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7817/stat : 7817 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6172317 1577054208 75782 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7818] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7818/stat : 7818 (java) S 7808 7810 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6172321 1577054208 75782 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7819] ppid=7808 vsize=1540092 CPUtime=0.98
/proc/7810/task/7819/stat : 7819 (java) S 7808 7810 7733 0 -1 4202560 3741 0 0 0 96 2 0 0 15 0 13 0 6172321 1577054208 75782 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7820] ppid=7808 vsize=1540092 CPUtime=1.87
/proc/7810/task/7820/stat : 7820 (java) S 7808 7810 7733 0 -1 4202560 4767 0 0 0 185 2 0 0 15 0 13 0 6172321 1577054208 75782 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7821] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7821/stat : 7821 (java) S 7808 7810 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6172321 1577054208 75782 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7822] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7822/stat : 7822 (java) S 7808 7810 7733 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 13 0 6172321 1577054208 75782 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7823] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7823/stat : 7823 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 6172377 1577054208 75782 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1619.69
Current children cumulated vsize (KiB) 1540092

[startup+1662.3 s]
/proc/loadavg: 1.00 1.05 1.08 2/119 7869
/proc/meminfo: memFree=1235396/2059040 swapFree=4192956/4192956
[pid=7810] ppid=7808 vsize=1540092 CPUtime=1680.51
/proc/7810/stat : 7810 (java) S 7808 7810 7733 0 -1 4202496 83661 0 1 0 167932 119 0 0 15 0 13 0 6172311 1577054208 76413 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7810/statm: 385023 76413 1448 10 0 382325 0
[pid=7810/tid=7812] ppid=7808 vsize=1540092 CPUtime=1643.11
/proc/7810/task/7812/stat : 7812 (java) R 7808 7810 7733 0 -1 4202560 38268 0 1 0 164261 50 0 0 25 0 13 0 6172313 1577054208 76413 1992294400 134512640 134550932 4291201184 18446744073709551615 4109833842 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7810/tid=7813] ppid=7808 vsize=1540092 CPUtime=16.9
/proc/7810/task/7813/stat : 7813 (java) S 7808 7810 7733 0 -1 4202560 17980 0 0 0 1663 27 0 0 16 0 13 0 6172314 1577054208 76413 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7814] ppid=7808 vsize=1540092 CPUtime=16.87
/proc/7810/task/7814/stat : 7814 (java) S 7808 7810 7733 0 -1 4202560 17373 0 0 0 1660 27 0 0 15 0 13 0 6172314 1577054208 76413 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7815] ppid=7808 vsize=1540092 CPUtime=0.7
/proc/7810/task/7815/stat : 7815 (java) S 7808 7810 7733 0 -1 4202560 364 0 0 0 63 7 0 0 15 0 13 0 6172316 1577054208 76413 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7816] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7816/stat : 7816 (java) S 7808 7810 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6172317 1577054208 76413 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7817] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7817/stat : 7817 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6172317 1577054208 76413 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7818] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7818/stat : 7818 (java) S 7808 7810 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6172321 1577054208 76413 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7819] ppid=7808 vsize=1540092 CPUtime=0.98
/proc/7810/task/7819/stat : 7819 (java) S 7808 7810 7733 0 -1 4202560 3741 0 0 0 96 2 0 0 15 0 13 0 6172321 1577054208 76413 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7820] ppid=7808 vsize=1540092 CPUtime=1.87
/proc/7810/task/7820/stat : 7820 (java) S 7808 7810 7733 0 -1 4202560 4767 0 0 0 185 2 0 0 15 0 13 0 6172321 1577054208 76413 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7821] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7821/stat : 7821 (java) S 7808 7810 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6172321 1577054208 76413 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7822] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7822/stat : 7822 (java) S 7808 7810 7733 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 6172321 1577054208 76413 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7823] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7823/stat : 7823 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 6172377 1577054208 76413 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1680.51
Current children cumulated vsize (KiB) 1540092

[startup+1722.3 s]
/proc/loadavg: 1.08 1.05 1.08 2/119 7869
/proc/meminfo: memFree=1233288/2059040 swapFree=4192956/4192956
[pid=7810] ppid=7808 vsize=1540092 CPUtime=1741.35
/proc/7810/stat : 7810 (java) S 7808 7810 7733 0 -1 4202496 84243 0 1 0 174011 124 0 0 15 0 13 0 6172311 1577054208 76953 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7810/statm: 385023 76953 1448 10 0 382325 0
[pid=7810/tid=7812] ppid=7808 vsize=1540092 CPUtime=1702.19
/proc/7810/task/7812/stat : 7812 (java) R 7808 7810 7733 0 -1 4202560 38302 0 1 0 170168 51 0 0 25 0 13 0 6172313 1577054208 76953 1992294400 134512640 134550932 4291201184 18446744073709551615 4109888383 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7810/tid=7813] ppid=7808 vsize=1540092 CPUtime=17.77
/proc/7810/task/7813/stat : 7813 (java) S 7808 7810 7733 0 -1 4202560 18396 0 0 0 1747 30 0 0 16 0 13 0 6172314 1577054208 76953 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7814] ppid=7808 vsize=1540092 CPUtime=17.74
/proc/7810/task/7814/stat : 7814 (java) S 7808 7810 7733 0 -1 4202560 17497 0 0 0 1747 27 0 0 15 0 13 0 6172314 1577054208 76953 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7815] ppid=7808 vsize=1540092 CPUtime=0.7
/proc/7810/task/7815/stat : 7815 (java) S 7808 7810 7733 0 -1 4202560 368 0 0 0 63 7 0 0 15 0 13 0 6172316 1577054208 76953 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7816] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7816/stat : 7816 (java) S 7808 7810 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6172317 1577054208 76953 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7817] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7817/stat : 7817 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6172317 1577054208 76953 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7818] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7818/stat : 7818 (java) S 7808 7810 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6172321 1577054208 76953 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7819] ppid=7808 vsize=1540092 CPUtime=0.98
/proc/7810/task/7819/stat : 7819 (java) S 7808 7810 7733 0 -1 4202560 3741 0 0 0 96 2 0 0 15 0 13 0 6172321 1577054208 76953 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7820] ppid=7808 vsize=1540092 CPUtime=1.87
/proc/7810/task/7820/stat : 7820 (java) S 7808 7810 7733 0 -1 4202560 4767 0 0 0 185 2 0 0 15 0 13 0 6172321 1577054208 76953 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7821] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7821/stat : 7821 (java) S 7808 7810 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6172321 1577054208 76953 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7822] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7822/stat : 7822 (java) S 7808 7810 7733 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 13 0 6172321 1577054208 76953 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7823] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7823/stat : 7823 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 6172377 1577054208 76953 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1741.35
Current children cumulated vsize (KiB) 1540092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.2 s]
/proc/loadavg: 1.03 1.04 1.07 2/119 7871
/proc/meminfo: memFree=1230808/2059040 swapFree=4192956/4192956
[pid=7810] ppid=7808 vsize=1540092 CPUtime=1800.06
/proc/7810/stat : 7810 (java) S 7808 7810 7733 0 -1 4202496 84874 0 1 0 179879 127 0 0 15 0 13 0 6172311 1577054208 77542 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7810/statm: 385023 77542 1448 10 0 382325 0
[pid=7810/tid=7812] ppid=7808 vsize=1540092 CPUtime=1759.25
/proc/7810/task/7812/stat : 7812 (java) R 7808 7810 7733 0 -1 4202560 38334 0 1 0 175873 52 0 0 25 0 13 0 6172313 1577054208 77542 1992294400 134512640 134550932 4291201184 18446744073709551615 4109833858 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7810/tid=7813] ppid=7808 vsize=1540092 CPUtime=18.6
/proc/7810/task/7813/stat : 7813 (java) S 7808 7810 7733 0 -1 4202560 18847 0 0 0 1828 32 0 0 16 0 13 0 6172314 1577054208 77542 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7814] ppid=7808 vsize=1540092 CPUtime=18.57
/proc/7810/task/7814/stat : 7814 (java) S 7808 7810 7733 0 -1 4202560 17641 0 0 0 1830 27 0 0 15 0 13 0 6172314 1577054208 77542 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7815] ppid=7808 vsize=1540092 CPUtime=0.72
/proc/7810/task/7815/stat : 7815 (java) S 7808 7810 7733 0 -1 4202560 370 0 0 0 64 8 0 0 16 0 13 0 6172316 1577054208 77542 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 0 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7816] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7816/stat : 7816 (java) S 7808 7810 7733 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 6172317 1577054208 77542 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7817] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7817/stat : 7817 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 18 0 13 0 6172317 1577054208 77542 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7818] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7818/stat : 7818 (java) S 7808 7810 7733 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 6172321 1577054208 77542 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7819] ppid=7808 vsize=1540092 CPUtime=0.98
/proc/7810/task/7819/stat : 7819 (java) S 7808 7810 7733 0 -1 4202560 3741 0 0 0 96 2 0 0 15 0 13 0 6172321 1577054208 77542 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7820] ppid=7808 vsize=1540092 CPUtime=1.87
/proc/7810/task/7820/stat : 7820 (java) S 7808 7810 7733 0 -1 4202560 4767 0 0 0 185 2 0 0 15 0 13 0 6172321 1577054208 77542 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
[pid=7810/tid=7821] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7821/stat : 7821 (java) S 7808 7810 7733 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 6172321 1577054208 77542 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7822] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7822/stat : 7822 (java) S 7808 7810 7733 0 -1 4202560 109 0 0 0 0 0 0 0 15 0 13 0 6172321 1577054208 77542 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 0 0 0 0
[pid=7810/tid=7823] ppid=7808 vsize=1540092 CPUtime=0
/proc/7810/task/7823/stat : 7823 (java) S 7808 7810 7733 0 -1 4202560 6 0 0 0 0 0 0 0 25 0 13 0 6172377 1577054208 77542 1992294400 134512640 134550932 4291201184 18446744073709551615 4294960144 0 4 0 16800975 18446604437843479360 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1540092

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

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

[startup+1780.32 s]
/proc/loadavg: 1.03 1.04 1.07 2/119 7871
/proc/meminfo: memFree=1230808/2059040 swapFree=4192956/4192956
[pid=7810] ppid=7808 vsize=0 CPUtime=1800.22
/proc/7810/stat : 7810 (java) Z 7808 7810 7733 0 -1 4203548 84900 0 1 0 179893 129 0 0 15 0 2 0 6172311 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7810/statm: 0 0 0 0 0 0 0
[pid=7810/tid=7812] ppid=7808 vsize=0 CPUtime=1759.34
/proc/7810/task/7812/stat : 7812 (java) R 7808 7810 7733 0 -1 4203588 38334 0 1 0 175881 53 0 0 25 0 2 0 6172313 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.33
CPU time (s): 1800.24
CPU user time (s): 1798.94
CPU system time (s): 1.3018
CPU usage (%): 101.119
Max. virtual memory (cumulated for all children) (KiB): 1544752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.94
system time used= 1.3018
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84900
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= 46419
involuntary context switches= 44663

runsolver used 3.82842 second user time and 9.66153 second system time

The end

Launcher Data

Begin job on node015 at 2010-06-12 03:21:50
IDJOB=2660945
IDBENCH=1342
IDSOLVER=1165
FILE ID=node015/2660945-1276305710
PBS_JOBID= 11173133
Free space on /tmp= 62540 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.1900553812.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660945-1276305710/watcher-2660945-1276305710 -o /tmp/evaluation-result-2660945-1276305710/solver-2660945-1276305710 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660945-1276305710.opb

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

MD5SUM BENCH= 703150fc56665afb9da0b20e49208c25
RANDOM SEED=708983761

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1538516 kB
Buffers:         83204 kB
Cached:         309180 kB
SwapCached:          0 kB
Active:         172264 kB
Inactive:       279704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1538516 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             396 kB
Writeback:           8 kB
AnonPages:       59532 kB
Mapped:          15404 kB
Slab:            46680 kB
PageTables:       4040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181756 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= 62540 MiB
End job on node015 at 2010-06-12 03:51:32