Trace number 2660675

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.27 1748.06

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-usAbbrv.8.25_70.opb
MD5SUM77bab7e4b790022242f816374e31f934
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark126976
Best CPU time to get the best result obtained on this benchmark1800.57
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 124928
Optimality of the best value was proved NO
Number of variables20611
Total number of constraints3921
Number of constraints which are clauses563
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints3358
Minimum length of a constraint4
Maximum length of a constraint61
Number of terms in the objective function 135
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073849343
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1024000000
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147557374
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1ef9f1d
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c No reason simplification
0.23/0.21	c Armin Biere (Picosat) restarts strategy
0.23/0.21	c Glucose learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-2660675-1276539372.opb
0.23/0.21	c reading problem ... 
3.59/2.06	c ... done. Wall clock time 1.856s.
3.59/2.06	c #vars     20611
3.59/2.06	c #constraints  3936
3.59/2.06	c constraints type 
3.59/2.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 563
3.59/2.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3359
64.75/59.96	c cleaning 0 clauses out of 5001 with flag 0/5001
278.01/270.81	c cleaning 0 clauses out of 11001 with flag 0/11001
636.35/621.99	c cleaning 0 clauses out of 18000 with flag 0/18000
1366.17/1330.86	c cleaning 0 clauses out of 26000 with flag 0/26000
1800.05/1747.92	c starts		: 55
1800.05/1747.92	c conflicts		: 29501
1800.05/1747.92	c decisions		: 36956
1800.05/1747.92	c propagations		: 363185
1800.05/1747.92	c inspects		: 492594617
1800.05/1747.92	c learnt literals	: 0
1800.05/1747.92	c learnt binary clauses	: 0
1800.05/1747.92	c learnt ternary clauses	: 1
1800.05/1747.92	c learnt clauses	: 29500
1800.05/1747.92	c ignored clauses	: 0
1800.05/1747.92	c root simplifications	: 0
1800.05/1747.92	c removed literals (reason simplification)	: 0
1800.05/1747.92	c reason swapping (by a shorter reason)	: 0
1800.05/1747.92	c Calls to reduceDB	: 4
1800.05/1747.92	c number of reductions to clauses (during analyze)	: 0
1800.05/1747.92	c number of learned constraints concerned by reduction	: 0
1800.05/1747.92	c number of learning phase by resolution	: 0
1800.05/1747.92	c number of learning phase by cutting planes	: 0
1800.05/1747.92	c speed (assignments/second)	: 208.02641678026876
1800.05/1747.92	c non guided choices	558
1800.05/1747.98	c learnt constraints type 
1800.05/1747.98	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3957
1800.05/1747.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25543
1800.05/1747.98	c constraints type 
1800.05/1747.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 563
1800.05/1747.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3359
1800.05/1747.98	s UNKNOWN
1800.05/1747.98	c Total wall clock time (in seconds): 1747.775

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

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


[startup+0 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 405
/proc/meminfo: memFree=1868524/2059040 swapFree=4136456/4192956
[pid=405] ppid=403 vsize=248 CPUtime=0
/proc/405/stat : 405 (java6) R 403 405 32615 0 -1 4194304 110 0 0 0 0 0 0 0 19 0 1 0 29541240 253952 29 1992294400 134512640 134550932 4293784880 18446744073709551615 4149844 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/405/statm: 62 29 21 10 0 23 0

[startup+0.0746229 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 405
/proc/meminfo: memFree=1868524/2059040 swapFree=4136456/4192956
[pid=405] ppid=403 vsize=1521796 CPUtime=0.06
/proc/405/stat : 405 (java) S 403 405 32615 0 -1 4202496 3739 0 1 0 4 2 0 0 19 0 7 0 29541240 1558319104 3180 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/405/statm: 380449 3182 1036 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100623 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 405
/proc/meminfo: memFree=1868524/2059040 swapFree=4136456/4192956
[pid=405] ppid=403 vsize=1524184 CPUtime=0.09
/proc/405/stat : 405 (java) S 403 405 32615 0 -1 4202496 3964 0 1 0 7 2 0 0 19 0 12 0 29541240 1560764416 3403 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/405/statm: 381046 3403 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.300623 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 405
/proc/meminfo: memFree=1868524/2059040 swapFree=4136456/4192956
[pid=405] ppid=403 vsize=1526308 CPUtime=0.37
/proc/405/stat : 405 (java) S 403 405 32615 0 -1 4202496 5497 0 1 0 34 3 0 0 19 0 12 0 29541240 1562939392 4934 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/405/statm: 381577 4934 1360 10 0 378879 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 1526308

[startup+0.700624 s]
/proc/loadavg: 0.92 0.99 0.99 3/106 405
/proc/meminfo: memFree=1868524/2059040 swapFree=4136456/4192956
[pid=405] ppid=403 vsize=1530696 CPUtime=1.17
/proc/405/stat : 405 (java) S 403 405 32615 0 -1 4202496 9275 0 1 0 112 5 0 0 19 0 12 0 29541240 1567432704 8567 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/405/statm: 382674 8568 1407 10 0 379976 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 1530696

[startup+1.50162 s]
/proc/loadavg: 0.92 0.99 0.99 4/118 418
/proc/meminfo: memFree=1824532/2059040 swapFree=4136456/4192956
[pid=405] ppid=403 vsize=1543312 CPUtime=2.75
/proc/405/stat : 405 (java) S 403 405 32615 0 -1 4202496 24564 0 1 0 263 12 0 0 19 0 12 0 29541240 1580351488 23156 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/405/statm: 385828 23156 1407 10 0 383130 0
[pid=405/tid=407] ppid=403 vsize=1543312 CPUtime=1.46
/proc/405/task/407/stat : 407 (java) R 403 405 32615 0 -1 4202560 18080 0 1 0 137 9 0 0 18 0 12 0 29541241 1580351488 23157 1992294400 134512640 134550932 4290600240 18446744073709551615 4109582721 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=405/tid=408] ppid=403 vsize=1543312 CPUtime=0
/proc/405/task/408/stat : 408 (java) S 403 405 32615 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 29541243 1580351488 23158 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=409] ppid=403 vsize=1543312 CPUtime=0
/proc/405/task/409/stat : 409 (java) S 403 405 32615 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 29541243 1580351488 23160 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=410] ppid=403 vsize=1543312 CPUtime=0
/proc/405/task/410/stat : 410 (java) S 403 405 32615 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 29541244 1580351488 23161 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=411] ppid=403 vsize=1543312 CPUtime=0
/proc/405/task/411/stat : 411 (java) S 403 405 32615 0 -1 4202560 10 0 0 0 0 0 0 0 24 0 12 0 29541245 1580351488 23162 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=412] ppid=403 vsize=1543312 CPUtime=0
/proc/405/task/412/stat : 412 (java) S 403 405 32615 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 29541245 1580351488 23164 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=413] ppid=403 vsize=1543312 CPUtime=0
/proc/405/task/413/stat : 413 (java) S 403 405 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 29541249 1580351488 23164 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=414] ppid=403 vsize=1543312 CPUtime=0.63
/proc/405/task/414/stat : 414 (java) S 403 405 32615 0 -1 4202560 2275 0 0 0 63 0 0 0 25 0 12 0 29541249 1580351488 23164 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 1 0 0 0
[pid=405/tid=416] ppid=403 vsize=1543312 CPUtime=0.62
/proc/405/task/416/stat : 416 (java) R 403 405 32615 0 -1 4202560 3145 0 0 0 61 1 0 0 25 0 12 0 29541249 1580351488 23165 1992294400 134512640 134550932 4290600240 18446744073709551615 105496648 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=405/tid=417] ppid=403 vsize=1543312 CPUtime=0
/proc/405/task/417/stat : 417 (java) S 403 405 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 29541249 1580351488 23166 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=418] ppid=403 vsize=1543312 CPUtime=0
/proc/405/task/418/stat : 418 (java) S 403 405 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 29541249 1580351488 23167 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.75
Current children cumulated vsize (KiB) 1543312

[startup+3.10162 s]
/proc/loadavg: 0.92 0.99 0.99 4/118 418
/proc/meminfo: memFree=1736864/2059040 swapFree=4136456/4192956
[pid=405] ppid=403 vsize=1542544 CPUtime=5.69
/proc/405/stat : 405 (java) S 403 405 32615 0 -1 4202496 44577 0 1 0 548 21 0 0 19 0 13 0 29541240 1579565056 41339 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/405/statm: 385636 41339 1433 10 0 382938 0
[pid=405/tid=407] ppid=403 vsize=1542544 CPUtime=2.98
/proc/405/task/407/stat : 407 (java) R 403 405 32615 0 -1 4202560 32066 0 1 0 282 16 0 0 20 0 13 0 29541241 1579565056 41339 1992294400 134512640 134550932 4290600240 18446744073709551615 4109238791 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=405/tid=408] ppid=403 vsize=1542544 CPUtime=0.07
/proc/405/task/408/stat : 408 (java) S 403 405 32615 0 -1 4202560 2356 0 0 0 7 0 0 0 18 0 13 0 29541243 1579565056 41339 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=409] ppid=403 vsize=1542544 CPUtime=0.07
/proc/405/task/409/stat : 409 (java) S 403 405 32615 0 -1 4202560 1965 0 0 0 7 0 0 0 18 0 13 0 29541243 1579565056 41339 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 1 0 0 0
[pid=405/tid=410] ppid=403 vsize=1542544 CPUtime=0
/proc/405/task/410/stat : 410 (java) S 403 405 32615 0 -1 4202560 8 0 0 0 0 0 0 0 17 0 13 0 29541244 1579565056 41339 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=411] ppid=403 vsize=1542544 CPUtime=0
/proc/405/task/411/stat : 411 (java) S 403 405 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29541245 1579565056 41339 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=412] ppid=403 vsize=1542544 CPUtime=0
/proc/405/task/412/stat : 412 (java) S 403 405 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29541245 1579565056 41339 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=413] ppid=403 vsize=1542544 CPUtime=0
/proc/405/task/413/stat : 413 (java) S 403 405 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29541249 1579565056 41339 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=414] ppid=403 vsize=1542544 CPUtime=1.21
/proc/405/task/414/stat : 414 (java) R 403 405 32615 0 -1 4202560 2307 0 0 0 121 0 0 0 20 0 13 0 29541249 1579565056 41339 1992294400 134512640 134550932 4290600240 18446744073709551615 104163883 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=405/tid=416] ppid=403 vsize=1542544 CPUtime=1.3
/proc/405/task/416/stat : 416 (java) R 403 405 32615 0 -1 4202560 4809 0 0 0 128 2 0 0 23 0 13 0 29541249 1579565056 41339 1992294400 134512640 134550932 4290600240 18446744073709551615 103379716 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=405/tid=417] ppid=403 vsize=1542544 CPUtime=0
/proc/405/task/417/stat : 417 (java) S 403 405 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29541249 1579565056 41339 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=418] ppid=403 vsize=1542544 CPUtime=0
/proc/405/task/418/stat : 418 (java) S 403 405 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29541249 1579565056 41339 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.69
Current children cumulated vsize (KiB) 1542544

[startup+6.31863 s]
/proc/loadavg: 1.09 1.02 1.01 2/119 419
/proc/meminfo: memFree=1686388/2059040 swapFree=4136456/4192956
[pid=405] ppid=403 vsize=1538928 CPUtime=10.59
/proc/405/stat : 405 (java) S 403 405 32615 0 -1 4202496 53956 0 1 0 1034 25 0 0 19 0 13 0 29541240 1575862272 46620 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/405/statm: 384732 46620 1438 10 0 382034 0
[pid=405/tid=407] ppid=403 vsize=1538928 CPUtime=5.71
/proc/405/task/407/stat : 407 (java) R 403 405 32615 0 -1 4202560 32076 0 1 0 555 16 0 0 25 0 13 0 29541241 1575862272 46620 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=405/tid=408] ppid=403 vsize=1538928 CPUtime=0.36
/proc/405/task/408/stat : 408 (java) R 403 405 32615 0 -1 4202560 5679 0 0 0 34 2 0 0 15 0 13 0 29541243 1575862272 46620 1992294400 134512640 134550932 4290600240 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=405/tid=409] ppid=403 vsize=1538928 CPUtime=0.35
/proc/405/task/409/stat : 409 (java) R 403 405 32615 0 -1 4202560 4625 0 0 0 34 1 0 0 15 0 13 0 29541243 1575862272 46620 1992294400 134512640 134550932 4290600240 18446744073709551615 106197499 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=405/tid=410] ppid=403 vsize=1538928 CPUtime=0
/proc/405/task/410/stat : 410 (java) S 403 405 32615 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 29541244 1575862272 46620 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=411] ppid=403 vsize=1538928 CPUtime=0
/proc/405/task/411/stat : 411 (java) S 403 405 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29541245 1575862272 46620 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=412] ppid=403 vsize=1538928 CPUtime=0
/proc/405/task/412/stat : 412 (java) S 403 405 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29541245 1575862272 46620 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=413] ppid=403 vsize=1538928 CPUtime=0
/proc/405/task/413/stat : 413 (java) S 403 405 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29541249 1575862272 46620 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=414] ppid=403 vsize=1538928 CPUtime=1.98
/proc/405/task/414/stat : 414 (java) S 403 405 32615 0 -1 4202560 2623 0 0 0 198 0 0 0 15 0 13 0 29541249 1575862272 46620 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=416] ppid=403 vsize=1538928 CPUtime=2.14
/proc/405/task/416/stat : 416 (java) S 403 405 32615 0 -1 4202560 7867 0 0 0 211 3 0 0 22 0 13 0 29541249 1575862272 46620 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=417] ppid=403 vsize=1538928 CPUtime=0
/proc/405/task/417/stat : 417 (java) S 403 405 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29541249 1575862272 46620 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=418] ppid=403 vsize=1538928 CPUtime=0
/proc/405/task/418/stat : 418 (java) S 403 405 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29541249 1575862272 46620 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 1 0 0 0
[pid=405/tid=419] ppid=403 vsize=1538928 CPUtime=0
/proc/405/task/419/stat : 419 (java) S 403 405 32615 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 29541451 1575862272 46620 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.59
Current children cumulated vsize (KiB) 1538928

[startup+12.7016 s]
/proc/loadavg: 1.08 1.02 1.00 2/119 419
/proc/meminfo: memFree=1663456/2059040 swapFree=4136456/4192956
[pid=405] ppid=403 vsize=1537020 CPUtime=17.18
/proc/405/stat : 405 (java) S 403 405 32615 0 -1 4202496 61482 0 1 0 1688 30 0 0 19 0 13 0 29541240 1573908480 52444 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/405/statm: 384255 52444 1438 10 0 381557 0
[pid=405/tid=407] ppid=403 vsize=1537020 CPUtime=11.88
/proc/405/task/407/stat : 407 (java) R 403 405 32615 0 -1 4202560 32088 0 1 0 1172 16 0 0 25 0 13 0 29541241 1573908480 52444 1992294400 134512640 134550932 4290600240 18446744073709551615 4109620427 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=405/tid=408] ppid=403 vsize=1537020 CPUtime=0.54
/proc/405/task/408/stat : 408 (java) S 403 405 32615 0 -1 4202560 10129 0 0 0 49 5 0 0 16 0 13 0 29541243 1573908480 52444 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=409] ppid=403 vsize=1537020 CPUtime=0.54
/proc/405/task/409/stat : 409 (java) S 403 405 32615 0 -1 4202560 7689 0 0 0 52 2 0 0 15 0 13 0 29541243 1573908480 52444 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 1 0 0 0
[pid=405/tid=410] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/410/stat : 410 (java) S 403 405 32615 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 29541244 1573908480 52444 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=411] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/411/stat : 411 (java) S 403 405 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29541245 1573908480 52444 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=412] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/412/stat : 412 (java) S 403 405 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29541245 1573908480 52444 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=413] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/413/stat : 413 (java) S 403 405 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29541249 1573908480 52444 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=414] ppid=403 vsize=1537020 CPUtime=1.98
/proc/405/task/414/stat : 414 (java) S 403 405 32615 0 -1 4202560 2623 0 0 0 198 0 0 0 15 0 13 0 29541249 1573908480 52444 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=416] ppid=403 vsize=1537020 CPUtime=2.17
/proc/405/task/416/stat : 416 (java) S 403 405 32615 0 -1 4202560 7867 0 0 0 214 3 0 0 18 0 13 0 29541249 1573908480 52444 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=417] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/417/stat : 417 (java) S 403 405 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29541249 1573908480 52444 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=418] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/418/stat : 418 (java) S 403 405 32615 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 29541249 1573908480 52444 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=419] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/419/stat : 419 (java) S 403 405 32615 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 29541451 1573908480 52444 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 17.18
Current children cumulated vsize (KiB) 1537020

[startup+25.5016 s]
/proc/loadavg: 1.06 1.02 1.00 2/119 419
/proc/meminfo: memFree=1658000/2059040 swapFree=4136456/4192956
[pid=405] ppid=403 vsize=1537020 CPUtime=30.11
/proc/405/stat : 405 (java) S 403 405 32615 0 -1 4202496 63015 0 1 0 2980 31 0 0 19 0 13 0 29541240 1573908480 53749 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/405/statm: 384255 53749 1442 10 0 381557 0
[pid=405/tid=407] ppid=403 vsize=1537020 CPUtime=24.57
/proc/405/task/407/stat : 407 (java) R 403 405 32615 0 -1 4202560 32105 0 1 0 2441 16 0 0 21 0 13 0 29541241 1573908480 53749 1992294400 134512640 134550932 4290600240 18446744073709551615 4109896408 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=405/tid=408] ppid=403 vsize=1537020 CPUtime=0.61
/proc/405/task/408/stat : 408 (java) S 403 405 32615 0 -1 4202560 11000 0 0 0 56 5 0 0 16 0 13 0 29541243 1573908480 53749 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=409] ppid=403 vsize=1537020 CPUtime=0.61
/proc/405/task/409/stat : 409 (java) S 403 405 32615 0 -1 4202560 8330 0 0 0 58 3 0 0 15 0 13 0 29541243 1573908480 53749 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 1 0 0 0
[pid=405/tid=410] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/410/stat : 410 (java) S 403 405 32615 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 13 0 29541244 1573908480 53749 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446604437831493504 0 0 -1 1 0 0 0
[pid=405/tid=411] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/411/stat : 411 (java) S 403 405 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29541245 1573908480 53749 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=412] ppid=403 vsize=1537020 CPUtime=0

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

[pid=405] ppid=403 vsize=1537020 CPUtime=1648.2
/proc/405/stat : 405 (java) S 403 405 32615 0 -1 4202496 100068 0 1 0 164673 147 0 0 19 0 13 0 29541240 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/405/statm: 384255 87735 1448 10 0 381557 0
[pid=405/tid=407] ppid=403 vsize=1537020 CPUtime=1556.4
/proc/405/task/407/stat : 407 (java) R 403 405 32615 0 -1 4202560 33976 0 1 0 155584 56 0 0 25 0 13 0 29541241 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4109922719 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=405/tid=408] ppid=403 vsize=1537020 CPUtime=42.67
/proc/405/task/408/stat : 408 (java) S 403 405 32615 0 -1 4202560 29888 0 0 0 4227 40 0 0 15 0 13 0 29541243 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 1 0 0 0
[pid=405/tid=409] ppid=403 vsize=1537020 CPUtime=42.6
/proc/405/task/409/stat : 409 (java) S 403 405 32615 0 -1 4202560 22847 0 0 0 4231 29 0 0 16 0 13 0 29541243 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=410] ppid=403 vsize=1537020 CPUtime=1.9
/proc/405/task/410/stat : 410 (java) S 403 405 32615 0 -1 4202560 1697 0 0 0 176 14 0 0 15 0 13 0 29541244 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=411] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/411/stat : 411 (java) S 403 405 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29541245 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=412] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/412/stat : 412 (java) S 403 405 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29541245 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=413] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/413/stat : 413 (java) S 403 405 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=414] ppid=403 vsize=1537020 CPUtime=2.2
/proc/405/task/414/stat : 414 (java) S 403 405 32615 0 -1 4202560 2623 0 0 0 220 0 0 0 15 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=416] ppid=403 vsize=1537020 CPUtime=2.33
/proc/405/task/416/stat : 416 (java) S 403 405 32615 0 -1 4202560 7876 0 0 0 230 3 0 0 16 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=417] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/417/stat : 417 (java) S 403 405 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=418] ppid=403 vsize=1537020 CPUtime=0.01
/proc/405/task/418/stat : 418 (java) S 403 405 32615 0 -1 4202560 96 0 0 0 1 0 0 0 15 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 1 0 0 0
[pid=405/tid=419] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/419/stat : 419 (java) S 403 405 32615 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 29541451 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1648.2
Current children cumulated vsize (KiB) 1537020

[startup+1662.3 s]
/proc/loadavg: 1.02 1.05 1.01 2/119 464
/proc/meminfo: memFree=1519252/2059040 swapFree=4136456/4192956
[pid=405] ppid=403 vsize=1537020 CPUtime=1710.78
/proc/405/stat : 405 (java) S 403 405 32615 0 -1 4202496 100151 0 1 0 170922 156 0 0 19 0 13 0 29541240 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/405/statm: 384255 87735 1448 10 0 381557 0
[pid=405/tid=407] ppid=403 vsize=1537020 CPUtime=1613.76
/proc/405/task/407/stat : 407 (java) S 403 405 32615 0 -1 4202560 34051 0 1 0 161317 59 0 0 25 0 13 0 29541241 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=408] ppid=403 vsize=1537020 CPUtime=45.27
/proc/405/task/408/stat : 408 (java) R 403 405 32615 0 -1 4202560 29888 0 0 0 4485 42 0 0 15 0 13 0 29541243 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 105886435 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=405/tid=409] ppid=403 vsize=1537020 CPUtime=45.21
/proc/405/task/409/stat : 409 (java) R 403 405 32615 0 -1 4202560 22847 0 0 0 4489 32 0 0 16 0 13 0 29541243 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 106193962 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=405/tid=410] ppid=403 vsize=1537020 CPUtime=1.92
/proc/405/task/410/stat : 410 (java) S 403 405 32615 0 -1 4202560 1701 0 0 0 177 15 0 0 15 0 13 0 29541244 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=411] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/411/stat : 411 (java) S 403 405 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29541245 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=412] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/412/stat : 412 (java) S 403 405 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29541245 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=413] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/413/stat : 413 (java) S 403 405 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=414] ppid=403 vsize=1537020 CPUtime=2.2
/proc/405/task/414/stat : 414 (java) S 403 405 32615 0 -1 4202560 2623 0 0 0 220 0 0 0 15 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=416] ppid=403 vsize=1537020 CPUtime=2.33
/proc/405/task/416/stat : 416 (java) S 403 405 32615 0 -1 4202560 7876 0 0 0 230 3 0 0 16 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=417] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/417/stat : 417 (java) S 403 405 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=418] ppid=403 vsize=1537020 CPUtime=0.02
/proc/405/task/418/stat : 418 (java) S 403 405 32615 0 -1 4202560 100 0 0 0 1 1 0 0 15 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=419] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/419/stat : 419 (java) S 403 405 32615 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 29541451 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1710.78
Current children cumulated vsize (KiB) 1537020

[startup+1722.3 s]
/proc/loadavg: 1.33 1.12 1.03 2/119 466
/proc/meminfo: memFree=1519252/2059040 swapFree=4136456/4192956
[pid=405] ppid=403 vsize=1537020 CPUtime=1773.33
/proc/405/stat : 405 (java) S 403 405 32615 0 -1 4202496 100232 0 1 0 177171 162 0 0 19 0 13 0 29541240 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/405/statm: 384255 87735 1448 10 0 381557 0
[pid=405/tid=407] ppid=403 vsize=1537020 CPUtime=1671.1
/proc/405/task/407/stat : 407 (java) R 403 405 32615 0 -1 4202560 34124 0 1 0 167049 61 0 0 25 0 13 0 29541241 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4110019197 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=405/tid=408] ppid=403 vsize=1537020 CPUtime=47.87
/proc/405/task/408/stat : 408 (java) S 403 405 32615 0 -1 4202560 29888 0 0 0 4744 43 0 0 16 0 13 0 29541243 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 1 0 0 0
[pid=405/tid=409] ppid=403 vsize=1537020 CPUtime=47.81
/proc/405/task/409/stat : 409 (java) S 403 405 32615 0 -1 4202560 22847 0 0 0 4746 35 0 0 16 0 13 0 29541243 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=410] ppid=403 vsize=1537020 CPUtime=1.93
/proc/405/task/410/stat : 410 (java) S 403 405 32615 0 -1 4202560 1705 0 0 0 178 15 0 0 15 0 13 0 29541244 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=411] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/411/stat : 411 (java) S 403 405 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29541245 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=412] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/412/stat : 412 (java) S 403 405 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29541245 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=413] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/413/stat : 413 (java) S 403 405 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=414] ppid=403 vsize=1537020 CPUtime=2.2
/proc/405/task/414/stat : 414 (java) S 403 405 32615 0 -1 4202560 2623 0 0 0 220 0 0 0 15 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=416] ppid=403 vsize=1537020 CPUtime=2.33
/proc/405/task/416/stat : 416 (java) S 403 405 32615 0 -1 4202560 7876 0 0 0 230 3 0 0 16 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=417] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/417/stat : 417 (java) S 403 405 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=418] ppid=403 vsize=1537020 CPUtime=0.02
/proc/405/task/418/stat : 418 (java) S 403 405 32615 0 -1 4202560 104 0 0 0 1 1 0 0 15 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=419] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/419/stat : 419 (java) S 403 405 32615 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 29541451 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1773.33
Current children cumulated vsize (KiB) 1537020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1747.91 s]
/proc/loadavg: 1.20 1.11 1.03 2/119 466
/proc/meminfo: memFree=1519128/2059040 swapFree=4136456/4192956
[pid=405] ppid=403 vsize=1537020 CPUtime=1800.05
/proc/405/stat : 405 (java) S 403 405 32615 0 -1 4202496 100263 0 1 0 179840 165 0 0 19 0 13 0 29541240 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/405/statm: 384255 87735 1448 10 0 381557 0
[pid=405/tid=407] ppid=403 vsize=1537020 CPUtime=1695.57
/proc/405/task/407/stat : 407 (java) R 403 405 32615 0 -1 4202560 34155 0 1 0 169496 61 0 0 25 0 13 0 29541241 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4109620391 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=405/tid=408] ppid=403 vsize=1537020 CPUtime=49
/proc/405/task/408/stat : 408 (java) S 403 405 32615 0 -1 4202560 29888 0 0 0 4855 45 0 0 16 0 13 0 29541243 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=409] ppid=403 vsize=1537020 CPUtime=48.92
/proc/405/task/409/stat : 409 (java) S 403 405 32615 0 -1 4202560 22847 0 0 0 4857 35 0 0 15 0 13 0 29541243 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 1 0 0 0
[pid=405/tid=410] ppid=403 vsize=1537020 CPUtime=1.95
/proc/405/task/410/stat : 410 (java) S 403 405 32615 0 -1 4202560 1705 0 0 0 179 16 0 0 15 0 13 0 29541244 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=411] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/411/stat : 411 (java) S 403 405 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 29541245 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=412] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/412/stat : 412 (java) S 403 405 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 29541245 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=413] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/413/stat : 413 (java) S 403 405 32615 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=414] ppid=403 vsize=1537020 CPUtime=2.2
/proc/405/task/414/stat : 414 (java) S 403 405 32615 0 -1 4202560 2623 0 0 0 220 0 0 0 15 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=416] ppid=403 vsize=1537020 CPUtime=2.33
/proc/405/task/416/stat : 416 (java) S 403 405 32615 0 -1 4202560 7876 0 0 0 230 3 0 0 16 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=417] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/417/stat : 417 (java) S 403 405 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=418] ppid=403 vsize=1537020 CPUtime=0.02
/proc/405/task/418/stat : 418 (java) S 403 405 32615 0 -1 4202560 104 0 0 0 1 1 0 0 15 0 13 0 29541249 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=419] ppid=403 vsize=1537020 CPUtime=0
/proc/405/task/419/stat : 419 (java) S 403 405 32615 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 13 0 29541451 1573908480 87735 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 1537020

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

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

[startup+1748.02 s]
/proc/loadavg: 1.20 1.11 1.03 2/119 466
/proc/meminfo: memFree=1519128/2059040 swapFree=4136456/4192956
[pid=405] ppid=403 vsize=1537668 CPUtime=1800.21
/proc/405/stat : 405 (java) S 403 405 32615 0 -1 4202496 100284 0 1 0 179856 165 0 0 18 0 14 0 29541240 1574572032 87756 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/405/statm: 384417 87756 1451 10 0 381719 0
[pid=405/tid=407] ppid=403 vsize=1537668 CPUtime=1695.66
/proc/405/task/407/stat : 407 (java) R 403 405 32615 0 -1 4202560 34155 0 1 0 169505 61 0 0 25 0 14 0 29541241 1574572032 87756 1992294400 134512640 134550932 4290600240 18446744073709551615 4109620346 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=405/tid=408] ppid=403 vsize=1537668 CPUtime=49
/proc/405/task/408/stat : 408 (java) S 403 405 32615 0 -1 4202560 29888 0 0 0 4855 45 0 0 16 0 14 0 29541243 1574572032 87756 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=409] ppid=403 vsize=1537668 CPUtime=48.92
/proc/405/task/409/stat : 409 (java) S 403 405 32615 0 -1 4202560 22847 0 0 0 4857 35 0 0 15 0 14 0 29541243 1574572032 87756 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 1 0 0 0
[pid=405/tid=410] ppid=403 vsize=1537668 CPUtime=1.95
/proc/405/task/410/stat : 410 (java) S 403 405 32615 0 -1 4202560 1705 0 0 0 179 16 0 0 15 0 14 0 29541244 1574572032 87756 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 0 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=411] ppid=403 vsize=1537668 CPUtime=0
/proc/405/task/411/stat : 411 (java) S 403 405 32615 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 14 0 29541245 1574572032 87756 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=412] ppid=403 vsize=1537668 CPUtime=0
/proc/405/task/412/stat : 412 (java) S 403 405 32615 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 14 0 29541245 1574572032 87756 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=413] ppid=403 vsize=1537668 CPUtime=0
/proc/405/task/413/stat : 413 (java) S 403 405 32615 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 29541249 1574572032 87756 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=414] ppid=403 vsize=1537668 CPUtime=2.24
/proc/405/task/414/stat : 414 (java) S 403 405 32615 0 -1 4202560 2625 0 0 0 224 0 0 0 15 0 14 0 29541249 1574572032 87756 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=416] ppid=403 vsize=1537668 CPUtime=2.33
/proc/405/task/416/stat : 416 (java) S 403 405 32615 0 -1 4202560 7876 0 0 0 230 3 0 0 16 0 14 0 29541249 1574572032 87756 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=417] ppid=403 vsize=1537668 CPUtime=0
/proc/405/task/417/stat : 417 (java) S 403 405 32615 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 29541249 1574572032 87756 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=418] ppid=403 vsize=1537668 CPUtime=0.02
/proc/405/task/418/stat : 418 (java) S 403 405 32615 0 -1 4202560 104 0 0 0 1 1 0 0 15 0 14 0 29541249 1574572032 87756 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
[pid=405/tid=419] ppid=403 vsize=1537668 CPUtime=0
/proc/405/task/419/stat : 419 (java) S 403 405 32615 0 -1 4202560 4 0 0 0 0 0 0 0 19 0 14 0 29541451 1574572032 87756 1992294400 134512640 134550932 4290600240 18446744073709551615 4294960144 0 4 0 16800975 18446604437831493504 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 1537668

Child status: 143
Real time (s): 1748.06
CPU time (s): 1800.27
CPU user time (s): 1798.57
CPU system time (s): 1.69374
CPU usage (%): 102.987
Max. virtual memory (cumulated for all children) (KiB): 1546232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 1.69374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100285
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= 55404
involuntary context switches= 48798

runsolver used 3.9354 second user time and 10.0655 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-14 20:16:12
IDJOB=2660675
IDBENCH=2362
IDSOLVER=1165
FILE ID=node001/2660675-1276539372
PBS_JOBID= 11173469
Free space on /tmp= 62432 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-usAbbrv.8.25_70.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660675-1276539372/watcher-2660675-1276539372 -o /tmp/evaluation-result-2660675-1276539372/solver-2660675-1276539372 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660675-1276539372.opb

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

MD5SUM BENCH= 77bab7e4b790022242f816374e31f934
RANDOM SEED=1694915129

node001.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.202
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.202
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:       1868804 kB
Buffers:         15208 kB
Cached:          97268 kB
SwapCached:       9272 kB
Active:          80608 kB
Inactive:        44108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1868804 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:            2784 kB
Writeback:           0 kB
AnonPages:       10912 kB
Mapped:           9152 kB
Slab:            43428 kB
PageTables:       4028 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182568 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= 62432 MiB
End job on node001 at 2010-06-14 20:45:22