Trace number 2660542

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J PB CuttingPlanes 2.2.0 2010-05-26? (TO) 1800.18 1762.42

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.opb
MD5SUMcc698dad3442148ac316666fbe5b4b9e
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark44.1483
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables49621
Total number of constraints138346
Number of constraints which are clauses127390
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10956
Minimum length of a constraint1
Maximum length of a constraint15
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 129
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 510
Number of bits of the biggest sum of numbers9
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.22	c Pseudo Boolean Optimization
0.22/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@16fd0b7
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.22	c No reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2660542-1276333774.opb
0.22/0.22	c reading problem ... 
4.50/3.41	c ... done. Wall clock time 3.193s.
4.50/3.41	c #vars     49621
4.50/3.41	c #constraints  138346
4.50/3.41	c constraints type 
4.50/3.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 85542
4.50/3.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 41847
4.50/3.41	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10956
38.03/33.15	c cleaning 0 clauses out of 4998 with flag 0/5000
128.39/122.19	c cleaning 0 clauses out of 10998 with flag 0/11000
389.92/380.33	c cleaning 0 clauses out of 17999 with flag 0/18001
829.39/812.63	c cleaning 0 clauses out of 25999 with flag 0/26001
1614.48/1581.01	c cleaning 0 clauses out of 34999 with flag 0/35001
1800.02/1762.31	c starts		: 63
1800.02/1762.31	c conflicts		: 36593
1800.02/1762.31	c decisions		: 95934
1800.02/1762.31	c propagations		: 23780273
1800.02/1762.31	c inspects		: 952136105
1800.02/1762.31	c learnt literals	: 2
1800.02/1762.31	c learnt binary clauses	: 101
1800.02/1762.31	c learnt ternary clauses	: 100
1800.02/1762.31	c learnt clauses	: 36591
1800.02/1762.31	c ignored clauses	: 0
1800.02/1762.31	c root simplifications	: 0
1800.02/1762.31	c removed literals (reason simplification)	: 0
1800.02/1762.31	c reason swapping (by a shorter reason)	: 0
1800.02/1762.31	c Calls to reduceDB	: 5
1800.02/1762.31	c number of reductions to clauses (during analyze)	: 0
1800.02/1762.31	c number of learned constraints concerned by reduction	: 0
1800.02/1762.31	c number of learning phase by resolution	: 0
1800.02/1762.31	c number of learning phase by cutting planes	: 0
1800.02/1762.31	c speed (assignments/second)	: 13519.945670682238
1800.02/1762.31	c non guided choices	7453
1800.02/1762.35	c learnt constraints type 
1800.02/1762.35	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2617
1800.02/1762.35	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 101
1800.02/1762.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 33873
1800.02/1762.35	c constraints type 
1800.02/1762.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 85542
1800.02/1762.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 41847
1800.02/1762.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10956
1800.02/1762.35	s UNKNOWN
1800.02/1762.35	c Total wall clock time (in seconds): 1762.134

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

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


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8982
/proc/meminfo: memFree=1500784/2059040 swapFree=4192956/4192956
[pid=8982] ppid=8980 vsize=392 CPUtime=0
/proc/8982/stat : 8982 (java6) S 8980 8982 7869 0 -1 4194304 122 0 0 0 0 0 0 0 19 0 1 0 8981261 401408 41 1992294400 134512640 134550932 4294840928 18446744073709551615 3887700 0 2147483391 4096 0 18446744071699379390 0 0 17 1 0 0 0
/proc/8982/statm: 98 41 32 10 0 25 0

[startup+0.059737 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8982
/proc/meminfo: memFree=1500784/2059040 swapFree=4192956/4192956
[pid=8982] ppid=8980 vsize=1521664 CPUtime=0.03
/proc/8982/stat : 8982 (java) S 8980 8982 7869 0 -1 4202496 3591 0 1 0 2 1 0 0 15 0 7 0 8981261 1558183936 3031 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8982/statm: 380416 3031 1014 10 0 377726 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521664

[startup+0.100736 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8982
/proc/meminfo: memFree=1500784/2059040 swapFree=4192956/4192956
[pid=8982] ppid=8980 vsize=1524024 CPUtime=0.08
/proc/8982/stat : 8982 (java) S 8980 8982 7869 0 -1 4202496 3937 0 1 0 6 2 0 0 15 0 12 0 8981261 1560600576 3375 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8982/statm: 381006 3376 1073 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524024

[startup+0.300731 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8982
/proc/meminfo: memFree=1500784/2059040 swapFree=4192956/4192956
[pid=8982] ppid=8980 vsize=1526432 CPUtime=0.35
/proc/8982/stat : 8982 (java) S 8980 8982 7869 0 -1 4202496 5588 0 1 0 32 3 0 0 15 0 12 0 8981261 1563066368 5024 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8982/statm: 381608 5024 1362 10 0 378910 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526432

[startup+0.700723 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8982
/proc/meminfo: memFree=1500784/2059040 swapFree=4192956/4192956
[pid=8982] ppid=8980 vsize=1527704 CPUtime=1.11
/proc/8982/stat : 8982 (java) S 8980 8982 7869 0 -1 4202496 7294 0 1 0 107 4 0 0 15 0 12 0 8981261 1564368896 6730 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8982/statm: 381926 6730 1403 10 0 379228 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 1527704

[startup+1.5017 s]
/proc/loadavg: 1.16 1.03 1.01 4/118 8994
/proc/meminfo: memFree=1462744/2059040 swapFree=4192956/4192956
[pid=8982] ppid=8980 vsize=1528464 CPUtime=2.28
/proc/8982/stat : 8982 (java) S 8980 8982 7869 0 -1 4202496 23086 0 1 0 217 11 0 0 15 0 12 0 8981261 1565147136 22521 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8982/statm: 382116 22521 1407 10 0 379418 0
[pid=8982/tid=8984] ppid=8980 vsize=1528464 CPUtime=1.45
/proc/8982/task/8984/stat : 8984 (java) R 8980 8982 7869 0 -1 4202560 20838 0 1 0 135 10 0 0 25 0 12 0 8981262 1565147136 22521 1992294400 134512640 134550932 4286747024 18446744073709551615 4109266687 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8982/tid=8985] ppid=8980 vsize=1528464 CPUtime=0
/proc/8982/task/8985/stat : 8985 (java) S 8980 8982 7869 0 -1 4202560 3 0 0 0 0 0 0 0 17 0 12 0 8981264 1565147136 22521 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8986] ppid=8980 vsize=1528464 CPUtime=0
/proc/8982/task/8986/stat : 8986 (java) S 8980 8982 7869 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 8981264 1565147136 22521 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8987] ppid=8980 vsize=1528464 CPUtime=0
/proc/8982/task/8987/stat : 8987 (java) S 8980 8982 7869 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 8981265 1565147136 22521 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8988] ppid=8980 vsize=1528464 CPUtime=0
/proc/8982/task/8988/stat : 8988 (java) S 8980 8982 7869 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 12 0 8981266 1565147136 22521 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8989] ppid=8980 vsize=1528464 CPUtime=0
/proc/8982/task/8989/stat : 8989 (java) S 8980 8982 7869 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 8981266 1565147136 22521 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8990] ppid=8980 vsize=1528464 CPUtime=0
/proc/8982/task/8990/stat : 8990 (java) S 8980 8982 7869 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 8981270 1565147136 22521 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8991] ppid=8980 vsize=1528464 CPUtime=0.42
/proc/8982/task/8991/stat : 8991 (java) S 8980 8982 7869 0 -1 4202560 276 0 0 0 42 0 0 0 21 0 12 0 8981270 1565147136 22521 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8992] ppid=8980 vsize=1528464 CPUtime=0.38
/proc/8982/task/8992/stat : 8992 (java) S 8980 8982 7869 0 -1 4202560 906 0 0 0 38 0 0 0 20 0 12 0 8981270 1565147136 22521 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8993] ppid=8980 vsize=1528464 CPUtime=0
/proc/8982/task/8993/stat : 8993 (java) S 8980 8982 7869 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8981270 1565147136 22521 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8994] ppid=8980 vsize=1528464 CPUtime=0
/proc/8982/task/8994/stat : 8994 (java) S 8980 8982 7869 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8981270 1565147136 22521 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 1528464

[startup+3.10167 s]
/proc/loadavg: 1.16 1.03 1.01 2/118 8994
/proc/meminfo: memFree=1361932/2059040 swapFree=4192956/4192956
[pid=8982] ppid=8980 vsize=1528464 CPUtime=4.14
/proc/8982/stat : 8982 (java) S 8980 8982 7869 0 -1 4202496 41477 0 1 0 394 20 0 0 15 0 12 0 8981261 1565147136 40873 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8982/statm: 382116 40873 1427 10 0 379418 0
[pid=8982/tid=8984] ppid=8980 vsize=1528464 CPUtime=2.89
/proc/8982/task/8984/stat : 8984 (java) R 8980 8982 7869 0 -1 4202560 32020 0 1 0 273 16 0 0 25 0 12 0 8981262 1565147136 40873 1992294400 134512640 134550932 4286747024 18446744073709551615 4109199523 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8982/tid=8985] ppid=8980 vsize=1528464 CPUtime=0.14
/proc/8982/task/8985/stat : 8985 (java) S 8980 8982 7869 0 -1 4202560 3794 0 0 0 13 1 0 0 16 0 12 0 8981264 1565147136 40873 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8986] ppid=8980 vsize=1528464 CPUtime=0.13
/proc/8982/task/8986/stat : 8986 (java) S 8980 8982 7869 0 -1 4202560 3394 0 0 0 12 1 0 0 18 0 12 0 8981264 1565147136 40873 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8987] ppid=8980 vsize=1528464 CPUtime=0
/proc/8982/task/8987/stat : 8987 (java) S 8980 8982 7869 0 -1 4202560 13 0 0 0 0 0 0 0 16 0 12 0 8981265 1565147136 40873 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8988] ppid=8980 vsize=1528464 CPUtime=0
/proc/8982/task/8988/stat : 8988 (java) S 8980 8982 7869 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 12 0 8981266 1565147136 40873 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8989] ppid=8980 vsize=1528464 CPUtime=0
/proc/8982/task/8989/stat : 8989 (java) S 8980 8982 7869 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 8981266 1565147136 40873 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8990] ppid=8980 vsize=1528464 CPUtime=0
/proc/8982/task/8990/stat : 8990 (java) S 8980 8982 7869 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 12 0 8981270 1565147136 40873 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8991] ppid=8980 vsize=1528464 CPUtime=0.53
/proc/8982/task/8991/stat : 8991 (java) S 8980 8982 7869 0 -1 4202560 285 0 0 0 53 0 0 0 17 0 12 0 8981270 1565147136 40873 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8992] ppid=8980 vsize=1528464 CPUtime=0.4
/proc/8982/task/8992/stat : 8992 (java) S 8980 8982 7869 0 -1 4202560 908 0 0 0 40 0 0 0 17 0 12 0 8981270 1565147136 40873 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8993] ppid=8980 vsize=1528464 CPUtime=0
/proc/8982/task/8993/stat : 8993 (java) S 8980 8982 7869 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 12 0 8981270 1565147136 40873 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8994] ppid=8980 vsize=1528464 CPUtime=0
/proc/8982/task/8994/stat : 8994 (java) S 8980 8982 7869 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 8981270 1565147136 40873 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 1528464

[startup+6.3126 s]
/proc/loadavg: 1.15 1.03 1.01 2/119 8995
/proc/meminfo: memFree=1312200/2059040 swapFree=4192956/4192956
[pid=8982] ppid=8980 vsize=1543168 CPUtime=9.78
/proc/8982/stat : 8982 (java) S 8980 8982 7869 0 -1 4202496 54233 0 1 0 951 27 0 0 15 0 13 0 8981261 1580204032 49482 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8982/statm: 385792 49483 1440 10 0 383094 0
[pid=8982/tid=8984] ppid=8980 vsize=1543168 CPUtime=5.42
/proc/8982/task/8984/stat : 8984 (java) R 8980 8982 7869 0 -1 4202560 32068 0 1 0 525 17 0 0 25 0 13 0 8981262 1580204032 49484 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8982/tid=8985] ppid=8980 vsize=1543168 CPUtime=0.41
/proc/8982/task/8985/stat : 8985 (java) S 8980 8982 7869 0 -1 4202560 6778 0 0 0 39 2 0 0 16 0 13 0 8981264 1580204032 49484 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8986] ppid=8980 vsize=1543168 CPUtime=0.41
/proc/8982/task/8986/stat : 8986 (java) S 8980 8982 7869 0 -1 4202560 5549 0 0 0 39 2 0 0 16 0 13 0 8981264 1580204032 49485 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8987] ppid=8980 vsize=1543168 CPUtime=0
/proc/8982/task/8987/stat : 8987 (java) S 8980 8982 7869 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 8981265 1580204032 49485 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8988] ppid=8980 vsize=1543168 CPUtime=0
/proc/8982/task/8988/stat : 8988 (java) S 8980 8982 7869 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8981266 1580204032 49486 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8989] ppid=8980 vsize=1543168 CPUtime=0
/proc/8982/task/8989/stat : 8989 (java) S 8980 8982 7869 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8981266 1580204032 49487 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8990] ppid=8980 vsize=1543168 CPUtime=0
/proc/8982/task/8990/stat : 8990 (java) S 8980 8982 7869 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8981270 1580204032 49487 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8991] ppid=8980 vsize=1543168 CPUtime=1.53
/proc/8982/task/8991/stat : 8991 (java) R 8980 8982 7869 0 -1 4202560 1346 0 0 0 153 0 0 0 16 0 13 0 8981270 1580204032 49487 1992294400 134512640 134550932 4286747024 18446744073709551615 106106959 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8982/tid=8992] ppid=8980 vsize=1543168 CPUtime=1.95
/proc/8982/task/8992/stat : 8992 (java) R 8980 8982 7869 0 -1 4202560 7418 0 0 0 192 3 0 0 16 0 13 0 8981270 1580204032 49489 1992294400 134512640 134550932 4286747024 18446744073709551615 104161253 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8982/tid=8993] ppid=8980 vsize=1543168 CPUtime=0
/proc/8982/task/8993/stat : 8993 (java) S 8980 8982 7869 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8981270 1580204032 49489 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8994] ppid=8980 vsize=1543168 CPUtime=0
/proc/8982/task/8994/stat : 8994 (java) S 8980 8982 7869 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8981270 1580204032 49490 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8995] ppid=8980 vsize=1543168 CPUtime=0
/proc/8982/task/8995/stat : 8995 (java) S 8980 8982 7869 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 8981613 1580204032 49490 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 9.78
Current children cumulated vsize (KiB) 1543168

[startup+12.7015 s]
/proc/loadavg: 1.13 1.03 1.01 3/119 8995
/proc/meminfo: memFree=1281200/2059040 swapFree=4192956/4192956
[pid=8982] ppid=8980 vsize=1545044 CPUtime=17.11
/proc/8982/stat : 8982 (java) S 8980 8982 7869 0 -1 4202496 63843 0 1 0 1680 31 0 0 15 0 13 0 8981261 1582125056 56028 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8982/statm: 386261 56028 1444 10 0 383563 0
[pid=8982/tid=8984] ppid=8980 vsize=1545044 CPUtime=11.31
/proc/8982/task/8984/stat : 8984 (java) R 8980 8982 7869 0 -1 4202560 32084 0 1 0 1114 17 0 0 25 0 13 0 8981262 1582125056 56028 1992294400 134512640 134550932 4286747024 18446744073709551615 4109623070 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8982/tid=8985] ppid=8980 vsize=1545044 CPUtime=0.79
/proc/8982/task/8985/stat : 8985 (java) S 8980 8982 7869 0 -1 4202560 10538 0 0 0 76 3 0 0 16 0 13 0 8981264 1582125056 56028 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8986] ppid=8980 vsize=1545044 CPUtime=0.79
/proc/8982/task/8986/stat : 8986 (java) S 8980 8982 7869 0 -1 4202560 8477 0 0 0 76 3 0 0 15 0 13 0 8981264 1582125056 56028 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8987] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8987/stat : 8987 (java) S 8980 8982 7869 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 8981265 1582125056 56028 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8988] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8988/stat : 8988 (java) S 8980 8982 7869 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8981266 1582125056 56028 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8989] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8989/stat : 8989 (java) S 8980 8982 7869 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8981266 1582125056 56028 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8990] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8990/stat : 8990 (java) S 8980 8982 7869 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8981270 1582125056 56028 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8991] ppid=8980 vsize=1545044 CPUtime=2.04
/proc/8982/task/8991/stat : 8991 (java) S 8980 8982 7869 0 -1 4202560 3934 0 0 0 203 1 0 0 15 0 13 0 8981270 1582125056 56028 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8992] ppid=8980 vsize=1545044 CPUtime=2.1
/proc/8982/task/8992/stat : 8992 (java) S 8980 8982 7869 0 -1 4202560 7729 0 0 0 207 3 0 0 15 0 13 0 8981270 1582125056 56028 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8993] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8993/stat : 8993 (java) S 8980 8982 7869 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8981270 1582125056 56028 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8994] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8994/stat : 8994 (java) S 8980 8982 7869 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 13 0 8981270 1582125056 56028 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8995] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8995/stat : 8995 (java) S 8980 8982 7869 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 8981613 1582125056 56028 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 17.11
Current children cumulated vsize (KiB) 1545044

[startup+25.5002 s]
/proc/loadavg: 1.11 1.03 1.01 2/119 8995
/proc/meminfo: memFree=1273512/2059040 swapFree=4192956/4192956
[pid=8982] ppid=8980 vsize=1545044 CPUtime=30.24
/proc/8982/stat : 8982 (java) S 8980 8982 7869 0 -1 4202496 65913 0 1 0 2990 34 0 0 15 0 13 0 8981261 1582125056 57961 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8982/statm: 386261 57961 1444 10 0 383563 0
[pid=8982/tid=8984] ppid=8980 vsize=1545044 CPUtime=23.83
/proc/8982/task/8984/stat : 8984 (java) R 8980 8982 7869 0 -1 4202560 32104 0 1 0 2365 18 0 0 25 0 13 0 8981262 1582125056 57961 1992294400 134512640 134550932 4286747024 18446744073709551615 4109578666 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8982/tid=8985] ppid=8980 vsize=1545044 CPUtime=1.06
/proc/8982/task/8985/stat : 8985 (java) S 8980 8982 7869 0 -1 4202560 11745 0 0 0 102 4 0 0 16 0 13 0 8981264 1582125056 57961 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8986] ppid=8980 vsize=1545044 CPUtime=1.07
/proc/8982/task/8986/stat : 8986 (java) S 8980 8982 7869 0 -1 4202560 9318 0 0 0 103 4 0 0 16 0 13 0 8981264 1582125056 57961 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8987] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8987/stat : 8987 (java) S 8980 8982 7869 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 13 0 8981265 1582125056 57961 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8988] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8988/stat : 8988 (java) S 8980 8982 7869 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8981266 1582125056 57961 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8989] ppid=8980 vsize=1545044 CPUtime=0

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

[pid=8982/tid=8988] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8988/stat : 8988 (java) S 8980 8982 7869 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8981266 1582125056 89765 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8989] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8989/stat : 8989 (java) S 8980 8982 7869 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8981266 1582125056 89765 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8990] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8990/stat : 8990 (java) S 8980 8982 7869 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8981270 1582125056 89765 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8991] ppid=8980 vsize=1545044 CPUtime=2.25
/proc/8982/task/8991/stat : 8991 (java) S 8980 8982 7869 0 -1 4202560 3936 0 0 0 224 1 0 0 15 0 13 0 8981270 1582125056 89765 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8992] ppid=8980 vsize=1545044 CPUtime=2.12
/proc/8982/task/8992/stat : 8992 (java) S 8980 8982 7869 0 -1 4202560 7733 0 0 0 209 3 0 0 15 0 13 0 8981270 1582125056 89765 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8993] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8993/stat : 8993 (java) S 8980 8982 7869 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8981270 1582125056 89765 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8994] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8994/stat : 8994 (java) S 8980 8982 7869 0 -1 4202560 91 0 0 0 0 0 0 0 15 0 13 0 8981270 1582125056 89765 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8995] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8995/stat : 8995 (java) S 8980 8982 7869 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 8981613 1582125056 89765 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1574.8
Current children cumulated vsize (KiB) 1545044

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9040
/proc/meminfo: memFree=1138352/2059040 swapFree=4192956/4192956
[pid=8982] ppid=8980 vsize=1545044 CPUtime=1636.12
/proc/8982/stat : 8982 (java) S 8980 8982 7869 0 -1 4202496 101817 0 1 0 163357 255 0 0 15 0 13 0 8981261 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8982/statm: 386261 91281 1450 10 0 383563 0
[pid=8982/tid=8984] ppid=8980 vsize=1545044 CPUtime=1567.12
/proc/8982/task/8984/stat : 8984 (java) R 8980 8982 7869 0 -1 4202560 33151 0 1 0 156632 80 0 0 25 0 13 0 8981262 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4109611778 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8982/tid=8985] ppid=8980 vsize=1545044 CPUtime=30.95
/proc/8982/task/8985/stat : 8985 (java) S 8980 8982 7869 0 -1 4202560 29338 0 0 0 3008 87 0 0 15 0 13 0 8981264 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8986] ppid=8980 vsize=1545044 CPUtime=30.9
/proc/8982/task/8986/stat : 8986 (java) S 8980 8982 7869 0 -1 4202560 26205 0 0 0 3019 71 0 0 16 0 13 0 8981264 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8987] ppid=8980 vsize=1545044 CPUtime=2.7
/proc/8982/task/8987/stat : 8987 (java) S 8980 8982 7869 0 -1 4202560 294 0 0 0 262 8 0 0 15 0 13 0 8981265 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8988] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8988/stat : 8988 (java) S 8980 8982 7869 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8981266 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8989] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8989/stat : 8989 (java) S 8980 8982 7869 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8981266 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8990] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8990/stat : 8990 (java) S 8980 8982 7869 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8991] ppid=8980 vsize=1545044 CPUtime=2.25
/proc/8982/task/8991/stat : 8991 (java) S 8980 8982 7869 0 -1 4202560 3936 0 0 0 224 1 0 0 15 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8992] ppid=8980 vsize=1545044 CPUtime=2.12
/proc/8982/task/8992/stat : 8992 (java) S 8980 8982 7869 0 -1 4202560 7733 0 0 0 209 3 0 0 15 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8993] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8993/stat : 8993 (java) S 8980 8982 7869 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8994] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8994/stat : 8994 (java) S 8980 8982 7869 0 -1 4202560 93 0 0 0 0 0 0 0 15 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8995] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8995/stat : 8995 (java) S 8980 8982 7869 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 8981613 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1636.12
Current children cumulated vsize (KiB) 1545044

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/119 9042
/proc/meminfo: memFree=1138352/2059040 swapFree=4192956/4192956
[pid=8982] ppid=8980 vsize=1545044 CPUtime=1697.56
/proc/8982/stat : 8982 (java) S 8980 8982 7869 0 -1 4202496 101861 0 1 0 169494 262 0 0 15 0 13 0 8981261 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8982/statm: 386261 91281 1450 10 0 383563 0
[pid=8982/tid=8984] ppid=8980 vsize=1545044 CPUtime=1625.59
/proc/8982/task/8984/stat : 8984 (java) R 8980 8982 7869 0 -1 4202560 33187 0 1 0 162477 82 0 0 25 0 13 0 8981262 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4109622066 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8982/tid=8985] ppid=8980 vsize=1545044 CPUtime=32.43
/proc/8982/task/8985/stat : 8985 (java) S 8980 8982 7869 0 -1 4202560 29338 0 0 0 3154 89 0 0 16 0 13 0 8981264 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8986] ppid=8980 vsize=1545044 CPUtime=32.39
/proc/8982/task/8986/stat : 8986 (java) S 8980 8982 7869 0 -1 4202560 26205 0 0 0 3164 75 0 0 15 0 13 0 8981264 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8987] ppid=8980 vsize=1545044 CPUtime=2.72
/proc/8982/task/8987/stat : 8987 (java) S 8980 8982 7869 0 -1 4202560 298 0 0 0 263 9 0 0 15 0 13 0 8981265 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8988] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8988/stat : 8988 (java) S 8980 8982 7869 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8981266 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8989] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8989/stat : 8989 (java) S 8980 8982 7869 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8981266 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8990] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8990/stat : 8990 (java) S 8980 8982 7869 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8991] ppid=8980 vsize=1545044 CPUtime=2.25
/proc/8982/task/8991/stat : 8991 (java) S 8980 8982 7869 0 -1 4202560 3936 0 0 0 224 1 0 0 15 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8992] ppid=8980 vsize=1545044 CPUtime=2.12
/proc/8982/task/8992/stat : 8992 (java) S 8980 8982 7869 0 -1 4202560 7733 0 0 0 209 3 0 0 15 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8993] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8993/stat : 8993 (java) S 8980 8982 7869 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8994] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8994/stat : 8994 (java) S 8980 8982 7869 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8995] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8995/stat : 8995 (java) S 8980 8982 7869 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 8981613 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1697.56
Current children cumulated vsize (KiB) 1545044

[startup+1722.3 s]
/proc/loadavg: 1.14 1.05 1.02 3/119 9044
/proc/meminfo: memFree=1138228/2059040 swapFree=4192956/4192956
[pid=8982] ppid=8980 vsize=1545044 CPUtime=1759
/proc/8982/stat : 8982 (java) S 8980 8982 7869 0 -1 4202496 101904 0 1 0 175633 267 0 0 15 0 13 0 8981261 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8982/statm: 386261 91281 1450 10 0 383563 0
[pid=8982/tid=8984] ppid=8980 vsize=1545044 CPUtime=1684.08
/proc/8982/task/8984/stat : 8984 (java) R 8980 8982 7869 0 -1 4202560 33222 0 1 0 168326 82 0 0 25 0 13 0 8981262 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4109621436 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8982/tid=8985] ppid=8980 vsize=1545044 CPUtime=33.9
/proc/8982/task/8985/stat : 8985 (java) S 8980 8982 7869 0 -1 4202560 29338 0 0 0 3297 93 0 0 16 0 13 0 8981264 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8986] ppid=8980 vsize=1545044 CPUtime=33.87
/proc/8982/task/8986/stat : 8986 (java) S 8980 8982 7869 0 -1 4202560 26205 0 0 0 3312 75 0 0 15 0 13 0 8981264 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8987] ppid=8980 vsize=1545044 CPUtime=2.73
/proc/8982/task/8987/stat : 8987 (java) S 8980 8982 7869 0 -1 4202560 302 0 0 0 264 9 0 0 15 0 13 0 8981265 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8988] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8988/stat : 8988 (java) S 8980 8982 7869 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8981266 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8989] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8989/stat : 8989 (java) S 8980 8982 7869 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8981266 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8990] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8990/stat : 8990 (java) S 8980 8982 7869 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8991] ppid=8980 vsize=1545044 CPUtime=2.25
/proc/8982/task/8991/stat : 8991 (java) S 8980 8982 7869 0 -1 4202560 3936 0 0 0 224 1 0 0 15 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8992] ppid=8980 vsize=1545044 CPUtime=2.12
/proc/8982/task/8992/stat : 8992 (java) S 8980 8982 7869 0 -1 4202560 7733 0 0 0 209 3 0 0 15 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8993] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8993/stat : 8993 (java) S 8980 8982 7869 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8994] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8994/stat : 8994 (java) S 8980 8982 7869 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8995] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8995/stat : 8995 (java) S 8980 8982 7869 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 8981613 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1759
Current children cumulated vsize (KiB) 1545044



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1762.3 s]
/proc/loadavg: 1.07 1.05 1.01 2/119 9044
/proc/meminfo: memFree=1138228/2059040 swapFree=4192956/4192956
[pid=8982] ppid=8980 vsize=1545044 CPUtime=1800.02
/proc/8982/stat : 8982 (java) S 8980 8982 7869 0 -1 4202496 101931 0 1 0 179731 271 0 0 15 0 13 0 8981261 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8982/statm: 386261 91281 1450 10 0 383563 0
[pid=8982/tid=8984] ppid=8980 vsize=1545044 CPUtime=1723.04
/proc/8982/task/8984/stat : 8984 (java) R 8980 8982 7869 0 -1 4202560 33245 0 1 0 172222 82 0 0 25 0 13 0 8981262 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4109450640 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8982/tid=8985] ppid=8980 vsize=1545044 CPUtime=34.91
/proc/8982/task/8985/stat : 8985 (java) S 8980 8982 7869 0 -1 4202560 29338 0 0 0 3395 96 0 0 16 0 13 0 8981264 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8986] ppid=8980 vsize=1545044 CPUtime=34.89
/proc/8982/task/8986/stat : 8986 (java) S 8980 8982 7869 0 -1 4202560 26205 0 0 0 3414 75 0 0 15 0 13 0 8981264 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8987] ppid=8980 vsize=1545044 CPUtime=2.73
/proc/8982/task/8987/stat : 8987 (java) S 8980 8982 7869 0 -1 4202560 304 0 0 0 264 9 0 0 15 0 13 0 8981265 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 0 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8988] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8988/stat : 8988 (java) S 8980 8982 7869 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 8981266 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8989] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8989/stat : 8989 (java) S 8980 8982 7869 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 13 0 8981266 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8990] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8990/stat : 8990 (java) S 8980 8982 7869 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8991] ppid=8980 vsize=1545044 CPUtime=2.25
/proc/8982/task/8991/stat : 8991 (java) S 8980 8982 7869 0 -1 4202560 3936 0 0 0 224 1 0 0 15 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
[pid=8982/tid=8992] ppid=8980 vsize=1545044 CPUtime=2.12
/proc/8982/task/8992/stat : 8992 (java) S 8980 8982 7869 0 -1 4202560 7733 0 0 0 209 3 0 0 15 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8993] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8993/stat : 8993 (java) S 8980 8982 7869 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8994] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8994/stat : 8994 (java) S 8980 8982 7869 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 13 0 8981270 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 0 0 0 0
[pid=8982/tid=8995] ppid=8980 vsize=1545044 CPUtime=0
/proc/8982/task/8995/stat : 8995 (java) S 8980 8982 7869 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 13 0 8981613 1582125056 91281 1992294400 134512640 134550932 4286747024 18446744073709551615 4294960144 0 4 0 16800975 18446604437836362176 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 1545044

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

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

[startup+1762.41 s]
/proc/loadavg: 1.07 1.05 1.01 2/119 9044
/proc/meminfo: memFree=1138228/2059040 swapFree=4192956/4192956
[pid=8982] ppid=8980 vsize=0 CPUtime=1800.17
/proc/8982/stat : 8982 (java) Z 8980 8982 7869 0 -1 4203548 101953 0 1 0 179743 274 0 0 15 0 2 0 8981261 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8982/statm: 0 0 0 0 0 0 0
[pid=8982/tid=8984] ppid=8980 vsize=0 CPUtime=1723.13
/proc/8982/task/8984/stat : 8984 (java) R 8980 8982 7869 0 -1 4203588 33245 0 1 0 172227 86 0 0 25 0 2 0 8981262 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.17
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1762.42
CPU time (s): 1800.18
CPU user time (s): 1797.43
CPU system time (s): 2.74658
CPU usage (%): 102.143
Max. virtual memory (cumulated for all children) (KiB): 1547440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.43
system time used= 2.74658
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 101953
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= 48039
involuntary context switches= 60271

runsolver used 3.76743 second user time and 9.49356 second system time

The end

Launcher Data

Begin job on node004 at 2010-06-12 11:09:34
IDJOB=2660542
IDBENCH=1461
IDSOLVER=1165
FILE ID=node004/2660542-1276333774
PBS_JOBID= 11173167
Free space on /tmp= 62532 MiB

SOLVER NAME= SAT4J PB CuttingPlanes 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.ex.br.mem.RobRegValid_bar.ucl.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2660542-1276333774/watcher-2660542-1276333774 -o /tmp/evaluation-result-2660542-1276333774/solver-2660542-1276333774 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar CuttingPlanes HOME/instance-2660542-1276333774.opb

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

MD5SUM BENCH= cc698dad3442148ac316666fbe5b4b9e
RANDOM SEED=887291163

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1501056 kB
Buffers:        109816 kB
Cached:         319160 kB
SwapCached:          0 kB
Active:         182752 kB
Inactive:       305536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1501056 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5340 kB
Writeback:           0 kB
AnonPages:       59404 kB
Mapped:          15388 kB
Slab:            47660 kB
PageTables:       3996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180592 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= 62532 MiB
End job on node004 at 2010-06-12 11:38:58