Trace number 2660936

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.21 1780.73

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900547334.opb
MD5SUM0a9770757b6cd9327f36ff7b48e0a712
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2.15767
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
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 661
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.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.21	c No reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2660936-1276302553.opb
0.22/0.21	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
93.04/89.30	c cleaning 0 clauses out of 5000 with flag 0/5000
597.60/590.52	c cleaning 0 clauses out of 11000 with flag 0/11000
1800.01/1780.61	c starts		: 44
1800.01/1780.61	c conflicts		: 17406
1800.01/1780.61	c decisions		: 39417
1800.01/1780.61	c propagations		: 604232
1800.01/1780.61	c inspects		: 848629784
1800.01/1780.61	c learnt literals	: 0
1800.01/1780.61	c learnt binary clauses	: 0
1800.01/1780.61	c learnt ternary clauses	: 4
1800.01/1780.61	c learnt clauses	: 17406
1800.01/1780.61	c ignored clauses	: 0
1800.01/1780.61	c root simplifications	: 0
1800.01/1780.61	c removed literals (reason simplification)	: 0
1800.01/1780.61	c reason swapping (by a shorter reason)	: 0
1800.01/1780.61	c Calls to reduceDB	: 2
1800.01/1780.61	c number of reductions to clauses (during analyze)	: 0
1800.01/1780.61	c number of learned constraints concerned by reduction	: 0
1800.01/1780.61	c number of learning phase by resolution	: 0
1800.01/1780.61	c number of learning phase by cutting planes	: 0
1800.01/1780.62	c speed (assignments/second)	: 339.46266389358
1800.01/1780.62	c non guided choices	121
1800.01/1780.67	c learnt constraints type 
1800.01/1780.67	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1487
1800.01/1780.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
1800.01/1780.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15838
1800.01/1780.67	c constraints type 
1800.01/1780.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
1800.01/1780.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
1800.01/1780.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
1800.01/1780.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.01/1780.67	s UNKNOWN
1800.01/1780.67	c Total wall clock time (in seconds): 1780.457

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-2660936-1276302553/watcher-2660936-1276302553 -o /tmp/evaluation-result-2660936-1276302553/solver-2660936-1276302553 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660936-1276302553.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: 2.53 2.32 1.70 3/106 7439
/proc/meminfo: memFree=1541780/2059040 swapFree=4192956/4192956
[pid=7439] ppid=7437 vsize=248 CPUtime=0
/proc/7439/stat : 7439 (java) R 7437 7439 6693 0 -1 4194304 283 0 0 0 0 0 0 0 17 0 1 0 5856959 253952 28 1992294400 134512640 134550932 4291355152 18446744073709551615 2322910 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/7439/statm: 62 28 21 10 0 23 0

[startup+0.0460581 s]
/proc/loadavg: 2.53 2.32 1.70 3/106 7439
/proc/meminfo: memFree=1541780/2059040 swapFree=4192956/4192956
[pid=7439] ppid=7437 vsize=1521016 CPUtime=0.03
/proc/7439/stat : 7439 (java) S 7437 7439 6693 0 -1 4202496 3448 0 1 0 2 1 0 0 15 0 5 0 5856959 1557520384 2890 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 380254 2890 971 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.101413 s]
/proc/loadavg: 2.53 2.32 1.70 3/106 7439
/proc/meminfo: memFree=1541780/2059040 swapFree=4192956/4192956
[pid=7439] ppid=7437 vsize=1524184 CPUtime=0.08
/proc/7439/stat : 7439 (java) S 7437 7439 6693 0 -1 4202496 3966 0 1 0 6 2 0 0 15 0 12 0 5856959 1560764416 3404 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 381046 3404 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524184

[startup+0.301451 s]
/proc/loadavg: 2.53 2.32 1.70 3/106 7439
/proc/meminfo: memFree=1541780/2059040 swapFree=4192956/4192956
[pid=7439] ppid=7437 vsize=1526404 CPUtime=0.35
/proc/7439/stat : 7439 (java) S 7437 7439 6693 0 -1 4202496 5327 0 1 0 32 3 0 0 15 0 12 0 5856959 1563037696 4763 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 381601 4763 1362 10 0 378903 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526404

[startup+0.701544 s]
/proc/loadavg: 2.53 2.32 1.70 3/106 7439
/proc/meminfo: memFree=1541780/2059040 swapFree=4192956/4192956
[pid=7439] ppid=7437 vsize=1528672 CPUtime=1.09
/proc/7439/stat : 7439 (java) S 7437 7439 6693 0 -1 4202496 7186 0 1 0 105 4 0 0 15 0 13 0 5856959 1565360128 6580 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 382168 6580 1404 10 0 379470 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528672

[startup+1.50172 s]
/proc/loadavg: 2.53 2.32 1.70 4/119 7452
/proc/meminfo: memFree=1512908/2059040 swapFree=4192956/4192956
[pid=7439] ppid=7437 vsize=1541276 CPUtime=2.69
/proc/7439/stat : 7439 (java) S 7437 7439 6693 0 -1 4202496 22632 0 1 0 258 11 0 0 15 0 13 0 5856959 1578266624 20488 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 385319 20490 1417 10 0 382621 0
[pid=7439/tid=7441] ppid=7437 vsize=1541276 CPUtime=1.46
/proc/7439/task/7441/stat : 7441 (java) R 7437 7439 6693 0 -1 4202560 16010 0 1 0 138 8 0 0 18 0 13 0 5856960 1578266624 20490 1992294400 134512640 134550932 4291355152 18446744073709551615 4109126112 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=1541276 CPUtime=0
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6693 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 13 0 5856961 1578266624 20491 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7443] ppid=7437 vsize=1541276 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 5856961 1578266624 20491 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7444] ppid=7437 vsize=1541276 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 13 0 5856963 1578266624 20492 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7445] ppid=7437 vsize=1541276 CPUtime=0
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6693 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 5856964 1578266624 20493 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=1541276 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6693 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 5856964 1578266624 20493 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=1541276 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 5856968 1578266624 20494 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=1541276 CPUtime=0.1
/proc/7439/task/7448/stat : 7448 (java) R 7437 7439 6693 0 -1 4202560 114 0 0 0 10 0 0 0 22 0 13 0 5856968 1578266624 20495 1992294400 134512640 134550932 4291355152 18446744073709551615 105581348 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=1541276 CPUtime=1.1
/proc/7439/task/7449/stat : 7449 (java) R 7437 7439 6693 0 -1 4202560 5441 0 0 0 108 2 0 0 16 0 13 0 5856968 1578266624 20495 1992294400 134512640 134550932 4291355152 18446744073709551615 104146544 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=7439/tid=7450] ppid=7437 vsize=1541276 CPUtime=0
/proc/7439/task/7450/stat : 7450 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5856968 1578266624 20496 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7451] ppid=7437 vsize=1541276 CPUtime=0
/proc/7439/task/7451/stat : 7451 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5856968 1578266624 20497 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7452] ppid=7437 vsize=1541276 CPUtime=0
/proc/7439/task/7452/stat : 7452 (java) S 7437 7439 6693 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5857024 1578266624 20497 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 1541276

[startup+3.10205 s]
/proc/loadavg: 2.65 2.34 1.71 5/119 7452
/proc/meminfo: memFree=1421520/2059040 swapFree=4192956/4192956
[pid=7439] ppid=7437 vsize=1541024 CPUtime=5.78
/proc/7439/stat : 7439 (java) S 7437 7439 6693 0 -1 4202496 42195 0 1 0 558 20 0 0 15 0 13 0 5856959 1578008576 37764 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 385256 37764 1438 10 0 382558 0
[pid=7439/tid=7441] ppid=7437 vsize=1541024 CPUtime=3.02
/proc/7439/task/7441/stat : 7441 (java) R 7437 7439 6693 0 -1 4202560 32063 0 1 0 287 15 0 0 20 0 13 0 5856960 1578008576 37764 1992294400 134512640 134550932 4291355152 18446744073709551615 4109148933 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=1541024 CPUtime=0.01
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6693 0 -1 4202560 553 0 0 0 1 0 0 0 16 0 13 0 5856961 1578008576 37764 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7443] ppid=7437 vsize=1541024 CPUtime=0
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6693 0 -1 4202560 334 0 0 0 0 0 0 0 16 0 13 0 5856961 1578008576 37764 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7444] ppid=7437 vsize=1541024 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6693 0 -1 4202560 11 0 0 0 0 0 0 0 16 0 13 0 5856963 1578008576 37764 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7445] ppid=7437 vsize=1541024 CPUtime=0
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6693 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5856964 1578008576 37764 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=1541024 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6693 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5856964 1578008576 37764 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=1541024 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 5856968 1578008576 37764 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=1541024 CPUtime=0.12
/proc/7439/task/7448/stat : 7448 (java) S 7437 7439 6693 0 -1 4202560 118 0 0 0 12 0 0 0 22 0 13 0 5856968 1578008576 37764 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=1541024 CPUtime=2.57
/proc/7439/task/7449/stat : 7449 (java) S 7437 7439 6693 0 -1 4202560 8048 0 0 0 254 3 0 0 18 0 13 0 5856968 1578008576 37764 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7450] ppid=7437 vsize=1541024 CPUtime=0
/proc/7439/task/7450/stat : 7450 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5856968 1578008576 37764 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7451] ppid=7437 vsize=1541024 CPUtime=0
/proc/7439/task/7451/stat : 7451 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5856968 1578008576 37764 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7452] ppid=7437 vsize=1541024 CPUtime=0
/proc/7439/task/7452/stat : 7452 (java) S 7437 7439 6693 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5857024 1578008576 37764 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.78
Current children cumulated vsize (KiB) 1541024

[startup+6.30072 s]
/proc/loadavg: 2.65 2.34 1.71 2/119 7452
/proc/meminfo: memFree=1385684/2059040 swapFree=4192956/4192956
[pid=7439] ppid=7437 vsize=1541060 CPUtime=9.42
/proc/7439/stat : 7439 (java) S 7437 7439 6693 0 -1 4202496 50873 0 1 0 919 23 0 0 15 0 13 0 5856959 1578045440 46156 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 385265 46156 1438 10 0 382567 0
[pid=7439/tid=7441] ppid=7437 vsize=1541060 CPUtime=6.13
/proc/7439/task/7441/stat : 7441 (java) R 7437 7439 6693 0 -1 4202560 36670 0 1 0 596 17 0 0 25 0 13 0 5856960 1578045440 46156 1992294400 134512640 134550932 4291355152 18446744073709551615 4109149027 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=1541060 CPUtime=0.07
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6693 0 -1 4202560 2181 0 0 0 7 0 0 0 16 0 13 0 5856961 1578045440 46156 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7443] ppid=7437 vsize=1541060 CPUtime=0.08
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6693 0 -1 4202560 2479 0 0 0 8 0 0 0 16 0 13 0 5856961 1578045440 46156 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7444] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6693 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 13 0 5856963 1578045440 46156 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7445] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6693 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5856964 1578045440 46156 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6693 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5856964 1578045440 46156 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 5856968 1578045440 46156 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=1541060 CPUtime=0.35
/proc/7439/task/7448/stat : 7448 (java) S 7437 7439 6693 0 -1 4202560 169 0 0 0 35 0 0 0 15 0 13 0 5856968 1578045440 46156 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=1541060 CPUtime=2.74
/proc/7439/task/7449/stat : 7449 (java) S 7437 7439 6693 0 -1 4202560 8280 0 0 0 271 3 0 0 16 0 13 0 5856968 1578045440 46156 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7450] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7450/stat : 7450 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5856968 1578045440 46156 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7451] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7451/stat : 7451 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5856968 1578045440 46156 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7452] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7452/stat : 7452 (java) S 7437 7439 6693 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5857024 1578045440 46156 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.42
Current children cumulated vsize (KiB) 1541060

[startup+12.7011 s]
/proc/loadavg: 2.40 2.30 1.70 2/119 7452
/proc/meminfo: memFree=1353816/2059040 swapFree=4192956/4192956
[pid=7439] ppid=7437 vsize=1541060 CPUtime=15.9
/proc/7439/stat : 7439 (java) S 7437 7439 6693 0 -1 4202496 53105 0 1 0 1566 24 0 0 15 0 13 0 5856959 1578045440 48080 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 385265 48080 1438 10 0 382567 0
[pid=7439/tid=7441] ppid=7437 vsize=1541060 CPUtime=12.46
/proc/7439/task/7441/stat : 7441 (java) R 7437 7439 6693 0 -1 4202560 36678 0 1 0 1229 17 0 0 25 0 13 0 5856960 1578045440 48080 1992294400 134512640 134550932 4291355152 18446744073709551615 4109073652 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=1541060 CPUtime=0.14
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6693 0 -1 4202560 3151 0 0 0 13 1 0 0 16 0 13 0 5856961 1578045440 48080 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7443] ppid=7437 vsize=1541060 CPUtime=0.15
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6693 0 -1 4202560 3733 0 0 0 14 1 0 0 16 0 13 0 5856961 1578045440 48080 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7444] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6693 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 13 0 5856963 1578045440 48080 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7445] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6693 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5856964 1578045440 48080 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6693 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5856964 1578045440 48080 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 5856968 1578045440 48080 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=1541060 CPUtime=0.37
/proc/7439/task/7448/stat : 7448 (java) S 7437 7439 6693 0 -1 4202560 169 0 0 0 37 0 0 0 15 0 13 0 5856968 1578045440 48080 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=1541060 CPUtime=2.74
/proc/7439/task/7449/stat : 7449 (java) S 7437 7439 6693 0 -1 4202560 8280 0 0 0 271 3 0 0 15 0 13 0 5856968 1578045440 48080 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7450] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7450/stat : 7450 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5856968 1578045440 48080 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7451] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7451/stat : 7451 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 5856968 1578045440 48080 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7452] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7452/stat : 7452 (java) S 7437 7439 6693 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5857024 1578045440 48080 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 15.9
Current children cumulated vsize (KiB) 1541060

[startup+25.5018 s]
/proc/loadavg: 2.18 2.26 1.69 2/119 7452
/proc/meminfo: memFree=1346500/2059040 swapFree=4192956/4192956
[pid=7439] ppid=7437 vsize=1541060 CPUtime=28.83
/proc/7439/stat : 7439 (java) S 7437 7439 6693 0 -1 4202496 55183 0 1 0 2857 26 0 0 15 0 13 0 5856959 1578045440 49931 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 385265 49931 1442 10 0 382567 0
[pid=7439/tid=7441] ppid=7437 vsize=1541060 CPUtime=25.17
/proc/7439/task/7441/stat : 7441 (java) R 7437 7439 6693 0 -1 4202560 36863 0 1 0 2499 18 0 0 25 0 13 0 5856960 1578045440 49931 1992294400 134512640 134550932 4291355152 18446744073709551615 4109149715 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=1541060 CPUtime=0.21
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6693 0 -1 4202560 4031 0 0 0 20 1 0 0 15 0 13 0 5856961 1578045440 49931 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7443] ppid=7437 vsize=1541060 CPUtime=0.24
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6693 0 -1 4202560 4742 0 0 0 22 2 0 0 16 0 13 0 5856961 1578045440 49931 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7444] ppid=7437 vsize=1541060 CPUtime=0.01

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

[pid=7439/tid=7445] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6693 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5856964 1578045440 71779 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6693 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5856964 1578045440 71779 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 5856968 1578045440 71779 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=1541060 CPUtime=0.54
/proc/7439/task/7448/stat : 7448 (java) S 7437 7439 6693 0 -1 4202560 177 0 0 0 54 0 0 0 15 0 13 0 5856968 1578045440 71779 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=1541060 CPUtime=2.75
/proc/7439/task/7449/stat : 7449 (java) S 7437 7439 6693 0 -1 4202560 8280 0 0 0 272 3 0 0 15 0 13 0 5856968 1578045440 71779 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7450] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7450/stat : 7450 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5856968 1578045440 71779 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7451] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7451/stat : 7451 (java) S 7437 7439 6693 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 13 0 5856968 1578045440 71779 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7452] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7452/stat : 7452 (java) S 7437 7439 6693 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5857024 1578045440 71779 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1558.71
Current children cumulated vsize (KiB) 1541060

[startup+1602.3 s]
/proc/loadavg: 1.07 1.02 1.10 2/119 7494
/proc/meminfo: memFree=1254988/2059040 swapFree=4192956/4192956
[pid=7439] ppid=7437 vsize=1541060 CPUtime=1619.41
/proc/7439/stat : 7439 (java) S 7437 7439 6693 0 -1 4202496 79861 0 1 0 161868 73 0 0 15 0 13 0 5856959 1578045440 72373 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 385265 72373 1448 10 0 382567 0
[pid=7439/tid=7441] ppid=7437 vsize=1541060 CPUtime=1586.17
/proc/7439/task/7441/stat : 7441 (java) R 7437 7439 6693 0 -1 4202560 37819 0 1 0 158595 22 0 0 25 0 13 0 5856960 1578045440 72373 1992294400 134512640 134550932 4291355152 18446744073709551615 4109149027 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=1541060 CPUtime=14.67
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6693 0 -1 4202560 15391 0 0 0 1447 20 0 0 15 0 13 0 5856961 1578045440 72373 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7443] ppid=7437 vsize=1541060 CPUtime=14.63
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6693 0 -1 4202560 16651 0 0 0 1445 18 0 0 16 0 13 0 5856961 1578045440 72373 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7444] ppid=7437 vsize=1541060 CPUtime=0.57
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6693 0 -1 4202560 378 0 0 0 51 6 0 0 15 0 13 0 5856963 1578045440 72373 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7445] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6693 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5856964 1578045440 72373 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6693 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5856964 1578045440 72373 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 5856968 1578045440 72373 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=1541060 CPUtime=0.54
/proc/7439/task/7448/stat : 7448 (java) S 7437 7439 6693 0 -1 4202560 177 0 0 0 54 0 0 0 15 0 13 0 5856968 1578045440 72373 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=1541060 CPUtime=2.75
/proc/7439/task/7449/stat : 7449 (java) S 7437 7439 6693 0 -1 4202560 8280 0 0 0 272 3 0 0 15 0 13 0 5856968 1578045440 72373 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7450] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7450/stat : 7450 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5856968 1578045440 72373 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7451] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7451/stat : 7451 (java) S 7437 7439 6693 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 13 0 5856968 1578045440 72373 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7452] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7452/stat : 7452 (java) S 7437 7439 6693 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5857024 1578045440 72373 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1619.41
Current children cumulated vsize (KiB) 1541060

[startup+1662.3 s]
/proc/loadavg: 1.17 1.04 1.10 2/119 7496
/proc/meminfo: memFree=1252508/2059040 swapFree=4192956/4192956
[pid=7439] ppid=7437 vsize=1541060 CPUtime=1680.16
/proc/7439/stat : 7439 (java) S 7437 7439 6693 0 -1 4202496 80492 0 1 0 167941 75 0 0 15 0 13 0 5856959 1578045440 72950 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 385265 72950 1448 10 0 382567 0
[pid=7439/tid=7441] ppid=7437 vsize=1541060 CPUtime=1645.33
/proc/7439/task/7441/stat : 7441 (java) R 7437 7439 6693 0 -1 4202560 37852 0 1 0 164511 22 0 0 25 0 13 0 5856960 1578045440 72950 1992294400 134512640 134550932 4291355152 18446744073709551615 4109340971 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=1541060 CPUtime=15.46
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6693 0 -1 4202560 15681 0 0 0 1525 21 0 0 16 0 13 0 5856961 1578045440 72950 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7443] ppid=7437 vsize=1541060 CPUtime=15.43
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6693 0 -1 4202560 16951 0 0 0 1524 19 0 0 16 0 13 0 5856961 1578045440 72950 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7444] ppid=7437 vsize=1541060 CPUtime=0.58
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6693 0 -1 4202560 382 0 0 0 52 6 0 0 15 0 13 0 5856963 1578045440 72950 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7445] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6693 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5856964 1578045440 72950 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6693 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5856964 1578045440 72950 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 5856968 1578045440 72950 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=1541060 CPUtime=0.54
/proc/7439/task/7448/stat : 7448 (java) S 7437 7439 6693 0 -1 4202560 177 0 0 0 54 0 0 0 15 0 13 0 5856968 1578045440 72950 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=1541060 CPUtime=2.75
/proc/7439/task/7449/stat : 7449 (java) S 7437 7439 6693 0 -1 4202560 8280 0 0 0 272 3 0 0 15 0 13 0 5856968 1578045440 72950 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7450] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7450/stat : 7450 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5856968 1578045440 72950 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7451] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7451/stat : 7451 (java) S 7437 7439 6693 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 13 0 5856968 1578045440 72950 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7452] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7452/stat : 7452 (java) S 7437 7439 6693 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5857024 1578045440 72950 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1680.16
Current children cumulated vsize (KiB) 1541060

[startup+1722.3 s]
/proc/loadavg: 1.06 1.03 1.09 2/119 7498
/proc/meminfo: memFree=1250772/2059040 swapFree=4192956/4192956
[pid=7439] ppid=7437 vsize=1541060 CPUtime=1740.94
/proc/7439/stat : 7439 (java) S 7437 7439 6693 0 -1 4202496 80975 0 1 0 174017 77 0 0 15 0 13 0 5856959 1578045440 73394 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 385265 73394 1448 10 0 382567 0
[pid=7439/tid=7441] ppid=7437 vsize=1541060 CPUtime=1704.5
/proc/7439/task/7441/stat : 7441 (java) R 7437 7439 6693 0 -1 4202560 37885 0 1 0 170428 22 0 0 25 0 13 0 5856960 1578045440 73394 1992294400 134512640 134550932 4291355152 18446744073709551615 4109171952 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=1541060 CPUtime=16.26
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6693 0 -1 4202560 15911 0 0 0 1604 22 0 0 16 0 13 0 5856961 1578045440 73394 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7443] ppid=7437 vsize=1541060 CPUtime=16.23
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6693 0 -1 4202560 17167 0 0 0 1603 20 0 0 15 0 13 0 5856961 1578045440 73394 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7444] ppid=7437 vsize=1541060 CPUtime=0.6
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6693 0 -1 4202560 384 0 0 0 53 7 0 0 15 0 13 0 5856963 1578045440 73394 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7445] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6693 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5856964 1578045440 73394 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6693 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5856964 1578045440 73394 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 5856968 1578045440 73394 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=1541060 CPUtime=0.54
/proc/7439/task/7448/stat : 7448 (java) S 7437 7439 6693 0 -1 4202560 177 0 0 0 54 0 0 0 15 0 13 0 5856968 1578045440 73394 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=1541060 CPUtime=2.75
/proc/7439/task/7449/stat : 7449 (java) S 7437 7439 6693 0 -1 4202560 8280 0 0 0 272 3 0 0 15 0 13 0 5856968 1578045440 73394 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7450] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7450/stat : 7450 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5856968 1578045440 73394 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7451] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7451/stat : 7451 (java) S 7437 7439 6693 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 5856968 1578045440 73394 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7452] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7452/stat : 7452 (java) S 7437 7439 6693 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5857024 1578045440 73394 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1740.94
Current children cumulated vsize (KiB) 1541060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.6 s]
/proc/loadavg: 1.11 1.05 1.09 2/119 7498
/proc/meminfo: memFree=1248540/2059040 swapFree=4192956/4192956
[pid=7439] ppid=7437 vsize=1541060 CPUtime=1800.01
/proc/7439/stat : 7439 (java) S 7437 7439 6693 0 -1 4202496 81528 0 1 0 179923 78 0 0 15 0 13 0 5856959 1578045440 73899 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 385265 73899 1448 10 0 382567 0
[pid=7439/tid=7441] ppid=7437 vsize=1541060 CPUtime=1761.98
/proc/7439/task/7441/stat : 7441 (java) R 7437 7439 6693 0 -1 4202560 37917 0 1 0 176176 22 0 0 25 0 13 0 5856960 1578045440 73899 1992294400 134512640 134550932 4291355152 18446744073709551615 4109109738 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7439/tid=7442] ppid=7437 vsize=1541060 CPUtime=17.05
/proc/7439/task/7442/stat : 7442 (java) S 7437 7439 6693 0 -1 4202560 16201 0 0 0 1682 23 0 0 16 0 13 0 5856961 1578045440 73899 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7443] ppid=7437 vsize=1541060 CPUtime=17.02
/proc/7439/task/7443/stat : 7443 (java) S 7437 7439 6693 0 -1 4202560 17390 0 0 0 1682 20 0 0 15 0 13 0 5856961 1578045440 73899 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7444] ppid=7437 vsize=1541060 CPUtime=0.6
/proc/7439/task/7444/stat : 7444 (java) S 7437 7439 6693 0 -1 4202560 388 0 0 0 53 7 0 0 15 0 13 0 5856963 1578045440 73899 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 0 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7445] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7445/stat : 7445 (java) S 7437 7439 6693 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 13 0 5856964 1578045440 73899 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7446] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7446/stat : 7446 (java) S 7437 7439 6693 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 5856964 1578045440 73899 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7447] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7447/stat : 7447 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 5856968 1578045440 73899 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7448] ppid=7437 vsize=1541060 CPUtime=0.54
/proc/7439/task/7448/stat : 7448 (java) S 7437 7439 6693 0 -1 4202560 177 0 0 0 54 0 0 0 15 0 13 0 5856968 1578045440 73899 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7449] ppid=7437 vsize=1541060 CPUtime=2.75
/proc/7439/task/7449/stat : 7449 (java) S 7437 7439 6693 0 -1 4202560 8280 0 0 0 272 3 0 0 15 0 13 0 5856968 1578045440 73899 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7450] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7450/stat : 7450 (java) S 7437 7439 6693 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 5856968 1578045440 73899 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 0 0 0 0
[pid=7439/tid=7451] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7451/stat : 7451 (java) S 7437 7439 6693 0 -1 4202560 108 0 0 0 0 0 0 0 15 0 13 0 5856968 1578045440 73899 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
[pid=7439/tid=7452] ppid=7437 vsize=1541060 CPUtime=0
/proc/7439/task/7452/stat : 7452 (java) S 7437 7439 6693 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 5857024 1578045440 73899 1992294400 134512640 134550932 4291355152 18446744073709551615 4294960144 0 4 0 16800975 18446604437836506240 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1541060

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

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

[startup+1780.72 s]
/proc/loadavg: 1.11 1.05 1.09 2/119 7498
/proc/meminfo: memFree=1248540/2059040 swapFree=4192956/4192956
[pid=7439] ppid=7437 vsize=0 CPUtime=1800.18
/proc/7439/stat : 7439 (java) Z 7437 7439 6693 0 -1 4203548 81552 0 1 0 179938 80 0 0 15 0 2 0 5856959 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/7439/statm: 0 0 0 0 0 0 0
[pid=7439/tid=7450] ppid=7437 vsize=0 CPUtime=0.01
/proc/7439/task/7450/stat : 7450 (java) R 7437 7439 6693 0 -1 4203588 1 0 0 0 0 1 0 0 18 0 2 0 5856968 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.18
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1780.73
CPU time (s): 1800.21
CPU user time (s): 1799.39
CPU system time (s): 0.818875
CPU usage (%): 101.094
Max. virtual memory (cumulated for all children) (KiB): 1542736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.39
system time used= 0.818875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81552
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= 45868
involuntary context switches= 29244

runsolver used 3.56946 second user time and 9.53255 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-12 02:29:13
IDJOB=2660936
IDBENCH=1332
IDSOLVER=1165
FILE ID=node010/2660936-1276302553
PBS_JOBID= 11173122
Free space on /tmp= 62500 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.1900547334.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660936-1276302553/watcher-2660936-1276302553 -o /tmp/evaluation-result-2660936-1276302553/solver-2660936-1276302553 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660936-1276302553.opb

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

MD5SUM BENCH= 0a9770757b6cd9327f36ff7b48e0a712
RANDOM SEED=1396176880

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1542176 kB
Buffers:         80764 kB
Cached:         308456 kB
SwapCached:          0 kB
Active:         171800 kB
Inactive:       276756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1542176 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:             320 kB
Writeback:           0 kB
AnonPages:       59344 kB
Mapped:          15432 kB
Slab:            46372 kB
PageTables:       3964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   181444 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= 62500 MiB
End job on node010 at 2010-06-12 02:58:56