Trace number 2660902

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.18 1779.21

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900575442.opb
MD5SUM3135d58f22cd009942de3e1dff086931
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 benchmark29.4245
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 667
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.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-2660902-1276289327.opb
0.21/0.22	c reading problem ... 
0.91/0.64	c ... done. Wall clock time 0.423s.
0.91/0.64	c #vars     231
0.91/0.64	c #constraints  2707
0.91/0.64	c constraints type 
0.91/0.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.91/0.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.91/0.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.91/0.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
72.41/69.00	c cleaning 0 clauses out of 5001 with flag 0/5001
469.14/462.99	c cleaning 0 clauses out of 11000 with flag 0/11000
1475.56/1458.84	c cleaning 0 clauses out of 18000 with flag 0/18000
1800.03/1779.11	c starts		: 44
1800.03/1779.11	c conflicts		: 19410
1800.03/1779.11	c decisions		: 45623
1800.03/1779.11	c propagations		: 744084
1800.03/1779.11	c inspects		: 898499959
1800.03/1779.11	c learnt literals	: 0
1800.03/1779.11	c learnt binary clauses	: 0
1800.03/1779.11	c learnt ternary clauses	: 8
1800.03/1779.11	c learnt clauses	: 19410
1800.03/1779.11	c ignored clauses	: 0
1800.03/1779.11	c root simplifications	: 0
1800.03/1779.11	c removed literals (reason simplification)	: 0
1800.03/1779.11	c reason swapping (by a shorter reason)	: 0
1800.03/1779.11	c Calls to reduceDB	: 3
1800.03/1779.11	c number of reductions to clauses (during analyze)	: 0
1800.03/1779.11	c number of learned constraints concerned by reduction	: 0
1800.03/1779.11	c number of learning phase by resolution	: 0
1800.03/1779.11	c number of learning phase by cutting planes	: 0
1800.03/1779.11	c speed (assignments/second)	: 418.3841063475311
1800.03/1779.11	c non guided choices	121
1800.03/1779.14	c learnt constraints type 
1800.03/1779.14	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1417
1800.03/1779.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 48
1800.03/1779.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17945
1800.03/1779.15	c constraints type 
1800.03/1779.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.03/1779.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.03/1779.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.03/1779.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.03/1779.15	s UNKNOWN
1800.03/1779.15	c Total wall clock time (in seconds): 1778.927

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-2660902-1276289327/watcher-2660902-1276289327 -o /tmp/evaluation-result-2660902-1276289327/solver-2660902-1276289327 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660902-1276289327.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.08 1.05 1.01 3/106 6451
/proc/meminfo: memFree=1558284/2059040 swapFree=4192956/4192956
[pid=6451] ppid=6449 vsize=248 CPUtime=0
/proc/6451/stat : 6451 (java6) R 6449 6451 5527 0 -1 4194304 108 0 0 0 0 0 0 0 16 0 1 0 4519086 253952 28 1992294400 134512640 134550932 4291574432 18446744073709551615 1847892 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6451/statm: 62 28 21 10 0 23 0

[startup+0.0222521 s]
/proc/loadavg: 1.08 1.05 1.01 3/106 6451
/proc/meminfo: memFree=1558284/2059040 swapFree=4192956/4192956
[pid=6451] ppid=6449 vsize=13684 CPUtime=0.01
/proc/6451/stat : 6451 (java) S 6449 6451 5527 0 -1 4202496 1183 0 0 0 0 1 0 0 15 0 2 0 4519086 14012416 631 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/6451/statm: 3429 666 335 10 0 1206 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13684

[startup+0.102449 s]
/proc/loadavg: 1.08 1.05 1.01 3/106 6451
/proc/meminfo: memFree=1558284/2059040 swapFree=4192956/4192956
[pid=6451] ppid=6449 vsize=1524184 CPUtime=0.08
/proc/6451/stat : 6451 (java) S 6449 6451 5527 0 -1 4202496 3950 0 1 0 6 2 0 0 15 0 12 0 4519086 1560764416 3390 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6451/statm: 381046 3390 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301467 s]
/proc/loadavg: 1.08 1.05 1.01 3/106 6451
/proc/meminfo: memFree=1558284/2059040 swapFree=4192956/4192956
[pid=6451] ppid=6449 vsize=1526432 CPUtime=0.34
/proc/6451/stat : 6451 (java) S 6449 6451 5527 0 -1 4202496 5323 0 1 0 31 3 0 0 15 0 12 0 4519086 1563066368 4761 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6451/statm: 381608 4761 1362 10 0 378910 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526432

[startup+0.701512 s]
/proc/loadavg: 1.08 1.05 1.01 3/106 6451
/proc/meminfo: memFree=1558284/2059040 swapFree=4192956/4192956
[pid=6451] ppid=6449 vsize=1528524 CPUtime=1.1
/proc/6451/stat : 6451 (java) S 6449 6451 5527 0 -1 4202496 7201 0 1 0 105 5 0 0 15 0 13 0 4519086 1565208576 6565 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6451/statm: 382131 6565 1404 10 0 379433 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 1528524

[startup+1.5026 s]
/proc/loadavg: 1.08 1.05 1.01 5/119 6464
/proc/meminfo: memFree=1527988/2059040 swapFree=4192956/4192956
[pid=6451] ppid=6449 vsize=1534544 CPUtime=2.69
/proc/6451/stat : 6451 (java) S 6449 6451 5527 0 -1 4202496 15016 0 1 0 261 8 0 0 15 0 13 0 4519086 1571373056 13773 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6451/statm: 383636 13774 1419 10 0 380938 0
[pid=6451/tid=6453] ppid=6449 vsize=1534544 CPUtime=1.46
/proc/6451/task/6453/stat : 6453 (java) R 6449 6451 5527 0 -1 4202560 10656 0 1 0 140 6 0 0 25 0 13 0 4519088 1571373056 13774 1992294400 134512640 134550932 4287836816 18446744073709551615 4109732407 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6451/tid=6454] ppid=6449 vsize=1534544 CPUtime=0
/proc/6451/task/6454/stat : 6454 (java) S 6449 6451 5527 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 13 0 4519090 1571373056 13774 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6455] ppid=6449 vsize=1534544 CPUtime=0
/proc/6451/task/6455/stat : 6455 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 4519090 1571373056 13775 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6456] ppid=6449 vsize=1534544 CPUtime=0
/proc/6451/task/6456/stat : 6456 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 4519091 1571373056 13775 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6457] ppid=6449 vsize=1534544 CPUtime=0
/proc/6451/task/6457/stat : 6457 (java) S 6449 6451 5527 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 13 0 4519092 1571373056 13776 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6458] ppid=6449 vsize=1534544 CPUtime=0
/proc/6451/task/6458/stat : 6458 (java) S 6449 6451 5527 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 13 0 4519092 1571373056 13778 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6459] ppid=6449 vsize=1534544 CPUtime=0
/proc/6451/task/6459/stat : 6459 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4519096 1571373056 13781 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6460] ppid=6449 vsize=1534544 CPUtime=0.9
/proc/6451/task/6460/stat : 6460 (java) R 6449 6451 5527 0 -1 4202560 2595 0 0 0 89 1 0 0 18 0 13 0 4519096 1571373056 13784 1992294400 134512640 134550932 4287836816 18446744073709551615 105577938 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6451/tid=6461] ppid=6449 vsize=1534544 CPUtime=0.3
/proc/6451/task/6461/stat : 6461 (java) R 6449 6451 5527 0 -1 4202560 699 0 0 0 30 0 0 0 21 0 13 0 4519096 1571373056 13787 1992294400 134512640 134550932 4287836816 18446744073709551615 105870995 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6451/tid=6462] ppid=6449 vsize=1534544 CPUtime=0
/proc/6451/task/6462/stat : 6462 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4519096 1571373056 13790 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6463] ppid=6449 vsize=1534544 CPUtime=0
/proc/6451/task/6463/stat : 6463 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4519096 1571373056 13793 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6464] ppid=6449 vsize=1534544 CPUtime=0
/proc/6451/task/6464/stat : 6464 (java) S 6449 6451 5527 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4519152 1571373056 13796 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1534544

[startup+3.10175 s]
/proc/loadavg: 1.08 1.05 1.01 4/119 6464
/proc/meminfo: memFree=1481488/2059040 swapFree=4192956/4192956
[pid=6451] ppid=6449 vsize=1546820 CPUtime=5.72
/proc/6451/stat : 6451 (java) S 6449 6451 5527 0 -1 4202496 44292 0 1 0 551 21 0 0 15 0 13 0 4519086 1583943680 38700 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6451/statm: 386705 38700 1434 10 0 384007 0
[pid=6451/tid=6453] ppid=6449 vsize=1546820 CPUtime=2.61
/proc/6451/task/6453/stat : 6453 (java) R 6449 6451 5527 0 -1 4202560 32057 0 1 0 247 14 0 0 18 0 13 0 4519088 1583943680 38700 1992294400 134512640 134550932 4287836816 18446744073709551615 4109732640 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6451/tid=6454] ppid=6449 vsize=1546820 CPUtime=0.01
/proc/6451/task/6454/stat : 6454 (java) S 6449 6451 5527 0 -1 4202560 430 0 0 0 1 0 0 0 16 0 13 0 4519090 1583943680 38700 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6455] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6455/stat : 6455 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 4519090 1583943680 38700 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6456] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6456/stat : 6456 (java) S 6449 6451 5527 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4519091 1583943680 38700 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6457] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6457/stat : 6457 (java) S 6449 6451 5527 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 38700 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6458] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6458/stat : 6458 (java) S 6449 6451 5527 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 38700 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6459] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6459/stat : 6459 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4519096 1583943680 38700 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6460] ppid=6449 vsize=1546820 CPUtime=2.3
/proc/6451/task/6460/stat : 6460 (java) S 6449 6451 5527 0 -1 4202560 8489 0 0 0 226 4 0 0 18 0 13 0 4519096 1583943680 38700 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6461] ppid=6449 vsize=1546820 CPUtime=0.77
/proc/6451/task/6461/stat : 6461 (java) S 6449 6451 5527 0 -1 4202560 2242 0 0 0 76 1 0 0 20 0 13 0 4519096 1583943680 38700 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6462] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6462/stat : 6462 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4519096 1583943680 38700 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6463] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6463/stat : 6463 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4519096 1583943680 38700 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6464] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6464/stat : 6464 (java) S 6449 6451 5527 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4519152 1583943680 38700 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.72
Current children cumulated vsize (KiB) 1546820

[startup+6.30766 s]
/proc/loadavg: 1.07 1.05 1.01 4/119 6464
/proc/meminfo: memFree=1401384/2059040 swapFree=4192956/4192956
[pid=6451] ppid=6449 vsize=1546820 CPUtime=9.27
/proc/6451/stat : 6451 (java) S 6449 6451 5527 0 -1 4202496 54159 0 1 0 902 25 0 0 15 0 13 0 4519086 1583943680 47627 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6451/statm: 386705 47627 1438 10 0 384007 0
[pid=6451/tid=6453] ppid=6449 vsize=1546820 CPUtime=5.56
/proc/6451/task/6453/stat : 6453 (java) S 6449 6451 5527 0 -1 4202560 36563 0 1 0 540 16 0 0 25 0 13 0 4519088 1583943680 47627 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6454] ppid=6449 vsize=1546820 CPUtime=0.08
/proc/6451/task/6454/stat : 6454 (java) R 6449 6451 5527 0 -1 4202560 2844 0 0 0 7 1 0 0 16 0 13 0 4519090 1583943680 47627 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6451/tid=6455] ppid=6449 vsize=1546820 CPUtime=0.08
/proc/6451/task/6455/stat : 6455 (java) S 6449 6451 5527 0 -1 4202560 2005 0 0 0 7 1 0 0 15 0 13 0 4519090 1583943680 47627 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6456/stat : 6456 (java) S 6449 6451 5527 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 13 0 4519091 1583943680 47627 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6457] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6457/stat : 6457 (java) S 6449 6451 5527 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 47627 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6458] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6458/stat : 6458 (java) S 6449 6451 5527 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 47627 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6459] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6459/stat : 6459 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4519096 1583943680 47627 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6460] ppid=6449 vsize=1546820 CPUtime=2.48
/proc/6451/task/6460/stat : 6460 (java) S 6449 6451 5527 0 -1 4202560 9379 0 0 0 244 4 0 0 15 0 13 0 4519096 1583943680 47627 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6461] ppid=6449 vsize=1546820 CPUtime=1.03
/proc/6451/task/6461/stat : 6461 (java) S 6449 6451 5527 0 -1 4202560 2275 0 0 0 102 1 0 0 15 0 13 0 4519096 1583943680 47627 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6462] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6462/stat : 6462 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4519096 1583943680 47627 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6463] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6463/stat : 6463 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4519096 1583943680 47627 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6464] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6464/stat : 6464 (java) S 6449 6451 5527 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4519152 1583943680 47627 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.27
Current children cumulated vsize (KiB) 1546820

[startup+12.7017 s]
/proc/loadavg: 1.07 1.05 1.00 2/119 6464
/proc/meminfo: memFree=1365672/2059040 swapFree=4192956/4192956
[pid=6451] ppid=6449 vsize=1546820 CPUtime=15.77
/proc/6451/stat : 6451 (java) S 6449 6451 5527 0 -1 4202496 56227 0 1 0 1551 26 0 0 15 0 13 0 4519086 1583943680 49424 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6451/statm: 386705 49424 1442 10 0 384007 0
[pid=6451/tid=6453] ppid=6449 vsize=1546820 CPUtime=11.87
/proc/6451/task/6453/stat : 6453 (java) R 6449 6451 5527 0 -1 4202560 36572 0 1 0 1171 16 0 0 25 0 13 0 4519088 1583943680 49424 1992294400 134512640 134550932 4287836816 18446744073709551615 4109790891 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=6451/tid=6454] ppid=6449 vsize=1546820 CPUtime=0.14
/proc/6451/task/6454/stat : 6454 (java) S 6449 6451 5527 0 -1 4202560 3981 0 0 0 13 1 0 0 16 0 13 0 4519090 1583943680 49424 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6455] ppid=6449 vsize=1546820 CPUtime=0.14
/proc/6451/task/6455/stat : 6455 (java) S 6449 6451 5527 0 -1 4202560 2922 0 0 0 13 1 0 0 16 0 13 0 4519090 1583943680 49424 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6456/stat : 6456 (java) S 6449 6451 5527 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 13 0 4519091 1583943680 49424 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6457] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6457/stat : 6457 (java) S 6449 6451 5527 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 49424 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6458] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6458/stat : 6458 (java) S 6449 6451 5527 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 49424 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6459] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6459/stat : 6459 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4519096 1583943680 49424 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6460] ppid=6449 vsize=1546820 CPUtime=2.54
/proc/6451/task/6460/stat : 6460 (java) S 6449 6451 5527 0 -1 4202560 9384 0 0 0 250 4 0 0 15 0 13 0 4519096 1583943680 49424 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6461] ppid=6449 vsize=1546820 CPUtime=1.03
/proc/6451/task/6461/stat : 6461 (java) S 6449 6451 5527 0 -1 4202560 2275 0 0 0 102 1 0 0 15 0 13 0 4519096 1583943680 49424 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6462] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6462/stat : 6462 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4519096 1583943680 49424 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6463] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6463/stat : 6463 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 4519096 1583943680 49424 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6464] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6464/stat : 6464 (java) S 6449 6451 5527 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4519152 1583943680 49424 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.77
Current children cumulated vsize (KiB) 1546820

[startup+25.502 s]
/proc/loadavg: 1.05 1.04 1.00 2/119 6464
/proc/meminfo: memFree=1357984/2059040 swapFree=4192956/4192956
[pid=6451] ppid=6449 vsize=1546820 CPUtime=28.63
/proc/6451/stat : 6451 (java) S 6449 6451 5527 0 -1 4202496 58184 0 1 0 2836 27 0 0 15 0 13 0 4519086 1583943680 51179 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6451/statm: 386705 51179 1442 10 0 384007 0
[pid=6451/tid=6453] ppid=6449 vsize=1546820 CPUtime=24.56
/proc/6451/task/6453/stat : 6453 (java) R 6449 6451 5527 0 -1 4202560 36785 0 1 0 2440 16 0 0 25 0 13 0 4519088 1583943680 51179 1992294400 134512640 134550932 4287836816 18446744073709551615 4109790700 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6451/tid=6454] ppid=6449 vsize=1546820 CPUtime=0.22
/proc/6451/task/6454/stat : 6454 (java) S 6449 6451 5527 0 -1 4202560 4921 0 0 0 20 2 0 0 16 0 13 0 4519090 1583943680 51179 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6455] ppid=6449 vsize=1546820 CPUtime=0.22
/proc/6451/task/6455/stat : 6455 (java) S 6449 6451 5527 0 -1 4202560 3725 0 0 0 20 2 0 0 15 0 13 0 4519090 1583943680 51179 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6456] ppid=6449 vsize=1546820 CPUtime=0.01

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

[pid=6451] ppid=6449 vsize=1546820 CPUtime=1620.92
/proc/6451/stat : 6451 (java) S 6449 6451 5527 0 -1 4202496 80406 0 1 0 162016 76 0 0 15 0 13 0 4519086 1583943680 71468 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6451/statm: 386705 71468 1448 10 0 384007 0
[pid=6451/tid=6453] ppid=6449 vsize=1546820 CPUtime=1583.65
/proc/6451/task/6453/stat : 6453 (java) R 6449 6451 5527 0 -1 4202560 37817 0 1 0 158344 21 0 0 25 0 13 0 4519088 1583943680 71468 1992294400 134512640 134550932 4287836816 18446744073709551615 4109890792 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6451/tid=6454] ppid=6449 vsize=1546820 CPUtime=16.22
/proc/6451/task/6454/stat : 6454 (java) S 6449 6451 5527 0 -1 4202560 15334 0 0 0 1597 25 0 0 16 0 13 0 4519090 1583943680 71468 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6455] ppid=6449 vsize=1546820 CPUtime=16.27
/proc/6451/task/6455/stat : 6455 (java) S 6449 6451 5527 0 -1 4202560 14081 0 0 0 1612 15 0 0 16 0 13 0 4519090 1583943680 71468 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6449 vsize=1546820 CPUtime=0.91
/proc/6451/task/6456/stat : 6456 (java) S 6449 6451 5527 0 -1 4202560 341 0 0 0 85 6 0 0 15 0 13 0 4519091 1583943680 71468 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6457] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6457/stat : 6457 (java) S 6449 6451 5527 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 71468 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6458] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6458/stat : 6458 (java) S 6449 6451 5527 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 71468 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6459] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6459/stat : 6459 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4519096 1583943680 71468 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6460] ppid=6449 vsize=1546820 CPUtime=2.76
/proc/6451/task/6460/stat : 6460 (java) S 6449 6451 5527 0 -1 4202560 9395 0 0 0 272 4 0 0 15 0 13 0 4519096 1583943680 71468 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6461] ppid=6449 vsize=1546820 CPUtime=1.04
/proc/6451/task/6461/stat : 6461 (java) S 6449 6451 5527 0 -1 4202560 2275 0 0 0 103 1 0 0 15 0 13 0 4519096 1583943680 71468 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6462] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6462/stat : 6462 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4519096 1583943680 71468 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6463] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6463/stat : 6463 (java) S 6449 6451 5527 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 4519096 1583943680 71468 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6464] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6464/stat : 6464 (java) S 6449 6451 5527 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4519152 1583943680 71468 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1620.92
Current children cumulated vsize (KiB) 1546820

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 6517
/proc/meminfo: memFree=1273292/2059040 swapFree=4192956/4192956
[pid=6451] ppid=6449 vsize=1546820 CPUtime=1681.7
/proc/6451/stat : 6451 (java) S 6449 6451 5527 0 -1 4202496 80876 0 1 0 168092 78 0 0 15 0 13 0 4519086 1583943680 71893 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6451/statm: 386705 71893 1448 10 0 384007 0
[pid=6451/tid=6453] ppid=6449 vsize=1546820 CPUtime=1642.82
/proc/6451/task/6453/stat : 6453 (java) R 6449 6451 5527 0 -1 4202560 37852 0 1 0 164261 21 0 0 25 0 13 0 4519088 1583943680 71893 1992294400 134512640 134550932 4287836816 18446744073709551615 4109790677 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6451/tid=6454] ppid=6449 vsize=1546820 CPUtime=17.01
/proc/6451/task/6454/stat : 6454 (java) S 6449 6451 5527 0 -1 4202560 15618 0 0 0 1675 26 0 0 16 0 13 0 4519090 1583943680 71893 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6455] ppid=6449 vsize=1546820 CPUtime=17.08
/proc/6451/task/6455/stat : 6455 (java) S 6449 6451 5527 0 -1 4202560 14224 0 0 0 1693 15 0 0 15 0 13 0 4519090 1583943680 71893 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6449 vsize=1546820 CPUtime=0.91
/proc/6451/task/6456/stat : 6456 (java) S 6449 6451 5527 0 -1 4202560 345 0 0 0 85 6 0 0 16 0 13 0 4519091 1583943680 71893 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6457] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6457/stat : 6457 (java) S 6449 6451 5527 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 71893 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6458] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6458/stat : 6458 (java) S 6449 6451 5527 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 71893 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6459] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6459/stat : 6459 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4519096 1583943680 71893 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6460] ppid=6449 vsize=1546820 CPUtime=2.76
/proc/6451/task/6460/stat : 6460 (java) S 6449 6451 5527 0 -1 4202560 9395 0 0 0 272 4 0 0 15 0 13 0 4519096 1583943680 71893 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6461] ppid=6449 vsize=1546820 CPUtime=1.04
/proc/6451/task/6461/stat : 6461 (java) S 6449 6451 5527 0 -1 4202560 2275 0 0 0 103 1 0 0 15 0 13 0 4519096 1583943680 71893 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6462] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6462/stat : 6462 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4519096 1583943680 71893 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6463] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6463/stat : 6463 (java) S 6449 6451 5527 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 4519096 1583943680 71893 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6464] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6464/stat : 6464 (java) S 6449 6451 5527 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4519152 1583943680 71893 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1681.7
Current children cumulated vsize (KiB) 1546820

[startup+1722.3 s]
/proc/loadavg: 1.03 1.01 1.00 2/119 6522
/proc/meminfo: memFree=1271184/2059040 swapFree=4192956/4192956
[pid=6451] ppid=6449 vsize=1546820 CPUtime=1742.47
/proc/6451/stat : 6451 (java) S 6449 6451 5527 0 -1 4202496 81425 0 1 0 174168 79 0 0 15 0 13 0 4519086 1583943680 72393 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6451/statm: 386705 72393 1448 10 0 384007 0
[pid=6451/tid=6453] ppid=6449 vsize=1546820 CPUtime=1701.99
/proc/6451/task/6453/stat : 6453 (java) R 6449 6451 5527 0 -1 4202560 37886 0 1 0 170178 21 0 0 25 0 13 0 4519088 1583943680 72393 1992294400 134512640 134550932 4287836816 18446744073709551615 4109854079 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6451/tid=6454] ppid=6449 vsize=1546820 CPUtime=17.81
/proc/6451/task/6454/stat : 6454 (java) S 6449 6451 5527 0 -1 4202560 15861 0 0 0 1754 27 0 0 16 0 13 0 4519090 1583943680 72393 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6455] ppid=6449 vsize=1546820 CPUtime=17.89
/proc/6451/task/6455/stat : 6455 (java) S 6449 6451 5527 0 -1 4202560 14488 0 0 0 1773 16 0 0 15 0 13 0 4519090 1583943680 72393 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6449 vsize=1546820 CPUtime=0.92
/proc/6451/task/6456/stat : 6456 (java) S 6449 6451 5527 0 -1 4202560 349 0 0 0 86 6 0 0 15 0 13 0 4519091 1583943680 72393 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6457] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6457/stat : 6457 (java) S 6449 6451 5527 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 72393 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6458] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6458/stat : 6458 (java) S 6449 6451 5527 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 72393 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6459] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6459/stat : 6459 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4519096 1583943680 72393 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6460] ppid=6449 vsize=1546820 CPUtime=2.76
/proc/6451/task/6460/stat : 6460 (java) S 6449 6451 5527 0 -1 4202560 9395 0 0 0 272 4 0 0 15 0 13 0 4519096 1583943680 72393 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6461] ppid=6449 vsize=1546820 CPUtime=1.04
/proc/6451/task/6461/stat : 6461 (java) S 6449 6451 5527 0 -1 4202560 2275 0 0 0 103 1 0 0 15 0 13 0 4519096 1583943680 72393 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6462] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6462/stat : 6462 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4519096 1583943680 72393 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6463] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6463/stat : 6463 (java) S 6449 6451 5527 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 13 0 4519096 1583943680 72393 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6464] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6464/stat : 6464 (java) S 6449 6451 5527 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4519152 1583943680 72393 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1742.47
Current children cumulated vsize (KiB) 1546820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1779.1 s]
/proc/loadavg: 1.07 1.02 1.00 2/119 6524
/proc/meminfo: memFree=1269696/2059040 swapFree=4192956/4192956
[pid=6451] ppid=6449 vsize=1546820 CPUtime=1800.03
/proc/6451/stat : 6451 (java) S 6449 6451 5527 0 -1 4202496 81771 0 1 0 179922 81 0 0 15 0 13 0 4519086 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6451/statm: 386705 72703 1448 10 0 384007 0
[pid=6451/tid=6453] ppid=6449 vsize=1546820 CPUtime=1758.01
/proc/6451/task/6453/stat : 6453 (java) R 6449 6451 5527 0 -1 4202560 37918 0 1 0 175780 21 0 0 25 0 13 0 4519088 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4109791467 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6451/tid=6454] ppid=6449 vsize=1546820 CPUtime=18.57
/proc/6451/task/6454/stat : 6454 (java) S 6449 6451 5527 0 -1 4202560 16023 0 0 0 1828 29 0 0 16 0 13 0 4519090 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6455] ppid=6449 vsize=1546820 CPUtime=18.65
/proc/6451/task/6455/stat : 6455 (java) S 6449 6451 5527 0 -1 4202560 14636 0 0 0 1849 16 0 0 15 0 13 0 4519090 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6449 vsize=1546820 CPUtime=0.92
/proc/6451/task/6456/stat : 6456 (java) S 6449 6451 5527 0 -1 4202560 351 0 0 0 86 6 0 0 15 0 13 0 4519091 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6457] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6457/stat : 6457 (java) S 6449 6451 5527 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6458] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6458/stat : 6458 (java) S 6449 6451 5527 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6459] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6459/stat : 6459 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4519096 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6460] ppid=6449 vsize=1546820 CPUtime=2.76
/proc/6451/task/6460/stat : 6460 (java) S 6449 6451 5527 0 -1 4202560 9395 0 0 0 272 4 0 0 15 0 13 0 4519096 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6461] ppid=6449 vsize=1546820 CPUtime=1.04
/proc/6451/task/6461/stat : 6461 (java) S 6449 6451 5527 0 -1 4202560 2275 0 0 0 103 1 0 0 15 0 13 0 4519096 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6462] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6462/stat : 6462 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4519096 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6463] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6463/stat : 6463 (java) S 6449 6451 5527 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 4519096 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6464] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6464/stat : 6464 (java) S 6449 6451 5527 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4519152 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1546820

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

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

[startup+1779.1 s]
/proc/loadavg: 1.07 1.02 1.00 2/119 6524
/proc/meminfo: memFree=1269696/2059040 swapFree=4192956/4192956
[pid=6451] ppid=6449 vsize=1546820 CPUtime=1800.03
/proc/6451/stat : 6451 (java) S 6449 6451 5527 0 -1 4202496 81771 0 1 0 179922 81 0 0 15 0 13 0 4519086 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/6451/statm: 386705 72703 1448 10 0 384007 0
[pid=6451/tid=6453] ppid=6449 vsize=1546820 CPUtime=1758.01
/proc/6451/task/6453/stat : 6453 (java) R 6449 6451 5527 0 -1 4202560 37918 0 1 0 175780 21 0 0 25 0 13 0 4519088 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4109791467 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=6451/tid=6454] ppid=6449 vsize=1546820 CPUtime=18.57
/proc/6451/task/6454/stat : 6454 (java) S 6449 6451 5527 0 -1 4202560 16023 0 0 0 1828 29 0 0 16 0 13 0 4519090 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6455] ppid=6449 vsize=1546820 CPUtime=18.65
/proc/6451/task/6455/stat : 6455 (java) S 6449 6451 5527 0 -1 4202560 14636 0 0 0 1849 16 0 0 15 0 13 0 4519090 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6456] ppid=6449 vsize=1546820 CPUtime=0.92
/proc/6451/task/6456/stat : 6456 (java) S 6449 6451 5527 0 -1 4202560 351 0 0 0 86 6 0 0 15 0 13 0 4519091 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 0 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6457] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6457/stat : 6457 (java) S 6449 6451 5527 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6458] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6458/stat : 6458 (java) S 6449 6451 5527 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 4519092 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6459] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6459/stat : 6459 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 4519096 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6460] ppid=6449 vsize=1546820 CPUtime=2.76
/proc/6451/task/6460/stat : 6460 (java) S 6449 6451 5527 0 -1 4202560 9395 0 0 0 272 4 0 0 15 0 13 0 4519096 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6461] ppid=6449 vsize=1546820 CPUtime=1.04
/proc/6451/task/6461/stat : 6461 (java) S 6449 6451 5527 0 -1 4202560 2275 0 0 0 103 1 0 0 15 0 13 0 4519096 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6462] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6462/stat : 6462 (java) S 6449 6451 5527 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 4519096 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 0 0 0 0
[pid=6451/tid=6463] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6463/stat : 6463 (java) S 6449 6451 5527 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 4519096 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
[pid=6451/tid=6464] ppid=6449 vsize=1546820 CPUtime=0
/proc/6451/task/6464/stat : 6464 (java) S 6449 6451 5527 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 4519152 1583943680 72703 1992294400 134512640 134550932 4287836816 18446744073709551615 4294960144 0 4 0 16800975 18446604437856592192 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1546820

Child status: 143
Real time (s): 1779.21
CPU time (s): 1800.18
CPU user time (s): 1799.34
CPU system time (s): 0.843871
CPU usage (%): 101.179
Max. virtual memory (cumulated for all children) (KiB): 1547844

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

runsolver used 3.62745 second user time and 9.46656 second system time

The end

Launcher Data

Begin job on node017 at 2010-06-11 22:48:47
IDJOB=2660902
IDBENCH=1294
IDSOLVER=1165
FILE ID=node017/2660902-1276289327
PBS_JOBID= 11173110
Free space on /tmp= 62348 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.1900575442.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660902-1276289327/watcher-2660902-1276289327 -o /tmp/evaluation-result-2660902-1276289327/solver-2660902-1276289327 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660902-1276289327.opb

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

MD5SUM BENCH= 3135d58f22cd009942de3e1dff086931
RANDOM SEED=533332889

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1558804 kB
Buffers:         63784 kB
Cached:         308292 kB
SwapCached:          0 kB
Active:         172428 kB
Inactive:       260372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1558804 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             388 kB
Writeback:           0 kB
AnonPages:       60672 kB
Mapped:          15392 kB
Slab:            45732 kB
PageTables:       3980 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   184284 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= 62348 MiB
End job on node017 at 2010-06-11 23:18:28